@aecworks/bimbox-bimserver-sdk-js
Version:
AECWorks BIMBox 产品线 BIMServer 的 sdk 的 JavaScript 实现,采用Typescript语言
29 lines • 1.51 kB
TypeScript
import ServiceBase from '../base';
declare class MemberService extends ServiceBase {
getAllAccountMembers: (accountId: any) => Promise<{}>;
getMembersPaging: (options: any) => Promise<{}>;
getMembersUnGroupPaging: (options: any) => Promise<{}>;
getMembersGroupPaging: (options: any) => Promise<{}>;
getMeAccountMemberAction: (accountId: any) => Promise<{}>;
shiftAccountMemberActive: (options: any) => Promise<{}>;
updateAccountMemberRole: (options: any) => Promise<{}>;
addMemberToAccount: (options: any) => Promise<{}>;
getAccountMemberByMemberId: (options: any) => Promise<{}>;
searchAccountMember: (options: any) => Promise<{}>;
deleteAccountMember: (options: any) => Promise<{}>;
checkMembersEmail: (data: any) => Promise<{}>;
addMultiplyUserByExcel: (data: any) => Promise<{}>;
updateAccountMembers: (data: any) => Promise<{}>;
getProjectMember: (data: any) => Promise<{}>;
getProjectMemberOfMe: (data: any) => Promise<{}>;
isMeJoinedProject: (data: any) => Promise<{}>;
postMember: (options: any) => Promise<{}>;
addMultiplyProjectUserByExcel: (options: any) => Promise<{}>;
updateProjectMemberRole: (options: any) => Promise<{}>;
deleteMember: (options: any) => Promise<{}>;
postMemberAdmin: (options: any) => Promise<{}>;
getMemberInfo: (options: any) => Promise<{}>;
resetUserPassword: (data: any) => Promise<{}>;
}
export { MemberService };
//# sourceMappingURL=member.d.ts.map