@aecworks/bimbox-bimserver-sdk-js
Version:
AECWorks BIMBox 产品线 BIMServer 的 sdk 的 JavaScript 实现,采用Typescript语言
15 lines • 645 B
TypeScript
import ServiceBase from '../base';
declare class ShareService extends ServiceBase {
getShare: (options: any) => Promise<{}>;
shareVersion: (options: any) => Promise<{}>;
shareView: (options: any) => Promise<{}>;
shareFile: (options: any) => Promise<{}>;
shareFolder: (options: any) => Promise<{}>;
deleteShare: (options: any) => Promise<{}>;
deleteMultiplyShare: (options: any) => Promise<{}>;
getUserShare: (options: any) => Promise<{}>;
getShareToken: (options: any) => Promise<{}>;
getPassword: (options: any) => Promise<{}>;
}
export { ShareService };
//# sourceMappingURL=share.d.ts.map