UNPKG

@aecworks/bimbox-bimserver-sdk-js

Version:

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

50 lines 1.8 kB
var __extends = (this && this.__extends) || (function () { var extendStatics = function (d, b) { extendStatics = Object.setPrototypeOf || ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; return extendStatics(d, b); }; return function (d, b) { extendStatics(d, b); function __() { this.constructor = d; } d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __()); }; })(); import { PageModel } from './common'; var AccountModel = /** @class */ (function () { function AccountModel() { } return AccountModel; }()); var AccountListModel = /** @class */ (function () { function AccountListModel() { this.count = 0; this.items = []; } return AccountListModel; }()); var AccountPageModel = /** @class */ (function (_super) { __extends(AccountPageModel, _super); function AccountPageModel() { return _super !== null && _super.apply(this, arguments) || this; } return AccountPageModel; }(PageModel)); var AccountProfileModel = /** @class */ (function () { function AccountProfileModel() { } return AccountProfileModel; }()); var AccountEmailInscribe = /** @class */ (function () { function AccountEmailInscribe() { } return AccountEmailInscribe; }()); var PublicAccountInfoModel = /** @class */ (function () { function PublicAccountInfoModel() { } return PublicAccountInfoModel; }()); export { AccountModel, AccountListModel, AccountPageModel, AccountProfileModel, AccountEmailInscribe, PublicAccountInfoModel }; //# sourceMappingURL=account.js.map