@jealous-robot-dev/shared-types-responses 1.57.11 → 1.57.12

Sign up to get free protection for your applications and to get access to all the features.
@@ -2,8 +2,6 @@ import { RegistrationRejectionReason, HostEventPics, EventTypes, HostEventTime,
2
2
  export interface HELookup {
3
3
  data?: {
4
4
  selected_currency: string;
5
- categories: EventTypes[];
6
- audiences: ServiceAudience[];
7
5
  max: number;
8
6
  min: number;
9
7
  };
@@ -21,7 +21,10 @@ export interface UserPersonalInfo {
21
21
  value: PhoneNumber | null;
22
22
  };
23
23
  INFORMCompliant: boolean;
24
- address: UserAddress | null;
24
+ address: {
25
+ value: UserAddress | null;
26
+ isRequired: boolean;
27
+ };
25
28
  birthday: PersonalInfoBirthday | null;
26
29
  }
27
30
  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.57.11",
3
+ "version": "1.57.12",
4
4
  "description": "Meetle common types of API responses",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",