forked from Yara724/api
Fixed VIN placement for when the users use vin-based inquiry
This commit is contained in:
@@ -53,6 +53,8 @@ export const PersonSchema = SchemaFactory.createForClass(Person);
|
||||
@Schema({ _id: false })
|
||||
export class Vehicle {
|
||||
@Prop() plateId?: string;
|
||||
/** VIN / chassis number — populated only when the inquiry was performed via VIN lookup. */
|
||||
@Prop() vin?: string;
|
||||
@Prop() name?: string;
|
||||
@Prop() model?: string;
|
||||
@Prop() type?: string;
|
||||
|
||||
Reference in New Issue
Block a user