@idsoftsource/initial-process 1.2.9 → 1.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/index.d.ts
CHANGED
|
@@ -290,7 +290,7 @@ declare class UserDetailService {
|
|
|
290
290
|
getUserAccounts(query: any): Observable<GridResult<UserAccountReadModel>>;
|
|
291
291
|
resetPassword(model: any): Observable<Result>;
|
|
292
292
|
private buildParams;
|
|
293
|
-
getByUserId(
|
|
293
|
+
getByUserId(userId: string, query?: any): Observable<UserAccountReadModel>;
|
|
294
294
|
static ɵfac: i0.ɵɵFactoryDeclaration<UserDetailService, never>;
|
|
295
295
|
static ɵprov: i0.ɵɵInjectableDeclaration<UserDetailService>;
|
|
296
296
|
}
|