@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(id: string, query: any): Observable<any>;
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
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@idsoftsource/initial-process",
3
- "version": "1.2.9",
3
+ "version": "1.3.1",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^20.0.0",
6
6
  "@angular/core": "^20.0.0",