@idsoftsource/initial-process 1.7.5 → 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
@@ -2184,6 +2184,7 @@ 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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@idsoftsource/initial-process",
3
- "version": "1.7.5",
3
+ "version": "1.7.6",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^20.0.0",
6
6
  "@angular/core": "^20.0.0",