forked from Yara724/api
group lookups added also fanavaran module grant access
This commit is contained in:
@@ -143,6 +143,14 @@ export class LookupsService {
|
||||
return await this.getClientRemoteLookup("dmg-history-status");
|
||||
}
|
||||
|
||||
async getUsedPlace(): Promise<any> {
|
||||
return await this.getClientRemoteLookup("used-place");
|
||||
}
|
||||
|
||||
async getDmgBusinessLine(): Promise<any> {
|
||||
return await this.getClientRemoteLookup("dmg-business-line");
|
||||
}
|
||||
|
||||
async inquiryByVin(vin: string): Promise<unknown> {
|
||||
const clientKey = this.activeClientKey();
|
||||
return this.fanavaranLookupService.inquiryByVin(clientKey, vin);
|
||||
|
||||
Reference in New Issue
Block a user