forked from Yara724/api
Implemented CAR_BODY fanavaran inquiry
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user