@idsoftsource/initial-process 1.7.2 → 1.7.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
@@ -3425,6 +3425,7 @@ declare class PreviewComponent {
3425
3425
  state: any;
3426
3426
  zipcode: any;
3427
3427
  country: any;
3428
+ county: any;
3428
3429
  phoneNumber: any;
3429
3430
  userAddress1: string | undefined;
3430
3431
  userAddress2: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@idsoftsource/initial-process",
3
- "version": "1.7.2",
3
+ "version": "1.7.3",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^20.0.0",
6
6
  "@angular/core": "^20.0.0",