forked from Yara724/api
Complete inquiry participant flow coverage
This commit is contained in:
@@ -146,6 +146,22 @@ export class FirstPartyDetail {
|
||||
|
||||
@Prop({ type: Boolean })
|
||||
firstPartyCertificate: boolean | null;
|
||||
|
||||
@Prop({ type: [MongooseSchema.Types.Mixed] })
|
||||
participants?: Record<string, unknown>[];
|
||||
|
||||
@Prop({ type: MongooseSchema.Types.Mixed })
|
||||
participantRoles?: Record<string, string>;
|
||||
|
||||
@Prop({ type: MongooseSchema.Types.Mixed })
|
||||
participantInquiries?: Record<string, unknown>;
|
||||
|
||||
@Prop({ type: MongooseSchema.Types.Mixed })
|
||||
policyInquiry?: Record<string, unknown>;
|
||||
|
||||
@Prop() registrationState?: string;
|
||||
@Prop() previousPlateId?: string;
|
||||
@Prop() vehicleVin?: string;
|
||||
}
|
||||
|
||||
export class SecondPartyDetail {
|
||||
@@ -178,6 +194,22 @@ export class SecondPartyDetail {
|
||||
|
||||
@Prop({ type: SecondPartyFile })
|
||||
secondPartyFiles?: SecondPartyFile;
|
||||
|
||||
@Prop({ type: [MongooseSchema.Types.Mixed] })
|
||||
participants?: Record<string, unknown>[];
|
||||
|
||||
@Prop({ type: MongooseSchema.Types.Mixed })
|
||||
participantRoles?: Record<string, string>;
|
||||
|
||||
@Prop({ type: MongooseSchema.Types.Mixed })
|
||||
participantInquiries?: Record<string, unknown>;
|
||||
|
||||
@Prop({ type: MongooseSchema.Types.Mixed })
|
||||
policyInquiry?: Record<string, unknown>;
|
||||
|
||||
@Prop() registrationState?: string;
|
||||
@Prop() previousPlateId?: string;
|
||||
@Prop() vehicleVin?: string;
|
||||
}
|
||||
|
||||
export class LocationDto {
|
||||
|
||||
Reference in New Issue
Block a user