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

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
  };
@@ -22,8 +22,6 @@ export interface EventManagerData {
22
22
  is_restricted: boolean;
23
23
  fee?: HostingPriceLimits;
24
24
  events: EventInManager[];
25
- categories: EventTypes[];
26
- audiences: ServiceAudience[];
27
25
  }
28
26
  export interface EventManagerCustomTime {
29
27
  limits: CurrencyLmits;
@@ -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.13",
4
4
  "description": "Meetle common types of API responses",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",