forked from Yara724/api
update the lookups list
This commit is contained in:
@@ -93,6 +93,25 @@ export class FanavaranSyncStage {
|
||||
@Prop({ type: Number })
|
||||
vehicleKindId?: number;
|
||||
|
||||
/** Cached Fanavaran PlaqueKindId from VIN inquiry / vehicle GET. */
|
||||
@Prop({ type: Number })
|
||||
plaqueKindId?: number;
|
||||
|
||||
/** Cached Fanavaran PlaqueSampleId from VIN inquiry / vehicle GET. */
|
||||
@Prop({ type: Number })
|
||||
plaqueSampleId?: number;
|
||||
|
||||
/**
|
||||
* Cached Fanavaran AccidentVehicleUsedId, resolved from VIN inquiry / vehicle GET
|
||||
* UsedId (lookup-filter safe). Not the Mongo tenant default.
|
||||
*/
|
||||
@Prop({ type: Number })
|
||||
accidentVehicleUsedId?: number;
|
||||
|
||||
/** How AccidentVehicleUsedId was resolved: vin-inquiry | policy-vehicle */
|
||||
@Prop({ type: String })
|
||||
accidentVehicleUsedSource?: string;
|
||||
|
||||
/** Cached Fanavaran InsuranceCorpId. */
|
||||
@Prop({ type: Number })
|
||||
insuranceCorpId?: number;
|
||||
|
||||
Reference in New Issue
Block a user