forked from Yara724/api
fanavaran stages matching data is double checked and more controlled +
This commit is contained in:
@@ -97,14 +97,26 @@ export class FanavaranSyncStage {
|
||||
@Prop({ type: Number })
|
||||
vehicleKindId?: number;
|
||||
|
||||
/** How VehicleKindId was resolved: vehicle-inquiry | car-type-lookup */
|
||||
@Prop({ type: String })
|
||||
vehicleKindSource?: string;
|
||||
|
||||
/** Cached Fanavaran PlaqueKindId from VIN inquiry / vehicle GET. */
|
||||
@Prop({ type: Number })
|
||||
plaqueKindId?: number;
|
||||
|
||||
/** How PlaqueKindId was resolved: vehicle-inquiry | config-default */
|
||||
@Prop({ type: String })
|
||||
plaqueKindSource?: string;
|
||||
|
||||
/** Cached Fanavaran PlaqueSampleId from VIN inquiry / vehicle GET. */
|
||||
@Prop({ type: Number })
|
||||
plaqueSampleId?: number;
|
||||
|
||||
/** How PlaqueSampleId was resolved: vehicle-inquiry | config-default */
|
||||
@Prop({ type: String })
|
||||
plaqueSampleSource?: string;
|
||||
|
||||
/**
|
||||
* Cached Fanavaran AccidentVehicleUsedId, resolved from VIN inquiry / vehicle GET
|
||||
* UsedId (lookup-filter safe). Not the Mongo tenant default.
|
||||
|
||||
Reference in New Issue
Block a user