UNPKG

hcc-imageright-apis

Version:

imageright APIs

7 lines (6 loc) 649 B
import { AxiosInstance } from 'axios'; export declare function findVapTasks(api: AxiosInstance, filterObj: any, skip?: number, top?: number): Promise<any>; export declare function findVapTasksByClientId(api: AxiosInstance, clientId: string, filterObj: any, skip?: number, top?: number, includeDeletedFiles?: boolean): Promise<any>; export declare function getClientFiles(api: AxiosInstance, clientId: string, includeDeletedFiles?: boolean): Promise<any>; export declare function getPolicyFolder(api: AxiosInstance, policyId: string, includeDeletedFiles?: boolean): Promise<any>; export declare function getVersion(api: AxiosInstance): Promise<any>;