UNPKG

@aecworks/bimbox-bimserver-sdk-js

Version:

AECWorks BIMBox 产品线 BIMServer 的 sdk 的 JavaScript 实现,采用Typescript语言

27 lines 1.24 kB
import ServiceBase from '../base'; declare class UserService extends ServiceBase { getUser: (options: any) => Promise<{}>; getUsersPaging: (data: any) => Promise<{}>; saveUser: (options: any) => Promise<{}>; setDefaultAccount: (data: any) => Promise<{}>; shiftUserState: (options: any) => Promise<{}>; getSecuritLog: (options: any) => Promise<{}>; postUser: (options: any) => Promise<{}>; putUser: (options: any) => Promise<{}>; deleteUser: (options: any) => Promise<{}>; postSignUpUser(options: any): Promise<{}>; postSignUpUserWithoutToken(options: any): Promise<{}>; putPassword(options: any): Promise<{}>; putEditEmail(options: any): Promise<{}>; postKaptchaEmail(options: any): Promise<{}>; getUsersByQuery: (options: any) => Promise<{}>; getMutiplyUserInfo: (userAyyay: any) => Promise<{}>; senResetPwdLinkEmail: (data: any) => Promise<{}>; isWithSignature: (data: any) => Promise<{}>; resetUserPwd: (data: any) => Promise<{}>; createdResumes: (data: any) => Promise<{}>; deleteResumes: (data: any) => Promise<{}>; editResumes: (data: any) => Promise<{}>; } export { UserService }; //# sourceMappingURL=user.d.ts.map