UNPKG

wechat-work

Version:
59 lines 1.7 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var ExternalUser = /** @class */ (function () { function ExternalUser() { } Object.defineProperty(ExternalUser.prototype, "externalUserId", { get: function () { return this.external_userid; }, set: function (uid) { this.external_userid = uid; }, enumerable: true, configurable: true }); Object.defineProperty(ExternalUser.prototype, "corpName", { get: function () { return this.corp_name; }, set: function (name) { this.corp_name = name; }, enumerable: true, configurable: true }); Object.defineProperty(ExternalUser.prototype, "corpFullName", { get: function () { return this.corp_full_name; }, set: function (name) { this.corp_full_name = name; }, enumerable: true, configurable: true }); Object.defineProperty(ExternalUser.prototype, "unionId", { get: function () { return this.unionid; }, set: function (id) { this.unionid = id; }, enumerable: true, configurable: true }); Object.defineProperty(ExternalUser.prototype, "externalProfile", { get: function () { return this.external_profile; }, set: function (profile) { this.external_profile = profile; }, enumerable: true, configurable: true }); return ExternalUser; }()); exports.ExternalUser = ExternalUser; //# sourceMappingURL=external-contact.class.js.map