mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[AAE-6389] Remove duplicated identity user service mock (#7373)
* [AAE-6389] removed duplicate services and refactored existing * [AAE-6389] improved and moved mocks to proper files * [AAE-6389] fixed circular dependency
This commit is contained in:
@@ -46,6 +46,7 @@ export interface IdentityJoinGroupRequestModel {
|
||||
|
||||
export interface IdentityUserServiceInterface {
|
||||
getCurrentUserInfo(): IdentityUserModel;
|
||||
findUserById(id: string): Observable<any>;
|
||||
findUsersByName(search: string): Observable<IdentityUserModel[]>;
|
||||
findUserByUsername(username: string): Observable<IdentityUserModel[]>;
|
||||
findUserByEmail(email: string): Observable<IdentityUserModel[]>;
|
||||
|
Reference in New Issue
Block a user