forked from Yara724/api
fix it
This commit is contained in:
@@ -115,6 +115,15 @@ export class LookupsService {
|
||||
return await this.getClientRemoteLookup("expert-status");
|
||||
}
|
||||
|
||||
async getVehicleKinds(): Promise<any> {
|
||||
return await this.getClientRemoteLookup("vehicle-kinds");
|
||||
}
|
||||
|
||||
async inquiryByVin(vin: string): Promise<unknown> {
|
||||
const clientKey = this.activeClientKey();
|
||||
return this.fanavaranLookupService.inquiryByVin(clientKey, vin);
|
||||
}
|
||||
|
||||
async getAccidentWay(): Promise<{ id: number; label: string }[]> {
|
||||
const clientKey = this.activeClientKey();
|
||||
const fileName = TEJARAT_STATIC_ACCIDENT_FILES.accidentWay;
|
||||
|
||||
Reference in New Issue
Block a user