mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
[ADF-883] Fix build errors (#1992)
This commit is contained in:
committed by
Eugenio Romano
parent
cb5d0e8886
commit
0ff4ff5f24
@@ -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