UNPKG

hcc-imageright-apis

Version:

imageright APIs

10 lines (9 loc) 775 B
import { AxiosInstance } from 'axios'; export declare function createDocument(api: AxiosInstance, docObj: any): Promise<any>; export declare function findDocuments(api: AxiosInstance, searchObj: any): Promise<any>; export declare function getDocumentById(api: AxiosInstance, docId: string): Promise<any>; export declare function moveDocument(api: AxiosInstance, moveObj: any): Promise<any>; export declare function updateProperties(api: AxiosInstance, docId: string, propObj: any): Promise<any>; export declare function copyDocument(api: AxiosInstance, copyObj: any): Promise<any>; export declare function deleteDocument(api: AxiosInstance, docId: string, force: boolean): Promise<any>; export declare function moveDocumentV2(api: AxiosInstance, moveObj: any): Promise<any>;