@jealous-robot-dev/shared-types-responses 1.54.5 → 1.54.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -16,7 +16,10 @@ export interface UserPersonalInfo {
16
16
  isVerified: boolean;
17
17
  };
18
18
  INFORMCompliant: boolean;
19
- phone: PhoneNumber | null;
19
+ phone: {
20
+ isEligible: boolean;
21
+ value: PhoneNumber | null;
22
+ };
20
23
  birthday: PersonalInfoBirthday | null;
21
24
  }
22
25
  export interface UserPersonalInfoResponse extends QueryResponse<UserPersonalInfo, UserPersonalInfoPhrases> {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jealous-robot-dev/shared-types-responses",
3
- "version": "1.54.5",
3
+ "version": "1.54.6",
4
4
  "description": "Meetle common types of API responses",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",