@idsoftsource/initial-process 2.9.1 → 2.9.3

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
@@ -1197,6 +1197,7 @@ declare class InitialProcessComponent implements OnInit {
1197
1197
  headshotUrl: any;
1198
1198
  userMobile: any;
1199
1199
  userEmailId: any;
1200
+ emailId: any;
1200
1201
  logoId: any;
1201
1202
  logoFileName: any;
1202
1203
  logoUrl: any;
@@ -2629,6 +2630,8 @@ declare class RoleSelectComponent implements OnInit {
2629
2630
  userCounty: string | null | undefined;
2630
2631
  userMobile: string | null | undefined;
2631
2632
  userEmailId: string | null | undefined;
2633
+ emailId: any;
2634
+ headshotUrl: any;
2632
2635
  logoId: any;
2633
2636
  logoFileName: any;
2634
2637
  logoUrl: any;
@@ -3933,6 +3936,8 @@ declare class PreviewComponent {
3933
3936
  userCountry: string | undefined;
3934
3937
  userMobile: string | undefined;
3935
3938
  userEmailId: string | undefined;
3939
+ emailId: string | undefined;
3940
+ headshotUrl: string | null;
3936
3941
  logoId: any;
3937
3942
  logoFileName: any;
3938
3943
  logoUrl: any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@idsoftsource/initial-process",
3
- "version": "2.9.1",
3
+ "version": "2.9.3",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^20.0.0",
6
6
  "@angular/core": "^20.0.0",