@idsoftsource/initial-process 1.7.5 → 1.7.8
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
|
@@ -2184,13 +2184,14 @@ declare class RoleSelectComponent implements OnInit {
|
|
|
2184
2184
|
userState: string | null | undefined;
|
|
2185
2185
|
userZipcode: string | null | undefined;
|
|
2186
2186
|
userCountry: string | null | undefined;
|
|
2187
|
+
userCounty: string | null | undefined;
|
|
2187
2188
|
userMobile: string | null | undefined;
|
|
2188
2189
|
userEmailId: string | null | undefined;
|
|
2189
2190
|
logoId: any;
|
|
2190
2191
|
logoFileName: any;
|
|
2191
2192
|
logoUrl: any;
|
|
2192
2193
|
};
|
|
2193
|
-
saveProvider():
|
|
2194
|
+
saveProvider(): Promise<string | null>;
|
|
2194
2195
|
AddressChangeCompany(address: any): void;
|
|
2195
2196
|
saveUserIndustries(): void;
|
|
2196
2197
|
setSelectedIndustries(ids: string[]): void;
|
|
@@ -2210,7 +2211,7 @@ declare class RoleSelectComponent implements OnInit {
|
|
|
2210
2211
|
saveResume(): void;
|
|
2211
2212
|
uploadFileBrowseHandler(): void;
|
|
2212
2213
|
saveAWSHeadShot(): Promise<void>;
|
|
2213
|
-
saveFinal(): void
|
|
2214
|
+
saveFinal(): Promise<void>;
|
|
2214
2215
|
bindUserDetails(): UserDetailModel;
|
|
2215
2216
|
formatDateTime(date: Date): {
|
|
2216
2217
|
mmddyyyy: string;
|