@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
|
|
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;
|