@idsoftsource/initial-process 1.6.6 → 1.6.7

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
@@ -2066,6 +2066,7 @@ interface CompanyFormControls {
2066
2066
  state: FormControl<string | null>;
2067
2067
  zipcode: FormControl<string | null>;
2068
2068
  country: FormControl<string | null>;
2069
+ county: FormControl<string | null>;
2069
2070
  }
2070
2071
  declare class RoleSelectComponent implements OnInit {
2071
2072
  store: CredentialingStore;
@@ -2174,6 +2175,7 @@ declare class RoleSelectComponent implements OnInit {
2174
2175
  state: string | null | undefined;
2175
2176
  zipcode: string | null | undefined;
2176
2177
  country: string | null | undefined;
2178
+ county: string | null | undefined;
2177
2179
  phoneNumber: string | null | undefined;
2178
2180
  userAddress1: string | null | undefined;
2179
2181
  userAddress2: string | null | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@idsoftsource/initial-process",
3
- "version": "1.6.6",
3
+ "version": "1.6.7",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^20.0.0",
6
6
  "@angular/core": "^20.0.0",