Implemented CAR_BODY fanavaran inquiry

This commit is contained in:
SepehrYahyaee
2026-09-06 14:11:32 +03:30
parent 4d2501d90c
commit ef9768795d
8 changed files with 470 additions and 64 deletions

View File

@@ -1,5 +1,5 @@
import { Prop, Schema, SchemaFactory } from "@nestjs/mongoose";
import { Types } from "mongoose";
import { Schema as MongooseSchema, Types } from "mongoose";
import {
ResendFirstPartyDto,
ResendSecondPartyDto,
@@ -79,6 +79,13 @@ export class CarBodyInsuranceDetail {
@Prop({ type: [String] })
coverages?: string[];
/** Complete provider payload, retained for audit and future field mapping. */
@Prop({ type: MongooseSchema.Types.Mixed })
raw?: unknown;
@Prop()
source?: string;
}
export class SecondPartyFile {