mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
[ADF-883] Fix build errors (#1992)
This commit is contained in:
committed by
Denys Vuika
parent
6f1a3d7470
commit
f6caca67a1
@@ -16,8 +16,9 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
import { EcmCompanyModel } from './ecm-company.model';
|
import { EcmCompanyModel } from './ecm-company.model';
|
||||||
|
import { Person } from 'alfresco-js-api';
|
||||||
|
|
||||||
export class EcmUserModel {
|
export class EcmUserModel implements Person {
|
||||||
id: string;
|
id: string;
|
||||||
firstName: string;
|
firstName: string;
|
||||||
lastName: string;
|
lastName: string;
|
||||||
@@ -33,7 +34,7 @@ export class EcmUserModel {
|
|||||||
company: EcmCompanyModel;
|
company: EcmCompanyModel;
|
||||||
mobile: string;
|
mobile: string;
|
||||||
telephone: string;
|
telephone: string;
|
||||||
statusUpdatedAt: string;
|
statusUpdatedAt: Date;
|
||||||
userStatus: string;
|
userStatus: string;
|
||||||
enabled: boolean;
|
enabled: boolean;
|
||||||
emailNotificationsEnabled: boolean;
|
emailNotificationsEnabled: boolean;
|
||||||
|
|||||||
Reference in New Issue
Block a user