@idsoftsource/initial-process 2.7.2 → 2.7.4

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
@@ -1255,8 +1255,10 @@ declare class ClaimProcessService {
1255
1255
  getUserRoles(userId: string): Observable<any>;
1256
1256
  /** Final save — sets role + user detail (ref: initial-process saveFinal) */
1257
1257
  initialSetUpCreateUserDetail(model: any): Observable<any>;
1258
- /** Create or update a business provider (ref: initial-process saveBusiness) */
1258
+ /** Create a new business provider */
1259
1259
  createProvider(payload: any): Observable<any>;
1260
+ /** Update an existing business provider */
1261
+ updateProvider(payload: any): Observable<any>;
1260
1262
  uploadFile(file: File, pathPrefix: string): Promise<{
1261
1263
  fileId: string;
1262
1264
  publicUrl: string;
@@ -1414,9 +1416,9 @@ declare class ClaimProcessComponent implements OnInit, OnDestroy {
1414
1416
  private getIndustries;
1415
1417
  private getUserDetail;
1416
1418
  getRoles(): void;
1417
- /** Load user's existing role and pre-select the card (ref: initial-process getUserRoles) */
1419
+ /** Load user's existing role, pre-select the card, and load provider details if business */
1418
1420
  private loadUserRoles;
1419
- /** Handle role card click (ref: initial-process selectedUserRole) */
1421
+ /** Handle role card click no-op when role is locked after initial setup */
1420
1422
  selectedUserRole(role: any): void;
1421
1423
  private loadProviderDetails;
1422
1424
  private updatePasswordValidators;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@idsoftsource/initial-process",
3
- "version": "2.7.2",
3
+ "version": "2.7.4",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^20.0.0",
6
6
  "@angular/core": "^20.0.0",