@idsoftsource/initial-process 1.6.7 → 1.6.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
|
@@ -3300,7 +3300,37 @@ declare class PreviewComponent {
|
|
|
3300
3300
|
previewSelectedFile(item: any): void;
|
|
3301
3301
|
mapBasicDetailsToUserDetail(data: any): {
|
|
3302
3302
|
providerName: string;
|
|
3303
|
-
|
|
3303
|
+
targetProviderId: string;
|
|
3304
|
+
UserRoleId: any;
|
|
3305
|
+
userDetail: {
|
|
3306
|
+
userBio: any;
|
|
3307
|
+
firstName: any;
|
|
3308
|
+
lastName: any;
|
|
3309
|
+
email: any;
|
|
3310
|
+
address1: any;
|
|
3311
|
+
address2: string;
|
|
3312
|
+
city: any;
|
|
3313
|
+
state: any;
|
|
3314
|
+
zipcode: any;
|
|
3315
|
+
county: string;
|
|
3316
|
+
country: any;
|
|
3317
|
+
latitude: null;
|
|
3318
|
+
longitude: null;
|
|
3319
|
+
yearsActive: number;
|
|
3320
|
+
isInitialSetupCompleted: boolean;
|
|
3321
|
+
id: any;
|
|
3322
|
+
phoneNumber: any;
|
|
3323
|
+
yearsOfExperince: any;
|
|
3324
|
+
userJobTitle: any[];
|
|
3325
|
+
timeZone: string;
|
|
3326
|
+
datePattern: string;
|
|
3327
|
+
dateTimePattern: string;
|
|
3328
|
+
timePattern: string;
|
|
3329
|
+
};
|
|
3330
|
+
};
|
|
3331
|
+
mapCompanyDetail(data: any): {
|
|
3332
|
+
providerName: string;
|
|
3333
|
+
targetProviderId: string | null;
|
|
3304
3334
|
UserRoleId: any;
|
|
3305
3335
|
userDetail: {
|
|
3306
3336
|
userBio: any;
|
|
@@ -3330,7 +3360,7 @@ declare class PreviewComponent {
|
|
|
3330
3360
|
};
|
|
3331
3361
|
mapBasicDetailsDashboard(data: any): {
|
|
3332
3362
|
providerName: string;
|
|
3333
|
-
|
|
3363
|
+
targetProviderId: string;
|
|
3334
3364
|
UserRoleId: any;
|
|
3335
3365
|
userDetail: {
|
|
3336
3366
|
userBio: any;
|