UNPKG

@aecworks/bimbox-bimserver-sdk-js

Version:

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

28 lines 1.39 kB
import ServiceBase from '../base'; declare class AccountService extends ServiceBase { getAllAccounts: (data: any) => Promise<{}>; getAccountByAccountId: (data: any) => Promise<{}>; getAccountPublicInfo: (data: any) => Promise<{}>; addAccount: (data: any) => Promise<{}>; shiftAccountActive: (data: any) => Promise<{}>; updateAccount: (data: any) => Promise<{}>; createPersonalAccount: () => Promise<{}>; updateAccountMailInscribe: (data: any) => Promise<{}>; getQuillEditorContent: (data: any) => Promise<{}>; getPublicAccounts: () => Promise<{}>; setUserToAccountAdmin: (data: any) => Promise<{}>; getAccountProfile: (accountId: any) => Promise<{}>; newAccountProfile: (data: any) => Promise<{}>; updateAccountProfile: (data: any) => Promise<{}>; getExtendCategories: (data: any) => Promise<{}>; getExtendAttrResource: (data: any) => Promise<{}>; addExtendCategories: (data: any) => Promise<{}>; updateExtendCategory: (data: any) => Promise<{}>; deleteExtendCategory: (data: any) => Promise<{}>; addExtendAttribute: (data: any) => Promise<{}>; updateExtendAttribute: (data: any) => Promise<{}>; deleteExtendAttribute: (data: any) => Promise<{}>; ascendExtendedAttribute: (data: any) => Promise<{}>; } export { AccountService }; //# sourceMappingURL=accounts.d.ts.map