UNPKG

@lifeintelligencegroup/ngx-lig-ari

Version:

Life Intelligence Group Artificial Intelligence

17 lines (16 loc) 676 B
import { AriConfig } from '../model/ari-bot.mode'; import { BrowserType } from '../model/browser'; import * as i0 from "@angular/core"; export declare class CommonService { private config; authUser: any; assistantName: any; project: any; constructor(config: AriConfig); updateUserObject(token: string, refreshToken: string): void; getUserObject(): any; setNewUser(): any; myBrowser(): BrowserType.Mozilla | BrowserType.Chrome | BrowserType.Safari | BrowserType.Opera | BrowserType.IE | BrowserType.Unknown; static ɵfac: i0.ɵɵFactoryDeclaration<CommonService, never>; static ɵprov: i0.ɵɵInjectableDeclaration<CommonService>; }