forked from Yara724/api
Compare commits
87 Commits
c955deda5c
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
61684156c6 | ||
|
|
588a92c4b4 | ||
|
|
c94dd27a96 | ||
|
|
e4c3b7a16a | ||
|
|
4b9d946bfd | ||
|
|
9828aee8af | ||
| 778544c321 | |||
|
|
3afff67336 | ||
| 793ff639ba | |||
|
|
ec15cff557 | ||
| fd42adf9d6 | |||
|
|
4272790fad | ||
| ac65cdb77b | |||
| 8430c68e3a | |||
| 49fe548215 | |||
|
|
777eae1028 | ||
| b67dd733cd | |||
|
|
4818f73252 | ||
| cc8a5354c7 | |||
|
|
2d5ade33d2 | ||
| b73c92c21f | |||
| f9f462d47b | |||
| c3eb36dc41 | |||
|
|
f75ecf5c2c | ||
| 75c4cb6a05 | |||
|
|
7a4277f8b2 | ||
| e50bc78344 | |||
|
|
2c1cd93dd0 | ||
| ffd44df718 | |||
|
|
64865b70f2 | ||
| c207c30be9 | |||
|
|
fcb169e9ac | ||
| 1867292499 | |||
|
|
2cc96f6132 | ||
| 4d5b91d4fe | |||
| 8ba97537a4 | |||
| 70160543a2 | |||
|
|
8460c86820 | ||
| 61f4181065 | |||
|
|
4058cb4a61 | ||
| b2ad43d050 | |||
|
|
9fc4ad9931 | ||
| 213cdd765b | |||
|
|
06d69aa4d0 | ||
| 318a5c74dd | |||
|
|
7241ae3270 | ||
| 1f4a520145 | |||
|
|
59a1b9064e | ||
| 0420eda35f | |||
|
|
482d2b01f1 | ||
|
|
04d7966776 | ||
| b129c1ef9b | |||
|
|
a1fca82cb2 | ||
|
|
5b114c2069 | ||
| 5e4897f609 | |||
| a79c3ca05f | |||
| 36fa1c552e | |||
| 9742fecc11 | |||
| 8007c30efd | |||
| 144f8f3e2a | |||
| 8674dd8762 | |||
|
|
f39c50aeb0 | ||
| 2fda740171 | |||
| 72e5bd616c | |||
| 4b41a60f64 | |||
| 9310285bd4 | |||
|
|
2a8b66bc16 | ||
| 9168a6bdcd | |||
|
|
057bedeb0c | ||
| 808a3b8526 | |||
|
|
da7a4f8890 | ||
| 21e55012be | |||
|
|
385757c3a0 | ||
| a1b122a33b | |||
|
|
aec9e76918 | ||
| 7c59c2407e | |||
|
|
168e52a475 | ||
|
|
4aa6e03afb | ||
|
|
36a34e27b3 | ||
|
|
6387ebaed0 | ||
| 22a5990934 | |||
|
|
e5de99adde | ||
| c7fd2a6b33 | |||
|
|
5595083e86 | ||
| 2296fa5d86 | |||
|
|
72dec7a917 | ||
| 67019851de |
21
.env.example
21
.env.example
@@ -5,6 +5,10 @@ NODE_ENV =
|
|||||||
PORT =
|
PORT =
|
||||||
CLIENT_ID =
|
CLIENT_ID =
|
||||||
CLIENT_NAME =
|
CLIENT_NAME =
|
||||||
|
FANAVARAN_CLIENT=parsian
|
||||||
|
INSURANCE_CORP_ID='شرکت بيمه پارسيان(بيمه گر)'
|
||||||
|
CLAIM_V2_TOTAL_PAYMENT_CAP_ENABLED=false
|
||||||
|
CLAIM_V2_TOTAL_PAYMENT_CAP_TOMAN=53000000
|
||||||
# ---------------------------------------------
|
# ---------------------------------------------
|
||||||
# 🌐 Application URLs
|
# 🌐 Application URLs
|
||||||
# ---------------------------------------------
|
# ---------------------------------------------
|
||||||
@@ -63,6 +67,23 @@ AUTH_SMS_TEMPLATE =
|
|||||||
EXP_OTP_TIME =
|
EXP_OTP_TIME =
|
||||||
FAKE_OTP =
|
FAKE_OTP =
|
||||||
|
|
||||||
|
# ---------------------------------------------
|
||||||
|
# 🌐 Proxy Configuration (Local Development Only)
|
||||||
|
# ---------------------------------------------
|
||||||
|
# NOTE: These proxy settings are for local development only.
|
||||||
|
# When deploying to the server, comment out or remove these lines
|
||||||
|
# as the server IP is already whitelisted by Fanavaran.
|
||||||
|
# SOCKS_PROXY_HOST = localhost
|
||||||
|
# SOCKS_PROXY_PORT = 6565
|
||||||
|
|
||||||
|
# ---------------------------------------------
|
||||||
|
# 🏢 Fanavaran Insurance Corp
|
||||||
|
# ---------------------------------------------
|
||||||
|
# Caption from Fanavaran insurance-corp lookup used to resolve InsuranceCorpId
|
||||||
|
# for damage-case payloads. Must match a Caption in the insurance-corp code-list.
|
||||||
|
# Example: "شرکت بيمه تجارت نو"
|
||||||
|
INSURANCE_CORP_ID =
|
||||||
|
|
||||||
# ---------------------------------------------
|
# ---------------------------------------------
|
||||||
# ⚙️ Application Features / Flags
|
# ⚙️ Application Features / Flags
|
||||||
# ---------------------------------------------
|
# ---------------------------------------------
|
||||||
|
|||||||
142
.woodpecker.yml
Normal file
142
.woodpecker.yml
Normal file
@@ -0,0 +1,142 @@
|
|||||||
|
# yara724/api — development deployment (Deploy-Develop)
|
||||||
|
# Manual tasks: see ci-cd/TASK.md
|
||||||
|
# Requires: repo marked Trusted in Woodpecker (host volume mounts)
|
||||||
|
|
||||||
|
when:
|
||||||
|
- event: push
|
||||||
|
branch: main
|
||||||
|
- event: manual
|
||||||
|
|
||||||
|
skip_clone: true
|
||||||
|
|
||||||
|
variables:
|
||||||
|
- &host_workspace /data/1-deploy/gitea/yara724/api
|
||||||
|
- &workspace_volume /data/1-deploy/gitea/yara724/api:/workspace
|
||||||
|
- &host_ssh /home/talieh/.ssh:/root/.ssh:ro
|
||||||
|
- &pipeline_env
|
||||||
|
WORKSPACE: *host_workspace
|
||||||
|
PROJECT_NAME: Yara724 API
|
||||||
|
ENVIRONMENT: Development
|
||||||
|
APPLICATION_URL: https://y724-user.ittalie.ir/api
|
||||||
|
GIT_COMMIT_URL: https://git.ittalie.com/Yara724/api/commit/
|
||||||
|
GIT_BRANCH: main
|
||||||
|
COMPOSE_FILE: docker-compose.yml
|
||||||
|
SUCCESS_COLOR: "#36a64f"
|
||||||
|
FAILURE_COLOR: "#dc3545"
|
||||||
|
|
||||||
|
steps:
|
||||||
|
pull:
|
||||||
|
image: docker.arvancloud.ir/alpine/git:latest
|
||||||
|
environment:
|
||||||
|
<<: *pipeline_env
|
||||||
|
GIT_SSH_COMMAND: ssh -o UserKnownHostsFile=/tmp/known_hosts -o StrictHostKeyChecking=yes
|
||||||
|
volumes:
|
||||||
|
- *workspace_volume
|
||||||
|
- *host_ssh
|
||||||
|
commands:
|
||||||
|
- git config --global --add safe.directory /workspace
|
||||||
|
- mkdir -p /tmp && ssh-keyscan -H git.ittalie.com >> /tmp/known_hosts
|
||||||
|
- cd /workspace
|
||||||
|
- git pull origin main
|
||||||
|
- date +%s > /workspace/.wp-deploy-start
|
||||||
|
|
||||||
|
deploy:
|
||||||
|
image: docker.arvancloud.ir/docker:24-cli
|
||||||
|
environment:
|
||||||
|
<<: *pipeline_env
|
||||||
|
volumes:
|
||||||
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
|
- *workspace_volume
|
||||||
|
commands:
|
||||||
|
- cd /workspace
|
||||||
|
- docker compose -f docker-compose.yml up -d --build
|
||||||
|
|
||||||
|
notify-success:
|
||||||
|
image: docker.arvancloud.ir/alpine:3.20
|
||||||
|
environment:
|
||||||
|
<<: *pipeline_env
|
||||||
|
ROCKETCHAT_WEBHOOK:
|
||||||
|
from_secret: rocketchat_webhook
|
||||||
|
volumes:
|
||||||
|
- *workspace_volume
|
||||||
|
when:
|
||||||
|
- status: success
|
||||||
|
commands:
|
||||||
|
- apk add --no-cache curl jq git > /dev/null
|
||||||
|
- |
|
||||||
|
set -euo pipefail
|
||||||
|
git config --global --add safe.directory /workspace
|
||||||
|
cd /workspace
|
||||||
|
|
||||||
|
COMMIT_HASH="$(git rev-parse --short HEAD)"
|
||||||
|
DEPLOY_START="$(cat /workspace/.wp-deploy-start)"
|
||||||
|
DEPLOY_END="$(date +%s)"
|
||||||
|
DEPLOY_DURATION="$((DEPLOY_END - DEPLOY_START))"
|
||||||
|
|
||||||
|
COMMIT_1="$(git log -1 --pretty=format:'%s')"
|
||||||
|
COMMIT_2="$(git log -2 --pretty=format:'%s' | tail -n1)"
|
||||||
|
COMMIT_3="$(git log -3 --pretty=format:'%s' | tail -n1)"
|
||||||
|
|
||||||
|
TITLE="✅ $PROJECT_NAME - $ENVIRONMENT ✅"
|
||||||
|
TEXT="🌐 **URL**: $APPLICATION_URL
|
||||||
|
|
||||||
|
🔖 **Commit Hash**: [$COMMIT_HASH]($GIT_COMMIT_URL$COMMIT_HASH)
|
||||||
|
|
||||||
|
📝 **Recent Changes**:
|
||||||
|
|
||||||
|
• $COMMIT_1
|
||||||
|
|
||||||
|
• $COMMIT_2
|
||||||
|
|
||||||
|
• $COMMIT_3
|
||||||
|
|
||||||
|
⏱️ **Deployment Duration**: $${DEPLOY_DURATION}s"
|
||||||
|
|
||||||
|
payload="$(jq -n \
|
||||||
|
--arg title "$TITLE" \
|
||||||
|
--arg text "$TEXT" \
|
||||||
|
--arg color "$SUCCESS_COLOR" \
|
||||||
|
'{text: $title, attachments: [{text: $text, color: $color}]}')"
|
||||||
|
|
||||||
|
curl -fsS -H "Content-Type: application/json" -d "$payload" "$ROCKETCHAT_WEBHOOK" >/dev/null
|
||||||
|
rm -f /workspace/.wp-deploy-start
|
||||||
|
|
||||||
|
notify-failure:
|
||||||
|
image: docker.arvancloud.ir/alpine:3.20
|
||||||
|
environment:
|
||||||
|
<<: *pipeline_env
|
||||||
|
ROCKETCHAT_WEBHOOK:
|
||||||
|
from_secret: rocketchat_webhook
|
||||||
|
volumes:
|
||||||
|
- *workspace_volume
|
||||||
|
when:
|
||||||
|
- status: failure
|
||||||
|
commands:
|
||||||
|
- apk add --no-cache curl jq git > /dev/null
|
||||||
|
- |
|
||||||
|
set -euo pipefail
|
||||||
|
git config --global --add safe.directory /workspace
|
||||||
|
cd /workspace
|
||||||
|
|
||||||
|
COMMIT_HASH="$(git rev-parse --short HEAD 2>/dev/null || echo unknown)"
|
||||||
|
TITLE="💥 $PROJECT_NAME - $ENVIRONMENT 💥"
|
||||||
|
TEXT="━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
|
||||||
|
🌐 **Application URL**
|
||||||
|
|
||||||
|
$APPLICATION_URL
|
||||||
|
|
||||||
|
🔖 **Commit**
|
||||||
|
|
||||||
|
\`$COMMIT_HASH\`
|
||||||
|
|
||||||
|
⚠️ **Pipeline failed** — check Woodpecker for the failing step.
|
||||||
|
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━"
|
||||||
|
|
||||||
|
payload="$(jq -n \
|
||||||
|
--arg title "$TITLE" \
|
||||||
|
--arg text "$TEXT" \
|
||||||
|
--arg color "$FAILURE_COLOR" \
|
||||||
|
'{text: $title, attachments: [{text: $text, color: $color}]}')"
|
||||||
|
|
||||||
|
curl -fsS -H "Content-Type: application/json" -d "$payload" "$ROCKETCHAT_WEBHOOK" >/dev/null || true
|
||||||
|
rm -f /workspace/.wp-deploy-start
|
||||||
BIN
assets/Vazirmatn-Bold.ttf
Normal file
BIN
assets/Vazirmatn-Bold.ttf
Normal file
Binary file not shown.
BIN
assets/Vazirmatn-Regular.ttf
Normal file
BIN
assets/Vazirmatn-Regular.ttf
Normal file
Binary file not shown.
@@ -274,6 +274,20 @@ curl -X GET "$FANAVARAN_BIME_URL/car/code-list/accident-culprit-type" \
|
|||||||
-H "ContractId: $CONTRACT_ID" \
|
-H "ContractId: $CONTRACT_ID" \
|
||||||
-H "Location: $LOCATION" \
|
-H "Location: $LOCATION" \
|
||||||
-H "Content-Type: application/json"
|
-H "Content-Type: application/json"
|
||||||
|
|
||||||
|
curl -X GET "$FANAVARAN_BIME_URL/car/base-info/vehicle-kinds" \
|
||||||
|
-H "authenticationToken: $AUTHENTICATION_TOKEN" \
|
||||||
|
-H "CorpId: $CORP_ID" \
|
||||||
|
-H "ContractId: $CONTRACT_ID" \
|
||||||
|
-H "Location: $LOCATION" \
|
||||||
|
-H "Content-Type: application/json"
|
||||||
|
|
||||||
|
curl -X GET "$FANAVARAN_BIME_URL/car/vehicles/inquiry-by-vin?vin=IRNKAEK4150012345" \
|
||||||
|
-H "authenticationToken: $AUTHENTICATION_TOKEN" \
|
||||||
|
-H "CorpId: $CORP_ID" \
|
||||||
|
-H "ContractId: $CONTRACT_ID" \
|
||||||
|
-H "Location: $LOCATION" \
|
||||||
|
-H "Content-Type: application/json"
|
||||||
```
|
```
|
||||||
|
|
||||||
### 3B. Policy Inquiry By National Code
|
### 3B. Policy Inquiry By National Code
|
||||||
|
|||||||
@@ -45,6 +45,7 @@
|
|||||||
"pdfkit": "^0.19.1",
|
"pdfkit": "^0.19.1",
|
||||||
"reflect-metadata": "^0.2.2",
|
"reflect-metadata": "^0.2.2",
|
||||||
"rxjs": "^7.8.1",
|
"rxjs": "^7.8.1",
|
||||||
|
"socks-proxy-agent": "^8.0.4",
|
||||||
"svg-captcha": "^1.4.0"
|
"svg-captcha": "^1.4.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|||||||
@@ -17,6 +17,18 @@ export enum CaseStatus {
|
|||||||
*/
|
*/
|
||||||
WAITING_FOR_FILE_REVIEWER = "WAITING_FOR_FILE_REVIEWER",
|
WAITING_FOR_FILE_REVIEWER = "WAITING_FOR_FILE_REVIEWER",
|
||||||
|
|
||||||
|
/**
|
||||||
|
* V5 flow only. FileReviewer has completed the claim and the owner has signed;
|
||||||
|
* the FileMaker who created the file must now approve before fanavaran submission.
|
||||||
|
*/
|
||||||
|
WAITING_FOR_FILE_MAKER_APPROVAL = "WAITING_FOR_FILE_MAKER_APPROVAL",
|
||||||
|
|
||||||
|
/**
|
||||||
|
* V5 flow only. FileMaker rejected the file back to FileReviewer
|
||||||
|
* for correction (adjust pricing / back-and-forth with user and re-submit).
|
||||||
|
*/
|
||||||
|
FILE_MAKER_REJECTED = "FILE_MAKER_REJECTED",
|
||||||
|
|
||||||
COMPLETED = "COMPLETED",
|
COMPLETED = "COMPLETED",
|
||||||
|
|
||||||
CANCELLED = "CANCELLED",
|
CANCELLED = "CANCELLED",
|
||||||
|
|||||||
@@ -43,6 +43,18 @@ export enum ClaimCaseStatus {
|
|||||||
*/
|
*/
|
||||||
WAITING_FOR_FILE_REVIEWER = "WAITING_FOR_FILE_REVIEWER",
|
WAITING_FOR_FILE_REVIEWER = "WAITING_FOR_FILE_REVIEWER",
|
||||||
|
|
||||||
|
/**
|
||||||
|
* V5 split flow only. The claim is fully evaluated and owner has signed;
|
||||||
|
* the FileMaker who created the file must approve before fanavaran submission.
|
||||||
|
*/
|
||||||
|
WAITING_FOR_FILE_MAKER_APPROVAL = "WAITING_FOR_FILE_MAKER_APPROVAL",
|
||||||
|
|
||||||
|
/**
|
||||||
|
* V5 split flow only. FileMaker rejected the completed claim back to FileReviewer
|
||||||
|
* for correction (adjust pricing, re-do expert review, back-and-forth with user).
|
||||||
|
*/
|
||||||
|
FILE_MAKER_REJECTED = "FILE_MAKER_REJECTED",
|
||||||
|
|
||||||
// Final states
|
// Final states
|
||||||
COMPLETED = "COMPLETED",
|
COMPLETED = "COMPLETED",
|
||||||
CANCELLED = "CANCELLED",
|
CANCELLED = "CANCELLED",
|
||||||
|
|||||||
@@ -9,4 +9,5 @@ export enum RoleEnum {
|
|||||||
FILE_MAKER = "file_maker",
|
FILE_MAKER = "file_maker",
|
||||||
FILE_REVIEWER = "file_reviewer",
|
FILE_REVIEWER = "file_reviewer",
|
||||||
SUPER_ADMIN = "super_admin",
|
SUPER_ADMIN = "super_admin",
|
||||||
|
CALL_CENTER = "call_center",
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,9 +1,8 @@
|
|||||||
import { HttpModule } from "@nestjs/axios";
|
|
||||||
import { Module } from "@nestjs/common";
|
import { Module } from "@nestjs/common";
|
||||||
import { AiService } from "./ai.service";
|
import { AiService } from "./ai.service";
|
||||||
|
|
||||||
@Module({
|
@Module({
|
||||||
imports: [HttpModule],
|
imports: [],
|
||||||
providers: [AiService],
|
providers: [AiService],
|
||||||
exports: [AiService],
|
exports: [AiService],
|
||||||
})
|
})
|
||||||
|
|||||||
@@ -1,7 +1,8 @@
|
|||||||
import { join } from "node:path";
|
import { join } from "node:path";
|
||||||
import { APP_INTERCEPTOR, APP_PIPE } from "@nestjs/core";
|
import { APP_INTERCEPTOR, APP_PIPE } from "@nestjs/core";
|
||||||
import { Module } from "@nestjs/common";
|
import { Module } from "@nestjs/common";
|
||||||
import { ConfigService } from "@nestjs/config";
|
import { ConfigModule, ConfigService } from "@nestjs/config";
|
||||||
|
import { HttpModule } from "@nestjs/axios";
|
||||||
import { UnicodeDigitsNormalizeInterceptor } from "./common/interceptors/unicode-digits-normalize.interceptor";
|
import { UnicodeDigitsNormalizeInterceptor } from "./common/interceptors/unicode-digits-normalize.interceptor";
|
||||||
import { MongooseModule } from "@nestjs/mongoose";
|
import { MongooseModule } from "@nestjs/mongoose";
|
||||||
import { ServeStaticModule } from "@nestjs/serve-static";
|
import { ServeStaticModule } from "@nestjs/serve-static";
|
||||||
@@ -28,9 +29,15 @@ import { WorkflowStepManagementModule } from "./workflow-step-management/workflo
|
|||||||
import { DatabaseModule } from "./core/database/database.module";
|
import { DatabaseModule } from "./core/database/database.module";
|
||||||
import { AppConfigModule } from "./core/config/config.module";
|
import { AppConfigModule } from "./core/config/config.module";
|
||||||
import { SuperAdminModule } from "./super-admin/super-admin.module";
|
import { SuperAdminModule } from "./super-admin/super-admin.module";
|
||||||
|
import { createHttpModuleOptions } from "./core/config/http-proxy.factory";
|
||||||
|
|
||||||
@Module({
|
@Module({
|
||||||
imports: [
|
imports: [
|
||||||
|
HttpModule.registerAsync({
|
||||||
|
imports: [ConfigModule],
|
||||||
|
inject: [ConfigService],
|
||||||
|
useFactory: createHttpModuleOptions,
|
||||||
|
}),
|
||||||
AppConfigModule,
|
AppConfigModule,
|
||||||
DatabaseModule,
|
DatabaseModule,
|
||||||
CronModule,
|
CronModule,
|
||||||
|
|||||||
@@ -29,6 +29,7 @@ import { FieldExpertDbService } from "src/users/entities/db-service/field-expert
|
|||||||
import { RegistrarDbService } from "src/users/entities/db-service/registrar.db.service";
|
import { RegistrarDbService } from "src/users/entities/db-service/registrar.db.service";
|
||||||
import { FileMakerDbService } from "src/users/entities/db-service/file-maker.db.service";
|
import { FileMakerDbService } from "src/users/entities/db-service/file-maker.db.service";
|
||||||
import { FileReviewerDbService } from "src/users/entities/db-service/file-reviewer.db.service";
|
import { FileReviewerDbService } from "src/users/entities/db-service/file-reviewer.db.service";
|
||||||
|
import { CallCenterAgentDbService } from "src/users/entities/db-service/call-center-agent.db.service";
|
||||||
import { HashService } from "src/utils/hash/hash.service";
|
import { HashService } from "src/utils/hash/hash.service";
|
||||||
import { OtpGeneratorService } from "src/sms-orchestration/otp-generator.service";
|
import { OtpGeneratorService } from "src/sms-orchestration/otp-generator.service";
|
||||||
import { SuperAdminDbService } from "src/super-admin/entities/db-service/super-admin.db.service";
|
import { SuperAdminDbService } from "src/super-admin/entities/db-service/super-admin.db.service";
|
||||||
@@ -58,6 +59,7 @@ export class ActorAuthService {
|
|||||||
private readonly fileMakerDbService: FileMakerDbService,
|
private readonly fileMakerDbService: FileMakerDbService,
|
||||||
private readonly fileReviewerDbService: FileReviewerDbService,
|
private readonly fileReviewerDbService: FileReviewerDbService,
|
||||||
private readonly superAdminDbService: SuperAdminDbService,
|
private readonly superAdminDbService: SuperAdminDbService,
|
||||||
|
private readonly callCenterAgentDbService: CallCenterAgentDbService,
|
||||||
) {}
|
) {}
|
||||||
|
|
||||||
// TODO convrt to class for dynamic controller
|
// TODO convrt to class for dynamic controller
|
||||||
@@ -123,6 +125,14 @@ export class ActorAuthService {
|
|||||||
});
|
});
|
||||||
else res = await this.superAdminDbService.findByLoginIdentifier(username);
|
else res = await this.superAdminDbService.findByLoginIdentifier(username);
|
||||||
break;
|
break;
|
||||||
|
case RoleEnum.CALL_CENTER:
|
||||||
|
if (username == null && userId)
|
||||||
|
res = await this.callCenterAgentDbService.findOne({
|
||||||
|
_id: new Types.ObjectId(userId),
|
||||||
|
});
|
||||||
|
else
|
||||||
|
res = await this.callCenterAgentDbService.findByLoginIdentifier(username);
|
||||||
|
break;
|
||||||
default:
|
default:
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,5 +1,8 @@
|
|||||||
import { Module } from "@nestjs/common";
|
import { Module } from "@nestjs/common";
|
||||||
import { MongooseModule } from "@nestjs/mongoose";
|
import { MongooseModule } from "@nestjs/mongoose";
|
||||||
|
import { HttpModule } from "@nestjs/axios";
|
||||||
|
import { ConfigModule, ConfigService } from "@nestjs/config";
|
||||||
|
import { createHttpModuleOptions } from "src/core/config/http-proxy.factory";
|
||||||
import { AiModule } from "src/ai/ai.module";
|
import { AiModule } from "src/ai/ai.module";
|
||||||
import { SandHubModule } from "src/sand-hub/sand-hub.module";
|
import { SandHubModule } from "src/sand-hub/sand-hub.module";
|
||||||
import { RequestManagementModule } from "src/request-management/request-management.module";
|
import { RequestManagementModule } from "src/request-management/request-management.module";
|
||||||
@@ -52,13 +55,16 @@ import { ClientModule } from "src/client/client.module";
|
|||||||
import { ClaimAccessGuard } from "src/auth/guards/claim-access.guard";
|
import { ClaimAccessGuard } from "src/auth/guards/claim-access.guard";
|
||||||
import { JwtModule } from "@nestjs/jwt";
|
import { JwtModule } from "@nestjs/jwt";
|
||||||
import { MediaPolicyModule } from "src/media-policy/media-policy.module";
|
import { MediaPolicyModule } from "src/media-policy/media-policy.module";
|
||||||
import { HttpModule } from "@nestjs/axios";
|
|
||||||
import { FanavaranAuditModule } from "src/fanavaran/fanavaran-audit.module";
|
import { FanavaranAuditModule } from "src/fanavaran/fanavaran-audit.module";
|
||||||
import { FanavaranLookupModule } from "src/fanavaran/fanavaran-lookup.module";
|
import { FanavaranLookupModule } from "src/fanavaran/fanavaran-lookup.module";
|
||||||
|
|
||||||
@Module({
|
@Module({
|
||||||
imports: [
|
imports: [
|
||||||
HttpModule,
|
HttpModule.registerAsync({
|
||||||
|
imports: [ConfigModule],
|
||||||
|
inject: [ConfigService],
|
||||||
|
useFactory: createHttpModuleOptions,
|
||||||
|
}),
|
||||||
FanavaranAuditModule,
|
FanavaranAuditModule,
|
||||||
FanavaranLookupModule,
|
FanavaranLookupModule,
|
||||||
PublicIdModule,
|
PublicIdModule,
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@@ -13,6 +13,7 @@ import {
|
|||||||
Get,
|
Get,
|
||||||
UseInterceptors,
|
UseInterceptors,
|
||||||
UploadedFile,
|
UploadedFile,
|
||||||
|
UploadedFiles,
|
||||||
} from "@nestjs/common";
|
} from "@nestjs/common";
|
||||||
import { readFile } from "node:fs/promises";
|
import { readFile } from "node:fs/promises";
|
||||||
import {
|
import {
|
||||||
@@ -24,7 +25,7 @@ import {
|
|||||||
ApiBody,
|
ApiBody,
|
||||||
ApiConsumes,
|
ApiConsumes,
|
||||||
} from "@nestjs/swagger";
|
} from "@nestjs/swagger";
|
||||||
import { FileInterceptor } from "@nestjs/platform-express";
|
import { FileInterceptor, FilesInterceptor } from "@nestjs/platform-express";
|
||||||
import { diskStorage } from "multer";
|
import { diskStorage } from "multer";
|
||||||
import { extname } from "node:path";
|
import { extname } from "node:path";
|
||||||
import { Types } from "mongoose";
|
import { Types } from "mongoose";
|
||||||
@@ -188,8 +189,10 @@ export class ClaimRequestManagementV2Controller {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* V2: User objection after expert resend (same intent as v1 PUT …/request/resend/:id/objection).
|
* V2: User objection after expert resend (same intent as v1 PUT …/request/resend/:id/objection).
|
||||||
|
* Accepts multipart/form-data so optional supporting invoices can be attached in the same request.
|
||||||
*/
|
*/
|
||||||
@Put("request/:claimRequestId/objection")
|
@Put("request/:claimRequestId/objection")
|
||||||
|
@ApiConsumes("multipart/form-data")
|
||||||
@ApiOperation({
|
@ApiOperation({
|
||||||
summary: "Submit user objection (V2)",
|
summary: "Submit user objection (V2)",
|
||||||
description:
|
description:
|
||||||
@@ -197,14 +200,38 @@ export class ClaimRequestManagementV2Controller {
|
|||||||
"(2) **Legacy resend:** active expert resend (`WAITING_FOR_USER_RESEND` @ `USER_EXPERT_RESEND`).\n\n" +
|
"(2) **Legacy resend:** active expert resend (`WAITING_FOR_USER_RESEND` @ `USER_EXPERT_RESEND`).\n\n" +
|
||||||
"`objectionParts` may only reference **priced** repair lines (`factorNeeded=false`). Factor-only lines cannot be disputed until they have expert pricing.\n\n" +
|
"`objectionParts` may only reference **priced** repair lines (`factorNeeded=false`). Factor-only lines cannot be disputed until they have expert pricing.\n\n" +
|
||||||
"After **`damageExpertReplyFinal`** exists (final reply following a prior objection), **no second objection** — owner uses **owner-insurer-approval/sign** to accept/reject and close the case.\n\n" +
|
"After **`damageExpertReplyFinal`** exists (final reply following a prior objection), **no second objection** — owner uses **owner-insurer-approval/sign** to accept/reject and close the case.\n\n" +
|
||||||
"Stores `evaluation.objection`, clears partial/final owner approval fields, merges `newParts` into `damage.selectedParts`, returns case to `WAITING_FOR_DAMAGE_EXPERT`.",
|
"Stores `evaluation.objection`, clears partial/final owner approval fields, merges `newParts` into `damage.selectedParts`, returns case to `WAITING_FOR_DAMAGE_EXPERT`.\n\n" +
|
||||||
|
"**Invoices:** optionally attach up to 5 supporting documents (images/PDFs) as `invoices` file fields. Stored in `evaluation.objection.invoices[]` and visible to the reviewing expert.",
|
||||||
})
|
})
|
||||||
@ApiParam({
|
@ApiParam({
|
||||||
name: "claimRequestId",
|
name: "claimRequestId",
|
||||||
description: "The claim case ID (MongoDB ObjectId)",
|
description: "The claim case ID (MongoDB ObjectId)",
|
||||||
example: "507f1f77bcf86cd799439011",
|
example: "507f1f77bcf86cd799439011",
|
||||||
})
|
})
|
||||||
@ApiBody({ type: UserObjectionV2Dto })
|
@ApiBody({
|
||||||
|
description:
|
||||||
|
"Objection payload as multipart form fields. `objectionParts` and `newParts` are JSON-encoded strings.",
|
||||||
|
schema: {
|
||||||
|
type: "object",
|
||||||
|
properties: {
|
||||||
|
objectionParts: {
|
||||||
|
type: "string",
|
||||||
|
description:
|
||||||
|
'JSON-encoded array of disputed priced parts. Example: `[{"partId":201,"reason":"Price too high"}]`',
|
||||||
|
},
|
||||||
|
newParts: {
|
||||||
|
type: "string",
|
||||||
|
description:
|
||||||
|
'JSON-encoded array of new parts to add. Example: `[{"partName":"سپر جلو","side":"front"}]`',
|
||||||
|
},
|
||||||
|
invoices: {
|
||||||
|
type: "array",
|
||||||
|
items: { type: "string", format: "binary" },
|
||||||
|
description: "Up to 5 supporting invoice or document files (image or PDF).",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
})
|
||||||
@ApiResponse({ status: 200, description: "Objection stored" })
|
@ApiResponse({ status: 200, description: "Objection stored" })
|
||||||
@ApiResponse({
|
@ApiResponse({
|
||||||
status: 400,
|
status: 400,
|
||||||
@@ -213,17 +240,35 @@ export class ClaimRequestManagementV2Controller {
|
|||||||
@ApiResponse({ status: 403, description: "Not the claim owner" })
|
@ApiResponse({ status: 403, description: "Not the claim owner" })
|
||||||
@ApiResponse({ status: 404, description: "Claim not found" })
|
@ApiResponse({ status: 404, description: "Claim not found" })
|
||||||
@ApiResponse({ status: 409, description: "Objection already submitted" })
|
@ApiResponse({ status: 409, description: "Objection already submitted" })
|
||||||
|
@UseInterceptors(
|
||||||
|
FilesInterceptor("invoices", 5, {
|
||||||
|
limits: { fileSize: DEFAULT_MEDIA_MAX_BYTES },
|
||||||
|
storage: diskStorage({
|
||||||
|
destination: "./files/claim-objection-invoices",
|
||||||
|
filename: (req, file, callback) => {
|
||||||
|
const unique = Date.now() + "-" + Math.round(Math.random() * 1e6);
|
||||||
|
const ex = extname(file.originalname);
|
||||||
|
callback(null, `objection-invoice-${unique}${ex}`);
|
||||||
|
},
|
||||||
|
}),
|
||||||
|
}),
|
||||||
|
)
|
||||||
async submitUserObjectionV2(
|
async submitUserObjectionV2(
|
||||||
@Param("claimRequestId") claimRequestId: string,
|
@Param("claimRequestId") claimRequestId: string,
|
||||||
@Body() body: UserObjectionV2Dto,
|
@Body() body: UserObjectionV2Dto,
|
||||||
@CurrentUser() user: any,
|
@CurrentUser() user: any,
|
||||||
|
@UploadedFiles() invoices?: Express.Multer.File[],
|
||||||
) {
|
) {
|
||||||
|
for (const file of invoices ?? []) {
|
||||||
|
await this.mediaPolicyService.assertForClaim(file, claimRequestId, "image");
|
||||||
|
}
|
||||||
try {
|
try {
|
||||||
return await this.claimRequestManagementService.handleUserObjectionV2(
|
return await this.claimRequestManagementService.handleUserObjectionV2(
|
||||||
claimRequestId,
|
claimRequestId,
|
||||||
body,
|
body,
|
||||||
user.sub,
|
user.sub,
|
||||||
user,
|
user,
|
||||||
|
invoices,
|
||||||
);
|
);
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
if (error instanceof HttpException) throw error;
|
if (error instanceof HttpException) throw error;
|
||||||
|
|||||||
@@ -106,14 +106,16 @@ export class SelectOtherPartsV2ResponseDto {
|
|||||||
@ApiProperty({
|
@ApiProperty({
|
||||||
description: 'Sheba number (masked for security)',
|
description: 'Sheba number (masked for security)',
|
||||||
example: 'IR12************1234',
|
example: 'IR12************1234',
|
||||||
|
required: false,
|
||||||
})
|
})
|
||||||
shebaNumber: string;
|
shebaNumber?: string;
|
||||||
|
|
||||||
@ApiProperty({
|
@ApiProperty({
|
||||||
description: 'National code of owner (masked)',
|
description: 'National code of owner (masked)',
|
||||||
example: '12******90',
|
example: '12******90',
|
||||||
|
required: false,
|
||||||
})
|
})
|
||||||
nationalCodeOfOwner: string;
|
nationalCodeOfOwner?: string;
|
||||||
|
|
||||||
@ApiProperty({
|
@ApiProperty({
|
||||||
description: 'Current workflow step',
|
description: 'Current workflow step',
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
import { ApiPropertyOptional } from "@nestjs/swagger";
|
import { ApiPropertyOptional } from "@nestjs/swagger";
|
||||||
import { Type } from "class-transformer";
|
import { Type, Transform } from "class-transformer";
|
||||||
import {
|
import {
|
||||||
IsArray,
|
IsArray,
|
||||||
IsOptional,
|
IsOptional,
|
||||||
@@ -10,23 +10,52 @@ import { HasObjectionEntriesConstraint } from "src/common/validators/has-objecti
|
|||||||
import { NewPartDto, UserObjectionPartDto } from "./user-objection.dto";
|
import { NewPartDto, UserObjectionPartDto } from "./user-objection.dto";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* V2 user objection body — same shape as v1 {@link UserObjectionDto}
|
* V2 user objection body — submitted as multipart/form-data.
|
||||||
* with nested validation enabled for the v2 controller pipeline.
|
* `objectionParts` and `newParts` are JSON-encoded strings in the form fields.
|
||||||
|
* Optional `invoices` files are uploaded as a `invoices` file array.
|
||||||
*/
|
*/
|
||||||
export class UserObjectionV2Dto {
|
export class UserObjectionV2Dto {
|
||||||
@ApiPropertyOptional({ type: [UserObjectionPartDto] })
|
@ApiPropertyOptional({
|
||||||
|
type: [UserObjectionPartDto],
|
||||||
|
description:
|
||||||
|
"JSON-encoded array of disputed priced parts. Pass as a JSON string in the multipart field.",
|
||||||
|
})
|
||||||
@Validate(HasObjectionEntriesConstraint)
|
@Validate(HasObjectionEntriesConstraint)
|
||||||
@IsOptional()
|
@IsOptional()
|
||||||
@IsArray()
|
@IsArray()
|
||||||
@ValidateNested({ each: true })
|
@ValidateNested({ each: true })
|
||||||
@Type(() => UserObjectionPartDto)
|
@Type(() => UserObjectionPartDto)
|
||||||
|
@Transform(({ value }) => {
|
||||||
|
if (typeof value === "string") {
|
||||||
|
try {
|
||||||
|
return JSON.parse(value);
|
||||||
|
} catch {
|
||||||
|
return value;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
return value;
|
||||||
|
})
|
||||||
objectionParts?: UserObjectionPartDto[];
|
objectionParts?: UserObjectionPartDto[];
|
||||||
|
|
||||||
@ApiPropertyOptional({ type: [NewPartDto] })
|
@ApiPropertyOptional({
|
||||||
|
type: [NewPartDto],
|
||||||
|
description:
|
||||||
|
"JSON-encoded array of new parts to add. Pass as a JSON string in the multipart field.",
|
||||||
|
})
|
||||||
@Validate(HasObjectionEntriesConstraint)
|
@Validate(HasObjectionEntriesConstraint)
|
||||||
@IsOptional()
|
@IsOptional()
|
||||||
@IsArray()
|
@IsArray()
|
||||||
@ValidateNested({ each: true })
|
@ValidateNested({ each: true })
|
||||||
@Type(() => NewPartDto)
|
@Type(() => NewPartDto)
|
||||||
|
@Transform(({ value }) => {
|
||||||
|
if (typeof value === "string") {
|
||||||
|
try {
|
||||||
|
return JSON.parse(value);
|
||||||
|
} catch {
|
||||||
|
return value;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
return value;
|
||||||
|
})
|
||||||
newParts?: NewPartDto[];
|
newParts?: NewPartDto[];
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -180,6 +180,27 @@ export class ClaimUserObjectionNewPart {
|
|||||||
export const ClaimUserObjectionNewPartSchema =
|
export const ClaimUserObjectionNewPartSchema =
|
||||||
SchemaFactory.createForClass(ClaimUserObjectionNewPart);
|
SchemaFactory.createForClass(ClaimUserObjectionNewPart);
|
||||||
|
|
||||||
|
// ---------------------------------------------------------------------------
|
||||||
|
// Objection invoice (supporting document uploaded alongside the objection)
|
||||||
|
// ---------------------------------------------------------------------------
|
||||||
|
|
||||||
|
@Schema({ _id: false })
|
||||||
|
export class ClaimObjectionInvoice {
|
||||||
|
@Prop({ type: Types.ObjectId, default: () => new Types.ObjectId() })
|
||||||
|
fileId: Types.ObjectId;
|
||||||
|
|
||||||
|
@Prop({ type: String, required: true })
|
||||||
|
path: string;
|
||||||
|
|
||||||
|
@Prop({ type: String, required: true })
|
||||||
|
fileName: string;
|
||||||
|
|
||||||
|
@Prop({ type: Date, default: () => new Date() })
|
||||||
|
uploadedAt: Date;
|
||||||
|
}
|
||||||
|
export const ClaimObjectionInvoiceSchema =
|
||||||
|
SchemaFactory.createForClass(ClaimObjectionInvoice);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Full user objection payload (matches v1 DTO: objectionParts + newParts).
|
* Full user objection payload (matches v1 DTO: objectionParts + newParts).
|
||||||
* Stored on {@link ClaimEvaluation.objection}.
|
* Stored on {@link ClaimEvaluation.objection}.
|
||||||
@@ -194,6 +215,10 @@ export class ClaimUserObjectionPayload {
|
|||||||
|
|
||||||
@Prop({ type: Date, default: () => new Date() })
|
@Prop({ type: Date, default: () => new Date() })
|
||||||
submittedAt?: Date;
|
submittedAt?: Date;
|
||||||
|
|
||||||
|
/** Optional supporting invoices uploaded at objection time. */
|
||||||
|
@Prop({ type: [ClaimObjectionInvoiceSchema], default: [] })
|
||||||
|
invoices?: ClaimObjectionInvoice[];
|
||||||
}
|
}
|
||||||
export const ClaimUserObjectionPayloadSchema =
|
export const ClaimUserObjectionPayloadSchema =
|
||||||
SchemaFactory.createForClass(ClaimUserObjectionPayload);
|
SchemaFactory.createForClass(ClaimUserObjectionPayload);
|
||||||
|
|||||||
@@ -86,6 +86,15 @@ export class FanavaranSyncStage {
|
|||||||
|
|
||||||
@Prop({ type: MongooseSchema.Types.Mixed })
|
@Prop({ type: MongooseSchema.Types.Mixed })
|
||||||
response?: unknown;
|
response?: unknown;
|
||||||
|
|
||||||
|
@Prop({ type: Number, default: 0 })
|
||||||
|
retryCount?: number;
|
||||||
|
|
||||||
|
@Prop({ type: Number, default: 2 })
|
||||||
|
maxRetries?: number;
|
||||||
|
|
||||||
|
@Prop({ type: Date })
|
||||||
|
nextRetryAt?: Date;
|
||||||
}
|
}
|
||||||
export const FanavaranSyncStageSchema =
|
export const FanavaranSyncStageSchema =
|
||||||
SchemaFactory.createForClass(FanavaranSyncStage);
|
SchemaFactory.createForClass(FanavaranSyncStage);
|
||||||
@@ -242,6 +251,20 @@ export class ClaimCase {
|
|||||||
@Prop({ type: Types.ObjectId, index: true })
|
@Prop({ type: Types.ObjectId, index: true })
|
||||||
createdByRegistrarId?: Types.ObjectId;
|
createdByRegistrarId?: Types.ObjectId;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* V5 split flow: when true, the claim must be approved by the FileMaker
|
||||||
|
* who created the file before fanavaran submission is allowed.
|
||||||
|
*/
|
||||||
|
@Prop({ type: Boolean, default: false })
|
||||||
|
requiresFileMakerApproval?: boolean;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* V5 split flow: ObjectId of the FileMaker who must approve this claim.
|
||||||
|
* Set when the FileReviewer uploads the blame accident video in the V5 flow.
|
||||||
|
*/
|
||||||
|
@Prop({ type: Types.ObjectId, index: true })
|
||||||
|
fileMakerApprovalActorId?: Types.ObjectId;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Legacy fields kept optional to simplify progressive migration.
|
* Legacy fields kept optional to simplify progressive migration.
|
||||||
* If you choose to migrate later, we can remove these.
|
* If you choose to migrate later, we can remove these.
|
||||||
|
|||||||
@@ -4,9 +4,12 @@ import {
|
|||||||
Body,
|
Body,
|
||||||
Controller,
|
Controller,
|
||||||
Get,
|
Get,
|
||||||
|
HttpException,
|
||||||
|
InternalServerErrorException,
|
||||||
Param,
|
Param,
|
||||||
Patch,
|
Patch,
|
||||||
Post,
|
Post,
|
||||||
|
Put,
|
||||||
Query,
|
Query,
|
||||||
UploadedFile,
|
UploadedFile,
|
||||||
UseGuards,
|
UseGuards,
|
||||||
@@ -516,6 +519,73 @@ Returns status of each item (uploaded/captured or not).
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// ─── Owner signature on expert pricing ───────────────────────────────────────
|
||||||
|
|
||||||
|
@Put("claim-sign/:claimRequestId")
|
||||||
|
@ApiParam({ name: "claimRequestId" })
|
||||||
|
@ApiConsumes("multipart/form-data")
|
||||||
|
@ApiBody({
|
||||||
|
description: "Signature file, agreement, and branch",
|
||||||
|
schema: {
|
||||||
|
type: "object",
|
||||||
|
required: ["sign", "agree", "branchId"],
|
||||||
|
properties: {
|
||||||
|
sign: { type: "string", format: "binary", description: "Signature image" },
|
||||||
|
agree: { type: "boolean", description: "true to accept, false to reject" },
|
||||||
|
branchId: { type: "string", description: "Insurer branch ID" },
|
||||||
|
},
|
||||||
|
},
|
||||||
|
})
|
||||||
|
@ApiOperation({
|
||||||
|
summary: "Owner signature on expert pricing (Flow 3 — expert acts on behalf of user)",
|
||||||
|
description:
|
||||||
|
"Field expert submits the damaged party's signature during the final approval stage. " +
|
||||||
|
"Delegates to the same service method as the user sign endpoint; the expert's " +
|
||||||
|
"identity is resolved to the claim owner via `resolveClaimEffectiveUserId`.",
|
||||||
|
})
|
||||||
|
@UseInterceptors(
|
||||||
|
FileInterceptor("sign", {
|
||||||
|
limits: { fileSize: DEFAULT_MEDIA_MAX_BYTES },
|
||||||
|
storage: diskStorage({
|
||||||
|
destination: "./files/claim-sign",
|
||||||
|
filename: (req, file, callback) => {
|
||||||
|
const unique = Date.now();
|
||||||
|
const ex = extname(file.originalname);
|
||||||
|
const base = file.originalname.split(/[.,\s-]/)[0] || "sign";
|
||||||
|
callback(null, `${base}-${unique}${ex}`);
|
||||||
|
},
|
||||||
|
}),
|
||||||
|
}),
|
||||||
|
)
|
||||||
|
async submitOwnerSign(
|
||||||
|
@Param("claimRequestId") claimRequestId: string,
|
||||||
|
@Body("agree") agree: string | boolean,
|
||||||
|
@Body("branchId") branchId: string,
|
||||||
|
@CurrentUser() expert: any,
|
||||||
|
@UploadedFile() sign: Express.Multer.File,
|
||||||
|
) {
|
||||||
|
await this.mediaPolicyService.assertForClaim(sign, claimRequestId, "image");
|
||||||
|
const agreed =
|
||||||
|
typeof agree === "string"
|
||||||
|
? agree === "true" || agree === "1"
|
||||||
|
: Boolean(agree);
|
||||||
|
try {
|
||||||
|
return await this.claimRequestManagementService.submitOwnerInsurerApprovalSignV2(
|
||||||
|
claimRequestId,
|
||||||
|
agreed,
|
||||||
|
typeof branchId === "string" ? branchId : "",
|
||||||
|
sign,
|
||||||
|
expert.sub,
|
||||||
|
expert,
|
||||||
|
);
|
||||||
|
} catch (error) {
|
||||||
|
if (error instanceof HttpException) throw error;
|
||||||
|
throw new InternalServerErrorException(
|
||||||
|
error instanceof Error ? error.message : "Failed to submit signature",
|
||||||
|
);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
@Patch("car-capture/:claimRequestId")
|
@Patch("car-capture/:claimRequestId")
|
||||||
@ApiConsumes("multipart/form-data")
|
@ApiConsumes("multipart/form-data")
|
||||||
@UseInterceptors(
|
@UseInterceptors(
|
||||||
|
|||||||
@@ -20,7 +20,9 @@ export class AuthGuard implements CanActivate {
|
|||||||
}
|
}
|
||||||
try {
|
try {
|
||||||
const payload: JwtPayload =
|
const payload: JwtPayload =
|
||||||
await this.jwtService.verifyAsync<JwtPayload>(token);
|
await this.jwtService.verifyAsync<JwtPayload>(token, {
|
||||||
|
secret: `${process.env.JWT_SECRET}`,
|
||||||
|
});
|
||||||
request["user"] = payload;
|
request["user"] = payload;
|
||||||
} catch {
|
} catch {
|
||||||
throw new UnauthorizedException("Invalid or expired token");
|
throw new UnauthorizedException("Invalid or expired token");
|
||||||
|
|||||||
@@ -37,6 +37,7 @@ export interface FanavaranPayloadDefaults {
|
|||||||
AccidentReportTypeId: number;
|
AccidentReportTypeId: number;
|
||||||
AccidentVehicleUsedId: number;
|
AccidentVehicleUsedId: number;
|
||||||
ClaimExpertId: number;
|
ClaimExpertId: number;
|
||||||
|
ExpertiseClaimExpertId: number;
|
||||||
CompensationReferenceId: number;
|
CompensationReferenceId: number;
|
||||||
CulpritLicenceTypeId: number;
|
CulpritLicenceTypeId: number;
|
||||||
CulpritTypeId: number;
|
CulpritTypeId: number;
|
||||||
@@ -74,7 +75,8 @@ const FANAVARAN_CLIENT_PROFILES: Record<
|
|||||||
AccidentCityId: 701,
|
AccidentCityId: 701,
|
||||||
AccidentReportTypeId: 155,
|
AccidentReportTypeId: 155,
|
||||||
AccidentVehicleUsedId: 1,
|
AccidentVehicleUsedId: 1,
|
||||||
ClaimExpertId: 1589,
|
ClaimExpertId: 4543092,
|
||||||
|
ExpertiseClaimExpertId: 4543092,
|
||||||
CompensationReferenceId: 167,
|
CompensationReferenceId: 167,
|
||||||
CulpritLicenceTypeId: 2,
|
CulpritLicenceTypeId: 2,
|
||||||
CulpritTypeId: 337,
|
CulpritTypeId: 337,
|
||||||
@@ -84,7 +86,7 @@ const FANAVARAN_CLIENT_PROFILES: Record<
|
|||||||
PlaqueSampleId: 10,
|
PlaqueSampleId: 10,
|
||||||
DriverIsOwner: 0,
|
DriverIsOwner: 0,
|
||||||
FaultPercent: 100,
|
FaultPercent: 100,
|
||||||
ClaimFileTypeId: 70,
|
ClaimFileTypeId: 23,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
parsian: {
|
parsian: {
|
||||||
@@ -103,6 +105,7 @@ const FANAVARAN_CLIENT_PROFILES: Record<
|
|||||||
AccidentReportTypeId: 155,
|
AccidentReportTypeId: 155,
|
||||||
AccidentVehicleUsedId: 1,
|
AccidentVehicleUsedId: 1,
|
||||||
ClaimExpertId: 154,
|
ClaimExpertId: 154,
|
||||||
|
ExpertiseClaimExpertId: 29,
|
||||||
CompensationReferenceId: 167,
|
CompensationReferenceId: 167,
|
||||||
CulpritLicenceTypeId: 2,
|
CulpritLicenceTypeId: 2,
|
||||||
CulpritTypeId: 337,
|
CulpritTypeId: 337,
|
||||||
|
|||||||
26
src/core/config/http-proxy.factory.ts
Normal file
26
src/core/config/http-proxy.factory.ts
Normal file
@@ -0,0 +1,26 @@
|
|||||||
|
import { ConfigService } from "@nestjs/config";
|
||||||
|
import { HttpModuleOptions } from "@nestjs/axios";
|
||||||
|
import { SocksProxyAgent } from "socks-proxy-agent";
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Shared HttpModule.registerAsync factory that applies the SOCKS proxy
|
||||||
|
* when SOCKS_PROXY_HOST + SOCKS_PROXY_PORT env vars are set.
|
||||||
|
* Used by every module that imports HttpModule.
|
||||||
|
*/
|
||||||
|
export function createHttpModuleOptions(
|
||||||
|
configService: ConfigService,
|
||||||
|
): HttpModuleOptions | Promise<HttpModuleOptions> {
|
||||||
|
const socksHost = configService.get<string>("SOCKS_PROXY_HOST");
|
||||||
|
const socksPort = configService.get<string>("SOCKS_PROXY_PORT");
|
||||||
|
|
||||||
|
if (socksHost && socksPort) {
|
||||||
|
const proxyUrl = `socks5://${socksHost}:${socksPort}`;
|
||||||
|
const agent = new SocksProxyAgent(proxyUrl);
|
||||||
|
return {
|
||||||
|
httpsAgent: agent,
|
||||||
|
httpAgent: agent,
|
||||||
|
proxy: false,
|
||||||
|
};
|
||||||
|
}
|
||||||
|
return {};
|
||||||
|
}
|
||||||
@@ -1871,6 +1871,7 @@ export class ExpertBlameService {
|
|||||||
link: this.smsOrchestrationService.buildBlamePartyLink(
|
link: this.smsOrchestrationService.buildBlamePartyLink(
|
||||||
requestIdToken,
|
requestIdToken,
|
||||||
role,
|
role,
|
||||||
|
"v1",
|
||||||
),
|
),
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
@@ -2065,6 +2066,7 @@ export class ExpertBlameService {
|
|||||||
link: this.smsOrchestrationService.buildBlamePartyLink(
|
link: this.smsOrchestrationService.buildBlamePartyLink(
|
||||||
requestIdToken,
|
requestIdToken,
|
||||||
linkRole,
|
linkRole,
|
||||||
|
"v1",
|
||||||
),
|
),
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -131,6 +131,13 @@ export class ClaimDetailV2ResponseDto {
|
|||||||
})
|
})
|
||||||
awaitingFactorValidation?: boolean;
|
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({
|
@ApiPropertyOptional({
|
||||||
description:
|
description:
|
||||||
"Slice of `claim.evaluation` exposed to the damage expert. " +
|
"Slice of `claim.evaluation` exposed to the damage expert. " +
|
||||||
|
|||||||
@@ -70,6 +70,13 @@ export class ClaimListItemV2Dto {
|
|||||||
"True in the expert repair-factor validation queue: `status=EXPERT_VALIDATING_REPAIR_FACTORS` (or legacy `WAITING_FOR_INSURER_APPROVAL`) with `claimStatus=UNDER_REVIEW` and `currentStep=EXPERT_COST_EVALUATION`.",
|
"True in the expert repair-factor validation queue: `status=EXPERT_VALIDATING_REPAIR_FACTORS` (or legacy `WAITING_FOR_INSURER_APPROVAL`) with `claimStatus=UNDER_REVIEW` and `currentStep=EXPERT_COST_EVALUATION`.",
|
||||||
})
|
})
|
||||||
awaitingFactorValidation?: boolean;
|
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;
|
||||||
}
|
}
|
||||||
|
|
||||||
export class GetClaimListV2ResponseDto {
|
export class GetClaimListV2ResponseDto {
|
||||||
|
|||||||
@@ -1,5 +1,7 @@
|
|||||||
import { HttpModule } from "@nestjs/axios";
|
import { HttpModule } from "@nestjs/axios";
|
||||||
import { Module } from "@nestjs/common";
|
import { Module } from "@nestjs/common";
|
||||||
|
import { ConfigModule, ConfigService } from "@nestjs/config";
|
||||||
|
import { createHttpModuleOptions } from "src/core/config/http-proxy.factory";
|
||||||
import { MongooseModule } from "@nestjs/mongoose";
|
import { MongooseModule } from "@nestjs/mongoose";
|
||||||
import { AiModule } from "src/ai/ai.module";
|
import { AiModule } from "src/ai/ai.module";
|
||||||
import { AuthModule } from "src/auth/auth.module";
|
import { AuthModule } from "src/auth/auth.module";
|
||||||
@@ -21,7 +23,11 @@ import { ExpertClaimService } from "./expert-claim.service";
|
|||||||
|
|
||||||
@Module({
|
@Module({
|
||||||
imports: [
|
imports: [
|
||||||
HttpModule,
|
HttpModule.registerAsync({
|
||||||
|
imports: [ConfigModule],
|
||||||
|
inject: [ConfigService],
|
||||||
|
useFactory: createHttpModuleOptions,
|
||||||
|
}),
|
||||||
SandHubModule,
|
SandHubModule,
|
||||||
MongooseModule.forFeature([
|
MongooseModule.forFeature([
|
||||||
{ name: ClaimFactorsImage.name, schema: ClaimFactorsImageSchema },
|
{ name: ClaimFactorsImage.name, schema: ClaimFactorsImageSchema },
|
||||||
|
|||||||
@@ -372,6 +372,21 @@ export class ExpertClaimService {
|
|||||||
await enrichApproval("ownerInsurerApproval");
|
await enrichApproval("ownerInsurerApproval");
|
||||||
await enrichApproval("ownerPricedPartsApproval");
|
await enrichApproval("ownerPricedPartsApproval");
|
||||||
|
|
||||||
|
// Resolve objection invoice paths to downloadable URLs.
|
||||||
|
const objection = ev.objection as Record<string, unknown> | undefined;
|
||||||
|
if (objection) {
|
||||||
|
const invoices = objection.invoices as Array<Record<string, unknown>> | undefined;
|
||||||
|
if (Array.isArray(invoices) && invoices.length > 0) {
|
||||||
|
ev.objection = {
|
||||||
|
...objection,
|
||||||
|
invoices: invoices.map((inv) => ({
|
||||||
|
...inv,
|
||||||
|
url: inv.path ? buildFileLink(inv.path as string) : undefined,
|
||||||
|
})),
|
||||||
|
};
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
return ev;
|
return ev;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -388,6 +403,12 @@ export class ExpertClaimService {
|
|||||||
claim: any,
|
claim: any,
|
||||||
actor: any,
|
actor: any,
|
||||||
): Promise<void> {
|
): Promise<void> {
|
||||||
|
// FILE_REVIEWER: by the time we reach this method the caller has already
|
||||||
|
// verified that actor.sub === blame.assignedFileReviewerId (Phase 2 of
|
||||||
|
// assignClaimForReviewV2). The generic tenant-scope check would incorrectly
|
||||||
|
// reject them because initiatedByFieldExpertId belongs to the FileMaker, not
|
||||||
|
// the reviewer. Skip it — the assignment check is the access proof.
|
||||||
|
if ((actor as any).role === RoleEnum.FILE_REVIEWER) return;
|
||||||
const blame = await this.loadBlameForClaim(claim);
|
const blame = await this.loadBlameForClaim(claim);
|
||||||
assertClaimCaseForExpertActor(claim, actor, blame);
|
assertClaimCaseForExpertActor(claim, actor, blame);
|
||||||
}
|
}
|
||||||
@@ -2635,12 +2656,56 @@ export class ExpertClaimService {
|
|||||||
throw new NotFoundException("Claim request not found");
|
throw new NotFoundException("Claim request not found");
|
||||||
}
|
}
|
||||||
|
|
||||||
// FILE_REVIEWER: assign themselves to the linked blame (V4 flow).
|
// FILE_REVIEWER: two-phase lock behaviour.
|
||||||
// This is a different path from the damage-expert lock — it operates on the
|
// Phase 1 — blame is WAITING_FOR_FILE_REVIEWER: atomically set
|
||||||
// blame document and is idempotent (same reviewer can re-assign to themselves).
|
// assignedFileReviewerId on the blame document.
|
||||||
|
// Phase 2 — blame is already past WAITING_FOR_FILE_REVIEWER (i.e. the
|
||||||
|
// reviewer finished field work and blame moved to WAITING_FOR_EXPERT):
|
||||||
|
// the reviewer now needs the standard damage-expert workflow lock
|
||||||
|
// so they can perform damage assessment. Fall through to the
|
||||||
|
// damage-expert path below; assertExpertActorOnClaim will verify
|
||||||
|
// tenant scope via the reviewer's clientKey.
|
||||||
if ((actor as any).role === RoleEnum.FILE_REVIEWER) {
|
if ((actor as any).role === RoleEnum.FILE_REVIEWER) {
|
||||||
|
if (!claim.blameRequestId) {
|
||||||
|
throw new BadRequestException({
|
||||||
|
success: false,
|
||||||
|
status: "unavailable" satisfies ExpertFileAssignStatus,
|
||||||
|
message: "This claim has no linked blame file.",
|
||||||
|
});
|
||||||
|
}
|
||||||
|
const reviewerBlame = await this.blameRequestDbService.findById(
|
||||||
|
String(claim.blameRequestId),
|
||||||
|
);
|
||||||
|
if (!reviewerBlame) {
|
||||||
|
throw new NotFoundException("Linked blame file not found.");
|
||||||
|
}
|
||||||
|
const blameStatus = (reviewerBlame as any).status as string;
|
||||||
|
if (blameStatus === "WAITING_FOR_FILE_REVIEWER") {
|
||||||
|
// Phase 1: blame-assign path
|
||||||
return this.assignFileReviewerToV4Blame(claimRequestId, claim, actor);
|
return this.assignFileReviewerToV4Blame(claimRequestId, claim, actor);
|
||||||
}
|
}
|
||||||
|
// Phase 2: blame is past the initial assignment step.
|
||||||
|
// Only the reviewer who was assigned during Phase 1 may proceed.
|
||||||
|
const assignedReviewerId = (reviewerBlame as any).assignedFileReviewerId
|
||||||
|
? String((reviewerBlame as any).assignedFileReviewerId)
|
||||||
|
: null;
|
||||||
|
if (!assignedReviewerId) {
|
||||||
|
throw new BadRequestException({
|
||||||
|
success: false,
|
||||||
|
status: "unavailable" satisfies ExpertFileAssignStatus,
|
||||||
|
message: "No reviewer has been assigned to this file yet.",
|
||||||
|
});
|
||||||
|
}
|
||||||
|
if (assignedReviewerId !== actor.sub) {
|
||||||
|
throw new ConflictException({
|
||||||
|
success: false,
|
||||||
|
status: "locked" satisfies ExpertFileAssignStatus,
|
||||||
|
message: "This file is assigned to another reviewer.",
|
||||||
|
});
|
||||||
|
}
|
||||||
|
// Assigned reviewer — fall through to the damage-expert workflow lock below.
|
||||||
|
// (actor.role stays FILE_REVIEWER; assertExpertActorOnClaim checks clientKey scope)
|
||||||
|
}
|
||||||
|
|
||||||
await this.assertExpertActorOnClaim(claim, actor);
|
await this.assertExpertActorOnClaim(claim, actor);
|
||||||
|
|
||||||
@@ -3099,7 +3164,7 @@ export class ExpertClaimService {
|
|||||||
receptor: ownerPhoneResend,
|
receptor: ownerPhoneResend,
|
||||||
fileKind: "claim",
|
fileKind: "claim",
|
||||||
publicId: claim.publicId,
|
publicId: claim.publicId,
|
||||||
link: this.smsOrchestrationService.buildClaimLink(String(claim._id)),
|
link: this.smsOrchestrationService.buildClaimLink(String(claim._id), "v1"),
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -3397,21 +3462,11 @@ export class ExpertClaimService {
|
|||||||
fileKind: "claim",
|
fileKind: "claim",
|
||||||
publicId: claim.publicId,
|
publicId: claim.publicId,
|
||||||
expertLastName,
|
expertLastName,
|
||||||
link: this.smsOrchestrationService.buildClaimLink(String(claim._id)),
|
link: this.smsOrchestrationService.buildClaimLink(String(claim._id), "v1"),
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
const fanavaranExpertise = !needsFactorUpload
|
// Fanavaran expertise is now triggered on owner final sign, not here.
|
||||||
? await this.claimRequestManagementService.autoSubmitFanavaranExpertiseOnExpertReply(
|
|
||||||
claimRequestId,
|
|
||||||
)
|
|
||||||
: {
|
|
||||||
attempted: false,
|
|
||||||
submitted: false,
|
|
||||||
skipped: true,
|
|
||||||
skipReason:
|
|
||||||
"Expertise submit waits until factor-needed repair lines are validated.",
|
|
||||||
};
|
|
||||||
|
|
||||||
return {
|
return {
|
||||||
claimRequestId,
|
claimRequestId,
|
||||||
@@ -3425,7 +3480,6 @@ export class ExpertClaimService {
|
|||||||
mixedPricingAndFactors: mixedFactorAndPrice,
|
mixedPricingAndFactors: mixedFactorAndPrice,
|
||||||
allPartsFactorNeeded: !!needsFactorUpload && !!allFactorLines,
|
allPartsFactorNeeded: !!needsFactorUpload && !!allFactorLines,
|
||||||
isFinalReplyAfterObjection,
|
isFinalReplyAfterObjection,
|
||||||
fanavaranExpertise,
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -3480,6 +3534,7 @@ export class ExpertClaimService {
|
|||||||
|
|
||||||
await this.claimCaseDbService.findByIdAndUpdate(claimRequestId, {
|
await this.claimCaseDbService.findByIdAndUpdate(claimRequestId, {
|
||||||
claimStatus: ClaimStatus.NEEDS_REVISION,
|
claimStatus: ClaimStatus.NEEDS_REVISION,
|
||||||
|
status: ClaimCaseStatus.COMPLETED,
|
||||||
"workflow.locked": false,
|
"workflow.locked": false,
|
||||||
$unset: {
|
$unset: {
|
||||||
"workflow.lockedAt": "",
|
"workflow.lockedAt": "",
|
||||||
@@ -3517,7 +3572,7 @@ export class ExpertClaimService {
|
|||||||
|
|
||||||
return {
|
return {
|
||||||
claimRequestId,
|
claimRequestId,
|
||||||
status: ClaimWorkflowStep.CLAIM_COMPLETED,
|
status: ClaimCaseStatus.COMPLETED,
|
||||||
claimStatus: ClaimStatus.NEEDS_REVISION,
|
claimStatus: ClaimStatus.NEEDS_REVISION,
|
||||||
message: "In-person visit requested. User will be notified.",
|
message: "In-person visit requested. User will be notified.",
|
||||||
};
|
};
|
||||||
@@ -3661,14 +3716,19 @@ export class ExpertClaimService {
|
|||||||
let claims: any[] = [];
|
let claims: any[] = [];
|
||||||
if (actor.role === RoleEnum.FIELD_EXPERT) {
|
if (actor.role === RoleEnum.FIELD_EXPERT) {
|
||||||
const expertOid = new Types.ObjectId(actor.sub);
|
const expertOid = new Types.ObjectId(actor.sub);
|
||||||
|
// Exclude V4/V5 blame files — same rule as getFieldExpertClaimListV2.
|
||||||
const expertBlameIds = await this.blameRequestDbService
|
const expertBlameIds = await this.blameRequestDbService
|
||||||
.find(
|
.find(
|
||||||
{ expertInitiated: true, initiatedByFieldExpertId: expertOid },
|
{
|
||||||
|
expertInitiated: true,
|
||||||
|
initiatedByFieldExpertId: expertOid,
|
||||||
|
isMadeByFileMaker: { $ne: true },
|
||||||
|
},
|
||||||
{ select: "_id", lean: true },
|
{ select: "_id", lean: true },
|
||||||
)
|
)
|
||||||
.then((docs) => docs.map((d) => (d as { _id: unknown })._id));
|
.then((docs) => docs.map((d) => (d as { _id: unknown })._id));
|
||||||
const claimOr: Record<string, unknown>[] = [
|
const claimOr: Record<string, unknown>[] = [
|
||||||
{ initiatedByFieldExpertId: expertOid },
|
{ initiatedByFieldExpertId: expertOid, requiresFileMakerApproval: { $ne: true } },
|
||||||
];
|
];
|
||||||
if (expertBlameIds.length > 0) {
|
if (expertBlameIds.length > 0) {
|
||||||
claimOr.push({ blameRequestId: { $in: expertBlameIds } });
|
claimOr.push({ blameRequestId: { $in: expertBlameIds } });
|
||||||
@@ -3997,15 +4057,22 @@ export class ExpertClaimService {
|
|||||||
query: ListQueryV2Dto = {},
|
query: ListQueryV2Dto = {},
|
||||||
): Promise<GetClaimListV2ResponseDto> {
|
): Promise<GetClaimListV2ResponseDto> {
|
||||||
const expertOid = new Types.ObjectId(actor.sub);
|
const expertOid = new Types.ObjectId(actor.sub);
|
||||||
|
// Exclude V4/V5 blame files (isMadeByFileMaker=true) — those belong to
|
||||||
|
// the FILE_MAKER/FILE_REVIEWER flows, not the V3 field-expert flow.
|
||||||
const expertBlameIds = await this.blameRequestDbService
|
const expertBlameIds = await this.blameRequestDbService
|
||||||
.find(
|
.find(
|
||||||
{ expertInitiated: true, initiatedByFieldExpertId: expertOid },
|
{
|
||||||
|
expertInitiated: true,
|
||||||
|
initiatedByFieldExpertId: expertOid,
|
||||||
|
isMadeByFileMaker: { $ne: true },
|
||||||
|
},
|
||||||
{ select: "_id", lean: true },
|
{ select: "_id", lean: true },
|
||||||
)
|
)
|
||||||
.then((docs) => docs.map((d) => (d as { _id: unknown })._id));
|
.then((docs) => docs.map((d) => (d as { _id: unknown })._id));
|
||||||
|
|
||||||
const claimOr: Record<string, unknown>[] = [
|
const claimOr: Record<string, unknown>[] = [
|
||||||
{ initiatedByFieldExpertId: expertOid },
|
// Direct claim link: exclude V5 claims that require FileMaker approval
|
||||||
|
{ initiatedByFieldExpertId: expertOid, requiresFileMakerApproval: { $ne: true } },
|
||||||
];
|
];
|
||||||
if (expertBlameIds.length > 0) {
|
if (expertBlameIds.length > 0) {
|
||||||
claimOr.push({ blameRequestId: { $in: expertBlameIds } });
|
claimOr.push({ blameRequestId: { $in: expertBlameIds } });
|
||||||
@@ -4216,6 +4283,7 @@ export class ExpertClaimService {
|
|||||||
const blameIds = makerBlames.map((b) => b._id);
|
const blameIds = makerBlames.map((b) => b._id);
|
||||||
const claims = (await this.claimCaseDbService.find({
|
const claims = (await this.claimCaseDbService.find({
|
||||||
blameRequestId: { $in: blameIds },
|
blameRequestId: { $in: blameIds },
|
||||||
|
requiresFileMakerApproval: true,
|
||||||
})) as any[];
|
})) as any[];
|
||||||
|
|
||||||
const blameById = new Map<string, any>(
|
const blameById = new Map<string, any>(
|
||||||
@@ -4257,6 +4325,7 @@ export class ExpertClaimService {
|
|||||||
blameRequestId: c.blameRequestId?.toString(),
|
blameRequestId: c.blameRequestId?.toString(),
|
||||||
createdAt: c.createdAt,
|
createdAt: c.createdAt,
|
||||||
awaitingFactorValidation: claimIsAwaitingExpertFactorValidationV2(c),
|
awaitingFactorValidation: claimIsAwaitingExpertFactorValidationV2(c),
|
||||||
|
requiresFileMakerApproval: !!(c as any).requiresFileMakerApproval,
|
||||||
needsFileReviewerCompletion:
|
needsFileReviewerCompletion:
|
||||||
String(blame?.status ?? "") === "WAITING_FOR_FILE_REVIEWER" ||
|
String(blame?.status ?? "") === "WAITING_FOR_FILE_REVIEWER" ||
|
||||||
(!!blame?.isMadeByFileMaker &&
|
(!!blame?.isMadeByFileMaker &&
|
||||||
@@ -4613,7 +4682,8 @@ export class ExpertClaimService {
|
|||||||
const actorId = actor.sub;
|
const actorId = actor.sub;
|
||||||
if (
|
if (
|
||||||
actor.role !== RoleEnum.FIELD_EXPERT &&
|
actor.role !== RoleEnum.FIELD_EXPERT &&
|
||||||
actor.role !== RoleEnum.FILE_MAKER
|
actor.role !== RoleEnum.FILE_MAKER &&
|
||||||
|
actor.role !== RoleEnum.FILE_REVIEWER
|
||||||
) {
|
) {
|
||||||
await this.reconcileStaleExpertReviewingClaimLocksForTenant(actor);
|
await this.reconcileStaleExpertReviewingClaimLocksForTenant(actor);
|
||||||
}
|
}
|
||||||
@@ -4625,7 +4695,12 @@ export class ExpertClaimService {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const linkedBlame = await this.loadBlameForClaim(claim);
|
const linkedBlame = await this.loadBlameForClaim(claim);
|
||||||
|
// FILE_REVIEWER access is validated by the role-specific gate below
|
||||||
|
// (isAssignedToMe || isOpen). Skip the generic tenant-scope assert which
|
||||||
|
// would incorrectly reject them via the initiatedByFieldExpertId path.
|
||||||
|
if (actor.role !== RoleEnum.FILE_REVIEWER) {
|
||||||
assertClaimCaseForExpertActor(claim, actor, linkedBlame);
|
assertClaimCaseForExpertActor(claim, actor, linkedBlame);
|
||||||
|
}
|
||||||
|
|
||||||
// Variables used both in the gate block and in the detail-build section below
|
// Variables used both in the gate block and in the detail-build section below
|
||||||
const isDamageExpertPhase =
|
const isDamageExpertPhase =
|
||||||
@@ -4634,7 +4709,8 @@ export class ExpertClaimService {
|
|||||||
const isFactorValidationPending =
|
const isFactorValidationPending =
|
||||||
claimIsAwaitingExpertFactorValidationV2(claim);
|
claimIsAwaitingExpertFactorValidationV2(claim);
|
||||||
|
|
||||||
// FileMaker: can always view their own V4 files at any status.
|
// FileMaker: can view any file they created (both during filing and approval phase).
|
||||||
|
// The list endpoint already filters to V5-only; detail access is scoped by ownership.
|
||||||
if (actor.role === RoleEnum.FILE_MAKER) {
|
if (actor.role === RoleEnum.FILE_MAKER) {
|
||||||
const isOwn = claimCaseInitiatedByFieldExpert(claim, actor, linkedBlame);
|
const isOwn = claimCaseInitiatedByFieldExpert(claim, actor, linkedBlame);
|
||||||
if (!isOwn) {
|
if (!isOwn) {
|
||||||
@@ -4650,15 +4726,15 @@ export class ExpertClaimService {
|
|||||||
actor.role === RoleEnum.FILE_REVIEWER
|
actor.role === RoleEnum.FILE_REVIEWER
|
||||||
) {
|
) {
|
||||||
if (actor.role === RoleEnum.FILE_REVIEWER) {
|
if (actor.role === RoleEnum.FILE_REVIEWER) {
|
||||||
// FILE_REVIEWER: must be a V4 file AND (they are the assigned reviewer OR
|
// FILE_REVIEWER: must be a V4/V5 file AND (they are the assigned reviewer OR
|
||||||
// the file is still open — WAITING_FOR_FILE_REVIEWER with no reviewer yet).
|
// the file is still open — WAITING_FOR_FILE_REVIEWER with no reviewer yet).
|
||||||
const isV4Blame =
|
const isV4V5Blame =
|
||||||
(linkedBlame as any)?.isMadeByFileMaker &&
|
(linkedBlame as any)?.isMadeByFileMaker &&
|
||||||
linkedBlame?.expertInitiated &&
|
linkedBlame?.expertInitiated &&
|
||||||
linkedBlame?.creationMethod === "IN_PERSON";
|
linkedBlame?.creationMethod === "IN_PERSON";
|
||||||
if (!isV4Blame) {
|
if (!isV4V5Blame) {
|
||||||
throw new ForbiddenException(
|
throw new ForbiddenException(
|
||||||
"FileReviewers can only access V4 FileMaker files.",
|
"FileReviewers can only access V4/V5 FileMaker files.",
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
const assignedReviewerId = (linkedBlame as any)?.assignedFileReviewerId
|
const assignedReviewerId = (linkedBlame as any)?.assignedFileReviewerId
|
||||||
@@ -4674,9 +4750,20 @@ export class ExpertClaimService {
|
|||||||
"This file has been taken by another reviewer.",
|
"This file has been taken by another reviewer.",
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
} else if (!claimCaseInitiatedByFieldExpert(claim, actor, linkedBlame)) {
|
} else {
|
||||||
|
// FIELD_EXPERT: V3 flow only. Reject V4/V5 files (isMadeByFileMaker)
|
||||||
|
// even if their ID matches initiatedByFieldExpertId on the blame —
|
||||||
|
// those are FILE_MAKER files, accessible via the FILE_MAKER role only.
|
||||||
|
const isV4V5Blame = !!(linkedBlame as any)?.isMadeByFileMaker;
|
||||||
|
if (isV4V5Blame) {
|
||||||
|
throw new ForbiddenException(
|
||||||
|
"Field experts can only access V3 expert-initiated files.",
|
||||||
|
);
|
||||||
|
}
|
||||||
|
if (!claimCaseInitiatedByFieldExpert(claim, actor, linkedBlame)) {
|
||||||
throw new ForbiddenException("This claim is not accessible to you.");
|
throw new ForbiddenException("This claim is not accessible to you.");
|
||||||
}
|
}
|
||||||
|
}
|
||||||
// Fall through to the detail build below (skip the damage-expert gate)
|
// Fall through to the detail build below (skip the damage-expert gate)
|
||||||
} else if (actor.role !== RoleEnum.FILE_MAKER) {
|
} else if (actor.role !== RoleEnum.FILE_MAKER) {
|
||||||
const isResendPending =
|
const isResendPending =
|
||||||
@@ -4938,6 +5025,10 @@ export class ExpertClaimService {
|
|||||||
if (enrichedEvaluation.priceDrop !== undefined) {
|
if (enrichedEvaluation.priceDrop !== undefined) {
|
||||||
evaluationForApi.priceDrop = enrichedEvaluation.priceDrop;
|
evaluationForApi.priceDrop = enrichedEvaluation.priceDrop;
|
||||||
}
|
}
|
||||||
|
// objection: include when present so experts can see the disputed parts and any attached invoices.
|
||||||
|
if (enrichedEvaluation.objection !== undefined) {
|
||||||
|
evaluationForApi.objection = enrichedEvaluation.objection;
|
||||||
|
}
|
||||||
if (Object.keys(evaluationForApi).length === 0) {
|
if (Object.keys(evaluationForApi).length === 0) {
|
||||||
evaluationForApi = undefined;
|
evaluationForApi = undefined;
|
||||||
}
|
}
|
||||||
@@ -4980,6 +5071,7 @@ export class ExpertClaimService {
|
|||||||
carAngles,
|
carAngles,
|
||||||
damagedParts,
|
damagedParts,
|
||||||
awaitingFactorValidation: isFactorValidationPending,
|
awaitingFactorValidation: isFactorValidationPending,
|
||||||
|
requiresFileMakerApproval: !!(claim as any).requiresFileMakerApproval,
|
||||||
evaluation:
|
evaluation:
|
||||||
(evaluationForApi as
|
(evaluationForApi as
|
||||||
| ClaimDetailV2ResponseDto["evaluation"]
|
| ClaimDetailV2ResponseDto["evaluation"]
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
import { readFile } from "node:fs/promises";
|
||||||
import {
|
import {
|
||||||
Body,
|
Body,
|
||||||
Controller,
|
Controller,
|
||||||
@@ -117,6 +118,21 @@ export class ExpertClaimV2Controller {
|
|||||||
return this.claimRequestManagementService.getOuterPartsCatalogV2(carType);
|
return this.claimRequestManagementService.getOuterPartsCatalogV2(carType);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Get("inner-parts-catalog")
|
||||||
|
@ApiOperation({
|
||||||
|
summary: "Get inner parts catalog",
|
||||||
|
description: "Returns the full list of inner car parts from the static catalog.",
|
||||||
|
})
|
||||||
|
@ApiResponse({ status: 200, description: "Inner parts catalog (object keyed by part name)" })
|
||||||
|
async getInnerPartsCatalog() {
|
||||||
|
const raw = await readFile(`${process.cwd()}/src/static/car-part.json`, "utf-8");
|
||||||
|
try {
|
||||||
|
return JSON.parse(raw);
|
||||||
|
} catch {
|
||||||
|
return raw;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
@Get("branches")
|
@Get("branches")
|
||||||
@ApiOperation({
|
@ApiOperation({
|
||||||
summary: "List insurer branches for this damage expert (V2)",
|
summary: "List insurer branches for this damage expert (V2)",
|
||||||
|
|||||||
@@ -240,6 +240,23 @@ export class ExpertInsurerController {
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Get("files/:publicId/timeline")
|
||||||
|
@ApiParam({ name: "publicId" })
|
||||||
|
@ApiOperation({
|
||||||
|
summary: "Activity timeline for a case",
|
||||||
|
description:
|
||||||
|
"Returns a chronological list of all history events for the blame and/or claim associated with the given publicId. Each event has: source, type, timestamp, actor, metadata.",
|
||||||
|
})
|
||||||
|
async getFileTimeline(
|
||||||
|
@CurrentUser() insurer,
|
||||||
|
@Param("publicId") publicId: string,
|
||||||
|
) {
|
||||||
|
return await this.expertInsurerService.getFileTimeline(
|
||||||
|
insurer.clientKey,
|
||||||
|
publicId,
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
@Get("files/:publicId")
|
@Get("files/:publicId")
|
||||||
@ApiParam({ name: "publicId" })
|
@ApiParam({ name: "publicId" })
|
||||||
async getFileDetailsByPublicId(
|
async getFileDetailsByPublicId(
|
||||||
|
|||||||
@@ -75,6 +75,7 @@ import {
|
|||||||
extractExpertNamesFromBlame,
|
extractExpertNamesFromBlame,
|
||||||
extractExpertNamesFromClaim,
|
extractExpertNamesFromClaim,
|
||||||
} from "./helper/insurer.helper";
|
} from "./helper/insurer.helper";
|
||||||
|
import { getEventFaLabel } from "./helper/timeline-fa-labels";
|
||||||
import { buildEnrichedDamagedParts } from "src/expert-claim/dto/claim-damaged-part.enricher";
|
import { buildEnrichedDamagedParts } from "src/expert-claim/dto/claim-damaged-part.enricher";
|
||||||
|
|
||||||
@Injectable()
|
@Injectable()
|
||||||
@@ -2088,4 +2089,77 @@ export class ExpertInsurerService {
|
|||||||
waiting_for_documents_resend: counts.WAITING_FOR_DOCUMENT_RESEND ?? 0,
|
waiting_for_documents_resend: counts.WAITING_FOR_DOCUMENT_RESEND ?? 0,
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
async getFileTimeline(
|
||||||
|
insurerId: string,
|
||||||
|
publicId: string,
|
||||||
|
): Promise<{ publicId: string; events: object[] }> {
|
||||||
|
if (!publicId?.trim()) {
|
||||||
|
throw new BadRequestException("publicId is required");
|
||||||
|
}
|
||||||
|
|
||||||
|
const id = this.getClientId(insurerId);
|
||||||
|
const [blameFiles, claimFiles] = await Promise.all([
|
||||||
|
this.getClientBlameFiles(id),
|
||||||
|
this.getClientClaimFiles(id),
|
||||||
|
]);
|
||||||
|
|
||||||
|
const blame = blameFiles.find(
|
||||||
|
(b) => String((b as any).publicId) === publicId,
|
||||||
|
);
|
||||||
|
const claim = claimFiles.find(
|
||||||
|
(c) => String((c as any).publicId) === publicId,
|
||||||
|
);
|
||||||
|
|
||||||
|
if (!blame && !claim) {
|
||||||
|
throw new NotFoundException("File not found for this publicId");
|
||||||
|
}
|
||||||
|
|
||||||
|
const events: object[] = [];
|
||||||
|
|
||||||
|
if (blame) {
|
||||||
|
const blameDoc = await this.blameRequestDbService.findById(
|
||||||
|
String((blame as any)._id),
|
||||||
|
);
|
||||||
|
const blameHistory: any[] = (blameDoc as any)?.history ?? [];
|
||||||
|
for (const ev of blameHistory) {
|
||||||
|
events.push({
|
||||||
|
source: "blame",
|
||||||
|
type: ev.type,
|
||||||
|
faLabel: getEventFaLabel(ev),
|
||||||
|
timestamp: ev.timestamp,
|
||||||
|
actor: ev.actor ?? null,
|
||||||
|
metadata: ev.metadata ?? null,
|
||||||
|
});
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
if (claim) {
|
||||||
|
const claimId = String((claim as any)._id);
|
||||||
|
const rows = (await this.claimCaseDbService.find(
|
||||||
|
{ _id: new Types.ObjectId(claimId) },
|
||||||
|
{ lean: true, select: "history createdAt" },
|
||||||
|
)) as Record<string, unknown>[];
|
||||||
|
const claimHistory: any[] = (rows[0] as any)?.history ?? [];
|
||||||
|
for (const ev of claimHistory) {
|
||||||
|
events.push({
|
||||||
|
source: "claim",
|
||||||
|
type: ev.type,
|
||||||
|
faLabel: getEventFaLabel(ev),
|
||||||
|
timestamp: ev.timestamp,
|
||||||
|
actor: ev.actor ?? null,
|
||||||
|
metadata: ev.metadata ?? null,
|
||||||
|
});
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
events.sort((a: any, b: any) => {
|
||||||
|
const ta = a.timestamp ? new Date(a.timestamp).getTime() : 0;
|
||||||
|
const tb = b.timestamp ? new Date(b.timestamp).getTime() : 0;
|
||||||
|
return ta - tb;
|
||||||
|
});
|
||||||
|
|
||||||
|
// Resolve insurer's client name for context if needed — just return raw events
|
||||||
|
return { publicId, events };
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
196
src/expert-insurer/helper/timeline-fa-labels.ts
Normal file
196
src/expert-insurer/helper/timeline-fa-labels.ts
Normal file
@@ -0,0 +1,196 @@
|
|||||||
|
/**
|
||||||
|
* Persian (Farsi) display labels for every timeline event `type` that can
|
||||||
|
* appear in a blame or claim history array.
|
||||||
|
*
|
||||||
|
* For generic `STEP_COMPLETED` / `V3_STEP_COMPLETED` events the label is
|
||||||
|
* derived from the `metadata.stepKey` value; those keys are listed at the
|
||||||
|
* bottom under STEP_KEY_FA_LABELS.
|
||||||
|
*
|
||||||
|
* Usage:
|
||||||
|
* const label = EVENT_TYPE_FA_LABELS[event.type]
|
||||||
|
* ?? resolveStepCompletedFaLabel(event)
|
||||||
|
* ?? event.type;
|
||||||
|
*/
|
||||||
|
|
||||||
|
// ---------------------------------------------------------------------------
|
||||||
|
// Blame-phase events (recorded on BlameRequest.history)
|
||||||
|
// ---------------------------------------------------------------------------
|
||||||
|
export const EVENT_TYPE_FA_LABELS: Record<string, string> = {
|
||||||
|
// File creation
|
||||||
|
FILE_CREATED_BY_REGISTRAR: "پرونده توسط ثبتکننده ایجاد شد",
|
||||||
|
FILE_CREATED_BY_FIELD_EXPERT: "پرونده توسط کارشناس میدانی ایجاد شد",
|
||||||
|
|
||||||
|
// Expert link / OTP flow
|
||||||
|
LINK_SENT: "لینک ارسال شد",
|
||||||
|
PARTY_OTP_SENT: "کد تأیید ارسال شد",
|
||||||
|
PARTY_OTP_VERIFIED: "کد تأیید تأیید شد",
|
||||||
|
PARTY_OTPS_VERIFIED: "کدهای تأیید هر دو طرف تأیید شدند",
|
||||||
|
SECOND_PARTY_OTP_SENT: "کد تأیید طرف دوم ارسال شد",
|
||||||
|
SECOND_PARTY_OTP_VERIFIED_ADVANCED: "کد طرف دوم تأیید و پیشرفت انجام شد",
|
||||||
|
|
||||||
|
// Confession / accident type
|
||||||
|
FIRST_BLAME_CONFESSION_SUBMITTED: "اقرار اولیه طرف اول ثبت شد",
|
||||||
|
CAR_BODY_ACCIDENT_TYPE_SUBMITTED: "نوع تصادف بدنه خودرو ثبت شد",
|
||||||
|
AUTO_ADVANCED_TO_CAR_BODY_FORM: "پیشرفت خودکار به فرم بدنه خودرو",
|
||||||
|
AUTO_CONFESSION_SKIPPED: "مرحله اقرار بهصورت خودکار رد شد",
|
||||||
|
|
||||||
|
// First video
|
||||||
|
FIRST_VIDEO_UPLOADED: "ویدیوی اول بارگذاری شد",
|
||||||
|
|
||||||
|
// Second party invitation
|
||||||
|
SECOND_PARTY_INVITED: "طرف دوم دعوت شد",
|
||||||
|
|
||||||
|
// Accident fields / expert in-person completion
|
||||||
|
ACCIDENT_FIELDS_SAVED_ADVANCED_TO_SIGNATURES:
|
||||||
|
"اطلاعات تصادف ذخیره و به مرحله امضاها پیشرفت شد",
|
||||||
|
EXPERT_COMPLETED_CAR_BODY_FORM_V2: "کارشناس فرم بدنه خودرو را تکمیل کرد",
|
||||||
|
EXPERT_COMPLETED_THIRD_PARTY_FORM_V2: "کارشناس فرم شخص ثالث را تکمیل کرد",
|
||||||
|
EXPERT_ADDED_LOCATIONS_V2: "کارشناس موقعیت مکانی را ثبت کرد",
|
||||||
|
EXPERT_UPLOADED_VIDEO_V2: "کارشناس ویدیو را بارگذاری کرد",
|
||||||
|
EXPERT_UPLOADED_VOICE_V2: "کارشناس صدا را بارگذاری کرد",
|
||||||
|
|
||||||
|
// Party rejection / disagreement
|
||||||
|
PARTY_REJECTED_EXPERT_DECISION: "طرف حساب با نظر کارشناس مخالفت کرد",
|
||||||
|
PARTIES_DISAGREED_ON_EXPERT_DECISION: "طرفین با نظر کارشناس توافق نکردند",
|
||||||
|
|
||||||
|
// Document resend (blame)
|
||||||
|
BLAME_DOCUMENT_RESEND_STARTED: "درخواست ارسال مجدد مدارک پرونده شروع شد",
|
||||||
|
BLAME_DOCUMENT_RESEND_CLEARED: "ارسال مجدد مدارک پرونده پاکسازی شد",
|
||||||
|
|
||||||
|
// Expert assignment (blame)
|
||||||
|
BLAME_ASSIGNED: "پرونده به کارشناس تخصیص داده شد",
|
||||||
|
AUTO_ASSIGNED_TO_EXPERT: "پرونده بهصورت خودکار به کارشناس تخصیص یافت",
|
||||||
|
|
||||||
|
// Auto-assignment helpers
|
||||||
|
READY_FOR_EXPERT_EVALUATION: "پرونده آماده ارزیابی کارشناس شد",
|
||||||
|
SECOND_PARTY_DESCRIPTION_COMPLETED: "توضیحات طرف دوم تکمیل شد",
|
||||||
|
|
||||||
|
// V3 blame steps
|
||||||
|
V3_PARTY_SIGNATURE_RECORDED: "امضای طرف ثبت شد",
|
||||||
|
V3_ACCIDENT_FIELDS_SAVED: "اطلاعات تصادف ثبت شد",
|
||||||
|
V3_BLAME_ACCIDENT_VIDEO_UPLOADED: "ویدیوی تصادف بارگذاری شد",
|
||||||
|
V3_PARTY_VOICE_UPLOADED: "صدای طرف بارگذاری شد",
|
||||||
|
V3_PARTY_LOCATION_SAVED: "موقعیت مکانی طرف ذخیره شد",
|
||||||
|
V3_PARTY_DESCRIPTION_SAVED: "توضیحات طرف ذخیره شد",
|
||||||
|
V3_CAR_BODY_ACCIDENT_TYPE_SAVED: "نوع تصادف بدنه خودرو ذخیره شد",
|
||||||
|
|
||||||
|
// V5 blame steps
|
||||||
|
V5_BLAME_ACCIDENT_VIDEO_UPLOADED: "ویدیوی تصادف (نسخه ۵) بارگذاری شد",
|
||||||
|
V5_FILE_MAKER_APPROVED: "پروندهساز پرونده را تأیید کرد",
|
||||||
|
V5_FILE_MAKER_REJECTED: "پروندهساز پرونده را رد کرد",
|
||||||
|
|
||||||
|
// ---------------------------------------------------------------------------
|
||||||
|
// Claim-phase events (recorded on ClaimCase.history)
|
||||||
|
// ---------------------------------------------------------------------------
|
||||||
|
|
||||||
|
// Claim creation
|
||||||
|
CLAIM_CREATED: "پرونده خسارت ایجاد شد",
|
||||||
|
|
||||||
|
// Expert assignment (claim)
|
||||||
|
CLAIM_ASSIGNED: "پرونده خسارت به کارشناس ارزیابی تخصیص داده شد",
|
||||||
|
|
||||||
|
// Expert actions on claim
|
||||||
|
EXPERT_RESEND_REQUESTED: "کارشناس درخواست ارسال مجدد مدارک داد",
|
||||||
|
EXPERT_RESEND_FULFILLED: "مدارک درخواستی ارسال شد",
|
||||||
|
IN_PERSON_VISIT_REQUESTED: "کارشناس بازدید حضوری درخواست کرد",
|
||||||
|
EXPERT_DAMAGED_PARTS_UPDATED: "کارشناس قطعات آسیبدیده را بهروزرسانی کرد",
|
||||||
|
|
||||||
|
// Workflow steps (generic)
|
||||||
|
STEP_COMPLETED: "مرحله تکمیل شد",
|
||||||
|
V3_STEP_COMPLETED: "مرحله تکمیل شد",
|
||||||
|
|
||||||
|
// Documents & media
|
||||||
|
DOCUMENT_UPLOADED: "مدرک بارگذاری شد",
|
||||||
|
VIDEO_CAPTURE_UPLOADED: "تصویر ویدیویی بارگذاری شد",
|
||||||
|
ALL_FACTORS_UPLOADED_PENDING_VALIDATION:
|
||||||
|
"تمام فاکتورها بارگذاری شدند و در انتظار تأیید هستند",
|
||||||
|
|
||||||
|
// User responses
|
||||||
|
USER_OBJECTION_SUBMITTED: "اعتراض کاربر ثبت شد",
|
||||||
|
USER_RATING_SUBMITTED: "امتیاز کاربر ثبت شد",
|
||||||
|
|
||||||
|
// Owner insurer approval
|
||||||
|
OWNER_SIGNED_INSURER_APPROVAL: "صاحب خودرو قرارداد بیمه را امضا کرد",
|
||||||
|
OWNER_REJECTED_INSURER_APPROVAL_PRICING: "صاحب خودرو قیمتگذاری بیمه را رد کرد",
|
||||||
|
OWNER_SIGNED_PRICED_PARTS_PENDING_FACTOR_UPLOAD:
|
||||||
|
"صاحب خودرو قطعات قیمتگذاریشده را امضا کرد و در انتظار بارگذاری فاکتور",
|
||||||
|
OWNER_REJECTED_PRICED_PARTS_BEFORE_FACTORS:
|
||||||
|
"صاحب خودرو قطعات قیمتگذاریشده را پیش از فاکتور رد کرد",
|
||||||
|
|
||||||
|
// Fanavaran sync
|
||||||
|
FANAVARAN_AUTO_SUBMIT_SUCCEEDED: "ارسال خودکار به فناوران موفق بود",
|
||||||
|
FANAVARAN_AUTO_SUBMIT_FAILED: "ارسال خودکار به فناوران ناموفق بود",
|
||||||
|
FANAVARAN_EARLY_AUTO_SUBMIT_SUCCEEDED: "ارسال زودهنگام خودکار به فناوران موفق بود",
|
||||||
|
FANAVARAN_EARLY_AUTO_SUBMIT_FAILED: "ارسال زودهنگام خودکار به فناوران ناموفق بود",
|
||||||
|
FANAVARAN_EXPERTISE_AUTO_SUBMIT_SUCCEEDED:
|
||||||
|
"ارسال خودکار کارشناسی به فناوران موفق بود",
|
||||||
|
FANAVARAN_EXPERTISE_AUTO_SUBMIT_FAILED:
|
||||||
|
"ارسال خودکار کارشناسی به فناوران ناموفق بود",
|
||||||
|
FANAVARAN_ATTACHMENT_AUTO_SUBMIT_SUCCEEDED:
|
||||||
|
"ارسال خودکار پیوست به فناوران موفق بود",
|
||||||
|
FANAVARAN_ATTACHMENT_AUTO_SUBMIT_FAILED:
|
||||||
|
"ارسال خودکار پیوست به فناوران ناموفق بود",
|
||||||
|
FANAVARAN_DAMAGE_CASE_AUTO_SUBMIT_SUCCEEDED:
|
||||||
|
"ارسال خودکار پرونده خسارت به فناوران موفق بود",
|
||||||
|
FANAVARAN_DAMAGE_CASE_AUTO_SUBMIT_FAILED:
|
||||||
|
"ارسال خودکار پرونده خسارت به فناوران ناموفق بود",
|
||||||
|
|
||||||
|
// V5 claim
|
||||||
|
V5_HELD_FOR_FILE_MAKER_APPROVAL: "پرونده در انتظار تأیید پروندهساز متوقف شد",
|
||||||
|
};
|
||||||
|
|
||||||
|
// ---------------------------------------------------------------------------
|
||||||
|
// Persian labels for `metadata.stepKey` inside STEP_COMPLETED events
|
||||||
|
// ---------------------------------------------------------------------------
|
||||||
|
export const STEP_KEY_FA_LABELS: Record<string, string> = {
|
||||||
|
// Claim workflow steps
|
||||||
|
CLAIM_CREATED: "ایجاد پرونده خسارت",
|
||||||
|
SELECT_OUTER_PARTS: "انتخاب قطعات بیرونی آسیبدیده",
|
||||||
|
SELECT_OTHER_PARTS: "انتخاب سایر اطلاعات و قطعات",
|
||||||
|
CAPTURE_PART_DAMAGES: "عکسبرداری از آسیبهای قطعات",
|
||||||
|
UPLOAD_REQUIRED_DOCUMENTS: "بارگذاری مدارک مورد نیاز",
|
||||||
|
USER_SUBMISSION_COMPLETE: "ارسال اطلاعات توسط کاربر",
|
||||||
|
USER_EXPERT_RESEND: "ارسال مجدد مدارک توسط کاربر",
|
||||||
|
EXPERT_DAMAGE_ASSESSMENT: "ارزیابی خسارت توسط کارشناس",
|
||||||
|
EXPERT_FINAL_REPLY: "پاسخ نهایی کارشناس",
|
||||||
|
EXPERT_COST_EVALUATION: "ارزیابی هزینه توسط کارشناس",
|
||||||
|
OWNER_UPLOAD_FACTOR_DOCUMENTS: "بارگذاری فاکتورهای تعمیر توسط مالک",
|
||||||
|
INSURER_REVIEW: "بررسی توسط بیمهگر",
|
||||||
|
CLAIM_COMPLETED: "پرونده خسارت تکمیل شد",
|
||||||
|
};
|
||||||
|
|
||||||
|
/**
|
||||||
|
* For `STEP_COMPLETED` and `V3_STEP_COMPLETED` events whose final label
|
||||||
|
* depends on the `metadata.stepKey` value, this function returns the
|
||||||
|
* most specific Persian label available.
|
||||||
|
*/
|
||||||
|
export function resolveStepCompletedFaLabel(event: {
|
||||||
|
type: string;
|
||||||
|
metadata?: any;
|
||||||
|
}): string | undefined {
|
||||||
|
if (
|
||||||
|
event.type !== "STEP_COMPLETED" &&
|
||||||
|
event.type !== "V3_STEP_COMPLETED"
|
||||||
|
) {
|
||||||
|
return undefined;
|
||||||
|
}
|
||||||
|
const stepKey: string | undefined = event.metadata?.stepKey;
|
||||||
|
if (stepKey && STEP_KEY_FA_LABELS[stepKey]) {
|
||||||
|
return STEP_KEY_FA_LABELS[stepKey];
|
||||||
|
}
|
||||||
|
return "مرحله تکمیل شد";
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Returns the best Persian label for any timeline event.
|
||||||
|
*/
|
||||||
|
export function getEventFaLabel(event: {
|
||||||
|
type: string;
|
||||||
|
metadata?: any;
|
||||||
|
}): string {
|
||||||
|
return (
|
||||||
|
resolveStepCompletedFaLabel(event) ??
|
||||||
|
EVENT_TYPE_FA_LABELS[event.type] ??
|
||||||
|
event.type
|
||||||
|
);
|
||||||
|
}
|
||||||
@@ -76,6 +76,37 @@ export const FANAVARAN_REMOTE_LOOKUPS: FanavaranRemoteLookupDefinition[] = [
|
|||||||
url: `${FANAVARAN_LOOKUP_BASE_URL}/common/code-list/person-role`,
|
url: `${FANAVARAN_LOOKUP_BASE_URL}/common/code-list/person-role`,
|
||||||
cacheFile: "person-role.json",
|
cacheFile: "person-role.json",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: "insurance-corp",
|
||||||
|
url: `${FANAVARAN_LOOKUP_BASE_URL}/common/code-list/insurance-corp`,
|
||||||
|
cacheFile: "insurance-corp.json",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: "file-types",
|
||||||
|
url: `${FANAVARAN_LOOKUP_BASE_URL}/common/base-info/file-types`,
|
||||||
|
cacheFile: "file-types.json",
|
||||||
|
},
|
||||||
|
// NEW LOOKUPS ADDED
|
||||||
|
{
|
||||||
|
name: "cities",
|
||||||
|
url: `${FANAVARAN_LOOKUP_BASE_URL}/common/base-info/cities`,
|
||||||
|
cacheFile: "cities.json",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: "dmg-case-type",
|
||||||
|
url: `${FANAVARAN_LOOKUP_BASE_URL}/car/code-list/dmg-case-type`,
|
||||||
|
cacheFile: "dmg-case-type.json",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: "dmg-history-status",
|
||||||
|
url: `${FANAVARAN_LOOKUP_BASE_URL}/car/code-list/dmg-case-history-status`,
|
||||||
|
cacheFile: "dmg-history-status.json",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: "provinces",
|
||||||
|
url: `${FANAVARAN_LOOKUP_BASE_URL}/common/base-info/Provinces`,
|
||||||
|
cacheFile: "provinces.json",
|
||||||
|
},
|
||||||
];
|
];
|
||||||
|
|
||||||
export const TEJARAT_STATIC_ACCIDENT_FILES = {
|
export const TEJARAT_STATIC_ACCIDENT_FILES = {
|
||||||
|
|||||||
@@ -1,9 +1,17 @@
|
|||||||
import { Module } from "@nestjs/common";
|
import { Module } from "@nestjs/common";
|
||||||
import { HttpModule } from "@nestjs/axios";
|
import { HttpModule } from "@nestjs/axios";
|
||||||
|
import { ConfigModule, ConfigService } from "@nestjs/config";
|
||||||
|
import { createHttpModuleOptions } from "src/core/config/http-proxy.factory";
|
||||||
import { FanavaranLookupService } from "./fanavaran-lookup.service";
|
import { FanavaranLookupService } from "./fanavaran-lookup.service";
|
||||||
|
|
||||||
@Module({
|
@Module({
|
||||||
imports: [HttpModule],
|
imports: [
|
||||||
|
HttpModule.registerAsync({
|
||||||
|
imports: [ConfigModule],
|
||||||
|
inject: [ConfigService],
|
||||||
|
useFactory: createHttpModuleOptions,
|
||||||
|
}),
|
||||||
|
],
|
||||||
providers: [FanavaranLookupService],
|
providers: [FanavaranLookupService],
|
||||||
exports: [FanavaranLookupService],
|
exports: [FanavaranLookupService],
|
||||||
})
|
})
|
||||||
|
|||||||
@@ -183,24 +183,6 @@ export class FanavaranLookupService {
|
|||||||
this.logger.log(
|
this.logger.log(
|
||||||
`[${clientKey}] Fanavaran lookup response status=${response.status} dataCount=${dataCount}`,
|
`[${clientKey}] Fanavaran lookup response status=${response.status} dataCount=${dataCount}`,
|
||||||
);
|
);
|
||||||
this.logger.log(
|
|
||||||
`[${clientKey}] Fanavaran lookup raw response: ${JSON.stringify(
|
|
||||||
response.data,
|
|
||||||
null,
|
|
||||||
2,
|
|
||||||
)}`,
|
|
||||||
);
|
|
||||||
|
|
||||||
if (Array.isArray(response.data) && response.data.length > 0) {
|
|
||||||
const firstItem = response.data[0];
|
|
||||||
if (firstItem && typeof firstItem === "object") {
|
|
||||||
this.logger.log(
|
|
||||||
`[${clientKey}] Fanavaran lookup first item keys: ${Object.keys(
|
|
||||||
firstItem,
|
|
||||||
).join(", ")}`,
|
|
||||||
);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
return response.data;
|
return response.data;
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
@@ -255,6 +237,51 @@ export class FanavaranLookupService {
|
|||||||
return this.fetchFromFanavaran(clientKey, url);
|
return this.fetchFromFanavaran(clientKey, url);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
async myPolicies(
|
||||||
|
clientKey: FanavaranClientKey,
|
||||||
|
nationalCode: string,
|
||||||
|
insuranceLineId: number = 5,
|
||||||
|
): Promise<unknown> {
|
||||||
|
const url =
|
||||||
|
`${FANAVARAN_LOOKUP_BASE_URL}/common/Policies/inquiry-my-policies` +
|
||||||
|
`?InsuranceLineId=${insuranceLineId}` +
|
||||||
|
`&NationalCode=${encodeURIComponent(nationalCode)}`;
|
||||||
|
return this.fetchFromFanavaran(clientKey, url);
|
||||||
|
}
|
||||||
|
|
||||||
|
async thirdPartyPolicyById(
|
||||||
|
clientKey: FanavaranClientKey,
|
||||||
|
policyId: number,
|
||||||
|
): Promise<unknown> {
|
||||||
|
const url = `${FANAVARAN_LOOKUP_BASE_URL}/car/third-party-car-policies/${policyId}`;
|
||||||
|
return this.fetchFromFanavaran(clientKey, url);
|
||||||
|
}
|
||||||
|
|
||||||
|
async bodyPolicyById(
|
||||||
|
clientKey: FanavaranClientKey,
|
||||||
|
policyId: number,
|
||||||
|
): Promise<unknown> {
|
||||||
|
const url = `${FANAVARAN_LOOKUP_BASE_URL}/car/vehicle-hull-policies/${policyId}`;
|
||||||
|
return this.fetchFromFanavaran(clientKey, url);
|
||||||
|
}
|
||||||
|
|
||||||
|
async vehicleById(
|
||||||
|
clientKey: FanavaranClientKey,
|
||||||
|
vehicleId: number,
|
||||||
|
versionNo: number = 1,
|
||||||
|
): Promise<unknown> {
|
||||||
|
const url = `${FANAVARAN_LOOKUP_BASE_URL}/car/vehicles/${vehicleId}?versionno=${versionNo}`;
|
||||||
|
return this.fetchFromFanavaran(clientKey, url);
|
||||||
|
}
|
||||||
|
|
||||||
|
async customerById(
|
||||||
|
clientKey: FanavaranClientKey,
|
||||||
|
customerId: number,
|
||||||
|
): Promise<unknown> {
|
||||||
|
const url = `${FANAVARAN_LOOKUP_BASE_URL}/common/customers/${customerId}`;
|
||||||
|
return this.fetchFromFanavaran(clientKey, url);
|
||||||
|
}
|
||||||
|
|
||||||
async inquiryByUniqueIdentifier(
|
async inquiryByUniqueIdentifier(
|
||||||
clientKey: FanavaranClientKey,
|
clientKey: FanavaranClientKey,
|
||||||
params: {
|
params: {
|
||||||
@@ -273,6 +300,91 @@ export class FanavaranLookupService {
|
|||||||
return this.fetchFromFanavaran(clientKey, url);
|
return this.fetchFromFanavaran(clientKey, url);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
async resolveInsuranceCorpId(
|
||||||
|
clientKey: FanavaranClientKey,
|
||||||
|
): Promise<number | null> {
|
||||||
|
const caption = process.env.INSURANCE_CORP_ID?.trim();
|
||||||
|
if (!caption) {
|
||||||
|
this.logger.warn("resolveInsuranceCorpId: INSURANCE_CORP_ID env not set");
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
|
||||||
|
// Check resolved cache first
|
||||||
|
const cachedId = await this.readCacheFile<number>(clientKey, "insurance-corp-id-resolved.json");
|
||||||
|
if (cachedId !== null) {
|
||||||
|
this.logger.log(`resolveInsuranceCorpId: using cached id=${cachedId} for "${caption}"`);
|
||||||
|
return cachedId;
|
||||||
|
}
|
||||||
|
|
||||||
|
// Try fetching the full list directly from Fanavaran
|
||||||
|
let companies: unknown;
|
||||||
|
const url = `${FANAVARAN_LOOKUP_BASE_URL}/common/code-list/insurance-corp`;
|
||||||
|
try {
|
||||||
|
companies = await this.fetchFromFanavaran(clientKey, url);
|
||||||
|
} catch (error) {
|
||||||
|
this.logger.warn(
|
||||||
|
`resolveInsuranceCorpId: Fanavaran fetch failed, trying local lookup endpoint`,
|
||||||
|
);
|
||||||
|
// Fallback: call our own local lookup endpoint
|
||||||
|
try {
|
||||||
|
const localPort = process.env.PORT || 3000;
|
||||||
|
const response = await firstValueFrom(
|
||||||
|
this.httpService.get(`http://localhost:${localPort}/lookups/fanavaran/insurance-corp`, {
|
||||||
|
timeout: 10000,
|
||||||
|
}),
|
||||||
|
);
|
||||||
|
companies = response.data;
|
||||||
|
} catch (localError) {
|
||||||
|
this.logger.error(
|
||||||
|
`resolveInsuranceCorpId: both Fanavaran and local lookup failed`,
|
||||||
|
);
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
if (!Array.isArray(companies)) {
|
||||||
|
this.logger.warn(
|
||||||
|
`resolveInsuranceCorpId: insurance-corp response is not an array, type=${typeof companies}`,
|
||||||
|
);
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
|
||||||
|
this.logger.log(
|
||||||
|
`resolveInsuranceCorpId: got ${companies.length} companies, searching for "${caption}"`,
|
||||||
|
);
|
||||||
|
|
||||||
|
const normalizedCaption = caption
|
||||||
|
.replace(/\s+/g, " ")
|
||||||
|
.toLowerCase()
|
||||||
|
.trim();
|
||||||
|
|
||||||
|
const match = companies.find((c: any) => {
|
||||||
|
if (c?.IsActive !== 1) return false;
|
||||||
|
if (typeof c?.Id !== "number") return false;
|
||||||
|
const cCaption = typeof c?.Caption === "string" ? c.Caption : "";
|
||||||
|
const normalized = cCaption.replace(/\s+/g, " ").toLowerCase().trim();
|
||||||
|
return normalized.includes(normalizedCaption) || normalizedCaption.includes(normalized);
|
||||||
|
});
|
||||||
|
|
||||||
|
if (!match) {
|
||||||
|
this.logger.warn(
|
||||||
|
`resolveInsuranceCorpId: no active company matching "${caption}". Available: ` +
|
||||||
|
companies
|
||||||
|
.filter((c: any) => c?.IsActive === 1)
|
||||||
|
.map((c: any) => `${c.Caption} (${c.Id})`)
|
||||||
|
.join(", "),
|
||||||
|
);
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
|
||||||
|
const corpId = match.Id as number;
|
||||||
|
// Cache both the resolved id and the full list for future use
|
||||||
|
await this.writeCacheFile(clientKey, "insurance-corp-id-resolved.json", corpId);
|
||||||
|
await this.writeCacheFile(clientKey, "insurance-corp.json", companies);
|
||||||
|
this.logger.log(`resolveInsuranceCorpId: resolved id=${corpId} for "${caption}"`);
|
||||||
|
return corpId;
|
||||||
|
}
|
||||||
|
|
||||||
mapFanavaranAccidentCausesToReasonOptions(
|
mapFanavaranAccidentCausesToReasonOptions(
|
||||||
causes: unknown,
|
causes: unknown,
|
||||||
): { id: number; label: string; fanavaran: number }[] {
|
): { id: number; label: string; fanavaran: number }[] {
|
||||||
@@ -297,4 +409,5 @@ export class FanavaranLookupService {
|
|||||||
};
|
};
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -16,6 +16,12 @@ export const CAPTURE_PHASE_DAMAGED_PARTY_DOC_KEYS = [
|
|||||||
"damaged_metal_plate",
|
"damaged_metal_plate",
|
||||||
] as const;
|
] as const;
|
||||||
|
|
||||||
|
/** Metal-plate keys that are optional in the V4/V5 FileMaker flow. */
|
||||||
|
export const OPTIONAL_CAPTURE_PHASE_DOC_KEYS_V4V5 = [
|
||||||
|
"damaged_metal_plate",
|
||||||
|
"guilty_metal_plate",
|
||||||
|
] as const;
|
||||||
|
|
||||||
export type CapturePhaseSequence =
|
export type CapturePhaseSequence =
|
||||||
| "parts"
|
| "parts"
|
||||||
| "angles"
|
| "angles"
|
||||||
@@ -52,7 +58,7 @@ function isRequiredDocumentUploadedOnClaim(
|
|||||||
|
|
||||||
export function getClaimCaptureProgress(
|
export function getClaimCaptureProgress(
|
||||||
claimCase: any,
|
claimCase: any,
|
||||||
options?: { assumeCapturePhaseDocKey?: string },
|
options?: { assumeCapturePhaseDocKey?: string; skipMetalPlate?: boolean },
|
||||||
): ClaimCaptureProgress {
|
): ClaimCaptureProgress {
|
||||||
const carType = claimCase?.vehicle?.carType as ClaimVehicleTypeV2 | undefined;
|
const carType = claimCase?.vehicle?.carType as ClaimVehicleTypeV2 | undefined;
|
||||||
const selectedNorm = normalizeDamageSelectedParts(
|
const selectedNorm = normalizeDamageSelectedParts(
|
||||||
@@ -83,6 +89,7 @@ export function getClaimCaptureProgress(
|
|||||||
|
|
||||||
const capturePhaseDocsRemaining = CAPTURE_PHASE_DAMAGED_PARTY_DOC_KEYS.filter(
|
const capturePhaseDocsRemaining = CAPTURE_PHASE_DAMAGED_PARTY_DOC_KEYS.filter(
|
||||||
(k) => {
|
(k) => {
|
||||||
|
if (options?.skipMetalPlate && OPTIONAL_CAPTURE_PHASE_DOC_KEYS_V4V5.includes(k as any)) return false;
|
||||||
if (k === options?.assumeCapturePhaseDocKey) return false;
|
if (k === options?.assumeCapturePhaseDocKey) return false;
|
||||||
return !isRequiredDocumentUploadedOnClaim(claimCase, k);
|
return !isRequiredDocumentUploadedOnClaim(claimCase, k);
|
||||||
},
|
},
|
||||||
@@ -111,8 +118,11 @@ export function getClaimCaptureProgress(
|
|||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
export function isClaimCaptureStepComplete(claimCase: any): boolean {
|
export function isClaimCaptureStepComplete(
|
||||||
const p = getClaimCaptureProgress(claimCase);
|
claimCase: any,
|
||||||
|
options?: { skipMetalPlate?: boolean },
|
||||||
|
): boolean {
|
||||||
|
const p = getClaimCaptureProgress(claimCase, options);
|
||||||
return (
|
return (
|
||||||
p.partsComplete && p.anglesComplete && p.capturePhaseDocsComplete
|
p.partsComplete && p.anglesComplete && p.capturePhaseDocsComplete
|
||||||
);
|
);
|
||||||
|
|||||||
@@ -22,20 +22,18 @@ const LABEL_COLUMN_X = COLON_X + 10;
|
|||||||
|
|
||||||
function resolveFontFile(variant: "regular" | "bold"): string {
|
function resolveFontFile(variant: "regular" | "bold"): string {
|
||||||
const file =
|
const file =
|
||||||
variant === "bold"
|
variant === "bold" ? "Vazirmatn-Bold.ttf" : "Vazirmatn-Regular.ttf";
|
||||||
? "NotoKufiArabic-Bold.ttf"
|
|
||||||
: "NotoKufiArabic-Regular.ttf";
|
|
||||||
const candidates = [
|
const candidates = [
|
||||||
|
join(process.cwd(), "assets", file),
|
||||||
join(process.cwd(), "assets", "fonts", file),
|
join(process.cwd(), "assets", "fonts", file),
|
||||||
join(process.cwd(), "dist", "fonts", file),
|
join(process.cwd(), "dist", "assets", file),
|
||||||
join(process.cwd(), "dist", "assets", "fonts", file),
|
join(process.cwd(), "dist", "assets", "fonts", file),
|
||||||
join("/usr/share/fonts/truetype/noto", file),
|
|
||||||
];
|
];
|
||||||
for (const path of candidates) {
|
for (const path of candidates) {
|
||||||
if (existsSync(path)) return path;
|
if (existsSync(path)) return path;
|
||||||
}
|
}
|
||||||
throw new Error(
|
throw new Error(
|
||||||
`Persian PDF font not found (${file}). Place it under assets/fonts/ or install noto fonts on the host.`,
|
`Persian PDF font not found (${file}). Place it under assets/ or assets/fonts/.`,
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -46,6 +44,16 @@ export type PersianPdfDocument = InstanceType<typeof PDFDocument> & {
|
|||||||
addBlank: (lines?: number) => void;
|
addBlank: (lines?: number) => void;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
/** Ensure at least `neededPts` of vertical space remain; add a page if not. */
|
||||||
|
function ensureSpace(
|
||||||
|
doc: InstanceType<typeof PDFDocument>,
|
||||||
|
neededPts: number,
|
||||||
|
): void {
|
||||||
|
if (doc.y + neededPts > doc.page.maxY()) {
|
||||||
|
doc.addPage();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
function drawRtlLine(
|
function drawRtlLine(
|
||||||
doc: InstanceType<typeof PDFDocument>,
|
doc: InstanceType<typeof PDFDocument>,
|
||||||
text: string,
|
text: string,
|
||||||
@@ -69,6 +77,9 @@ function drawKeyValueRow(
|
|||||||
label: string,
|
label: string,
|
||||||
value: string,
|
value: string,
|
||||||
): void {
|
): void {
|
||||||
|
// Reserve one row height (font 10pt ≈ 14 pts with leading) before drawing.
|
||||||
|
ensureSpace(doc, 16);
|
||||||
|
|
||||||
const y = doc.y;
|
const y = doc.y;
|
||||||
const { label: faLabel, value: faValue } = pdfKitRtlKeyValue(label, value);
|
const { label: faLabel, value: faValue } = pdfKitRtlKeyValue(label, value);
|
||||||
|
|
||||||
@@ -118,6 +129,9 @@ export function createPersianPdfDocument(): PersianPdfDocument {
|
|||||||
};
|
};
|
||||||
|
|
||||||
doc.addSection = (text: string) => {
|
doc.addSection = (text: string) => {
|
||||||
|
// Reserve space for the gap + section heading + at least one data row below it,
|
||||||
|
// so the heading is never stranded alone at the bottom of a page.
|
||||||
|
ensureSpace(doc, 60);
|
||||||
doc.moveDown(0.5);
|
doc.moveDown(0.5);
|
||||||
drawRtlLine(doc, text, 13, true);
|
drawRtlLine(doc, text, 13, true);
|
||||||
doc.font("FaRegular").fontSize(10);
|
doc.font("FaRegular").fontSize(10);
|
||||||
|
|||||||
@@ -8,18 +8,31 @@ export function normalizePersianPdfText(text: string): string {
|
|||||||
.trim();
|
.trim();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* pdfkit renders glyphs strictly left-to-right.
|
||||||
|
* fontkit already reshapes each word's glyphs into visual (LTR) order,
|
||||||
|
* but it does NOT reorder words — so a multi-word RTL string like
|
||||||
|
* "نام صاحب خودرو" has its words placed LTR on the page and reads
|
||||||
|
* backwards. Reversing the word sequence here makes pdfkit emit the
|
||||||
|
* words in the correct visual order for a right-to-left PDF reader.
|
||||||
|
*/
|
||||||
|
function reverseRtlWords(text: string): string {
|
||||||
|
if (!/[\u0600-\u06FF]/.test(text)) return text;
|
||||||
|
return text.split(" ").reverse().join(" ");
|
||||||
|
}
|
||||||
|
|
||||||
export function pdfKitRtlKeyValue(
|
export function pdfKitRtlKeyValue(
|
||||||
label: string,
|
label: string,
|
||||||
value: string,
|
value: string,
|
||||||
): { label: string; value: string } {
|
): { label: string; value: string } {
|
||||||
return {
|
return {
|
||||||
label: normalizePersianPdfText(label),
|
label: reverseRtlWords(normalizePersianPdfText(label)),
|
||||||
value: normalizePersianPdfText(value),
|
value: reverseRtlWords(normalizePersianPdfText(value)),
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
export function pdfKitRtlParagraph(text: string): string {
|
export function pdfKitRtlParagraph(text: string): string {
|
||||||
return normalizePersianPdfText(text);
|
return reverseRtlWords(normalizePersianPdfText(text));
|
||||||
}
|
}
|
||||||
|
|
||||||
export function isMostlyAscii(text: string): boolean {
|
export function isMostlyAscii(text: string): boolean {
|
||||||
|
|||||||
@@ -1,14 +1,18 @@
|
|||||||
import { Controller, Get, Param, Query } from "@nestjs/common";
|
import { Controller, Get, Param, ParseIntPipe, Query, UseGuards } from "@nestjs/common";
|
||||||
import {
|
import {
|
||||||
|
ApiBearerAuth,
|
||||||
ApiOkResponse,
|
ApiOkResponse,
|
||||||
ApiOperation,
|
ApiOperation,
|
||||||
ApiParam,
|
ApiParam,
|
||||||
ApiQuery,
|
ApiQuery,
|
||||||
ApiTags,
|
ApiTags,
|
||||||
} from "@nestjs/swagger";
|
} from "@nestjs/swagger";
|
||||||
|
import { AuthGuard } from "src/common/auth/guards";
|
||||||
import { LookupsService } from "./lookups.service";
|
import { LookupsService } from "./lookups.service";
|
||||||
|
|
||||||
@ApiTags("lookups")
|
@ApiTags("lookups")
|
||||||
|
@ApiBearerAuth()
|
||||||
|
@UseGuards(AuthGuard)
|
||||||
@Controller("lookups")
|
@Controller("lookups")
|
||||||
export class LookupsController {
|
export class LookupsController {
|
||||||
constructor(private readonly lookupsService: LookupsService) {}
|
constructor(private readonly lookupsService: LookupsService) {}
|
||||||
@@ -210,6 +214,83 @@ export class LookupsController {
|
|||||||
return await this.lookupsService.getPersonRole();
|
return await this.lookupsService.getPersonRole();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Get("file-types")
|
||||||
|
@ApiOperation({
|
||||||
|
summary: "Fanavaran file types lookup",
|
||||||
|
description:
|
||||||
|
"Returns file type codes from common/base-info/file-types. Use FileTypeId in attachment uploads.",
|
||||||
|
})
|
||||||
|
@ApiOkResponse({
|
||||||
|
description: "Returns Fanavaran file types lookup data",
|
||||||
|
schema: {
|
||||||
|
type: "array",
|
||||||
|
items: {
|
||||||
|
type: "object",
|
||||||
|
properties: {
|
||||||
|
Caption: { type: "string" },
|
||||||
|
Id: { type: "number" },
|
||||||
|
IsActive: { type: "number" },
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
})
|
||||||
|
async getFileTypes() {
|
||||||
|
return await this.lookupsService.getFileTypes();
|
||||||
|
}
|
||||||
|
|
||||||
|
@Get("cities")
|
||||||
|
@ApiOperation({
|
||||||
|
summary: "Fanavaran cities lookup",
|
||||||
|
description: "Returns city codes from common/base-info/cities.",
|
||||||
|
})
|
||||||
|
@ApiOkResponse({
|
||||||
|
description: "Returns Fanavaran cities lookup data",
|
||||||
|
schema: { type: "array", items: { type: "object" } },
|
||||||
|
})
|
||||||
|
async cities() {
|
||||||
|
return await this.lookupsService.getCities();
|
||||||
|
}
|
||||||
|
|
||||||
|
@Get("provinces")
|
||||||
|
@ApiOperation({
|
||||||
|
summary: "Fanavaran provinces lookup",
|
||||||
|
description: "Returns province codes from common/base-info/provinces.",
|
||||||
|
})
|
||||||
|
@ApiOkResponse({
|
||||||
|
description: "Returns Fanavaran provinces lookup data",
|
||||||
|
schema: { type: "array", items: { type: "object" } },
|
||||||
|
})
|
||||||
|
async provinces() {
|
||||||
|
return await this.lookupsService.getProvinces();
|
||||||
|
}
|
||||||
|
|
||||||
|
@Get("dmg-case-type")
|
||||||
|
@ApiOperation({
|
||||||
|
summary: "Fanavaran damage case type lookup",
|
||||||
|
description: "Returns damage case type codes from car/code-list/dmg-case-type.",
|
||||||
|
})
|
||||||
|
@ApiOkResponse({
|
||||||
|
description: "Returns Fanavaran damage case type lookup data",
|
||||||
|
schema: { type: "array", items: { type: "object" } },
|
||||||
|
})
|
||||||
|
async dmgCaseType() {
|
||||||
|
return await this.lookupsService.getDmgCaseType();
|
||||||
|
}
|
||||||
|
|
||||||
|
@Get("dmg-history-status")
|
||||||
|
@ApiOperation({
|
||||||
|
summary: "Fanavaran damage history status lookup",
|
||||||
|
description:
|
||||||
|
"Returns damage history status codes from car/code-list/dmg-case-history-status.",
|
||||||
|
})
|
||||||
|
@ApiOkResponse({
|
||||||
|
description: "Returns Fanavaran damage history status lookup data",
|
||||||
|
schema: { type: "array", items: { type: "object" } },
|
||||||
|
})
|
||||||
|
async dmgHistoryStatus() {
|
||||||
|
return await this.lookupsService.getDmgHistoryStatus();
|
||||||
|
}
|
||||||
|
|
||||||
@Get("inquiry-by-vin")
|
@Get("inquiry-by-vin")
|
||||||
@ApiOperation({
|
@ApiOperation({
|
||||||
summary: "Fanavaran vehicle inquiry by VIN",
|
summary: "Fanavaran vehicle inquiry by VIN",
|
||||||
@@ -371,4 +452,75 @@ export class LookupsController {
|
|||||||
async getAccidentFields() {
|
async getAccidentFields() {
|
||||||
return await this.lookupsService.getAccidentFields();
|
return await this.lookupsService.getAccidentFields();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Get("my-policies")
|
||||||
|
@ApiOperation({
|
||||||
|
summary: "My policies inquiry",
|
||||||
|
description:
|
||||||
|
"Returns the list of policies for the given national code via common/Policies/inquiry-my-policies.",
|
||||||
|
})
|
||||||
|
@ApiQuery({
|
||||||
|
name: "nationalCode",
|
||||||
|
description: "National code of the insured person",
|
||||||
|
example: "0012345678",
|
||||||
|
})
|
||||||
|
@ApiQuery({
|
||||||
|
name: "insuranceLineId",
|
||||||
|
description: "Insurance line ID (default: 5 for car)",
|
||||||
|
required: false,
|
||||||
|
example: 5,
|
||||||
|
})
|
||||||
|
@ApiOkResponse({
|
||||||
|
description: "Returns list of policies",
|
||||||
|
schema: { type: "array", items: { type: "object" } },
|
||||||
|
})
|
||||||
|
async myPolicies(
|
||||||
|
@Query("nationalCode") nationalCode: string,
|
||||||
|
@Query("insuranceLineId") insuranceLineId?: number,
|
||||||
|
) {
|
||||||
|
return await this.lookupsService.myPolicies(
|
||||||
|
nationalCode,
|
||||||
|
insuranceLineId ?? 5,
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
@Get("third-party-policy/:policyId")
|
||||||
|
@ApiOperation({
|
||||||
|
summary: "Third-party car policy inquiry by policy ID",
|
||||||
|
description:
|
||||||
|
"Returns third-party car insurance policy details for the given policy ID via car/third-party-car-policies/{policyId}.",
|
||||||
|
})
|
||||||
|
@ApiParam({
|
||||||
|
name: "policyId",
|
||||||
|
description: "Fanavaran policy ID",
|
||||||
|
example: 12345,
|
||||||
|
})
|
||||||
|
@ApiOkResponse({
|
||||||
|
description: "Returns third-party policy details",
|
||||||
|
schema: { type: "object" },
|
||||||
|
})
|
||||||
|
async thirdPartyPolicyById(
|
||||||
|
@Param("policyId", ParseIntPipe) policyId: number,
|
||||||
|
) {
|
||||||
|
return await this.lookupsService.thirdPartyPolicyById(policyId);
|
||||||
|
}
|
||||||
|
|
||||||
|
@Get("body-policy/:policyId")
|
||||||
|
@ApiOperation({
|
||||||
|
summary: "Vehicle hull (body) policy inquiry by policy ID",
|
||||||
|
description:
|
||||||
|
"Returns vehicle hull (body) insurance policy details for the given policy ID via car/vehicle-hull-policies/{policyId}.",
|
||||||
|
})
|
||||||
|
@ApiParam({
|
||||||
|
name: "policyId",
|
||||||
|
description: "Fanavaran policy ID",
|
||||||
|
example: 12345,
|
||||||
|
})
|
||||||
|
@ApiOkResponse({
|
||||||
|
description: "Returns body policy details",
|
||||||
|
schema: { type: "object" },
|
||||||
|
})
|
||||||
|
async bodyPolicyById(@Param("policyId", ParseIntPipe) policyId: number) {
|
||||||
|
return await this.lookupsService.bodyPolicyById(policyId);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -123,11 +123,109 @@ export class LookupsService {
|
|||||||
return await this.getClientRemoteLookup("person-role");
|
return await this.getClientRemoteLookup("person-role");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
async getFileTypes(): Promise<any> {
|
||||||
|
return await this.getClientRemoteLookup("file-types");
|
||||||
|
}
|
||||||
|
|
||||||
|
async getCities(): Promise<any> {
|
||||||
|
return await this.getClientRemoteLookup("cities");
|
||||||
|
}
|
||||||
|
|
||||||
|
async getProvinces(): Promise<any> {
|
||||||
|
return await this.getClientRemoteLookup("provinces");
|
||||||
|
}
|
||||||
|
|
||||||
|
async getDmgCaseType(): Promise<any> {
|
||||||
|
return await this.getClientRemoteLookup("dmg-case-type");
|
||||||
|
}
|
||||||
|
|
||||||
|
async getDmgHistoryStatus(): Promise<any> {
|
||||||
|
return await this.getClientRemoteLookup("dmg-history-status");
|
||||||
|
}
|
||||||
|
|
||||||
async inquiryByVin(vin: string): Promise<unknown> {
|
async inquiryByVin(vin: string): Promise<unknown> {
|
||||||
const clientKey = this.activeClientKey();
|
const clientKey = this.activeClientKey();
|
||||||
return this.fanavaranLookupService.inquiryByVin(clientKey, vin);
|
return this.fanavaranLookupService.inquiryByVin(clientKey, vin);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
async myPolicies(
|
||||||
|
nationalCode: string,
|
||||||
|
insuranceLineId: number = 5,
|
||||||
|
): Promise<unknown> {
|
||||||
|
const clientKey = this.activeClientKey();
|
||||||
|
return this.fanavaranLookupService.myPolicies(
|
||||||
|
clientKey,
|
||||||
|
nationalCode,
|
||||||
|
insuranceLineId,
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
async mapPolicyDetails(policy: any): Promise<any> {
|
||||||
|
if (!policy || typeof policy !== "object") {
|
||||||
|
return policy;
|
||||||
|
}
|
||||||
|
|
||||||
|
const mappedPolicy = { ...policy };
|
||||||
|
|
||||||
|
// 1. Map PreviousInsuranceCorpId and TransferorInsuranceCorpId
|
||||||
|
try {
|
||||||
|
const companies = (await this.getClientRemoteLookup("insurance-corp")) as any[];
|
||||||
|
if (Array.isArray(companies)) {
|
||||||
|
if (typeof policy.PreviousInsuranceCorpId === "number") {
|
||||||
|
const match = companies.find((c) => c.Id === policy.PreviousInsuranceCorpId);
|
||||||
|
if (match) {
|
||||||
|
mappedPolicy.PreviousInsuranceCorpName = match.Caption;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
if (typeof policy.TransferorInsuranceCorpId === "number") {
|
||||||
|
const match = companies.find((c) => c.Id === policy.TransferorInsuranceCorpId);
|
||||||
|
if (match) {
|
||||||
|
mappedPolicy.TransferorInsuranceCorpName = match.Caption;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
} catch (e) {
|
||||||
|
this.logger.warn(`Failed to map insurance-corp lookups: ${e.message}`);
|
||||||
|
}
|
||||||
|
|
||||||
|
// 2. Map PolicyUsageTypeId
|
||||||
|
try {
|
||||||
|
const useTypes = (await this.getClientRemoteLookup("vehicle-use-types")) as any[];
|
||||||
|
if (Array.isArray(useTypes) && typeof policy.PolicyUsageTypeId === "number") {
|
||||||
|
const match = useTypes.find((t) => t.Id === policy.PolicyUsageTypeId);
|
||||||
|
if (match) {
|
||||||
|
mappedPolicy.PolicyUsageTypeName = match.Caption;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
} catch (e) {
|
||||||
|
this.logger.warn(`Failed to map vehicle-use-types lookups: ${e.message}`);
|
||||||
|
}
|
||||||
|
|
||||||
|
return mappedPolicy;
|
||||||
|
}
|
||||||
|
|
||||||
|
async thirdPartyPolicyById(policyId: number): Promise<unknown> {
|
||||||
|
const clientKey = this.activeClientKey();
|
||||||
|
const policy = await this.fanavaranLookupService.thirdPartyPolicyById(clientKey, policyId);
|
||||||
|
return this.mapPolicyDetails(policy);
|
||||||
|
}
|
||||||
|
|
||||||
|
async bodyPolicyById(policyId: number): Promise<unknown> {
|
||||||
|
const clientKey = this.activeClientKey();
|
||||||
|
const policy = await this.fanavaranLookupService.bodyPolicyById(clientKey, policyId);
|
||||||
|
return this.mapPolicyDetails(policy);
|
||||||
|
}
|
||||||
|
|
||||||
|
async vehicleById(vehicleId: number, versionNo: number = 1): Promise<unknown> {
|
||||||
|
const clientKey = this.activeClientKey();
|
||||||
|
return this.fanavaranLookupService.vehicleById(clientKey, vehicleId, versionNo);
|
||||||
|
}
|
||||||
|
|
||||||
|
async customerById(customerId: number): Promise<unknown> {
|
||||||
|
const clientKey = this.activeClientKey();
|
||||||
|
return this.fanavaranLookupService.customerById(clientKey, customerId);
|
||||||
|
}
|
||||||
|
|
||||||
async getAccidentWay(): Promise<{ id: number; label: string }[]> {
|
async getAccidentWay(): Promise<{ id: number; label: string }[]> {
|
||||||
const clientKey = this.activeClientKey();
|
const clientKey = this.activeClientKey();
|
||||||
const fileName = TEJARAT_STATIC_ACCIDENT_FILES.accidentWay;
|
const fileName = TEJARAT_STATIC_ACCIDENT_FILES.accidentWay;
|
||||||
|
|||||||
154
src/request-management/call-center-blame-v6.controller.ts
Normal file
154
src/request-management/call-center-blame-v6.controller.ts
Normal file
@@ -0,0 +1,154 @@
|
|||||||
|
import {
|
||||||
|
Body,
|
||||||
|
Controller,
|
||||||
|
Get,
|
||||||
|
Param,
|
||||||
|
Post,
|
||||||
|
UseGuards,
|
||||||
|
} from "@nestjs/common";
|
||||||
|
import {
|
||||||
|
ApiBearerAuth,
|
||||||
|
ApiBody,
|
||||||
|
ApiOperation,
|
||||||
|
ApiParam,
|
||||||
|
ApiResponse,
|
||||||
|
ApiTags,
|
||||||
|
} from "@nestjs/swagger";
|
||||||
|
import { LocalActorAuthGuard } from "src/auth/guards/actor-local.guard";
|
||||||
|
import { RolesGuard } from "src/auth/guards/role.guard";
|
||||||
|
import { Roles } from "src/decorators/roles.decorator";
|
||||||
|
import { CurrentUser } from "src/decorators/user.decorator";
|
||||||
|
import { RoleEnum } from "src/Types&Enums/role.enum";
|
||||||
|
import { RequestManagementService } from "./request-management.service";
|
||||||
|
import { RunCallCenterInquiryV6Dto } from "./dto/run-call-center-inquiry-v6.dto";
|
||||||
|
|
||||||
|
/**
|
||||||
|
* V6 call-center blame API.
|
||||||
|
*
|
||||||
|
* A call-center agent takes the guilty party's details over the phone
|
||||||
|
* (plate, national code, birthday), runs the insurance inquiry, then sends
|
||||||
|
* the blame link via SMS. The user (guilty party) opens the link and
|
||||||
|
* completes the form through the standard v2 user flow — except the
|
||||||
|
* initial-form / inquiry step is skipped (`skipInitialFormStep=true`) because
|
||||||
|
* the agent already did it.
|
||||||
|
*
|
||||||
|
* For THIRD_PARTY files: only the guilty party's data is collected here.
|
||||||
|
* The damaged party sees their own portion of the page and fills their info
|
||||||
|
* as normal after the blame link is opened.
|
||||||
|
*/
|
||||||
|
@ApiTags("call-center-blame (v6)")
|
||||||
|
@Controller("v6/call-center-blame")
|
||||||
|
@ApiBearerAuth()
|
||||||
|
@UseGuards(LocalActorAuthGuard, RolesGuard)
|
||||||
|
@Roles(RoleEnum.CALL_CENTER)
|
||||||
|
export class CallCenterBlameV6Controller {
|
||||||
|
constructor(
|
||||||
|
private readonly requestManagementService: RequestManagementService,
|
||||||
|
) {}
|
||||||
|
|
||||||
|
@Get("my-files")
|
||||||
|
@ApiOperation({ summary: "[V6] List blame files created by this call-center agent" })
|
||||||
|
@ApiResponse({ status: 200, description: "List of blame files started by this agent" })
|
||||||
|
getMyFiles(@CurrentUser() agent: any) {
|
||||||
|
return this.requestManagementService.getMyCallCenterFilesV6(agent);
|
||||||
|
}
|
||||||
|
|
||||||
|
@Post("create")
|
||||||
|
@ApiOperation({
|
||||||
|
summary: "[V6] Create a call-center–initiated blame file",
|
||||||
|
description:
|
||||||
|
"Creates a LINK blame file. The call-center agent collects the guilty " +
|
||||||
|
"party's plate + national-code over the phone, calls run-inquiry to store " +
|
||||||
|
"the results, then calls send-link to SMS the blame URL to the user. " +
|
||||||
|
"The user opens the link and fills the form via the normal v2 flow; the " +
|
||||||
|
"initial-form/inquiry step is automatically skipped because the agent " +
|
||||||
|
"already ran it.",
|
||||||
|
})
|
||||||
|
@ApiBody({
|
||||||
|
schema: {
|
||||||
|
type: "object",
|
||||||
|
required: ["type"],
|
||||||
|
properties: {
|
||||||
|
type: {
|
||||||
|
type: "string",
|
||||||
|
enum: ["THIRD_PARTY", "CAR_BODY"],
|
||||||
|
example: "THIRD_PARTY",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
})
|
||||||
|
createFile(
|
||||||
|
@CurrentUser() agent: any,
|
||||||
|
@Body("type") type: "THIRD_PARTY" | "CAR_BODY",
|
||||||
|
) {
|
||||||
|
return this.requestManagementService.createCallCenterInitiatedBlameV6(agent, { type });
|
||||||
|
}
|
||||||
|
|
||||||
|
@Post("run-inquiry/:requestId")
|
||||||
|
@ApiOperation({
|
||||||
|
summary: "[V6] Run plate + insurance inquiry for the guilty party",
|
||||||
|
description:
|
||||||
|
"Call after `create`. The agent supplies the plate and national-code data " +
|
||||||
|
"collected from the caller. Plate + third-party block inquiry is executed " +
|
||||||
|
"and the results are stored on the blame document. " +
|
||||||
|
"For THIRD_PARTY files only the guilty party (first party) is inquired here; " +
|
||||||
|
"the damaged party's inquiry is handled later by the user via the link. " +
|
||||||
|
"Sheba (IBAN) is not collected here — the user adds it themselves.",
|
||||||
|
})
|
||||||
|
@ApiParam({ name: "requestId", description: "Blame request ID from `create`" })
|
||||||
|
@ApiBody({ type: RunCallCenterInquiryV6Dto })
|
||||||
|
runInquiry(
|
||||||
|
@CurrentUser() agent: any,
|
||||||
|
@Param("requestId") requestId: string,
|
||||||
|
@Body() dto: RunCallCenterInquiryV6Dto,
|
||||||
|
) {
|
||||||
|
return this.requestManagementService.runCallCenterInquiryV6(agent, requestId, dto);
|
||||||
|
}
|
||||||
|
|
||||||
|
@Post("send-link/:requestId")
|
||||||
|
@ApiOperation({
|
||||||
|
summary: "[V6] Send blame link to the guilty party via SMS",
|
||||||
|
description:
|
||||||
|
"Call after `run-inquiry`. Provide the guilty party's phone number; " +
|
||||||
|
"the service registers the user if needed, stores them as the first party, " +
|
||||||
|
"and sends the blame invite link via SMS. The user opens the link and " +
|
||||||
|
"completes the blame form via the standard v2 user flow (initial-form step skipped).",
|
||||||
|
})
|
||||||
|
@ApiParam({ name: "requestId", description: "Blame request ID" })
|
||||||
|
@ApiBody({
|
||||||
|
schema: {
|
||||||
|
type: "object",
|
||||||
|
required: ["phoneNumber"],
|
||||||
|
properties: {
|
||||||
|
phoneNumber: {
|
||||||
|
type: "string",
|
||||||
|
example: "09121234567",
|
||||||
|
description: "Mobile number of the guilty party",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
})
|
||||||
|
sendLink(
|
||||||
|
@CurrentUser() agent: any,
|
||||||
|
@Param("requestId") requestId: string,
|
||||||
|
@Body("phoneNumber") phoneNumber: string,
|
||||||
|
) {
|
||||||
|
return this.requestManagementService.sendCallCenterLinkV6(agent, requestId, { phoneNumber });
|
||||||
|
}
|
||||||
|
|
||||||
|
@Get("blame/:requestId")
|
||||||
|
@ApiOperation({
|
||||||
|
summary: "[V6] Get a single blame file created by this agent",
|
||||||
|
description:
|
||||||
|
"Returns the current status, workflow step, and party data for one blame " +
|
||||||
|
"file started by this call-center agent. Useful for checking whether the " +
|
||||||
|
"user has opened the link and progressed through the form.",
|
||||||
|
})
|
||||||
|
@ApiParam({ name: "requestId", description: "Blame request ID" })
|
||||||
|
getBlame(
|
||||||
|
@CurrentUser() agent: any,
|
||||||
|
@Param("requestId") requestId: string,
|
||||||
|
) {
|
||||||
|
return this.requestManagementService.getCallCenterBlameDetailV6(agent, requestId);
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
import { ApiProperty, ApiPropertyOptional } from "@nestjs/swagger";
|
import { ApiProperty, ApiPropertyOptional } from "@nestjs/swagger";
|
||||||
import { IsEnum, IsOptional, IsString } from "class-validator";
|
import { IsBoolean, IsEnum, IsOptional } from "class-validator";
|
||||||
import { CreationMethod } from "../entities/schema/request-management.schema";
|
import { CreationMethod } from "../entities/schema/request-management.schema";
|
||||||
|
|
||||||
export class CreateExpertInitiatedFileDto {
|
export class CreateExpertInitiatedFileDto {
|
||||||
@@ -18,4 +18,17 @@ export class CreateExpertInitiatedFileDto {
|
|||||||
})
|
})
|
||||||
@IsEnum(CreationMethod)
|
@IsEnum(CreationMethod)
|
||||||
creationMethod: CreationMethod;
|
creationMethod: CreationMethod;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* V5 only. When true the resulting claim will require FileMaker approval
|
||||||
|
* before fanavaran submission. V4 files must leave this unset (or false).
|
||||||
|
*/
|
||||||
|
@ApiPropertyOptional({
|
||||||
|
description:
|
||||||
|
"V5 only — when true the claim requires FileMaker approval before fanavaran submission.",
|
||||||
|
example: false,
|
||||||
|
})
|
||||||
|
@IsBoolean()
|
||||||
|
@IsOptional()
|
||||||
|
requiresFileMakerApproval?: boolean;
|
||||||
}
|
}
|
||||||
|
|||||||
85
src/request-management/dto/run-call-center-inquiry-v6.dto.ts
Normal file
85
src/request-management/dto/run-call-center-inquiry-v6.dto.ts
Normal file
@@ -0,0 +1,85 @@
|
|||||||
|
import { ApiProperty, ApiPropertyOptional } from "@nestjs/swagger";
|
||||||
|
import {
|
||||||
|
IsBoolean,
|
||||||
|
IsNotEmpty,
|
||||||
|
IsOptional,
|
||||||
|
IsString,
|
||||||
|
ValidateNested,
|
||||||
|
} from "class-validator";
|
||||||
|
import { Type } from "class-transformer";
|
||||||
|
|
||||||
|
class PlateV6Dto {
|
||||||
|
@ApiProperty({ example: "44", description: "Left two digits" })
|
||||||
|
@IsString()
|
||||||
|
@IsNotEmpty()
|
||||||
|
leftDigits: string;
|
||||||
|
|
||||||
|
@ApiProperty({ example: "ب", description: "Center alphabet letter" })
|
||||||
|
@IsString()
|
||||||
|
@IsNotEmpty()
|
||||||
|
centerAlphabet: string;
|
||||||
|
|
||||||
|
@ApiProperty({ example: "111", description: "Center three digits" })
|
||||||
|
@IsString()
|
||||||
|
@IsNotEmpty()
|
||||||
|
centerDigits: string;
|
||||||
|
|
||||||
|
@ApiProperty({ example: "22", description: "Right two digits (Iran region code)" })
|
||||||
|
@IsString()
|
||||||
|
@IsNotEmpty()
|
||||||
|
ir: string;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Inquiry body for the V6 call-center flow.
|
||||||
|
* Same as V3 but without `sheba` — the user adds their own IBAN later via the link.
|
||||||
|
*/
|
||||||
|
export class RunCallCenterInquiryV6Dto {
|
||||||
|
@ApiProperty({
|
||||||
|
type: PlateV6Dto,
|
||||||
|
description: "Plate segments — Tejarat block / third-party inquiry.",
|
||||||
|
})
|
||||||
|
@ValidateNested()
|
||||||
|
@Type(() => PlateV6Dto)
|
||||||
|
plate: PlateV6Dto;
|
||||||
|
|
||||||
|
@ApiProperty({ example: "1234567890", description: "National code of the policyholder (insurer)" })
|
||||||
|
@IsString()
|
||||||
|
@IsNotEmpty()
|
||||||
|
nationalCodeOfInsurer: string;
|
||||||
|
|
||||||
|
@ApiProperty({ example: "1234567890", description: "National code of the driver" })
|
||||||
|
@IsString()
|
||||||
|
@IsNotEmpty()
|
||||||
|
nationalCodeOfDriver: string;
|
||||||
|
|
||||||
|
@ApiProperty({ example: true, description: "Whether the driver is the same person as the insurer" })
|
||||||
|
@IsBoolean()
|
||||||
|
driverIsInsurer: boolean;
|
||||||
|
|
||||||
|
@ApiProperty({ example: 13780624, description: "Insurer birth date (Jalali)" })
|
||||||
|
insurerBirthday: number | string;
|
||||||
|
|
||||||
|
@ApiPropertyOptional({
|
||||||
|
example: 13780624,
|
||||||
|
description: "Driver birth date (Jalali). Required when driverIsInsurer is false.",
|
||||||
|
})
|
||||||
|
@IsOptional()
|
||||||
|
driverBirthday?: number | string | null;
|
||||||
|
|
||||||
|
@ApiPropertyOptional({
|
||||||
|
example: "123456789",
|
||||||
|
description: "Driver license (required when driverIsInsurer is false).",
|
||||||
|
})
|
||||||
|
@IsOptional()
|
||||||
|
@IsString()
|
||||||
|
driverLicense?: string;
|
||||||
|
|
||||||
|
@ApiPropertyOptional({
|
||||||
|
example: "123456789",
|
||||||
|
description: "Insurer license (required when driverIsInsurer is true).",
|
||||||
|
})
|
||||||
|
@IsOptional()
|
||||||
|
@IsString()
|
||||||
|
insurerLicense?: string;
|
||||||
|
}
|
||||||
@@ -4,6 +4,7 @@ import {
|
|||||||
IsNotEmpty,
|
IsNotEmpty,
|
||||||
IsOptional,
|
IsOptional,
|
||||||
IsString,
|
IsString,
|
||||||
|
MaxLength,
|
||||||
ValidateNested,
|
ValidateNested,
|
||||||
} from "class-validator";
|
} from "class-validator";
|
||||||
import { Type } from "class-transformer";
|
import { Type } from "class-transformer";
|
||||||
@@ -89,3 +90,66 @@ export class RunInquiriesV3Dto {
|
|||||||
@IsString()
|
@IsString()
|
||||||
insurerLicense?: string;
|
insurerLicense?: string;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Body for `POST run-inquiries-vin/:requestId`.
|
||||||
|
* Identical to RunInquiriesV3Dto but uses `vin` (17-char chassis number) instead of `plate`.
|
||||||
|
* First call = guilty party (+ auto claim). Second call = damaged party (THIRD_PARTY only).
|
||||||
|
*/
|
||||||
|
export class RunInquiriesVinV3Dto {
|
||||||
|
@ApiProperty({
|
||||||
|
example: "NAAM01E15HK123456",
|
||||||
|
description: "17-character VIN / chassis number (شماره شاسی)",
|
||||||
|
maxLength: 17,
|
||||||
|
})
|
||||||
|
@IsString()
|
||||||
|
@IsNotEmpty()
|
||||||
|
@MaxLength(17)
|
||||||
|
vin: string;
|
||||||
|
|
||||||
|
@ApiProperty({ example: "1234567890", description: "National code of the policyholder (insurer)" })
|
||||||
|
@IsString()
|
||||||
|
@IsNotEmpty()
|
||||||
|
nationalCodeOfInsurer: string;
|
||||||
|
|
||||||
|
@ApiProperty({ example: "1234567890", description: "National code of the driver" })
|
||||||
|
@IsString()
|
||||||
|
@IsNotEmpty()
|
||||||
|
nationalCodeOfDriver: string;
|
||||||
|
|
||||||
|
@ApiProperty({ example: true, description: "Whether the driver is the same person as the insurer" })
|
||||||
|
@IsBoolean()
|
||||||
|
driverIsInsurer: boolean;
|
||||||
|
|
||||||
|
@ApiProperty({ example: 13780624, description: "Insurer birth date (Jalali)" })
|
||||||
|
insurerBirthday: number | string;
|
||||||
|
|
||||||
|
@ApiPropertyOptional({ example: 13780624, description: "Driver birth date (Jalali). Required when driverIsInsurer is false." })
|
||||||
|
@IsOptional()
|
||||||
|
driverBirthday?: number | string | null;
|
||||||
|
|
||||||
|
@ApiPropertyOptional({
|
||||||
|
example: "IR123456789012345678901234",
|
||||||
|
description:
|
||||||
|
"Sheba (IBAN). Required on the damaged party call (CAR_BODY first call; THIRD_PARTY second call).",
|
||||||
|
})
|
||||||
|
@IsOptional()
|
||||||
|
@IsString()
|
||||||
|
sheba?: string;
|
||||||
|
|
||||||
|
@ApiPropertyOptional({
|
||||||
|
example: "123456789",
|
||||||
|
description: "Driver license (required when driverIsInsurer is false).",
|
||||||
|
})
|
||||||
|
@IsOptional()
|
||||||
|
@IsString()
|
||||||
|
driverLicense?: string;
|
||||||
|
|
||||||
|
@ApiPropertyOptional({
|
||||||
|
example: "123456789",
|
||||||
|
description: "Insurer license (required when driverIsInsurer is true).",
|
||||||
|
})
|
||||||
|
@IsOptional()
|
||||||
|
@IsString()
|
||||||
|
insurerLicense?: string;
|
||||||
|
}
|
||||||
|
|||||||
@@ -117,12 +117,40 @@ export class BlameRequest {
|
|||||||
@Prop({ default: false })
|
@Prop({ default: false })
|
||||||
isMadeByFileMaker?: boolean;
|
isMadeByFileMaker?: boolean;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* V5 only. When true the resulting claim requires FileMaker approval before
|
||||||
|
* fanavaran submission. V4 files never set this; it is written at creation
|
||||||
|
* time by the V5 controller and propagated to the linked claim.
|
||||||
|
*/
|
||||||
|
@Prop({ default: false })
|
||||||
|
requiresFileMakerApproval?: boolean;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The FileReviewer who claimed this file for completion (V4 flow only).
|
* The FileReviewer who claimed this file for completion (V4 flow only).
|
||||||
* Set when a FileReviewer calls assign on this file; enforces one-reviewer-per-file.
|
* Set when a FileReviewer calls assign on this file; enforces one-reviewer-per-file.
|
||||||
*/
|
*/
|
||||||
@Prop({ type: Types.ObjectId })
|
@Prop({ type: Types.ObjectId })
|
||||||
assignedFileReviewerId?: Types.ObjectId;
|
assignedFileReviewerId?: Types.ObjectId;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* V6 call-center flow: true when this blame was started by a call-center agent
|
||||||
|
* on behalf of the guilty party who called in.
|
||||||
|
*/
|
||||||
|
@Prop({ default: false })
|
||||||
|
callCenterInitiated?: boolean;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* V6 call-center flow: the call-center agent who created this file.
|
||||||
|
*/
|
||||||
|
@Prop({ type: Types.ObjectId })
|
||||||
|
initiatedByCallCenterId?: Types.ObjectId;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* V6 call-center flow: when true the user-side blame page should skip the
|
||||||
|
* inquiry / initial-form step (the call-center agent already ran the inquiry).
|
||||||
|
*/
|
||||||
|
@Prop({ default: false })
|
||||||
|
skipInitialFormStep?: boolean;
|
||||||
}
|
}
|
||||||
|
|
||||||
export type BlameRequestDocument = HydratedDocument<BlameRequest>;
|
export type BlameRequestDocument = HydratedDocument<BlameRequest>;
|
||||||
|
|||||||
@@ -41,6 +41,10 @@ export class Person {
|
|||||||
|
|
||||||
@Prop({ type: String })
|
@Prop({ type: String })
|
||||||
driverBirthday?: string | null;
|
driverBirthday?: string | null;
|
||||||
|
|
||||||
|
/** Cached Fanavaran party ID resolved from nationalCodeOfDriver + driverBirthday + driverIsInsurer */
|
||||||
|
@Prop({ type: Number })
|
||||||
|
fanavaranDriverId?: number;
|
||||||
}
|
}
|
||||||
export const PersonSchema = SchemaFactory.createForClass(Person);
|
export const PersonSchema = SchemaFactory.createForClass(Person);
|
||||||
|
|
||||||
|
|||||||
@@ -31,7 +31,7 @@ import { RoleEnum } from "src/Types&Enums/role.enum";
|
|||||||
import { CreationMethod } from "./entities/schema/request-management.schema";
|
import { CreationMethod } from "./entities/schema/request-management.schema";
|
||||||
import { CreateExpertInitiatedFileDto } from "./dto/expert-initiated.dto";
|
import { CreateExpertInitiatedFileDto } from "./dto/expert-initiated.dto";
|
||||||
import { SendPartyOtpDto, VerifyPartyOtpDto } from "./dto/party-otp.dto";
|
import { SendPartyOtpDto, VerifyPartyOtpDto } from "./dto/party-otp.dto";
|
||||||
import { RunInquiriesV3Dto } from "./dto/run-inquiries-v3.dto";
|
import { RunInquiriesV3Dto, RunInquiriesVinV3Dto } from "./dto/run-inquiries-v3.dto";
|
||||||
import {
|
import {
|
||||||
CarBodyFormDto,
|
CarBodyFormDto,
|
||||||
DescriptionDto,
|
DescriptionDto,
|
||||||
@@ -181,6 +181,23 @@ export class ExpertInitiatedBlameV3MirrorController {
|
|||||||
return this.requestManagementService.runInquiriesV3(requestId, expert, dto);
|
return this.requestManagementService.runInquiriesV3(requestId, expert, dto);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Post("run-inquiries-vin/:requestId")
|
||||||
|
@ApiParam({ name: "requestId" })
|
||||||
|
@ApiBody({ type: RunInquiriesVinV3Dto })
|
||||||
|
@ApiOperation({
|
||||||
|
summary: "Run VIN/chassis inquiries for the current party (V3)",
|
||||||
|
description:
|
||||||
|
"VIN alternative to run-inquiries. Uses ESG chassis lookup instead of plate-based inquiry. " +
|
||||||
|
"1st call = guilty party (+ auto claim). 2nd call = damaged party (THIRD_PARTY, after guilty sign).",
|
||||||
|
})
|
||||||
|
async runInquiriesVin(
|
||||||
|
@CurrentUser() expert: any,
|
||||||
|
@Param("requestId") requestId: string,
|
||||||
|
@Body() dto: RunInquiriesVinV3Dto,
|
||||||
|
) {
|
||||||
|
return this.requestManagementService.runInquiriesVinV3(requestId, expert, dto);
|
||||||
|
}
|
||||||
|
|
||||||
@Post("add-detail-location/:requestId")
|
@Post("add-detail-location/:requestId")
|
||||||
@ApiParam({ name: "requestId" })
|
@ApiParam({ name: "requestId" })
|
||||||
@ApiBody({ type: LocationDto })
|
@ApiBody({ type: LocationDto })
|
||||||
|
|||||||
@@ -1,6 +1,5 @@
|
|||||||
import { extname } from "node:path";
|
import { extname } from "node:path";
|
||||||
import {
|
import {
|
||||||
BadRequestException,
|
|
||||||
Body,
|
Body,
|
||||||
Controller,
|
Controller,
|
||||||
Param,
|
Param,
|
||||||
@@ -28,6 +27,7 @@ import { MediaPolicyService } from "src/media-policy/media-policy.service";
|
|||||||
import { DEFAULT_MEDIA_MAX_BYTES } from "src/client/client.service";
|
import { DEFAULT_MEDIA_MAX_BYTES } from "src/client/client.service";
|
||||||
import { RoleEnum } from "src/Types&Enums/role.enum";
|
import { RoleEnum } from "src/Types&Enums/role.enum";
|
||||||
import { AddPlateDto } from "src/profile/dto/user/AddPlateDto";
|
import { AddPlateDto } from "src/profile/dto/user/AddPlateDto";
|
||||||
|
import { InitialFormVinDto } from "./dto/create-request-management.dto";
|
||||||
import {
|
import {
|
||||||
BlameConfessionDtoV2,
|
BlameConfessionDtoV2,
|
||||||
CarBodyFormDto,
|
CarBodyFormDto,
|
||||||
@@ -35,6 +35,7 @@ import {
|
|||||||
LocationDto,
|
LocationDto,
|
||||||
} from "./dto/create-request-management.dto";
|
} from "./dto/create-request-management.dto";
|
||||||
import { CreateExpertInitiatedFileDto } from "./dto/expert-initiated.dto";
|
import { CreateExpertInitiatedFileDto } from "./dto/expert-initiated.dto";
|
||||||
|
import { CreationMethod } from "./entities/schema/request-management.schema";
|
||||||
import { SendPartyOtpsDto } from "./dto/send-party-otps.dto";
|
import { SendPartyOtpsDto } from "./dto/send-party-otps.dto";
|
||||||
import { VerifyPartyOtpsDto } from "./dto/verify-party-otps.dto";
|
import { VerifyPartyOtpsDto } from "./dto/verify-party-otps.dto";
|
||||||
import { SendPartyOtpDto, VerifyPartyOtpDto } from "./dto/party-otp.dto";
|
import { SendPartyOtpDto, VerifyPartyOtpDto } from "./dto/party-otp.dto";
|
||||||
@@ -76,17 +77,17 @@ export class ExpertInitiatedBlameMirrorController {
|
|||||||
@ApiOperation({
|
@ApiOperation({
|
||||||
summary: "[Expert mirror] Create expert-initiated blame file",
|
summary: "[Expert mirror] Create expert-initiated blame file",
|
||||||
description:
|
description:
|
||||||
"Use creationMethod=IN_PERSON for the on-site flow. Creates a BlameRequest owned by the parties but filled by the expert.",
|
"Creates an IN_PERSON blame file filled by the expert on behalf of both parties. creationMethod is always forced to IN_PERSON regardless of what is sent.",
|
||||||
})
|
})
|
||||||
@ApiBody({ type: CreateExpertInitiatedFileDto })
|
@ApiBody({ type: CreateExpertInitiatedFileDto })
|
||||||
async create(
|
async create(
|
||||||
@CurrentUser() expert: any,
|
@CurrentUser() expert: any,
|
||||||
@Body() dto: CreateExpertInitiatedFileDto,
|
@Body() dto: CreateExpertInitiatedFileDto,
|
||||||
) {
|
) {
|
||||||
return this.requestManagementService.createExpertInitiatedBlameV2(
|
return this.requestManagementService.createExpertInitiatedBlameV2(expert, {
|
||||||
expert,
|
...dto,
|
||||||
dto,
|
creationMethod: CreationMethod.IN_PERSON,
|
||||||
);
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
@Post("send-link/:requestId")
|
@Post("send-link/:requestId")
|
||||||
@@ -159,7 +160,7 @@ export class ExpertInitiatedBlameMirrorController {
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Post("/initial-form/:requestId")
|
@Post("/run-inquiries/:requestId")
|
||||||
@ApiParam({ name: "requestId" })
|
@ApiParam({ name: "requestId" })
|
||||||
@ApiBody({ type: AddPlateDto })
|
@ApiBody({ type: AddPlateDto })
|
||||||
@ApiOperation({
|
@ApiOperation({
|
||||||
@@ -181,6 +182,29 @@ export class ExpertInitiatedBlameMirrorController {
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Post("/run-inquiries-vin/:requestId")
|
||||||
|
@ApiParam({ name: "requestId" })
|
||||||
|
@ApiBody({ type: InitialFormVinDto })
|
||||||
|
@ApiOperation({
|
||||||
|
summary: "[Expert mirror] Initial form via VIN/chassis inquiry for current party",
|
||||||
|
description:
|
||||||
|
"VIN alternative to run-inquiries. Uses ESG chassis lookup instead of plate-based inquiry. " +
|
||||||
|
"Fills the FIRST or SECOND party insurance/vehicle data depending on the current workflow step.",
|
||||||
|
})
|
||||||
|
async initialFormVin(
|
||||||
|
@Param("requestId") requestId: string,
|
||||||
|
@Body() body: InitialFormVinDto,
|
||||||
|
@CurrentUser() expert: any,
|
||||||
|
@Body("partyRole") partyRole?: string,
|
||||||
|
) {
|
||||||
|
return this.requestManagementService.initialFormVinV2(
|
||||||
|
requestId,
|
||||||
|
body,
|
||||||
|
expert,
|
||||||
|
partyRole,
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
@ApiBody({
|
@ApiBody({
|
||||||
schema: {
|
schema: {
|
||||||
type: "object",
|
type: "object",
|
||||||
@@ -362,20 +386,6 @@ export class ExpertInitiatedBlameMirrorController {
|
|||||||
@CurrentUser() expert: any,
|
@CurrentUser() expert: any,
|
||||||
@UploadedFile() sign: Express.Multer.File,
|
@UploadedFile() sign: Express.Multer.File,
|
||||||
) {
|
) {
|
||||||
// Guard: accident fields (accidentWay, etc.) must be filled before signing.
|
|
||||||
// This prevents the expert from bypassing add-accident-fields and avoids the
|
|
||||||
// double-sign bug where add-accident-fields re-enters WAITING_FOR_SIGNATURES
|
|
||||||
// after a signature was already recorded.
|
|
||||||
const requestData = await this.requestManagementService.getBlameRequestV2(
|
|
||||||
requestId,
|
|
||||||
expert,
|
|
||||||
);
|
|
||||||
if (!(requestData?.expert?.decision as any)?.fields?.accidentWay) {
|
|
||||||
throw new BadRequestException(
|
|
||||||
"Accident fields (accidentWay, accidentReason, accidentType) must be submitted via add-accident-fields before signing.",
|
|
||||||
);
|
|
||||||
}
|
|
||||||
|
|
||||||
await this.mediaPolicyService.assertForBlame(sign, requestId, "image");
|
await this.mediaPolicyService.assertForBlame(sign, requestId, "image");
|
||||||
const partyRole =
|
const partyRole =
|
||||||
body?.partyRole === "SECOND" ? PartyRole.SECOND : PartyRole.FIRST;
|
body?.partyRole === "SECOND" ? PartyRole.SECOND : PartyRole.FIRST;
|
||||||
@@ -389,7 +399,7 @@ export class ExpertInitiatedBlameMirrorController {
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Post("add-accident-fields/:requestId")
|
@Post("accident-fields/:requestId")
|
||||||
@ApiParam({ name: "requestId" })
|
@ApiParam({ name: "requestId" })
|
||||||
@ApiBody({ type: ExpertAccidentFieldsDto })
|
@ApiBody({ type: ExpertAccidentFieldsDto })
|
||||||
@ApiOperation({
|
@ApiOperation({
|
||||||
|
|||||||
@@ -30,7 +30,7 @@ import { RoleEnum } from "src/Types&Enums/role.enum";
|
|||||||
import { CreationMethod } from "./entities/schema/request-management.schema";
|
import { CreationMethod } from "./entities/schema/request-management.schema";
|
||||||
import { CreateExpertInitiatedFileDto } from "./dto/expert-initiated.dto";
|
import { CreateExpertInitiatedFileDto } from "./dto/expert-initiated.dto";
|
||||||
import { SendPartyOtpDto, VerifyPartyOtpDto } from "./dto/party-otp.dto";
|
import { SendPartyOtpDto, VerifyPartyOtpDto } from "./dto/party-otp.dto";
|
||||||
import { RunInquiriesV3Dto } from "./dto/run-inquiries-v3.dto";
|
import { RunInquiriesV3Dto, RunInquiriesVinV3Dto } from "./dto/run-inquiries-v3.dto";
|
||||||
import {
|
import {
|
||||||
CarBodyFormDto,
|
CarBodyFormDto,
|
||||||
DescriptionDto,
|
DescriptionDto,
|
||||||
@@ -87,7 +87,9 @@ export class FileMakerBlameV4Controller {
|
|||||||
) {
|
) {
|
||||||
return this.requestManagementService.createExpertInitiatedBlameV2(
|
return this.requestManagementService.createExpertInitiatedBlameV2(
|
||||||
fileMaker,
|
fileMaker,
|
||||||
{ ...dto, creationMethod: CreationMethod.IN_PERSON },
|
// requiresFileMakerApproval is V5-only; explicitly exclude it from V4 so
|
||||||
|
// a client that accidentally sends the field cannot poison the blame record.
|
||||||
|
{ ...dto, creationMethod: CreationMethod.IN_PERSON, requiresFileMakerApproval: false },
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -191,6 +193,27 @@ export class FileMakerBlameV4Controller {
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Post("run-inquiries-vin/:requestId")
|
||||||
|
@ApiParam({ name: "requestId" })
|
||||||
|
@ApiBody({ type: RunInquiriesVinV3Dto })
|
||||||
|
@ApiOperation({
|
||||||
|
summary: "Run VIN/chassis inquiries for the current party (V4)",
|
||||||
|
description:
|
||||||
|
"VIN alternative to run-inquiries. Uses ESG chassis lookup instead of plate-based inquiry. " +
|
||||||
|
"1st call = guilty party (+ auto claim). 2nd call = damaged party (THIRD_PARTY, after guilty sign).",
|
||||||
|
})
|
||||||
|
async runInquiriesVin(
|
||||||
|
@CurrentUser() fileMaker: any,
|
||||||
|
@Param("requestId") requestId: string,
|
||||||
|
@Body() dto: RunInquiriesVinV3Dto,
|
||||||
|
) {
|
||||||
|
return this.requestManagementService.runInquiriesVinV3(
|
||||||
|
requestId,
|
||||||
|
fileMaker,
|
||||||
|
dto,
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
// ─── Party details ────────────────────────────────────────────────────────────
|
// ─── Party details ────────────────────────────────────────────────────────────
|
||||||
|
|
||||||
@Post("add-detail-location/:requestId")
|
@Post("add-detail-location/:requestId")
|
||||||
|
|||||||
411
src/request-management/file-maker-blame-v5.controller.ts
Normal file
411
src/request-management/file-maker-blame-v5.controller.ts
Normal file
@@ -0,0 +1,411 @@
|
|||||||
|
import { extname } from "node:path";
|
||||||
|
import {
|
||||||
|
Body,
|
||||||
|
Controller,
|
||||||
|
Get,
|
||||||
|
Param,
|
||||||
|
Post,
|
||||||
|
Put,
|
||||||
|
UploadedFile,
|
||||||
|
UseGuards,
|
||||||
|
UseInterceptors,
|
||||||
|
} from "@nestjs/common";
|
||||||
|
import {
|
||||||
|
ApiBearerAuth,
|
||||||
|
ApiBody,
|
||||||
|
ApiConsumes,
|
||||||
|
ApiOperation,
|
||||||
|
ApiParam,
|
||||||
|
ApiTags,
|
||||||
|
} from "@nestjs/swagger";
|
||||||
|
import { FileInterceptor } from "@nestjs/platform-express";
|
||||||
|
import { diskStorage } from "multer";
|
||||||
|
import { LocalActorAuthGuard } from "src/auth/guards/actor-local.guard";
|
||||||
|
import { RolesGuard } from "src/auth/guards/role.guard";
|
||||||
|
import { Roles } from "src/decorators/roles.decorator";
|
||||||
|
import { CurrentUser } from "src/decorators/user.decorator";
|
||||||
|
import { MediaPolicyService } from "src/media-policy/media-policy.service";
|
||||||
|
import { DEFAULT_MEDIA_MAX_BYTES } from "src/client/client.service";
|
||||||
|
import { RoleEnum } from "src/Types&Enums/role.enum";
|
||||||
|
import { CreationMethod } from "./entities/schema/request-management.schema";
|
||||||
|
import { CreateExpertInitiatedFileDto } from "./dto/expert-initiated.dto";
|
||||||
|
import { SendPartyOtpDto, VerifyPartyOtpDto } from "./dto/party-otp.dto";
|
||||||
|
import { RunInquiriesV3Dto, RunInquiriesVinV3Dto } from "./dto/run-inquiries-v3.dto";
|
||||||
|
import {
|
||||||
|
CarBodyFormDto,
|
||||||
|
DescriptionDto,
|
||||||
|
LocationDto,
|
||||||
|
} from "./dto/create-request-management.dto";
|
||||||
|
import { RequestManagementService } from "./request-management.service";
|
||||||
|
import { PartyRole } from "./entities/schema/partyRole.enum";
|
||||||
|
import { ClaimRequestManagementService } from "src/claim-request-management/claim-request-management.service";
|
||||||
|
import {
|
||||||
|
UploadRequiredDocumentV2Dto,
|
||||||
|
UploadRequiredDocumentV2ResponseDto,
|
||||||
|
} from "src/claim-request-management/dto/upload-document-v2.dto";
|
||||||
|
import { GetCaptureRequirementsV2ResponseDto } from "src/claim-request-management/dto/capture-requirements-v2.dto";
|
||||||
|
|
||||||
|
/**
|
||||||
|
* V5 FileMaker flow — identical to V4 but under the /v5/ prefix.
|
||||||
|
*
|
||||||
|
* The only behavioural difference in the V5 flow is in the FileReviewer's final
|
||||||
|
* step: instead of moving directly to WAITING_FOR_EXPERT, the blame video moves
|
||||||
|
* the file to WAITING_FOR_FINANCIAL_EXPERT so a FinancialExpert can approve or
|
||||||
|
* reject before fanavaran submission.
|
||||||
|
*
|
||||||
|
* The FileMaker side is unchanged; all sequence and endpoints are the same.
|
||||||
|
*
|
||||||
|
* THIRD_PARTY sequence:
|
||||||
|
* create → send-party-otp (guilty) → verify-party-otp (guilty)
|
||||||
|
* → [car-body-form if CAR_BODY] → run-inquiries (guilty + auto claim)
|
||||||
|
* → add-detail-location / add-detail-description / upload-voice (guilty)
|
||||||
|
* → sign (guilty)
|
||||||
|
* → send-party-otp (damaged) → verify-party-otp (damaged)
|
||||||
|
* → run-inquiries (damaged)
|
||||||
|
* → add-detail-location / add-detail-description / upload-voice (damaged)
|
||||||
|
* → sign (damaged) ← FileMaker job done here
|
||||||
|
*/
|
||||||
|
@ApiTags("v5 FileMaker — blame file creation (with FinancialExpert approval)")
|
||||||
|
@Controller("v5/file-maker/blame-request-management")
|
||||||
|
@ApiBearerAuth()
|
||||||
|
@UseGuards(LocalActorAuthGuard, RolesGuard)
|
||||||
|
@Roles(RoleEnum.FILE_MAKER)
|
||||||
|
export class FileMakerBlameV5Controller {
|
||||||
|
constructor(
|
||||||
|
private readonly requestManagementService: RequestManagementService,
|
||||||
|
private readonly mediaPolicyService: MediaPolicyService,
|
||||||
|
private readonly claimRequestManagementService: ClaimRequestManagementService,
|
||||||
|
) {}
|
||||||
|
|
||||||
|
// ─── File creation ───────────────────────────────────────────────────────────
|
||||||
|
|
||||||
|
@Post()
|
||||||
|
@ApiOperation({ summary: "Create IN_PERSON blame file (FileMaker V5)" })
|
||||||
|
@ApiBody({ type: CreateExpertInitiatedFileDto })
|
||||||
|
async create(
|
||||||
|
@CurrentUser() fileMaker: any,
|
||||||
|
@Body() dto: CreateExpertInitiatedFileDto,
|
||||||
|
) {
|
||||||
|
return this.requestManagementService.createExpertInitiatedBlameV2(
|
||||||
|
fileMaker,
|
||||||
|
{ ...dto, creationMethod: CreationMethod.IN_PERSON, requiresFileMakerApproval: true },
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
@Get("claim-id/:requestId")
|
||||||
|
@ApiParam({ name: "requestId", description: "Blame request ID" })
|
||||||
|
@ApiOperation({
|
||||||
|
summary: "Get linked claim ID",
|
||||||
|
description:
|
||||||
|
"Returns the claim auto-created during guilty-party run-inquiries. " +
|
||||||
|
"Share this claim ID with the FileReviewer.",
|
||||||
|
})
|
||||||
|
async getLinkedClaimId(
|
||||||
|
@Param("requestId") requestId: string,
|
||||||
|
@CurrentUser() fileMaker: any,
|
||||||
|
) {
|
||||||
|
return this.requestManagementService.getV3LinkedClaimForExpert(
|
||||||
|
fileMaker,
|
||||||
|
requestId,
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
// ─── OTP ─────────────────────────────────────────────────────────────────────
|
||||||
|
|
||||||
|
@Post("send-party-otp/:requestId")
|
||||||
|
@ApiParam({ name: "requestId" })
|
||||||
|
@ApiBody({ type: SendPartyOtpDto })
|
||||||
|
@ApiOperation({
|
||||||
|
summary: "Send OTP to one party",
|
||||||
|
description:
|
||||||
|
"Guilty party first; damaged party after guilty party has signed (THIRD_PARTY).",
|
||||||
|
})
|
||||||
|
async sendPartyOtp(
|
||||||
|
@CurrentUser() fileMaker: any,
|
||||||
|
@Param("requestId") requestId: string,
|
||||||
|
@Body() dto: SendPartyOtpDto,
|
||||||
|
) {
|
||||||
|
return this.requestManagementService.sendPartyOtpV2(
|
||||||
|
fileMaker,
|
||||||
|
requestId,
|
||||||
|
dto,
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
@Post("verify-party-otp/:requestId")
|
||||||
|
@ApiParam({ name: "requestId" })
|
||||||
|
@ApiBody({ type: VerifyPartyOtpDto })
|
||||||
|
@ApiOperation({
|
||||||
|
summary: "Verify one party OTP",
|
||||||
|
description: "FIRST (guilty) then SECOND (damaged) on THIRD_PARTY files.",
|
||||||
|
})
|
||||||
|
async verifyPartyOtp(
|
||||||
|
@CurrentUser() fileMaker: any,
|
||||||
|
@Param("requestId") requestId: string,
|
||||||
|
@Body() dto: VerifyPartyOtpDto,
|
||||||
|
) {
|
||||||
|
return this.requestManagementService.verifyPartyOtpV2(
|
||||||
|
fileMaker,
|
||||||
|
requestId,
|
||||||
|
dto,
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
// ─── Pre-inquiry form ────────────────────────────────────────────────────────
|
||||||
|
|
||||||
|
@Post("car-body-form/:requestId")
|
||||||
|
@ApiParam({ name: "requestId" })
|
||||||
|
@ApiBody({ type: CarBodyFormDto })
|
||||||
|
@ApiOperation({
|
||||||
|
summary: "CAR_BODY only — accident type before inquiries",
|
||||||
|
description: "Submit after guilty-party OTP verify, before run-inquiries.",
|
||||||
|
})
|
||||||
|
async carBodyForm(
|
||||||
|
@Param("requestId") requestId: string,
|
||||||
|
@Body() body: CarBodyFormDto,
|
||||||
|
@CurrentUser() fileMaker: any,
|
||||||
|
) {
|
||||||
|
return this.requestManagementService.carBodyAccidentTypeFormV3(
|
||||||
|
requestId,
|
||||||
|
body,
|
||||||
|
fileMaker,
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
@Post("run-inquiries/:requestId")
|
||||||
|
@ApiParam({ name: "requestId" })
|
||||||
|
@ApiBody({ type: RunInquiriesV3Dto })
|
||||||
|
@ApiOperation({
|
||||||
|
summary: "Run external inquiries for the current party",
|
||||||
|
description:
|
||||||
|
"1st call = guilty party (+ auto claim). 2nd call = damaged party (THIRD_PARTY, after guilty sign).",
|
||||||
|
})
|
||||||
|
async runInquiries(
|
||||||
|
@CurrentUser() fileMaker: any,
|
||||||
|
@Param("requestId") requestId: string,
|
||||||
|
@Body() dto: RunInquiriesV3Dto,
|
||||||
|
) {
|
||||||
|
return this.requestManagementService.runInquiriesV3(
|
||||||
|
requestId,
|
||||||
|
fileMaker,
|
||||||
|
dto,
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
@Post("run-inquiries-vin/:requestId")
|
||||||
|
@ApiParam({ name: "requestId" })
|
||||||
|
@ApiBody({ type: RunInquiriesVinV3Dto })
|
||||||
|
@ApiOperation({
|
||||||
|
summary: "Run VIN/chassis inquiries for the current party (V5)",
|
||||||
|
description:
|
||||||
|
"VIN alternative to run-inquiries. Uses ESG chassis lookup instead of plate-based inquiry. " +
|
||||||
|
"1st call = guilty party (+ auto claim). 2nd call = damaged party (THIRD_PARTY, after guilty sign).",
|
||||||
|
})
|
||||||
|
async runInquiriesVin(
|
||||||
|
@CurrentUser() fileMaker: any,
|
||||||
|
@Param("requestId") requestId: string,
|
||||||
|
@Body() dto: RunInquiriesVinV3Dto,
|
||||||
|
) {
|
||||||
|
return this.requestManagementService.runInquiriesVinV3(
|
||||||
|
requestId,
|
||||||
|
fileMaker,
|
||||||
|
dto,
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
// ─── Party details ────────────────────────────────────────────────────────────
|
||||||
|
|
||||||
|
@Post("add-detail-location/:requestId")
|
||||||
|
@ApiParam({ name: "requestId" })
|
||||||
|
@ApiBody({ type: LocationDto })
|
||||||
|
@ApiOperation({
|
||||||
|
summary: "Add location for current party (partyRole FIRST or SECOND)",
|
||||||
|
})
|
||||||
|
async addLocation(
|
||||||
|
@Param("requestId") requestId: string,
|
||||||
|
@Body() body: LocationDto,
|
||||||
|
@CurrentUser() fileMaker: any,
|
||||||
|
@Body("partyRole") partyRole?: string,
|
||||||
|
) {
|
||||||
|
return this.requestManagementService.addPartyLocationV3(
|
||||||
|
requestId,
|
||||||
|
fileMaker,
|
||||||
|
body,
|
||||||
|
partyRole,
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
@Post("add-detail-description/:requestId")
|
||||||
|
@ApiParam({ name: "requestId" })
|
||||||
|
@ApiBody({ type: DescriptionDto })
|
||||||
|
@ApiOperation({ summary: "Add description for current party" })
|
||||||
|
async addDescription(
|
||||||
|
@Param("requestId") requestId: string,
|
||||||
|
@Body() body: DescriptionDto,
|
||||||
|
@CurrentUser() fileMaker: any,
|
||||||
|
@Body("partyRole") partyRole?: string,
|
||||||
|
) {
|
||||||
|
return this.requestManagementService.addPartyDescriptionV3(
|
||||||
|
requestId,
|
||||||
|
fileMaker,
|
||||||
|
body,
|
||||||
|
partyRole,
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
@ApiBody({
|
||||||
|
schema: {
|
||||||
|
type: "object",
|
||||||
|
properties: {
|
||||||
|
file: { type: "string", format: "binary" },
|
||||||
|
partyRole: { type: "string", enum: ["FIRST", "SECOND"] },
|
||||||
|
},
|
||||||
|
required: ["file"],
|
||||||
|
},
|
||||||
|
})
|
||||||
|
@ApiConsumes("multipart/form-data")
|
||||||
|
@UseInterceptors(
|
||||||
|
FileInterceptor("file", {
|
||||||
|
limits: { fileSize: DEFAULT_MEDIA_MAX_BYTES },
|
||||||
|
storage: diskStorage({
|
||||||
|
destination: "./files/voice",
|
||||||
|
filename: (req, file, callback) => {
|
||||||
|
const unique = Date.now();
|
||||||
|
const ex = extname(file.originalname);
|
||||||
|
callback(null, `v5-filemaker-voice-${unique}${ex}`);
|
||||||
|
},
|
||||||
|
}),
|
||||||
|
}),
|
||||||
|
)
|
||||||
|
@Post("upload-voice/:requestId")
|
||||||
|
@ApiParam({ name: "requestId" })
|
||||||
|
@ApiOperation({ summary: "Upload voice for current party" })
|
||||||
|
async uploadVoice(
|
||||||
|
@Param("requestId") requestId: string,
|
||||||
|
@CurrentUser() fileMaker: any,
|
||||||
|
@UploadedFile() voice: Express.Multer.File,
|
||||||
|
@Body("partyRole") partyRole?: string,
|
||||||
|
) {
|
||||||
|
await this.mediaPolicyService.assertForBlame(voice, requestId, "voice");
|
||||||
|
return this.requestManagementService.addPartyVoiceV3(
|
||||||
|
requestId,
|
||||||
|
fileMaker,
|
||||||
|
voice,
|
||||||
|
partyRole,
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
// ─── Signatures (final FileMaker step) ───────────────────────────────────────
|
||||||
|
|
||||||
|
@Put("sign/:requestId")
|
||||||
|
@ApiParam({ name: "requestId" })
|
||||||
|
@ApiConsumes("multipart/form-data")
|
||||||
|
@ApiOperation({
|
||||||
|
summary: "Party on-site signature (FileMaker final step)",
|
||||||
|
description:
|
||||||
|
"Collect FIRST (guilty) then SECOND (damaged) signatures. " +
|
||||||
|
"After the last signature the file is ready for FileReviewer pickup.",
|
||||||
|
})
|
||||||
|
@ApiBody({
|
||||||
|
schema: {
|
||||||
|
type: "object",
|
||||||
|
required: ["partyRole", "sign"],
|
||||||
|
properties: {
|
||||||
|
partyRole: { type: "string", enum: ["FIRST", "SECOND"] },
|
||||||
|
isAccept: { type: "boolean", default: true },
|
||||||
|
sign: { type: "string", format: "binary" },
|
||||||
|
},
|
||||||
|
},
|
||||||
|
})
|
||||||
|
@UseInterceptors(
|
||||||
|
FileInterceptor("sign", {
|
||||||
|
limits: { fileSize: DEFAULT_MEDIA_MAX_BYTES },
|
||||||
|
storage: diskStorage({
|
||||||
|
destination: "./files/signs",
|
||||||
|
filename: (req, file, callback) => {
|
||||||
|
const unique = Date.now();
|
||||||
|
const ex = extname(file.originalname);
|
||||||
|
callback(null, `v5-filemaker-party-${unique}${ex}`);
|
||||||
|
},
|
||||||
|
}),
|
||||||
|
}),
|
||||||
|
)
|
||||||
|
async sign(
|
||||||
|
@Param("requestId") requestId: string,
|
||||||
|
@Body() body: { partyRole?: string; isAccept?: string | boolean },
|
||||||
|
@CurrentUser() fileMaker: any,
|
||||||
|
@UploadedFile() sign: Express.Multer.File,
|
||||||
|
) {
|
||||||
|
await this.mediaPolicyService.assertForBlame(sign, requestId, "image");
|
||||||
|
const partyRole =
|
||||||
|
body?.partyRole === "SECOND" ? PartyRole.SECOND : PartyRole.FIRST;
|
||||||
|
const isAccept = !(body?.isAccept === false || body?.isAccept === "false");
|
||||||
|
return this.requestManagementService.expertUploadPartySignatureV3(
|
||||||
|
fileMaker,
|
||||||
|
requestId,
|
||||||
|
partyRole,
|
||||||
|
isAccept,
|
||||||
|
sign,
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
// ─── Claim document upload ────────────────────────────────────────────────────
|
||||||
|
|
||||||
|
@Post("upload-document/:claimRequestId")
|
||||||
|
@ApiParam({ name: "claimRequestId" })
|
||||||
|
@ApiConsumes("multipart/form-data")
|
||||||
|
@UseInterceptors(
|
||||||
|
FileInterceptor("file", {
|
||||||
|
limits: { fileSize: DEFAULT_MEDIA_MAX_BYTES },
|
||||||
|
storage: diskStorage({
|
||||||
|
destination: "./files/claim-documents",
|
||||||
|
filename: (req, file, callback) => {
|
||||||
|
const unique = Date.now();
|
||||||
|
const ex = extname(file.originalname);
|
||||||
|
callback(null, `${file.originalname.split(".")[0]}-${unique}${ex}`);
|
||||||
|
},
|
||||||
|
}),
|
||||||
|
}),
|
||||||
|
)
|
||||||
|
@ApiOperation({
|
||||||
|
summary: "Upload one required claim document (FileMaker)",
|
||||||
|
description:
|
||||||
|
"Upload licenses and car cards against the auto-created claim. " +
|
||||||
|
"Use claim-id/:requestId to obtain the claimRequestId after run-inquiries.",
|
||||||
|
})
|
||||||
|
async uploadDocument(
|
||||||
|
@Param("claimRequestId") claimRequestId: string,
|
||||||
|
@Body() body: UploadRequiredDocumentV2Dto,
|
||||||
|
@UploadedFile() file: Express.Multer.File,
|
||||||
|
@CurrentUser() fileMaker: any,
|
||||||
|
): Promise<UploadRequiredDocumentV2ResponseDto> {
|
||||||
|
await this.mediaPolicyService.assertForClaim(file, claimRequestId, "image");
|
||||||
|
return this.claimRequestManagementService.uploadRequiredDocumentV3(
|
||||||
|
claimRequestId,
|
||||||
|
body,
|
||||||
|
file,
|
||||||
|
fileMaker.sub,
|
||||||
|
fileMaker,
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
@Get("capture-requirements/:claimRequestId")
|
||||||
|
@ApiParam({ name: "claimRequestId" })
|
||||||
|
@ApiOperation({
|
||||||
|
summary: "Capture requirements (step-aware)",
|
||||||
|
description:
|
||||||
|
"Initial documents phase: pre-capture docs only (no chassis/engine/metal plate). " +
|
||||||
|
"CAPTURE_PART_DAMAGES phase: damaged parts + angles via capture-part, then chassis/engine/metal plate via upload-document. " +
|
||||||
|
"Use `captureSequencePhase` and `captureSequenceHint` to drive the UI.",
|
||||||
|
})
|
||||||
|
async getCaptureRequirements(
|
||||||
|
@Param("claimRequestId") claimRequestId: string,
|
||||||
|
@CurrentUser() fileMaker: any,
|
||||||
|
): Promise<GetCaptureRequirementsV2ResponseDto> {
|
||||||
|
return this.claimRequestManagementService.getCaptureRequirementsV3(
|
||||||
|
claimRequestId,
|
||||||
|
fileMaker.sub,
|
||||||
|
fileMaker,
|
||||||
|
);
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,109 @@
|
|||||||
|
import {
|
||||||
|
Body,
|
||||||
|
Controller,
|
||||||
|
Param,
|
||||||
|
Post,
|
||||||
|
UseGuards,
|
||||||
|
} from "@nestjs/common";
|
||||||
|
import {
|
||||||
|
ApiBearerAuth,
|
||||||
|
ApiBody,
|
||||||
|
ApiOperation,
|
||||||
|
ApiParam,
|
||||||
|
ApiTags,
|
||||||
|
} from "@nestjs/swagger";
|
||||||
|
import { IsOptional, IsString } from "class-validator";
|
||||||
|
import { ApiPropertyOptional } from "@nestjs/swagger";
|
||||||
|
import { LocalActorAuthGuard } from "src/auth/guards/actor-local.guard";
|
||||||
|
import { RolesGuard } from "src/auth/guards/role.guard";
|
||||||
|
import { Roles } from "src/decorators/roles.decorator";
|
||||||
|
import { CurrentUser } from "src/decorators/user.decorator";
|
||||||
|
import { RoleEnum } from "src/Types&Enums/role.enum";
|
||||||
|
import { RequestManagementService } from "./request-management.service";
|
||||||
|
import { ClaimRequestManagementService } from "src/claim-request-management/claim-request-management.service";
|
||||||
|
|
||||||
|
class FileMakerRejectDto {
|
||||||
|
@ApiPropertyOptional({
|
||||||
|
description: "Reason for rejection (visible to FileReviewer)",
|
||||||
|
example: "Damage assessment is incorrect — please re-evaluate parts X and Y",
|
||||||
|
})
|
||||||
|
@IsOptional()
|
||||||
|
@IsString()
|
||||||
|
reason?: string;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* V5 FileMaker approval panel.
|
||||||
|
*
|
||||||
|
* After the full claim flow completes (FileReviewer does damage assessment via
|
||||||
|
* expert-claim APIs, user signs), the claim lands in WAITING_FOR_FILE_MAKER_APPROVAL.
|
||||||
|
* The FileMaker who created the blame file can then:
|
||||||
|
*
|
||||||
|
* approve → triggers fanavaran submission (claim → COMPLETED)
|
||||||
|
* reject → sends claim back to WAITING_FOR_DAMAGE_EXPERT so the FileReviewer
|
||||||
|
* can re-lock, adjust pricing, and redo the user interaction
|
||||||
|
*
|
||||||
|
* All endpoints operate on `claimRequestId` (the claim case ID, not the blame ID).
|
||||||
|
* Use `GET v5/file-maker/blame-request-management/claim-id/:requestId` to obtain
|
||||||
|
* the claimRequestId from the original blame request ID.
|
||||||
|
*/
|
||||||
|
@ApiTags("v5 FileMaker — claim approval before fanavaran")
|
||||||
|
@Controller("v5/file-maker/claim-approval")
|
||||||
|
@ApiBearerAuth()
|
||||||
|
@UseGuards(LocalActorAuthGuard, RolesGuard)
|
||||||
|
@Roles(RoleEnum.FILE_MAKER)
|
||||||
|
export class FileMakerClaimApprovalV5Controller {
|
||||||
|
constructor(
|
||||||
|
private readonly requestManagementService: RequestManagementService,
|
||||||
|
private readonly claimRequestManagementService: ClaimRequestManagementService,
|
||||||
|
) {}
|
||||||
|
|
||||||
|
@Post("approve/:claimRequestId")
|
||||||
|
@ApiParam({ name: "claimRequestId" })
|
||||||
|
@ApiOperation({
|
||||||
|
summary: "Approve the completed claim (FileMaker V5)",
|
||||||
|
description:
|
||||||
|
"Approves a claim that is in WAITING_FOR_FILE_MAKER_APPROVAL status. " +
|
||||||
|
"Marks the claim COMPLETED and triggers fanavaran submission.",
|
||||||
|
})
|
||||||
|
async approve(
|
||||||
|
@Param("claimRequestId") claimRequestId: string,
|
||||||
|
@CurrentUser() fileMaker: any,
|
||||||
|
) {
|
||||||
|
const result = await this.requestManagementService.fileMakerApproveV5(
|
||||||
|
fileMaker,
|
||||||
|
claimRequestId,
|
||||||
|
);
|
||||||
|
|
||||||
|
// Trigger fanavaran auto-submit now that the claim is COMPLETED and the gate
|
||||||
|
// (requiresFileMakerApproval) has been cleared.
|
||||||
|
const fanavaran =
|
||||||
|
await this.claimRequestManagementService.autoSubmitToFanavaranV2OnClaimCompleted(
|
||||||
|
claimRequestId,
|
||||||
|
);
|
||||||
|
|
||||||
|
return { ...result, fanavaran };
|
||||||
|
}
|
||||||
|
|
||||||
|
@Post("reject/:claimRequestId")
|
||||||
|
@ApiParam({ name: "claimRequestId" })
|
||||||
|
@ApiBody({ type: FileMakerRejectDto })
|
||||||
|
@ApiOperation({
|
||||||
|
summary: "Reject the completed claim back to FileReviewer (FileMaker V5)",
|
||||||
|
description:
|
||||||
|
"Rejects a claim that is in WAITING_FOR_FILE_MAKER_APPROVAL status. " +
|
||||||
|
"Moves claim to FILE_MAKER_REJECTED so the FileReviewer can re-lock, " +
|
||||||
|
"adjust the damage assessment, and restart user interaction as needed.",
|
||||||
|
})
|
||||||
|
async reject(
|
||||||
|
@Param("claimRequestId") claimRequestId: string,
|
||||||
|
@Body() body: FileMakerRejectDto,
|
||||||
|
@CurrentUser() fileMaker: any,
|
||||||
|
) {
|
||||||
|
return this.requestManagementService.fileMakerRejectV5(
|
||||||
|
fileMaker,
|
||||||
|
claimRequestId,
|
||||||
|
body?.reason,
|
||||||
|
);
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -1,11 +1,15 @@
|
|||||||
import { extname } from "node:path";
|
import { extname } from "node:path";
|
||||||
import {
|
import {
|
||||||
|
BadRequestException,
|
||||||
Body,
|
Body,
|
||||||
Controller,
|
Controller,
|
||||||
Get,
|
Get,
|
||||||
|
HttpException,
|
||||||
|
InternalServerErrorException,
|
||||||
Param,
|
Param,
|
||||||
Patch,
|
Patch,
|
||||||
Post,
|
Post,
|
||||||
|
Put,
|
||||||
UploadedFile,
|
UploadedFile,
|
||||||
UseGuards,
|
UseGuards,
|
||||||
UseInterceptors,
|
UseInterceptors,
|
||||||
@@ -51,8 +55,7 @@ import { GetCaptureRequirementsV2ResponseDto } from "src/claim-request-managemen
|
|||||||
*
|
*
|
||||||
* The FileReviewer picks up a sealed file (both signatures collected by the
|
* The FileReviewer picks up a sealed file (both signatures collected by the
|
||||||
* FileMaker) and completes the damage-assessment portion: accident fields,
|
* FileMaker) and completes the damage-assessment portion: accident fields,
|
||||||
* documents, part selection, photo capture, walk-around video, and the final
|
* documents, part selection, photo capture, and walk-around video (final step).
|
||||||
* blame accident video that moves the file to WAITING_FOR_EXPERT.
|
|
||||||
*
|
*
|
||||||
* Sequence:
|
* Sequence:
|
||||||
* accident-fields
|
* accident-fields
|
||||||
@@ -61,9 +64,11 @@ import { GetCaptureRequirementsV2ResponseDto } from "src/claim-request-managemen
|
|||||||
* → select-outer-parts
|
* → select-outer-parts
|
||||||
* → select-other-parts
|
* → select-other-parts
|
||||||
* → capture-part (damaged-part photos + four angles)
|
* → capture-part (damaged-part photos + four angles)
|
||||||
* → upload-document (chassis / engine / metal plate — capture phase)
|
* → upload-document (chassis / engine — capture phase)
|
||||||
* → car-capture (walk-around video)
|
* → car-capture (walk-around video — FINAL FileReviewer step)
|
||||||
* → upload-video (blame accident video — final, moves to WAITING_FOR_EXPERT)
|
* ↳ claim → WAITING_FOR_DAMAGE_EXPERT, blame → COMPLETED
|
||||||
|
*
|
||||||
|
* NOTE: upload-video is a no-op for V4 (blame is already COMPLETED by car-capture).
|
||||||
*/
|
*/
|
||||||
@ApiTags("v4 FileReviewer — blame file review & capture")
|
@ApiTags("v4 FileReviewer — blame file review & capture")
|
||||||
@Controller("v4/file-reviewer/blame-request-management")
|
@Controller("v4/file-reviewer/blame-request-management")
|
||||||
@@ -315,6 +320,73 @@ export class FileReviewerBlameV4Controller {
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// ─── Owner signature on expert pricing ───────────────────────────────────────
|
||||||
|
|
||||||
|
@Put("claim-sign/:claimRequestId")
|
||||||
|
@ApiParam({ name: "claimRequestId" })
|
||||||
|
@ApiConsumes("multipart/form-data")
|
||||||
|
@ApiBody({
|
||||||
|
description: "Signature file, agreement, and branch",
|
||||||
|
schema: {
|
||||||
|
type: "object",
|
||||||
|
required: ["sign", "agree", "branchId"],
|
||||||
|
properties: {
|
||||||
|
sign: { type: "string", format: "binary", description: "Signature image" },
|
||||||
|
agree: { type: "boolean", description: "true to accept, false to reject" },
|
||||||
|
branchId: { type: "string", description: "Insurer branch ID" },
|
||||||
|
},
|
||||||
|
},
|
||||||
|
})
|
||||||
|
@ApiOperation({
|
||||||
|
summary: "Owner signature on expert pricing (V4 — FileReviewer acts on behalf of user)",
|
||||||
|
description:
|
||||||
|
"FileReviewer submits the damaged party's signature during the final approval stage. " +
|
||||||
|
"Delegates to the same service method as the user sign endpoint; the FileReviewer's " +
|
||||||
|
"identity is resolved to the claim owner via `resolveClaimEffectiveUserId`.",
|
||||||
|
})
|
||||||
|
@UseInterceptors(
|
||||||
|
FileInterceptor("sign", {
|
||||||
|
limits: { fileSize: DEFAULT_MEDIA_MAX_BYTES },
|
||||||
|
storage: diskStorage({
|
||||||
|
destination: "./files/claim-sign",
|
||||||
|
filename: (req, file, callback) => {
|
||||||
|
const unique = Date.now();
|
||||||
|
const ex = extname(file.originalname);
|
||||||
|
const base = file.originalname.split(/[.,\s-]/)[0] || "sign";
|
||||||
|
callback(null, `${base}-${unique}${ex}`);
|
||||||
|
},
|
||||||
|
}),
|
||||||
|
}),
|
||||||
|
)
|
||||||
|
async submitOwnerSign(
|
||||||
|
@Param("claimRequestId") claimRequestId: string,
|
||||||
|
@Body("agree") agree: string | boolean,
|
||||||
|
@Body("branchId") branchId: string,
|
||||||
|
@CurrentUser() fileReviewer: any,
|
||||||
|
@UploadedFile() sign: Express.Multer.File,
|
||||||
|
) {
|
||||||
|
await this.mediaPolicyService.assertForClaim(sign, claimRequestId, "image");
|
||||||
|
const agreed =
|
||||||
|
typeof agree === "string"
|
||||||
|
? agree === "true" || agree === "1"
|
||||||
|
: Boolean(agree);
|
||||||
|
try {
|
||||||
|
return await this.claimRequestManagementService.submitOwnerInsurerApprovalSignV2(
|
||||||
|
claimRequestId,
|
||||||
|
agreed,
|
||||||
|
typeof branchId === "string" ? branchId : "",
|
||||||
|
sign,
|
||||||
|
fileReviewer.sub,
|
||||||
|
fileReviewer,
|
||||||
|
);
|
||||||
|
} catch (error) {
|
||||||
|
if (error instanceof HttpException) throw error;
|
||||||
|
throw new InternalServerErrorException(
|
||||||
|
error instanceof Error ? error.message : "Failed to submit signature",
|
||||||
|
);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
// ─── Walk-around video ────────────────────────────────────────────────────────
|
// ─── Walk-around video ────────────────────────────────────────────────────────
|
||||||
|
|
||||||
@Patch("car-capture/:claimRequestId")
|
@Patch("car-capture/:claimRequestId")
|
||||||
@@ -341,9 +413,10 @@ export class FileReviewerBlameV4Controller {
|
|||||||
},
|
},
|
||||||
})
|
})
|
||||||
@ApiOperation({
|
@ApiOperation({
|
||||||
summary: "Walk-around video",
|
summary: "Walk-around video (final FileReviewer step — V4)",
|
||||||
description:
|
description:
|
||||||
"Upload after capture-part is complete (parts, angles, capture-phase docs). Required before the final blame accident video.",
|
"Last FileReviewer action. Upload after capture-part is complete (parts, angles, chassis/engine docs). " +
|
||||||
|
"Finalises the claim → WAITING_FOR_DAMAGE_EXPERT and marks the blame as COMPLETED.",
|
||||||
})
|
})
|
||||||
async carCapture(
|
async carCapture(
|
||||||
@Param("claimRequestId") claimRequestId: string,
|
@Param("claimRequestId") claimRequestId: string,
|
||||||
@@ -364,7 +437,6 @@ export class FileReviewerBlameV4Controller {
|
|||||||
@ApiBody({
|
@ApiBody({
|
||||||
schema: {
|
schema: {
|
||||||
type: "object",
|
type: "object",
|
||||||
required: ["file"],
|
|
||||||
properties: { file: { type: "string", format: "binary" } },
|
properties: { file: { type: "string", format: "binary" } },
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
@@ -385,17 +457,19 @@ export class FileReviewerBlameV4Controller {
|
|||||||
@Post("upload-video/:requestId")
|
@Post("upload-video/:requestId")
|
||||||
@ApiParam({ name: "requestId" })
|
@ApiParam({ name: "requestId" })
|
||||||
@ApiOperation({
|
@ApiOperation({
|
||||||
summary: "Blame accident video (FileReviewer final step)",
|
summary: "Blame accident video (no-op for V4 — car-capture is the final step)",
|
||||||
description:
|
description:
|
||||||
"Last step of the V4 flow. Requires claim walk-around video and completed capture. " +
|
"Deprecated for V4. The blame is already COMPLETED by car-capture. " +
|
||||||
"Sets blame status to WAITING_FOR_EXPERT.",
|
"Calling this endpoint returns an idempotent success response.",
|
||||||
})
|
})
|
||||||
async uploadBlameVideo(
|
async uploadBlameVideo(
|
||||||
@Param("requestId") requestId: string,
|
@Param("requestId") requestId: string,
|
||||||
@CurrentUser() fileReviewer: any,
|
@CurrentUser() fileReviewer: any,
|
||||||
@UploadedFile() file: Express.Multer.File,
|
@UploadedFile() file: Express.Multer.File,
|
||||||
) {
|
) {
|
||||||
|
if (file) {
|
||||||
await this.mediaPolicyService.assertForBlame(file, requestId, "video");
|
await this.mediaPolicyService.assertForBlame(file, requestId, "video");
|
||||||
|
}
|
||||||
return this.requestManagementService.expertUploadBlameVideoV3(
|
return this.requestManagementService.expertUploadBlameVideoV3(
|
||||||
fileReviewer,
|
fileReviewer,
|
||||||
requestId,
|
requestId,
|
||||||
|
|||||||
480
src/request-management/file-reviewer-blame-v5.controller.ts
Normal file
480
src/request-management/file-reviewer-blame-v5.controller.ts
Normal file
@@ -0,0 +1,480 @@
|
|||||||
|
import { extname } from "node:path";
|
||||||
|
import {
|
||||||
|
Body,
|
||||||
|
Controller,
|
||||||
|
Get,
|
||||||
|
HttpException,
|
||||||
|
InternalServerErrorException,
|
||||||
|
Param,
|
||||||
|
Patch,
|
||||||
|
Post,
|
||||||
|
Put,
|
||||||
|
UploadedFile,
|
||||||
|
UseGuards,
|
||||||
|
UseInterceptors,
|
||||||
|
} from "@nestjs/common";
|
||||||
|
import {
|
||||||
|
ApiBearerAuth,
|
||||||
|
ApiBody,
|
||||||
|
ApiConsumes,
|
||||||
|
ApiOperation,
|
||||||
|
ApiParam,
|
||||||
|
ApiTags,
|
||||||
|
} from "@nestjs/swagger";
|
||||||
|
import { FileInterceptor } from "@nestjs/platform-express";
|
||||||
|
import { diskStorage } from "multer";
|
||||||
|
import { LocalActorAuthGuard } from "src/auth/guards/actor-local.guard";
|
||||||
|
import { RolesGuard } from "src/auth/guards/role.guard";
|
||||||
|
import { Roles } from "src/decorators/roles.decorator";
|
||||||
|
import { CurrentUser } from "src/decorators/user.decorator";
|
||||||
|
import { MediaPolicyService } from "src/media-policy/media-policy.service";
|
||||||
|
import { DEFAULT_MEDIA_MAX_BYTES } from "src/client/client.service";
|
||||||
|
import { RoleEnum } from "src/Types&Enums/role.enum";
|
||||||
|
import { ExpertAccidentFieldsDto } from "./dto/expert-accident-fields.dto";
|
||||||
|
import { RequestManagementService } from "./request-management.service";
|
||||||
|
import { ClaimRequestManagementService } from "src/claim-request-management/claim-request-management.service";
|
||||||
|
import {
|
||||||
|
SelectOuterPartsV2Dto,
|
||||||
|
SelectOuterPartsV2ResponseDto,
|
||||||
|
} from "src/claim-request-management/dto/select-outer-parts-v2.dto";
|
||||||
|
import { SelectOtherPartsV2ResponseDto } from "src/claim-request-management/dto/select-other-parts-v2.dto";
|
||||||
|
import { SelectOtherPartsV3Dto } from "src/claim-request-management/dto/select-other-parts-v3.dto";
|
||||||
|
import {
|
||||||
|
UploadRequiredDocumentV2Dto,
|
||||||
|
UploadRequiredDocumentV2ResponseDto,
|
||||||
|
} from "src/claim-request-management/dto/upload-document-v2.dto";
|
||||||
|
import {
|
||||||
|
CapturePartV2Dto,
|
||||||
|
CapturePartV2ResponseDto,
|
||||||
|
} from "src/claim-request-management/dto/capture-part-v2.dto";
|
||||||
|
import { GetCaptureRequirementsV2ResponseDto } from "src/claim-request-management/dto/capture-requirements-v2.dto";
|
||||||
|
|
||||||
|
/**
|
||||||
|
* V5 FileReviewer flow — same as V4 except after the damage expert completes
|
||||||
|
* their review, the claim goes to WAITING_FOR_FILE_MAKER_APPROVAL instead of
|
||||||
|
* being submitted directly to fanavaran.
|
||||||
|
*
|
||||||
|
* Sequence:
|
||||||
|
* accident-fields
|
||||||
|
* → capture-requirements (via linked claimRequestId)
|
||||||
|
* → upload-document (licenses, car cards)
|
||||||
|
* → select-outer-parts
|
||||||
|
* → select-other-parts
|
||||||
|
* → capture-part (damaged-part photos + four angles)
|
||||||
|
* → upload-document (chassis / engine — capture phase)
|
||||||
|
* → car-capture (walk-around video — FINAL FileReviewer step)
|
||||||
|
* ↳ claim → WAITING_FOR_DAMAGE_EXPERT, blame → COMPLETED
|
||||||
|
* ↳ after expert review: claim → WAITING_FOR_FILE_MAKER_APPROVAL
|
||||||
|
*
|
||||||
|
* NOTE: upload-video is a no-op for V5 (blame is already COMPLETED by car-capture).
|
||||||
|
*/
|
||||||
|
@ApiTags("v5 FileReviewer — blame file review & capture (with FinancialExpert approval)")
|
||||||
|
@Controller("v5/file-reviewer/blame-request-management")
|
||||||
|
@ApiBearerAuth()
|
||||||
|
@UseGuards(LocalActorAuthGuard, RolesGuard)
|
||||||
|
@Roles(RoleEnum.FILE_REVIEWER)
|
||||||
|
export class FileReviewerBlameV5Controller {
|
||||||
|
constructor(
|
||||||
|
private readonly requestManagementService: RequestManagementService,
|
||||||
|
private readonly claimRequestManagementService: ClaimRequestManagementService,
|
||||||
|
private readonly mediaPolicyService: MediaPolicyService,
|
||||||
|
) {}
|
||||||
|
|
||||||
|
// ─── Linked claim lookup ──────────────────────────────────────────────────────
|
||||||
|
|
||||||
|
@Get("claim-id/:requestId")
|
||||||
|
@ApiParam({ name: "requestId", description: "Blame request ID" })
|
||||||
|
@ApiOperation({
|
||||||
|
summary: "Get linked claim ID",
|
||||||
|
description:
|
||||||
|
"Returns the claim auto-created during FileMaker's guilty-party run-inquiries. " +
|
||||||
|
"Use this claim ID for all capture/document/parts endpoints below.",
|
||||||
|
})
|
||||||
|
async getLinkedClaimId(
|
||||||
|
@Param("requestId") requestId: string,
|
||||||
|
@CurrentUser() fileReviewer: any,
|
||||||
|
) {
|
||||||
|
return this.requestManagementService.getV3LinkedClaimForExpert(
|
||||||
|
fileReviewer,
|
||||||
|
requestId,
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
// ─── Accident fields ──────────────────────────────────────────────────────────
|
||||||
|
|
||||||
|
@Post("accident-fields/:requestId")
|
||||||
|
@ApiParam({ name: "requestId" })
|
||||||
|
@ApiBody({ type: ExpertAccidentFieldsDto })
|
||||||
|
@ApiOperation({
|
||||||
|
summary: "Accident type / fields (FileReviewer first step)",
|
||||||
|
description:
|
||||||
|
"Saves accident fields on the sealed file. " +
|
||||||
|
"Does not move to WAITING_FOR_FINANCIAL_EXPERT — that happens after the final blame accident video.",
|
||||||
|
})
|
||||||
|
async addAccidentFields(
|
||||||
|
@Param("requestId") requestId: string,
|
||||||
|
@Body() fields: ExpertAccidentFieldsDto,
|
||||||
|
@CurrentUser() fileReviewer: any,
|
||||||
|
) {
|
||||||
|
return this.requestManagementService.expertAddAccidentFieldsForBlameV3(
|
||||||
|
fileReviewer,
|
||||||
|
requestId,
|
||||||
|
fields,
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
// ─── Capture requirements ─────────────────────────────────────────────────────
|
||||||
|
|
||||||
|
@Get("capture-requirements/:claimRequestId")
|
||||||
|
@ApiParam({ name: "claimRequestId" })
|
||||||
|
@ApiOperation({
|
||||||
|
summary: "Capture requirements (step-aware)",
|
||||||
|
description:
|
||||||
|
"Initial documents phase: pre-capture docs only (no chassis/engine/metal plate). " +
|
||||||
|
"CAPTURE_PART_DAMAGES phase: damaged parts + angles via capture-part, then chassis/engine/metal plate via upload-document. " +
|
||||||
|
"Use `captureSequencePhase` and `captureSequenceHint` to drive the UI.",
|
||||||
|
})
|
||||||
|
async getCaptureRequirements(
|
||||||
|
@Param("claimRequestId") claimRequestId: string,
|
||||||
|
@CurrentUser() fileReviewer: any,
|
||||||
|
): Promise<GetCaptureRequirementsV2ResponseDto> {
|
||||||
|
return this.claimRequestManagementService.getCaptureRequirementsV3(
|
||||||
|
claimRequestId,
|
||||||
|
fileReviewer.sub,
|
||||||
|
fileReviewer,
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
// ─── Document upload ──────────────────────────────────────────────────────────
|
||||||
|
|
||||||
|
@Post("upload-document/:claimRequestId")
|
||||||
|
@ApiParam({ name: "claimRequestId" })
|
||||||
|
@ApiConsumes("multipart/form-data")
|
||||||
|
@UseInterceptors(
|
||||||
|
FileInterceptor("file", {
|
||||||
|
limits: { fileSize: DEFAULT_MEDIA_MAX_BYTES },
|
||||||
|
storage: diskStorage({
|
||||||
|
destination: "./files/claim-documents",
|
||||||
|
filename: (req, file, callback) => {
|
||||||
|
const unique = Date.now();
|
||||||
|
const ex = extname(file.originalname);
|
||||||
|
callback(null, `${file.originalname.split(".")[0]}-${unique}${ex}`);
|
||||||
|
},
|
||||||
|
}),
|
||||||
|
}),
|
||||||
|
)
|
||||||
|
@ApiOperation({
|
||||||
|
summary: "Upload one required claim document",
|
||||||
|
description:
|
||||||
|
"Initial phase (UPLOAD_REQUIRED_DOCUMENTS): licenses and car cards only. " +
|
||||||
|
"Capture phase (CAPTURE_PART_DAMAGES, after parts + angles): chassis, engine, metal plate only.",
|
||||||
|
})
|
||||||
|
async uploadDocument(
|
||||||
|
@Param("claimRequestId") claimRequestId: string,
|
||||||
|
@Body() body: UploadRequiredDocumentV2Dto,
|
||||||
|
@UploadedFile() file: Express.Multer.File,
|
||||||
|
@CurrentUser() fileReviewer: any,
|
||||||
|
): Promise<UploadRequiredDocumentV2ResponseDto> {
|
||||||
|
await this.mediaPolicyService.assertForClaim(file, claimRequestId, "image");
|
||||||
|
return this.claimRequestManagementService.uploadRequiredDocumentV3(
|
||||||
|
claimRequestId,
|
||||||
|
body,
|
||||||
|
file,
|
||||||
|
fileReviewer.sub,
|
||||||
|
fileReviewer,
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
// ─── Part selection ───────────────────────────────────────────────────────────
|
||||||
|
|
||||||
|
@Patch("select-outer-parts/:claimRequestId")
|
||||||
|
@ApiParam({ name: "claimRequestId" })
|
||||||
|
@ApiBody({ type: SelectOuterPartsV2Dto })
|
||||||
|
@ApiOperation({ summary: "Select damaged outer parts" })
|
||||||
|
async selectOuterParts(
|
||||||
|
@Param("claimRequestId") claimRequestId: string,
|
||||||
|
@Body() body: SelectOuterPartsV2Dto,
|
||||||
|
@CurrentUser() fileReviewer: any,
|
||||||
|
): Promise<SelectOuterPartsV2ResponseDto> {
|
||||||
|
return this.claimRequestManagementService.selectOuterPartsV3(
|
||||||
|
claimRequestId,
|
||||||
|
body,
|
||||||
|
fileReviewer.sub,
|
||||||
|
fileReviewer,
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
@Patch("select-other-parts/:claimRequestId")
|
||||||
|
@ApiParam({ name: "claimRequestId", example: "507f1f77bcf86cd799439011" })
|
||||||
|
@ApiOperation({
|
||||||
|
summary: "Select other damaged parts (V5)",
|
||||||
|
description:
|
||||||
|
"Other parts only — sheba and national code were collected during FileMaker's run-inquiries. Optional car green card file.",
|
||||||
|
})
|
||||||
|
@ApiBody({
|
||||||
|
description:
|
||||||
|
"Other parts selection. Bank info is already on the claim from run-inquiries.",
|
||||||
|
schema: {
|
||||||
|
type: "object",
|
||||||
|
properties: {
|
||||||
|
otherParts: {
|
||||||
|
oneOf: [
|
||||||
|
{
|
||||||
|
type: "array",
|
||||||
|
items: {
|
||||||
|
type: "string",
|
||||||
|
enum: [
|
||||||
|
"engine",
|
||||||
|
"suspension",
|
||||||
|
"brake_system",
|
||||||
|
"electrical",
|
||||||
|
"radiator",
|
||||||
|
"transmission",
|
||||||
|
"exhaust",
|
||||||
|
"headlight",
|
||||||
|
"taillight",
|
||||||
|
"mirror",
|
||||||
|
"glass",
|
||||||
|
],
|
||||||
|
},
|
||||||
|
},
|
||||||
|
{ type: "string", description: "JSON string array for multipart" },
|
||||||
|
],
|
||||||
|
example: ["engine", "suspension"],
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
})
|
||||||
|
async selectOtherParts(
|
||||||
|
@Param("claimRequestId") claimRequestId: string,
|
||||||
|
@Body() body: SelectOtherPartsV3Dto,
|
||||||
|
@CurrentUser() fileReviewer: any,
|
||||||
|
): Promise<SelectOtherPartsV2ResponseDto> {
|
||||||
|
return this.claimRequestManagementService.selectOtherPartsV3(
|
||||||
|
claimRequestId,
|
||||||
|
body,
|
||||||
|
fileReviewer.sub,
|
||||||
|
fileReviewer,
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
// ─── Photo capture ────────────────────────────────────────────────────────────
|
||||||
|
|
||||||
|
@Post("capture-part/:claimRequestId")
|
||||||
|
@ApiParam({ name: "claimRequestId", example: "507f1f77bcf86cd799439011" })
|
||||||
|
@ApiConsumes("multipart/form-data")
|
||||||
|
@UseInterceptors(
|
||||||
|
FileInterceptor("file", {
|
||||||
|
limits: { fileSize: DEFAULT_MEDIA_MAX_BYTES },
|
||||||
|
storage: diskStorage({
|
||||||
|
destination: "./files/claim-captures",
|
||||||
|
filename: (req, file, callback) => {
|
||||||
|
const unique = Date.now();
|
||||||
|
const ex = extname(file.originalname);
|
||||||
|
callback(null, `v5-capture-${unique}${ex}`);
|
||||||
|
},
|
||||||
|
}),
|
||||||
|
}),
|
||||||
|
)
|
||||||
|
@ApiOperation({
|
||||||
|
summary: "Car angles and damaged-part photos",
|
||||||
|
description:
|
||||||
|
"CAPTURE_PART_DAMAGES: (1) all damaged-part photos, (2) four car angles, " +
|
||||||
|
"(3) chassis/engine/metal-plate via upload-document. Then car-capture walk-around video.",
|
||||||
|
})
|
||||||
|
@ApiBody({
|
||||||
|
schema: {
|
||||||
|
type: "object",
|
||||||
|
required: ["captureType", "captureKey", "file"],
|
||||||
|
properties: {
|
||||||
|
captureType: {
|
||||||
|
type: "string",
|
||||||
|
enum: ["angle", "part"],
|
||||||
|
example: "angle",
|
||||||
|
},
|
||||||
|
captureKey: {
|
||||||
|
type: "string",
|
||||||
|
example: "front",
|
||||||
|
description:
|
||||||
|
"For angle: front/back/left/right. For part: hood/front_bumper/etc.",
|
||||||
|
},
|
||||||
|
file: { type: "string", format: "binary" },
|
||||||
|
},
|
||||||
|
},
|
||||||
|
})
|
||||||
|
async capturePart(
|
||||||
|
@Param("claimRequestId") claimRequestId: string,
|
||||||
|
@Body() body: CapturePartV2Dto,
|
||||||
|
@UploadedFile() file: Express.Multer.File,
|
||||||
|
@CurrentUser() fileReviewer: any,
|
||||||
|
): Promise<CapturePartV2ResponseDto> {
|
||||||
|
await this.mediaPolicyService.assertForClaim(file, claimRequestId, "image");
|
||||||
|
return this.claimRequestManagementService.capturePartV3(
|
||||||
|
claimRequestId,
|
||||||
|
body,
|
||||||
|
file,
|
||||||
|
fileReviewer.sub,
|
||||||
|
fileReviewer,
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
// ─── Owner signature on expert pricing ───────────────────────────────────────
|
||||||
|
|
||||||
|
@Put("claim-sign/:claimRequestId")
|
||||||
|
@ApiParam({ name: "claimRequestId" })
|
||||||
|
@ApiConsumes("multipart/form-data")
|
||||||
|
@ApiBody({
|
||||||
|
description: "Signature file, agreement, and branch",
|
||||||
|
schema: {
|
||||||
|
type: "object",
|
||||||
|
required: ["sign", "agree", "branchId"],
|
||||||
|
properties: {
|
||||||
|
sign: { type: "string", format: "binary", description: "Signature image" },
|
||||||
|
agree: { type: "boolean", description: "true to accept, false to reject" },
|
||||||
|
branchId: { type: "string", description: "Insurer branch ID" },
|
||||||
|
},
|
||||||
|
},
|
||||||
|
})
|
||||||
|
@ApiOperation({
|
||||||
|
summary: "Owner signature on expert pricing (V5 — FileReviewer acts on behalf of user)",
|
||||||
|
description:
|
||||||
|
"FileReviewer submits the damaged party's signature during the final approval stage. " +
|
||||||
|
"Delegates to the same service method as the user sign endpoint; the FileReviewer's " +
|
||||||
|
"identity is resolved to the claim owner via `resolveClaimEffectiveUserId`.",
|
||||||
|
})
|
||||||
|
@UseInterceptors(
|
||||||
|
FileInterceptor("sign", {
|
||||||
|
limits: { fileSize: DEFAULT_MEDIA_MAX_BYTES },
|
||||||
|
storage: diskStorage({
|
||||||
|
destination: "./files/claim-sign",
|
||||||
|
filename: (req, file, callback) => {
|
||||||
|
const unique = Date.now();
|
||||||
|
const ex = extname(file.originalname);
|
||||||
|
const base = file.originalname.split(/[.,\s-]/)[0] || "sign";
|
||||||
|
callback(null, `${base}-${unique}${ex}`);
|
||||||
|
},
|
||||||
|
}),
|
||||||
|
}),
|
||||||
|
)
|
||||||
|
async submitOwnerSign(
|
||||||
|
@Param("claimRequestId") claimRequestId: string,
|
||||||
|
@Body("agree") agree: string | boolean,
|
||||||
|
@Body("branchId") branchId: string,
|
||||||
|
@CurrentUser() fileReviewer: any,
|
||||||
|
@UploadedFile() sign: Express.Multer.File,
|
||||||
|
) {
|
||||||
|
await this.mediaPolicyService.assertForClaim(sign, claimRequestId, "image");
|
||||||
|
const agreed =
|
||||||
|
typeof agree === "string"
|
||||||
|
? agree === "true" || agree === "1"
|
||||||
|
: Boolean(agree);
|
||||||
|
try {
|
||||||
|
return await this.claimRequestManagementService.submitOwnerInsurerApprovalSignV2(
|
||||||
|
claimRequestId,
|
||||||
|
agreed,
|
||||||
|
typeof branchId === "string" ? branchId : "",
|
||||||
|
sign,
|
||||||
|
fileReviewer.sub,
|
||||||
|
fileReviewer,
|
||||||
|
);
|
||||||
|
} catch (error) {
|
||||||
|
if (error instanceof HttpException) throw error;
|
||||||
|
throw new InternalServerErrorException(
|
||||||
|
error instanceof Error ? error.message : "Failed to submit signature",
|
||||||
|
);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// ─── Walk-around video ────────────────────────────────────────────────────────
|
||||||
|
|
||||||
|
@Patch("car-capture/:claimRequestId")
|
||||||
|
@ApiParam({ name: "claimRequestId", example: "507f1f77bcf86cd799439011" })
|
||||||
|
@ApiConsumes("multipart/form-data")
|
||||||
|
@UseInterceptors(
|
||||||
|
FileInterceptor("file", {
|
||||||
|
limits: { fileSize: DEFAULT_MEDIA_MAX_BYTES },
|
||||||
|
storage: diskStorage({
|
||||||
|
destination: "./files/car-capture-videos/",
|
||||||
|
filename: (req, file, callback) => {
|
||||||
|
const unique = Date.now();
|
||||||
|
const ex = extname(file.originalname);
|
||||||
|
callback(null, `v5-claim-video-${unique}${ex}`);
|
||||||
|
},
|
||||||
|
}),
|
||||||
|
}),
|
||||||
|
)
|
||||||
|
@ApiBody({
|
||||||
|
schema: {
|
||||||
|
type: "object",
|
||||||
|
required: ["file"],
|
||||||
|
properties: { file: { type: "string", format: "binary" } },
|
||||||
|
},
|
||||||
|
})
|
||||||
|
@ApiOperation({
|
||||||
|
summary: "Walk-around video (final FileReviewer step — V5)",
|
||||||
|
description:
|
||||||
|
"Last FileReviewer action. Upload after capture-part is complete (parts, angles, chassis/engine docs). " +
|
||||||
|
"Finalises the claim → WAITING_FOR_DAMAGE_EXPERT and marks the blame as COMPLETED. " +
|
||||||
|
"After the damage expert review completes the claim moves to WAITING_FOR_FILE_MAKER_APPROVAL.",
|
||||||
|
})
|
||||||
|
async carCapture(
|
||||||
|
@Param("claimRequestId") claimRequestId: string,
|
||||||
|
@UploadedFile("file") file: Express.Multer.File,
|
||||||
|
@CurrentUser() fileReviewer: any,
|
||||||
|
) {
|
||||||
|
await this.mediaPolicyService.assertForClaim(file, claimRequestId, "video");
|
||||||
|
return this.claimRequestManagementService.setVideoCaptureV3(
|
||||||
|
claimRequestId,
|
||||||
|
file,
|
||||||
|
fileReviewer.sub,
|
||||||
|
fileReviewer,
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
// ─── Final blame video ─────────────────────────────────────────────────────────
|
||||||
|
//
|
||||||
|
|
||||||
|
@ApiBody({
|
||||||
|
schema: {
|
||||||
|
type: "object",
|
||||||
|
properties: { file: { type: "string", format: "binary" } },
|
||||||
|
},
|
||||||
|
})
|
||||||
|
@ApiConsumes("multipart/form-data")
|
||||||
|
@UseInterceptors(
|
||||||
|
FileInterceptor("file", {
|
||||||
|
limits: { fileSize: DEFAULT_MEDIA_MAX_BYTES },
|
||||||
|
storage: diskStorage({
|
||||||
|
destination: "./files/video",
|
||||||
|
filename: (req, file, callback) => {
|
||||||
|
const unique = Date.now();
|
||||||
|
const ex = extname(file.originalname);
|
||||||
|
callback(null, `v5-blame-accident-${unique}${ex}`);
|
||||||
|
},
|
||||||
|
}),
|
||||||
|
}),
|
||||||
|
)
|
||||||
|
@Post("upload-video/:requestId")
|
||||||
|
@ApiParam({ name: "requestId" })
|
||||||
|
@ApiOperation({
|
||||||
|
summary: "Blame accident video (no-op for V5 — car-capture is the final step)",
|
||||||
|
description:
|
||||||
|
"Deprecated for V5. The blame is already COMPLETED by car-capture. " +
|
||||||
|
"Calling this endpoint returns an idempotent success response.",
|
||||||
|
})
|
||||||
|
async uploadBlameVideo(
|
||||||
|
@Param("requestId") requestId: string,
|
||||||
|
@CurrentUser() fileReviewer: any,
|
||||||
|
@UploadedFile() file: Express.Multer.File,
|
||||||
|
) {
|
||||||
|
if (file) {
|
||||||
|
await this.mediaPolicyService.assertForBlame(file, requestId, "video");
|
||||||
|
}
|
||||||
|
return this.requestManagementService.expertUploadBlameVideoV5(
|
||||||
|
fileReviewer,
|
||||||
|
requestId,
|
||||||
|
file,
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
@@ -368,6 +368,8 @@ export class InquiryRefreshService {
|
|||||||
|
|
||||||
next.insurance.policyNumber =
|
next.insurance.policyNumber =
|
||||||
mapped.PrntPlcyCmpDocNo ||
|
mapped.PrntPlcyCmpDocNo ||
|
||||||
|
mapped.printNumber ||
|
||||||
|
mapped.insuranceNumber ||
|
||||||
next.insurance.policyNumber;
|
next.insurance.policyNumber;
|
||||||
next.insurance.company =
|
next.insurance.company =
|
||||||
mapped.companyPersianName || mapped.CompanyName || next.insurance.company;
|
mapped.companyPersianName || mapped.CompanyName || next.insurance.company;
|
||||||
|
|||||||
@@ -28,6 +28,7 @@ import { MediaPolicyService } from "src/media-policy/media-policy.service";
|
|||||||
import { DEFAULT_MEDIA_MAX_BYTES } from "src/client/client.service";
|
import { DEFAULT_MEDIA_MAX_BYTES } from "src/client/client.service";
|
||||||
import { RoleEnum } from "src/Types&Enums/role.enum";
|
import { RoleEnum } from "src/Types&Enums/role.enum";
|
||||||
import { AddPlateDto } from "src/profile/dto/user/AddPlateDto";
|
import { AddPlateDto } from "src/profile/dto/user/AddPlateDto";
|
||||||
|
import { InitialFormVinDto } from "./dto/create-request-management.dto";
|
||||||
import {
|
import {
|
||||||
CarBodyFormDto,
|
CarBodyFormDto,
|
||||||
DescriptionDto,
|
DescriptionDto,
|
||||||
@@ -165,6 +166,29 @@ export class RegistrarBlameMirrorController {
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Post("/initial-form-vin/:requestId")
|
||||||
|
@ApiParam({ name: "requestId" })
|
||||||
|
@ApiBody({ type: InitialFormVinDto })
|
||||||
|
@ApiOperation({
|
||||||
|
summary: "[Registrar mirror] Initial form via VIN/chassis inquiry for current party",
|
||||||
|
description:
|
||||||
|
"VIN alternative to initial-form. Uses ESG chassis lookup instead of plate-based inquiry. " +
|
||||||
|
"Fills the FIRST or SECOND party insurance/vehicle data depending on the current workflow step.",
|
||||||
|
})
|
||||||
|
async initialFormVin(
|
||||||
|
@Param("requestId") requestId: string,
|
||||||
|
@Body() body: InitialFormVinDto,
|
||||||
|
@CurrentUser() registrar: any,
|
||||||
|
@Body("partyRole") partyRole?: string,
|
||||||
|
) {
|
||||||
|
return this.requestManagementService.initialFormVinV2(
|
||||||
|
requestId,
|
||||||
|
body,
|
||||||
|
registrar,
|
||||||
|
partyRole,
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
@ApiBody({
|
@ApiBody({
|
||||||
schema: {
|
schema: {
|
||||||
type: "object",
|
type: "object",
|
||||||
|
|||||||
@@ -45,8 +45,12 @@ import { RegistrarBlameMirrorController } from "./registrar-blame.mirror.control
|
|||||||
import { ExpertInitiatedBlameV3MirrorController } from "./expert-initiated-blame-v3.mirror.controller";
|
import { ExpertInitiatedBlameV3MirrorController } from "./expert-initiated-blame-v3.mirror.controller";
|
||||||
import { FileMakerBlameV4Controller } from "./file-maker-blame-v4.controller";
|
import { FileMakerBlameV4Controller } from "./file-maker-blame-v4.controller";
|
||||||
import { FileReviewerBlameV4Controller } from "./file-reviewer-blame-v4.controller";
|
import { FileReviewerBlameV4Controller } from "./file-reviewer-blame-v4.controller";
|
||||||
|
import { FileMakerBlameV5Controller } from "./file-maker-blame-v5.controller";
|
||||||
|
import { FileReviewerBlameV5Controller } from "./file-reviewer-blame-v5.controller";
|
||||||
|
import { FileMakerClaimApprovalV5Controller } from "./file-maker-claim-approval-v5.controller";
|
||||||
import { InquiryRefreshController } from "./inquiry-refresh.controller";
|
import { InquiryRefreshController } from "./inquiry-refresh.controller";
|
||||||
import { InquiryRefreshService } from "./inquiry-refresh.service";
|
import { InquiryRefreshService } from "./inquiry-refresh.service";
|
||||||
|
import { CallCenterBlameV6Controller } from "./call-center-blame-v6.controller";
|
||||||
|
|
||||||
@Module({
|
@Module({
|
||||||
imports: [
|
imports: [
|
||||||
@@ -85,7 +89,11 @@ import { InquiryRefreshService } from "./inquiry-refresh.service";
|
|||||||
RegistrarBlameMirrorController,
|
RegistrarBlameMirrorController,
|
||||||
FileMakerBlameV4Controller,
|
FileMakerBlameV4Controller,
|
||||||
FileReviewerBlameV4Controller,
|
FileReviewerBlameV4Controller,
|
||||||
|
FileMakerBlameV5Controller,
|
||||||
|
FileReviewerBlameV5Controller,
|
||||||
|
FileMakerClaimApprovalV5Controller,
|
||||||
InquiryRefreshController,
|
InquiryRefreshController,
|
||||||
|
CallCenterBlameV6Controller,
|
||||||
],
|
],
|
||||||
providers: [
|
providers: [
|
||||||
RequestManagementService,
|
RequestManagementService,
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@@ -1,5 +1,7 @@
|
|||||||
import { Module } from "@nestjs/common";
|
import { Module } from "@nestjs/common";
|
||||||
import { HttpModule } from "@nestjs/axios";
|
import { HttpModule } from "@nestjs/axios";
|
||||||
|
import { ConfigModule, ConfigService } from "@nestjs/config";
|
||||||
|
import { createHttpModuleOptions } from "src/core/config/http-proxy.factory";
|
||||||
import { MongooseModule } from "@nestjs/mongoose";
|
import { MongooseModule } from "@nestjs/mongoose";
|
||||||
import { ClientModule } from "src/client/client.module";
|
import { ClientModule } from "src/client/client.module";
|
||||||
import { SystemSettingsModule } from "src/system-settings/system-settings.module";
|
import { SystemSettingsModule } from "src/system-settings/system-settings.module";
|
||||||
@@ -9,7 +11,11 @@ import { SandHubService } from "./sand-hub.service";
|
|||||||
|
|
||||||
@Module({
|
@Module({
|
||||||
imports: [
|
imports: [
|
||||||
HttpModule,
|
HttpModule.registerAsync({
|
||||||
|
imports: [ConfigModule],
|
||||||
|
inject: [ConfigService],
|
||||||
|
useFactory: createHttpModuleOptions,
|
||||||
|
}),
|
||||||
SystemSettingsModule,
|
SystemSettingsModule,
|
||||||
ClientModule,
|
ClientModule,
|
||||||
MongooseModule.forFeature([
|
MongooseModule.forFeature([
|
||||||
|
|||||||
@@ -81,5 +81,33 @@ describe("SandHubService inquiry mocks", () => {
|
|||||||
expect(httpService.post).not.toHaveBeenCalled();
|
expect(httpService.post).not.toHaveBeenCalled();
|
||||||
expect(result.mapped?.CompanyName).toBe("بیمه پارسیان");
|
expect(result.mapped?.CompanyName).toBe("بیمه پارسیان");
|
||||||
expect(result.mapped?.CompanyCode).toBe("8");
|
expect(result.mapped?.CompanyCode).toBe("8");
|
||||||
|
// PrntPlcyCmpDocNo must be populated from the mock raw field
|
||||||
|
expect(result.mapped?.PrntPlcyCmpDocNo).toBe("1404/1143-70591/200/123");
|
||||||
|
});
|
||||||
|
|
||||||
|
it("maps printNumber → PrntPlcyCmpDocNo when raw response uses new field name", async () => {
|
||||||
|
// Simulate a real-API response where the policy number arrives as printNumber
|
||||||
|
const rawNewFormat = {
|
||||||
|
printNumber: "1405/1143-NEWAPI/200/1",
|
||||||
|
CompanyName: "بیمه آزمایشی",
|
||||||
|
CompanyCode: "99",
|
||||||
|
FinancialCvrCptl: "5000000000",
|
||||||
|
IssueDate: "1405/01/01",
|
||||||
|
EndDate: "1406/01/01",
|
||||||
|
};
|
||||||
|
const mapped = (service as any).mapNewApiResponseToOldFormat(rawNewFormat);
|
||||||
|
|
||||||
|
expect(mapped.PrntPlcyCmpDocNo).toBe("1405/1143-NEWAPI/200/1");
|
||||||
|
});
|
||||||
|
|
||||||
|
it("maps insuranceNumber → PrntPlcyCmpDocNo when raw response uses legacy field name", async () => {
|
||||||
|
const rawLegacy = {
|
||||||
|
insuranceNumber: "1405/1143-LEGACY/200/1",
|
||||||
|
CompanyName: "بیمه آزمایشی",
|
||||||
|
CompanyCode: "99",
|
||||||
|
};
|
||||||
|
const mapped = (service as any).mapNewApiResponseToOldFormat(rawLegacy);
|
||||||
|
|
||||||
|
expect(mapped.PrntPlcyCmpDocNo).toBe("1405/1143-LEGACY/200/1");
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|||||||
@@ -1012,11 +1012,20 @@ export class SandHubService {
|
|||||||
IssueDate: newResponse.persianStartDate || newResponse.IssueDate,
|
IssueDate: newResponse.persianStartDate || newResponse.IssueDate,
|
||||||
EndDate: newResponse.persianEndDate || newResponse.EndDate,
|
EndDate: newResponse.persianEndDate || newResponse.EndDate,
|
||||||
|
|
||||||
|
// Insurance policy number — canonical Tejarat name is PrntPlcyCmpDocNo;
|
||||||
|
// newer API formats surface it as printNumber or insuranceNumber.
|
||||||
|
PrntPlcyCmpDocNo:
|
||||||
|
newResponse.PrntPlcyCmpDocNo ||
|
||||||
|
newResponse.printNumber ||
|
||||||
|
newResponse.insuranceNumber ||
|
||||||
|
null,
|
||||||
|
|
||||||
// Insurance details
|
// Insurance details
|
||||||
LastCompanyDocumentNumber:
|
LastCompanyDocumentNumber:
|
||||||
newResponse.lastCompanyInsuranceNumber ||
|
newResponse.lastCompanyInsuranceNumber ||
|
||||||
newResponse.LastCompanyDocumentNumber ||
|
newResponse.LastCompanyDocumentNumber ||
|
||||||
newResponse.insuranceNumber,
|
newResponse.insuranceNumber ||
|
||||||
|
null,
|
||||||
|
|
||||||
// Technical details
|
// Technical details
|
||||||
MtrNum: newResponse.MtrNum || newResponse.mtrnum,
|
MtrNum: newResponse.MtrNum || newResponse.mtrnum,
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
import { HttpModule } from "@nestjs/axios";
|
import { HttpModule } from "@nestjs/axios";
|
||||||
import { Module } from "@nestjs/common";
|
import { Module } from "@nestjs/common";
|
||||||
import { ConfigModule } from "@nestjs/config";
|
import { ConfigModule, ConfigService } from "@nestjs/config";
|
||||||
|
import { createHttpModuleOptions } from "src/core/config/http-proxy.factory";
|
||||||
|
|
||||||
import { KavenegarService } from "./kavenegar.service";
|
import { KavenegarService } from "./kavenegar.service";
|
||||||
import { KavenegarSmsGateway } from "./kavenegar-sms.gateway";
|
import { KavenegarSmsGateway } from "./kavenegar-sms.gateway";
|
||||||
@@ -8,7 +9,14 @@ import { ParsianSmsGateway } from "./parsian-sms.gateway";
|
|||||||
import { SmsGatewayService } from "./sms-gateway.service";
|
import { SmsGatewayService } from "./sms-gateway.service";
|
||||||
|
|
||||||
@Module({
|
@Module({
|
||||||
imports: [HttpModule, ConfigModule],
|
imports: [
|
||||||
|
HttpModule.registerAsync({
|
||||||
|
imports: [ConfigModule],
|
||||||
|
inject: [ConfigService],
|
||||||
|
useFactory: createHttpModuleOptions,
|
||||||
|
}),
|
||||||
|
ConfigModule,
|
||||||
|
],
|
||||||
providers: [
|
providers: [
|
||||||
KavenegarService,
|
KavenegarService,
|
||||||
KavenegarSmsGateway,
|
KavenegarSmsGateway,
|
||||||
|
|||||||
@@ -6,10 +6,16 @@ import { SmsGatewayModule } from "./provider/sms-gateway.module";
|
|||||||
import { OtpGeneratorService } from "./otp-generator.service";
|
import { OtpGeneratorService } from "./otp-generator.service";
|
||||||
import { SmsOrchestrationService } from "./sms-orchestration.service";
|
import { SmsOrchestrationService } from "./sms-orchestration.service";
|
||||||
import { HttpModule } from "@nestjs/axios";
|
import { HttpModule } from "@nestjs/axios";
|
||||||
|
import { ConfigModule, ConfigService } from "@nestjs/config";
|
||||||
|
import { createHttpModuleOptions } from "src/core/config/http-proxy.factory";
|
||||||
|
|
||||||
@Module({
|
@Module({
|
||||||
imports: [
|
imports: [
|
||||||
HttpModule,
|
HttpModule.registerAsync({
|
||||||
|
imports: [ConfigModule],
|
||||||
|
inject: [ConfigService],
|
||||||
|
useFactory: createHttpModuleOptions,
|
||||||
|
}),
|
||||||
SmsGatewayModule,
|
SmsGatewayModule,
|
||||||
MongooseModule.forFeature([{ name: SmsText.name, schema: SmsTextSchema }]),
|
MongooseModule.forFeature([{ name: SmsText.name, schema: SmsTextSchema }]),
|
||||||
],
|
],
|
||||||
|
|||||||
@@ -37,20 +37,25 @@ export class SmsOrchestrationService implements OnModuleInit {
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
buildInviteLink(frontendRoute: string, requestId: string): string {
|
buildInviteLink(
|
||||||
return `${process.env.URL}/${process.env.USER_BASE_PATH}/${frontendRoute}?token=${requestId}`;
|
frontendRoute: string,
|
||||||
|
requestId: string,
|
||||||
|
versionPrefix: string,
|
||||||
|
): string {
|
||||||
|
return `${process.env.URL}/${versionPrefix}/${frontendRoute}?token=${requestId}`;
|
||||||
}
|
}
|
||||||
|
|
||||||
buildBlamePartyLink(
|
buildBlamePartyLink(
|
||||||
requestId: string,
|
requestId: string,
|
||||||
partyRole: "FIRST" | "SECOND",
|
partyRole: "FIRST" | "SECOND",
|
||||||
|
versionPrefix: string,
|
||||||
): string {
|
): string {
|
||||||
const route = partyRole === "SECOND" ? "user2" : "user";
|
const route = partyRole === "SECOND" ? "user2" : "user";
|
||||||
return `${process.env.URL}/${process.env.USER_BASE_PATH}/${route}?token=${requestId}`;
|
return `${process.env.URL}/${versionPrefix}/${route}?token=${requestId}`;
|
||||||
}
|
}
|
||||||
|
|
||||||
buildClaimLink(claimRequestId: string): string {
|
buildClaimLink(claimRequestId: string, versionPrefix: string): string {
|
||||||
return `${process.env.URL}/${process.env.USER_BASE_PATH}/caseClaim?token=${claimRequestId}`;
|
return `${process.env.URL}/${versionPrefix}/caseClaim?token=${claimRequestId}`;
|
||||||
}
|
}
|
||||||
|
|
||||||
async sendInviteLink(
|
async sendInviteLink(
|
||||||
|
|||||||
@@ -74,3 +74,37 @@ export class CreateRegistrarAdminDto {
|
|||||||
@IsNotEmpty()
|
@IsNotEmpty()
|
||||||
clientId: string;
|
clientId: string;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
export class CreateCallCenterAgentDto {
|
||||||
|
@ApiProperty({ example: "agent@insurer.ir" })
|
||||||
|
@IsEmail()
|
||||||
|
email: string;
|
||||||
|
|
||||||
|
@ApiProperty({ example: "CallCenter@724" })
|
||||||
|
@IsString()
|
||||||
|
@IsNotEmpty()
|
||||||
|
password: string;
|
||||||
|
|
||||||
|
@ApiProperty({ example: "Sara" })
|
||||||
|
@IsString()
|
||||||
|
@IsNotEmpty()
|
||||||
|
firstName: string;
|
||||||
|
|
||||||
|
@ApiProperty({ example: "Hosseini" })
|
||||||
|
@IsString()
|
||||||
|
@IsNotEmpty()
|
||||||
|
lastName: string;
|
||||||
|
|
||||||
|
@ApiProperty({
|
||||||
|
example: "664a1b2c3d4e5f6789012345",
|
||||||
|
description: "Mongo ObjectId of the insurer client this agent belongs to.",
|
||||||
|
})
|
||||||
|
@IsString()
|
||||||
|
@IsNotEmpty()
|
||||||
|
clientId: string;
|
||||||
|
|
||||||
|
@ApiPropertyOptional({ example: "09121234567" })
|
||||||
|
@IsOptional()
|
||||||
|
@IsString()
|
||||||
|
mobile?: string;
|
||||||
|
}
|
||||||
|
|||||||
@@ -1,24 +1,32 @@
|
|||||||
import {
|
import {
|
||||||
|
BadRequestException,
|
||||||
Body,
|
Body,
|
||||||
Controller,
|
Controller,
|
||||||
Get,
|
Get,
|
||||||
|
Param,
|
||||||
Patch,
|
Patch,
|
||||||
Post,
|
Post,
|
||||||
|
Put,
|
||||||
|
Query,
|
||||||
UseGuards,
|
UseGuards,
|
||||||
} from "@nestjs/common";
|
} from "@nestjs/common";
|
||||||
import {
|
import {
|
||||||
ApiBearerAuth,
|
ApiBearerAuth,
|
||||||
ApiBody,
|
ApiBody,
|
||||||
ApiOperation,
|
ApiOperation,
|
||||||
|
ApiParam,
|
||||||
|
ApiQuery,
|
||||||
ApiResponse,
|
ApiResponse,
|
||||||
ApiTags,
|
ApiTags,
|
||||||
} from "@nestjs/swagger";
|
} from "@nestjs/swagger";
|
||||||
|
import { Types } from "mongoose";
|
||||||
import { SuperAdminGuard } from "./guards/super-admin.guard";
|
import { SuperAdminGuard } from "./guards/super-admin.guard";
|
||||||
import { SuperAdminService } from "./super-admin.service";
|
import { SuperAdminService } from "./super-admin.service";
|
||||||
import {
|
import {
|
||||||
CreateSuperAdminDto,
|
CreateSuperAdminDto,
|
||||||
CreateFieldExpertAdminDto,
|
CreateFieldExpertAdminDto,
|
||||||
CreateRegistrarAdminDto,
|
CreateRegistrarAdminDto,
|
||||||
|
CreateCallCenterAgentDto,
|
||||||
} from "./dto/super-admin.dto";
|
} from "./dto/super-admin.dto";
|
||||||
import { ClientDto } from "src/client/dto/create-client.dto";
|
import { ClientDto } from "src/client/dto/create-client.dto";
|
||||||
import {
|
import {
|
||||||
@@ -32,6 +40,20 @@ import {
|
|||||||
UpdateSystemSettingsDto,
|
UpdateSystemSettingsDto,
|
||||||
} from "src/system-settings/dto/system-settings.dto";
|
} from "src/system-settings/dto/system-settings.dto";
|
||||||
import { SetExternalInquiriesLiveDto } from "src/client/dto/external-inquiries-live.dto";
|
import { SetExternalInquiriesLiveDto } from "src/client/dto/external-inquiries-live.dto";
|
||||||
|
import { ExpertInsurerService } from "src/expert-insurer/expert-insurer.service";
|
||||||
|
import { ListQueryV2Dto } from "src/common/dto/list-query-v2.dto";
|
||||||
|
import {
|
||||||
|
UnifiedFileStatusReportDto,
|
||||||
|
UnifiedFileStatusReportQueryDto,
|
||||||
|
} from "src/common/dto/unified-file-status-report.dto";
|
||||||
|
import { CreateBranchDto } from "src/client/dto/create-branch.dto";
|
||||||
|
import { FileRating } from "src/request-management/entities/schema/request-management.schema";
|
||||||
|
import {
|
||||||
|
CreateBlameExpertByInsurerDto,
|
||||||
|
CreateClaimExpertByInsurerDto,
|
||||||
|
CreateFileMakerByInsurerDto,
|
||||||
|
CreateFileReviewerByInsurerDto,
|
||||||
|
} from "src/expert-insurer/dto/create-insurer-expert.dto";
|
||||||
|
|
||||||
@ApiTags("super-admin")
|
@ApiTags("super-admin")
|
||||||
@ApiBearerAuth()
|
@ApiBearerAuth()
|
||||||
@@ -41,6 +63,7 @@ export class SuperAdminController {
|
|||||||
constructor(
|
constructor(
|
||||||
private readonly superAdminService: SuperAdminService,
|
private readonly superAdminService: SuperAdminService,
|
||||||
private readonly systemSettingsService: SystemSettingsService,
|
private readonly systemSettingsService: SystemSettingsService,
|
||||||
|
private readonly expertInsurerService: ExpertInsurerService,
|
||||||
) {}
|
) {}
|
||||||
|
|
||||||
// ── Super-admin account management ───────────────────────────────────────
|
// ── Super-admin account management ───────────────────────────────────────
|
||||||
@@ -129,6 +152,13 @@ export class SuperAdminController {
|
|||||||
return this.superAdminService.createRegistrar(body);
|
return this.superAdminService.createRegistrar(body);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Post("create-call-center-agent")
|
||||||
|
@ApiOperation({ summary: "Create a call-center agent for a given client" })
|
||||||
|
@ApiBody({ type: CreateCallCenterAgentDto })
|
||||||
|
createCallCenterAgent(@Body() body: CreateCallCenterAgentDto) {
|
||||||
|
return this.superAdminService.createCallCenterAgent(body);
|
||||||
|
}
|
||||||
|
|
||||||
// ── System settings ──────────────────────────────────────────────────────
|
// ── System settings ──────────────────────────────────────────────────────
|
||||||
|
|
||||||
@Get("system-settings")
|
@Get("system-settings")
|
||||||
@@ -159,4 +189,313 @@ export class SuperAdminController {
|
|||||||
externalApis: { sandHubUseLiveApi: body?.enabled === true },
|
externalApis: { sandHubUseLiveApi: body?.enabled === true },
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// ── Insurer panel (super-admin proxy) ────────────────────────────────────
|
||||||
|
|
||||||
|
@Get("insurer/branches")
|
||||||
|
@ApiOperation({ summary: "List branches for a given client" })
|
||||||
|
@ApiQuery({ name: "clientId", required: true, type: String })
|
||||||
|
@ApiQuery({ name: "search", required: false, type: String })
|
||||||
|
@ApiQuery({ name: "from", required: false, description: "Optional start datetime (ISO string)" })
|
||||||
|
@ApiQuery({ name: "to", required: false, description: "Optional end datetime (ISO string)" })
|
||||||
|
@ApiQuery({ name: "isActive", required: false, description: "Filter active state (true/false)" })
|
||||||
|
getInsuranceBranches(
|
||||||
|
@Query("clientId") clientId: string,
|
||||||
|
@Query("search") search?: string,
|
||||||
|
@Query("from") from?: string,
|
||||||
|
@Query("to") to?: string,
|
||||||
|
@Query("isActive") isActive?: string,
|
||||||
|
) {
|
||||||
|
return this.expertInsurerService.retrieveInsuranceBranches(
|
||||||
|
clientId,
|
||||||
|
{ search, from, to, isActive },
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
@Post("insurer/branches")
|
||||||
|
@ApiOperation({ summary: "Add a branch for a given client" })
|
||||||
|
@ApiBody({
|
||||||
|
schema: {
|
||||||
|
allOf: [
|
||||||
|
{ $ref: "#/components/schemas/CreateBranchDto" },
|
||||||
|
{
|
||||||
|
type: "object",
|
||||||
|
required: ["clientId"],
|
||||||
|
properties: { clientId: { type: "string", description: "Client ObjectId" } },
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
})
|
||||||
|
addBranch(
|
||||||
|
@Body("clientId") clientId: string,
|
||||||
|
@Body() createBranchDto: CreateBranchDto,
|
||||||
|
) {
|
||||||
|
return this.expertInsurerService.addBranch(clientId, createBranchDto);
|
||||||
|
}
|
||||||
|
|
||||||
|
@Put("insurer/branches/:branchId/status")
|
||||||
|
@ApiOperation({ summary: "Set branch active/inactive for a given client" })
|
||||||
|
@ApiParam({ name: "branchId" })
|
||||||
|
@ApiBody({
|
||||||
|
schema: {
|
||||||
|
type: "object",
|
||||||
|
properties: {
|
||||||
|
clientId: { type: "string", description: "Client ObjectId" },
|
||||||
|
isActive: { type: "boolean" },
|
||||||
|
},
|
||||||
|
required: ["clientId", "isActive"],
|
||||||
|
},
|
||||||
|
})
|
||||||
|
setBranchStatus(
|
||||||
|
@Param("branchId") branchId: string,
|
||||||
|
@Body("clientId") clientId: string,
|
||||||
|
@Body("isActive") isActive: unknown,
|
||||||
|
) {
|
||||||
|
let active: boolean;
|
||||||
|
if (typeof isActive === "boolean") {
|
||||||
|
active = isActive;
|
||||||
|
} else {
|
||||||
|
const normalized = String(isActive ?? "").trim().toLowerCase();
|
||||||
|
if (!["true", "false", "1", "0", "yes", "no"].includes(normalized)) {
|
||||||
|
throw new BadRequestException("isActive must be a boolean");
|
||||||
|
}
|
||||||
|
active = ["true", "1", "yes"].includes(normalized);
|
||||||
|
}
|
||||||
|
return this.expertInsurerService.setBranchActive(clientId, branchId, active);
|
||||||
|
}
|
||||||
|
|
||||||
|
@Post("insurer/experts/blame")
|
||||||
|
@ApiOperation({ summary: "Create a blame expert under a given client" })
|
||||||
|
@ApiBody({
|
||||||
|
schema: {
|
||||||
|
allOf: [
|
||||||
|
{ $ref: "#/components/schemas/CreateBlameExpertByInsurerDto" },
|
||||||
|
{
|
||||||
|
type: "object",
|
||||||
|
required: ["clientId"],
|
||||||
|
properties: { clientId: { type: "string", description: "Client ObjectId" } },
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
})
|
||||||
|
addBlameExpert(
|
||||||
|
@Body("clientId") clientId: string,
|
||||||
|
@Body() body: CreateBlameExpertByInsurerDto,
|
||||||
|
) {
|
||||||
|
return this.expertInsurerService.addBlameExpert(clientId, body);
|
||||||
|
}
|
||||||
|
|
||||||
|
@Post("insurer/experts/claim")
|
||||||
|
@ApiOperation({ summary: "Create a claim expert under a given client" })
|
||||||
|
@ApiBody({
|
||||||
|
schema: {
|
||||||
|
allOf: [
|
||||||
|
{ $ref: "#/components/schemas/CreateClaimExpertByInsurerDto" },
|
||||||
|
{
|
||||||
|
type: "object",
|
||||||
|
required: ["clientId"],
|
||||||
|
properties: { clientId: { type: "string", description: "Client ObjectId" } },
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
})
|
||||||
|
addClaimExpert(
|
||||||
|
@Body("clientId") clientId: string,
|
||||||
|
@Body() body: CreateClaimExpertByInsurerDto,
|
||||||
|
) {
|
||||||
|
return this.expertInsurerService.addClaimExpert(clientId, body);
|
||||||
|
}
|
||||||
|
|
||||||
|
@Post("insurer/experts/file-maker")
|
||||||
|
@ApiOperation({ summary: "Create a FileMaker account under a given client" })
|
||||||
|
@ApiBody({
|
||||||
|
schema: {
|
||||||
|
allOf: [
|
||||||
|
{ $ref: "#/components/schemas/CreateFileMakerByInsurerDto" },
|
||||||
|
{
|
||||||
|
type: "object",
|
||||||
|
required: ["clientId"],
|
||||||
|
properties: { clientId: { type: "string", description: "Client ObjectId" } },
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
})
|
||||||
|
addFileMaker(
|
||||||
|
@Body("clientId") clientId: string,
|
||||||
|
@Body() body: CreateFileMakerByInsurerDto,
|
||||||
|
) {
|
||||||
|
return this.expertInsurerService.addFileMaker(clientId, body);
|
||||||
|
}
|
||||||
|
|
||||||
|
@Post("insurer/experts/file-reviewer")
|
||||||
|
@ApiOperation({ summary: "Create a FileReviewer account under a given client" })
|
||||||
|
@ApiBody({
|
||||||
|
schema: {
|
||||||
|
allOf: [
|
||||||
|
{ $ref: "#/components/schemas/CreateFileReviewerByInsurerDto" },
|
||||||
|
{
|
||||||
|
type: "object",
|
||||||
|
required: ["clientId"],
|
||||||
|
properties: { clientId: { type: "string", description: "Client ObjectId" } },
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
})
|
||||||
|
addFileReviewer(
|
||||||
|
@Body("clientId") clientId: string,
|
||||||
|
@Body() body: CreateFileReviewerByInsurerDto,
|
||||||
|
) {
|
||||||
|
return this.expertInsurerService.addFileReviewer(clientId, body);
|
||||||
|
}
|
||||||
|
|
||||||
|
@Get("insurer/experts/list")
|
||||||
|
@ApiOperation({ summary: "List all experts of a given client" })
|
||||||
|
@ApiQuery({ name: "clientId", required: true, type: String })
|
||||||
|
@ApiQuery({ name: "page", type: Number })
|
||||||
|
@ApiQuery({ name: "response_count", type: Number })
|
||||||
|
getAllExperts(
|
||||||
|
@Query("clientId") clientId: string,
|
||||||
|
@Query("page") page: number,
|
||||||
|
@Query("response_count") count: number,
|
||||||
|
) {
|
||||||
|
return this.expertInsurerService.retrieveAllExpertsOfClient(
|
||||||
|
{ clientKey: clientId },
|
||||||
|
page,
|
||||||
|
count,
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
@Get("insurer/experts/top")
|
||||||
|
@ApiOperation({ summary: "Top blame vs claim experts for a given client" })
|
||||||
|
@ApiQuery({ name: "clientId", required: true, type: String })
|
||||||
|
getTopExperts(@Query("clientId") clientId: string) {
|
||||||
|
return this.expertInsurerService.getTopExpertsForClient({ clientKey: clientId });
|
||||||
|
}
|
||||||
|
|
||||||
|
@Get("insurer/files")
|
||||||
|
@ApiOperation({ summary: "List files (blame + claim merged) for a given client" })
|
||||||
|
@ApiQuery({ name: "clientId", required: true, type: String })
|
||||||
|
getAllFiles(
|
||||||
|
@Query("clientId") clientId: string,
|
||||||
|
@Query() query: ListQueryV2Dto,
|
||||||
|
) {
|
||||||
|
return this.expertInsurerService.retrieveAllFilesOfClient(clientId, query);
|
||||||
|
}
|
||||||
|
|
||||||
|
@Get("insurer/report/unified-file-statuses")
|
||||||
|
@ApiOperation({ summary: "Unified file status catalog + counts for a given client" })
|
||||||
|
@ApiQuery({ name: "clientId", required: true, type: String })
|
||||||
|
@ApiResponse({ status: 200, type: UnifiedFileStatusReportDto })
|
||||||
|
getUnifiedFileStatusReport(
|
||||||
|
@Query("clientId") clientId: string,
|
||||||
|
@Query() query: UnifiedFileStatusReportQueryDto,
|
||||||
|
): Promise<UnifiedFileStatusReportDto> {
|
||||||
|
return this.expertInsurerService.getInsurerUnifiedFileStatusReport(
|
||||||
|
{ clientKey: clientId },
|
||||||
|
query,
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
@Get("insurer/report/status-counts")
|
||||||
|
@ApiOperation({
|
||||||
|
summary: "Legacy status counts for a given client",
|
||||||
|
deprecated: true,
|
||||||
|
description: "Prefer GET insurer/report/unified-file-statuses.",
|
||||||
|
})
|
||||||
|
@ApiQuery({ name: "clientId", required: true, type: String })
|
||||||
|
@ApiQuery({ name: "from", required: false, description: "Optional start datetime (ISO string)" })
|
||||||
|
@ApiQuery({ name: "to", required: false, description: "Optional end datetime (ISO string)" })
|
||||||
|
getInsurerStatusReport(
|
||||||
|
@Query("clientId") clientId: string,
|
||||||
|
@Query("from") from?: string,
|
||||||
|
@Query("to") to?: string,
|
||||||
|
) {
|
||||||
|
return this.expertInsurerService.getInsurerFileStatusCounts(
|
||||||
|
{ clientKey: clientId },
|
||||||
|
from,
|
||||||
|
to,
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
@Get("insurer/files/:publicId/timeline")
|
||||||
|
@ApiOperation({ summary: "Activity timeline for a case of a given client" })
|
||||||
|
@ApiParam({ name: "publicId" })
|
||||||
|
@ApiQuery({ name: "clientId", required: true, type: String })
|
||||||
|
getFileTimeline(
|
||||||
|
@Query("clientId") clientId: string,
|
||||||
|
@Param("publicId") publicId: string,
|
||||||
|
) {
|
||||||
|
return this.expertInsurerService.getFileTimeline(clientId, publicId);
|
||||||
|
}
|
||||||
|
|
||||||
|
@Get("insurer/files/:publicId")
|
||||||
|
@ApiOperation({ summary: "File details by publicId for a given client" })
|
||||||
|
@ApiParam({ name: "publicId" })
|
||||||
|
@ApiQuery({ name: "clientId", required: true, type: String })
|
||||||
|
getFileDetailsByPublicId(
|
||||||
|
@Query("clientId") clientId: string,
|
||||||
|
@Param("publicId") publicId: string,
|
||||||
|
) {
|
||||||
|
return this.expertInsurerService.retrieveFileDetailsByPublicId(clientId, publicId);
|
||||||
|
}
|
||||||
|
|
||||||
|
// @Put("insurer/files/:publicId/rating")
|
||||||
|
// @ApiOperation({ summary: "Rate experts by publicId for a given client" })
|
||||||
|
// @ApiParam({ name: "publicId" })
|
||||||
|
// @ApiBody({
|
||||||
|
// schema: {
|
||||||
|
// type: "object",
|
||||||
|
// required: [
|
||||||
|
// "clientId",
|
||||||
|
// "collisionMethodAccuracy",
|
||||||
|
// "evaluationTimeliness",
|
||||||
|
// "accidentCauseAccuracy",
|
||||||
|
// "guiltyVehicleIdentification",
|
||||||
|
// "botRating",
|
||||||
|
// ],
|
||||||
|
// properties: {
|
||||||
|
// clientId: { type: "string", description: "Client ObjectId" },
|
||||||
|
// collisionMethodAccuracy: { type: "number", minimum: 0, maximum: 5 },
|
||||||
|
// evaluationTimeliness: { type: "number", minimum: 0, maximum: 5 },
|
||||||
|
// accidentCauseAccuracy: { type: "number", minimum: 0, maximum: 5 },
|
||||||
|
// guiltyVehicleIdentification: { type: "number", minimum: 0, maximum: 5 },
|
||||||
|
// botRating: { type: "number", minimum: 0, maximum: 5 },
|
||||||
|
// },
|
||||||
|
// },
|
||||||
|
// })
|
||||||
|
// rateExpertsByPublicId(
|
||||||
|
// @Param("publicId") publicId: string,
|
||||||
|
// @Body() body: FileRating & { clientId: string },
|
||||||
|
// ) {
|
||||||
|
// const { clientId, ...rating } = body;
|
||||||
|
// return this.expertInsurerService.rateExpertByPublicId(publicId, rating as FileRating, clientId);
|
||||||
|
// }
|
||||||
|
|
||||||
|
@Get("insurer/top-files")
|
||||||
|
@ApiOperation({ summary: "Top-rated files for a given client" })
|
||||||
|
@ApiQuery({ name: "clientId", required: true, type: String })
|
||||||
|
getTopFiles(@Query("clientId") clientId: string) {
|
||||||
|
return this.expertInsurerService.getTopFilesForClient(clientId);
|
||||||
|
}
|
||||||
|
|
||||||
|
@Get("insurer/statistics")
|
||||||
|
@ApiOperation({ summary: "Expert statistics report for a given client" })
|
||||||
|
@ApiQuery({ name: "clientId", required: true, type: String })
|
||||||
|
getExpertStatistics(@Query("clientId") clientId: string) {
|
||||||
|
return this.expertInsurerService.getExpertStatisticsReport({ clientKey: clientId });
|
||||||
|
}
|
||||||
|
|
||||||
|
@Get("insurer/:expertId")
|
||||||
|
@ApiOperation({ summary: "Files handled by one roster expert for a given client" })
|
||||||
|
@ApiParam({ name: "expertId" })
|
||||||
|
@ApiQuery({ name: "clientId", required: true, type: String })
|
||||||
|
getExpertFiles(
|
||||||
|
@Query("clientId") clientId: string,
|
||||||
|
@Param("expertId") expertId: string,
|
||||||
|
) {
|
||||||
|
if (!Types.ObjectId.isValid(expertId)) {
|
||||||
|
throw new BadRequestException("Invalid expert ID");
|
||||||
|
}
|
||||||
|
return this.expertInsurerService.getAllFilesForInsurerExpert(expertId, clientId);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -3,6 +3,7 @@ import { ClientModule } from "src/client/client.module";
|
|||||||
import { SystemSettingsModule } from "src/system-settings/system-settings.module";
|
import { SystemSettingsModule } from "src/system-settings/system-settings.module";
|
||||||
import { HashModule } from "src/utils/hash/hash.module";
|
import { HashModule } from "src/utils/hash/hash.module";
|
||||||
import { UsersModule } from "src/users/users.module";
|
import { UsersModule } from "src/users/users.module";
|
||||||
|
import { ExpertInsurerModule } from "src/expert-insurer/expert-insurer.module";
|
||||||
import { SuperAdminController } from "./super-admin.controller";
|
import { SuperAdminController } from "./super-admin.controller";
|
||||||
import { SuperAdminService } from "./super-admin.service";
|
import { SuperAdminService } from "./super-admin.service";
|
||||||
import { SuperAdminGuard } from "./guards/super-admin.guard";
|
import { SuperAdminGuard } from "./guards/super-admin.guard";
|
||||||
@@ -26,6 +27,7 @@ import { SuperAdminGuard } from "./guards/super-admin.guard";
|
|||||||
SystemSettingsModule,
|
SystemSettingsModule,
|
||||||
HashModule,
|
HashModule,
|
||||||
UsersModule,
|
UsersModule,
|
||||||
|
ExpertInsurerModule,
|
||||||
],
|
],
|
||||||
controllers: [SuperAdminController],
|
controllers: [SuperAdminController],
|
||||||
providers: [SuperAdminService, SuperAdminGuard],
|
providers: [SuperAdminService, SuperAdminGuard],
|
||||||
|
|||||||
@@ -19,10 +19,12 @@ import {
|
|||||||
CreateSuperAdminDto,
|
CreateSuperAdminDto,
|
||||||
CreateFieldExpertAdminDto,
|
CreateFieldExpertAdminDto,
|
||||||
CreateRegistrarAdminDto,
|
CreateRegistrarAdminDto,
|
||||||
|
CreateCallCenterAgentDto,
|
||||||
} from "./dto/super-admin.dto";
|
} from "./dto/super-admin.dto";
|
||||||
import { RoleEnum } from "src/Types&Enums/role.enum";
|
import { RoleEnum } from "src/Types&Enums/role.enum";
|
||||||
import { FieldExpertDbService } from "src/users/entities/db-service/field-expert.db.service";
|
import { FieldExpertDbService } from "src/users/entities/db-service/field-expert.db.service";
|
||||||
import { RegistrarDbService } from "src/users/entities/db-service/registrar.db.service";
|
import { RegistrarDbService } from "src/users/entities/db-service/registrar.db.service";
|
||||||
|
import { CallCenterAgentDbService } from "src/users/entities/db-service/call-center-agent.db.service";
|
||||||
|
|
||||||
@Injectable()
|
@Injectable()
|
||||||
export class SuperAdminService {
|
export class SuperAdminService {
|
||||||
@@ -33,6 +35,7 @@ export class SuperAdminService {
|
|||||||
private readonly actorAuthService: ActorAuthService,
|
private readonly actorAuthService: ActorAuthService,
|
||||||
private readonly fieldExpertDbService: FieldExpertDbService,
|
private readonly fieldExpertDbService: FieldExpertDbService,
|
||||||
private readonly registrarDbService: RegistrarDbService,
|
private readonly registrarDbService: RegistrarDbService,
|
||||||
|
private readonly callCenterAgentDbService: CallCenterAgentDbService,
|
||||||
) {}
|
) {}
|
||||||
|
|
||||||
/** List all super-admin accounts (sans password). */
|
/** List all super-admin accounts (sans password). */
|
||||||
@@ -99,4 +102,28 @@ export class SuperAdminService {
|
|||||||
async createRegistrar(body: CreateRegistrarAdminDto) {
|
async createRegistrar(body: CreateRegistrarAdminDto) {
|
||||||
return this.actorAuthService.createRegistrarMock(body);
|
return this.actorAuthService.createRegistrarMock(body);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
async createCallCenterAgent(body: CreateCallCenterAgentDto) {
|
||||||
|
const email = body.email.toLowerCase().trim();
|
||||||
|
const existing = await this.callCenterAgentDbService.findOne({ email });
|
||||||
|
if (existing) {
|
||||||
|
throw new ConflictException(
|
||||||
|
"A call-center agent with this email already exists.",
|
||||||
|
);
|
||||||
|
}
|
||||||
|
const password = await this.hashService.hash(body.password);
|
||||||
|
const created = await this.callCenterAgentDbService.create({
|
||||||
|
email,
|
||||||
|
password,
|
||||||
|
firstName: body.firstName,
|
||||||
|
lastName: body.lastName,
|
||||||
|
clientKey: new Types.ObjectId(body.clientId),
|
||||||
|
mobile: body.mobile,
|
||||||
|
role: RoleEnum.CALL_CENTER,
|
||||||
|
});
|
||||||
|
const { password: _pw, ...rest } = (created as any).toObject
|
||||||
|
? (created as any).toObject()
|
||||||
|
: (created as any);
|
||||||
|
return rest;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -0,0 +1,50 @@
|
|||||||
|
import { Injectable } from "@nestjs/common";
|
||||||
|
import { InjectModel } from "@nestjs/mongoose";
|
||||||
|
import { FilterQuery, Model, Types } from "mongoose";
|
||||||
|
import { CallCenterAgentModel } from "../schema/call-center-agent.schema";
|
||||||
|
|
||||||
|
@Injectable()
|
||||||
|
export class CallCenterAgentDbService {
|
||||||
|
constructor(
|
||||||
|
@InjectModel(CallCenterAgentModel.name)
|
||||||
|
private readonly model: Model<CallCenterAgentModel>,
|
||||||
|
) {}
|
||||||
|
|
||||||
|
async create(
|
||||||
|
data: Partial<CallCenterAgentModel> & { password: string },
|
||||||
|
): Promise<CallCenterAgentModel> {
|
||||||
|
return this.model.create(data);
|
||||||
|
}
|
||||||
|
|
||||||
|
async findOne(
|
||||||
|
filter: FilterQuery<CallCenterAgentModel>,
|
||||||
|
): Promise<CallCenterAgentModel | null> {
|
||||||
|
return this.model.findOne(filter);
|
||||||
|
}
|
||||||
|
|
||||||
|
async findById(id: string): Promise<CallCenterAgentModel | null> {
|
||||||
|
return this.model.findOne({ _id: new Types.ObjectId(id) });
|
||||||
|
}
|
||||||
|
|
||||||
|
async findByLoginIdentifier(
|
||||||
|
identifier: string,
|
||||||
|
): Promise<CallCenterAgentModel | null> {
|
||||||
|
const id = identifier.trim();
|
||||||
|
const or: FilterQuery<CallCenterAgentModel>[] = [
|
||||||
|
{ email: id },
|
||||||
|
{ username: id },
|
||||||
|
];
|
||||||
|
if (/^\d{10}$/.test(id)) {
|
||||||
|
or.push({ nationalCode: id });
|
||||||
|
}
|
||||||
|
return this.model.findOne({ $or: or });
|
||||||
|
}
|
||||||
|
|
||||||
|
async findAll(
|
||||||
|
filter: FilterQuery<CallCenterAgentModel>,
|
||||||
|
): Promise<(CallCenterAgentModel & { _id: Types.ObjectId })[]> {
|
||||||
|
return this.model.find(filter).lean() as Promise<
|
||||||
|
(CallCenterAgentModel & { _id: Types.ObjectId })[]
|
||||||
|
>;
|
||||||
|
}
|
||||||
|
}
|
||||||
61
src/users/entities/schema/call-center-agent.schema.ts
Normal file
61
src/users/entities/schema/call-center-agent.schema.ts
Normal file
@@ -0,0 +1,61 @@
|
|||||||
|
import { Prop, Schema, SchemaFactory } from "@nestjs/mongoose";
|
||||||
|
import { Types } from "mongoose";
|
||||||
|
import { RoleEnum } from "src/Types&Enums/role.enum";
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Call-center agent actor. Works under an insurance company (clientKey) and
|
||||||
|
* can start V6 LINK blame files on behalf of callers.
|
||||||
|
*/
|
||||||
|
@Schema({
|
||||||
|
collection: "call-center-agents",
|
||||||
|
versionKey: false,
|
||||||
|
timestamps: true,
|
||||||
|
})
|
||||||
|
export class CallCenterAgentModel {
|
||||||
|
_id?: Types.ObjectId;
|
||||||
|
|
||||||
|
@Prop({ required: true })
|
||||||
|
firstName: string;
|
||||||
|
|
||||||
|
@Prop({ required: true })
|
||||||
|
lastName: string;
|
||||||
|
|
||||||
|
@Prop({ type: String, unique: true, sparse: true, required: false })
|
||||||
|
email?: string;
|
||||||
|
|
||||||
|
@Prop({ type: String })
|
||||||
|
username?: string;
|
||||||
|
|
||||||
|
@Prop({ type: String, index: true, sparse: true })
|
||||||
|
nationalCode?: string;
|
||||||
|
|
||||||
|
@Prop({ type: Types.ObjectId, index: true })
|
||||||
|
clientKey?: Types.ObjectId;
|
||||||
|
|
||||||
|
@Prop({ required: true })
|
||||||
|
password: string;
|
||||||
|
|
||||||
|
@Prop({ required: false })
|
||||||
|
mobile?: string;
|
||||||
|
|
||||||
|
@Prop({ required: false })
|
||||||
|
phone?: string;
|
||||||
|
|
||||||
|
@Prop({ default: RoleEnum.CALL_CENTER })
|
||||||
|
role: RoleEnum;
|
||||||
|
|
||||||
|
@Prop({ type: "string", default: "" })
|
||||||
|
otp: string;
|
||||||
|
|
||||||
|
createdAt: Date;
|
||||||
|
}
|
||||||
|
|
||||||
|
export const CallCenterAgentDbSchema =
|
||||||
|
SchemaFactory.createForClass(CallCenterAgentModel);
|
||||||
|
|
||||||
|
CallCenterAgentDbSchema.pre("save", function (next) {
|
||||||
|
if (!this.username) {
|
||||||
|
this.username = (this as any).email || (this as any).nationalCode;
|
||||||
|
}
|
||||||
|
next();
|
||||||
|
});
|
||||||
@@ -11,6 +11,7 @@ import { UserDbService } from "./entities/db-service/user.db.service";
|
|||||||
import { ExpertFileActivityDbService } from "./entities/db-service/expert-file-activity.db.service";
|
import { ExpertFileActivityDbService } from "./entities/db-service/expert-file-activity.db.service";
|
||||||
import { FileMakerDbService } from "./entities/db-service/file-maker.db.service";
|
import { FileMakerDbService } from "./entities/db-service/file-maker.db.service";
|
||||||
import { FileReviewerDbService } from "./entities/db-service/file-reviewer.db.service";
|
import { FileReviewerDbService } from "./entities/db-service/file-reviewer.db.service";
|
||||||
|
import { CallCenterAgentDbService } from "./entities/db-service/call-center-agent.db.service";
|
||||||
import {
|
import {
|
||||||
DamageExpertDbSchema,
|
DamageExpertDbSchema,
|
||||||
DamageExpertModel,
|
DamageExpertModel,
|
||||||
@@ -41,6 +42,10 @@ import {
|
|||||||
FileReviewerDbSchema,
|
FileReviewerDbSchema,
|
||||||
FileReviewerModel,
|
FileReviewerModel,
|
||||||
} from "./entities/schema/file-reviewer.schema";
|
} from "./entities/schema/file-reviewer.schema";
|
||||||
|
import {
|
||||||
|
CallCenterAgentDbSchema,
|
||||||
|
CallCenterAgentModel,
|
||||||
|
} from "./entities/schema/call-center-agent.schema";
|
||||||
|
|
||||||
@Module({
|
@Module({
|
||||||
imports: [
|
imports: [
|
||||||
@@ -54,6 +59,7 @@ import {
|
|||||||
{ name: ExpertFileActivity.name, schema: ExpertFileActivitySchema },
|
{ name: ExpertFileActivity.name, schema: ExpertFileActivitySchema },
|
||||||
{ name: FileMakerModel.name, schema: FileMakerDbSchema },
|
{ name: FileMakerModel.name, schema: FileMakerDbSchema },
|
||||||
{ name: FileReviewerModel.name, schema: FileReviewerDbSchema },
|
{ name: FileReviewerModel.name, schema: FileReviewerDbSchema },
|
||||||
|
{ name: CallCenterAgentModel.name, schema: CallCenterAgentDbSchema },
|
||||||
]),
|
]),
|
||||||
HashModule,
|
HashModule,
|
||||||
],
|
],
|
||||||
@@ -68,6 +74,7 @@ import {
|
|||||||
ExpertFileActivityDbService,
|
ExpertFileActivityDbService,
|
||||||
FileMakerDbService,
|
FileMakerDbService,
|
||||||
FileReviewerDbService,
|
FileReviewerDbService,
|
||||||
|
CallCenterAgentDbService,
|
||||||
],
|
],
|
||||||
exports: [
|
exports: [
|
||||||
UserDbService,
|
UserDbService,
|
||||||
@@ -79,6 +86,7 @@ import {
|
|||||||
ExpertFileActivityDbService,
|
ExpertFileActivityDbService,
|
||||||
FileMakerDbService,
|
FileMakerDbService,
|
||||||
FileReviewerDbService,
|
FileReviewerDbService,
|
||||||
|
CallCenterAgentDbService,
|
||||||
],
|
],
|
||||||
})
|
})
|
||||||
export class UsersModule {}
|
export class UsersModule {}
|
||||||
|
|||||||
Reference in New Issue
Block a user