hcc-imageright-apis
Version:
imageright APIs
10 lines (9 loc) • 850 B
TypeScript
import { AxiosInstance } from 'axios';
export declare function getAllowedTypes(api: AxiosInstance, typeId: string): Promise<any>;
export declare function getAllowedTypesForContainer(api: AxiosInstance, objectId: string): Promise<any>;
export declare function getAttributeDefinitionsForType(api: AxiosInstance, objectTypeId: string): Promise<any>;
export declare function getFileTypeExtensions(api: AxiosInstance, fileTypeId: string): Promise<any>;
export declare function getFileTypeTemplate(api: AxiosInstance, fileTypeId: string): Promise<any>;
export declare function getObjectType(api: AxiosInstance, objectTypeId: string): Promise<any>;
export declare function getSortOptionsForType(api: AxiosInstance, objectTypeId: string): Promise<any>;
export declare function getTypesForClass(api: AxiosInstance, standardObjectClass: string): Promise<any>;