@idsoftsource/initial-process 2.7.3 → 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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@idsoftsource/initial-process",
3
- "version": "2.7.3",
3
+ "version": "2.7.4",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^20.0.0",
6
6
  "@angular/core": "^20.0.0",