@idsoftsource/initial-process 2.9.1 → 2.9.2
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.
|
@@ -5622,6 +5622,8 @@ class PreviewComponent {
|
|
|
5622
5622
|
userCountry: userDetail?.country,
|
|
5623
5623
|
userMobile: userDetail?.phone,
|
|
5624
5624
|
userEmailId: userDetail?.email,
|
|
5625
|
+
emailId: userDetail?.email,
|
|
5626
|
+
headshotUrl: this.headshotUrl,
|
|
5625
5627
|
logoId: this.logo.logoId,
|
|
5626
5628
|
logoFileName: this.logo.logoFileName,
|
|
5627
5629
|
logoUrl: this.logo.logoUrl
|
|
@@ -10103,6 +10105,8 @@ class RoleSelectComponent {
|
|
|
10103
10105
|
userCounty: userDetail.county,
|
|
10104
10106
|
userMobile: userDetail?.phoneNumber,
|
|
10105
10107
|
userEmailId: userDetail.email,
|
|
10108
|
+
emailId: this.user?.email,
|
|
10109
|
+
headshotUrl: this.user?.headshotUrl,
|
|
10106
10110
|
logoId: this.logo.logoId,
|
|
10107
10111
|
logoFileName: this.logo.logoFileName,
|
|
10108
10112
|
logoUrl: this.logo.logoUrl
|
|
@@ -35481,9 +35485,10 @@ class InitialProcessComponent {
|
|
|
35481
35485
|
userZipcode: userDetail.zipcode,
|
|
35482
35486
|
userCounty: userDetail.county,
|
|
35483
35487
|
userCountry: userDetail.country,
|
|
35484
|
-
headshotUrl:
|
|
35488
|
+
headshotUrl: this.user?.headshotUrl,
|
|
35485
35489
|
userMobile: userDetail?.phoneNumber,
|
|
35486
35490
|
userEmailId: this.user?.email,
|
|
35491
|
+
emailId: this.user?.email,
|
|
35487
35492
|
logoId: this.logo.logoId,
|
|
35488
35493
|
logoFileName: this.logo.logoFileName,
|
|
35489
35494
|
logoUrl: this.logo.logoUrl
|