@idsoftsource/initial-process 2.3.1 → 2.3.2

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
@@ -307,7 +307,7 @@ declare class UserDetailService {
307
307
  getByUserId(userId: string, query?: any): Observable<UserAccountReadModel>;
308
308
  getTermsAndConditions(query: {
309
309
  type: number;
310
- }): Observable<TermsandConditionModel[]>;
310
+ }): Observable<TermsandConditionModel>;
311
311
  static ɵfac: i0.ɵɵFactoryDeclaration<UserDetailService, never>;
312
312
  static ɵprov: i0.ɵɵInjectableDeclaration<UserDetailService>;
313
313
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@idsoftsource/initial-process",
3
- "version": "2.3.1",
3
+ "version": "2.3.2",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^20.0.0",
6
6
  "@angular/core": "^20.0.0",