@rolatech/angular-services 20.2.8-beta.4 → 20.2.8-beta.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rolatech/angular-services",
3
- "version": "20.2.8-beta.4",
3
+ "version": "20.2.8-beta.6",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/common": "^20.0.0",
@@ -12,7 +12,7 @@
12
12
  "rxjs": "^6.5.3 || ^7.4.0"
13
13
  },
14
14
  "dependencies": {
15
- "@rolatech/angular-common": "20.2.8-beta.4",
15
+ "@rolatech/angular-common": "20.2.8-beta.6",
16
16
  "tslib": "^2.3.0"
17
17
  },
18
18
  "repository": {
@@ -230,7 +230,8 @@ interface PersonAddress {
230
230
  interface Guarantor {
231
231
  fullName: string | null;
232
232
  dob: string | null;
233
- relationship: string | null;
233
+ gender: Gender | null;
234
+ nationality: string | null;
234
235
  phone: string | null;
235
236
  email: string | null;
236
237
  address: PersonAddress;