hcc-imageright-apis
Version:
imageright APIs
8 lines (7 loc) • 668 B
TypeScript
import { AxiosInstance } from 'axios';
export declare function getConcurrentLoginData(api: AxiosInstance, featureName: string): Promise<any>;
export declare function getMessages(api: AxiosInstance, referenceKey: string): Promise<any>;
export declare function login(api: AxiosInstance, programId: string, featureName: string): Promise<any>;
export declare function logout(api: AxiosInstance, loginId: string, featureName: string): Promise<any>;
export declare function stillAlive(api: AxiosInstance, referenceKey: string, programId: string, featureName: string): Promise<any>;
export declare function validateLicense(api: AxiosInstance, feature: string): Promise<any>;