@idsoftsource/initial-process 1.7.3 → 1.7.6
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
|
@@ -289,6 +289,7 @@ declare class UserDetailService {
|
|
|
289
289
|
AddUserIndustry(payload: any[]): Observable<Result>;
|
|
290
290
|
reSendVerificationEmail(): Observable<Result>;
|
|
291
291
|
initialSetUpCreateUserDetail(model: any): Observable<Result>;
|
|
292
|
+
updateMyProfileData(model: any): Observable<Result>;
|
|
292
293
|
getUserAccounts(query: any): Observable<GridResult<UserAccountReadModel>>;
|
|
293
294
|
resetPassword(model: any): Observable<Result>;
|
|
294
295
|
private buildParams;
|
|
@@ -1923,7 +1924,7 @@ declare class ToolsComponent {
|
|
|
1923
1924
|
private userDetailService;
|
|
1924
1925
|
private libConfig;
|
|
1925
1926
|
roleData: any;
|
|
1926
|
-
providerId:
|
|
1927
|
+
providerId: any;
|
|
1927
1928
|
providerName: string;
|
|
1928
1929
|
user: any;
|
|
1929
1930
|
form: UntypedFormGroup;
|
|
@@ -2155,7 +2156,7 @@ declare class RoleSelectComponent implements OnInit {
|
|
|
2155
2156
|
provider: any;
|
|
2156
2157
|
constructor(store: CredentialingStore, providerService: ProvidersService, userService: UserService, userDocumentService: UserDocumentService, router: Router, industrydata: IndustryService, userDetailService: UserDetailService, fileService: FileService, tokenService: TokenService, roleContextService: RoleContextService, providerdetail: FrontEndProvidersService, fb: FormBuilder);
|
|
2157
2158
|
cloudfrontUrl: string;
|
|
2158
|
-
providerId:
|
|
2159
|
+
providerId: any;
|
|
2159
2160
|
providerName: string;
|
|
2160
2161
|
providerdata: any;
|
|
2161
2162
|
randomId: string;
|
|
@@ -2183,6 +2184,7 @@ declare class RoleSelectComponent implements OnInit {
|
|
|
2183
2184
|
userState: string | null | undefined;
|
|
2184
2185
|
userZipcode: string | null | undefined;
|
|
2185
2186
|
userCountry: string | null | undefined;
|
|
2187
|
+
userCounty: string | null | undefined;
|
|
2186
2188
|
userMobile: string | null | undefined;
|
|
2187
2189
|
userEmailId: string | null | undefined;
|
|
2188
2190
|
logoId: any;
|