@aecworks/bimbox-bimserver-sdk-js
Version:
AECWorks BIMBox 产品线 BIMServer 的 sdk 的 JavaScript 实现,采用Typescript语言
19 lines • 830 B
TypeScript
import ServiceBase from '../base';
declare class FilesService extends ServiceBase {
getFolderPath: (options: any) => Promise<{}>;
getFiles: (options: any) => Promise<{}>;
postFolder: (options: any) => Promise<{}>;
putFolder: (options: any) => Promise<{}>;
putFile: (options: any) => Promise<{}>;
deleteFolder: (options: any) => Promise<{}>;
deleteFile: (options: any) => Promise<{}>;
getFileInfo: (options: any) => Promise<{}>;
postCopyFile: (options: any) => Promise<{}>;
getSigned: (options: any) => Promise<{}>;
getFileSignedUrl: (options: any) => Promise<{}>;
getFolderSignedUrl: (options: any) => Promise<{}>;
detectFileExists: (data: any) => Promise<{}>;
getFileTypes: () => Promise<{}>;
}
export { FilesService };
//# sourceMappingURL=files.d.ts.map