@jealous-robot-dev/shared-types-responses 1.36.1 → 1.36.4

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.
@@ -7,7 +7,7 @@ export interface ViewEventCommonData {
7
7
  name: string;
8
8
  description: string;
9
9
  fee: {
10
- min: number;
10
+ min?: number;
11
11
  basic: number;
12
12
  };
13
13
  duration: number;
@@ -33,6 +33,7 @@ export interface ViewEventHostData {
33
33
  firstname?: string;
34
34
  lastname?: string;
35
35
  username?: string;
36
+ instagram?: string;
36
37
  has_gold_badge?: boolean;
37
38
  cancellation_rate?: number;
38
39
  }
@@ -29,7 +29,7 @@ export interface HostPayoutsMonth {
29
29
  }
30
30
  export interface InitialHostPayoutsData {
31
31
  total_income: number;
32
- month: HostPayoutsMonth;
33
32
  payouts_received: number;
34
33
  available_months: number[];
34
+ months: HostPayoutsMonth[];
35
35
  }
@@ -15,6 +15,7 @@ export interface UserProfileData {
15
15
  UID: string;
16
16
  about?: string;
17
17
  location?: string;
18
+ instagram?: string;
18
19
  twiterUsername?: string;
19
20
  website?: string;
20
21
  average_raiting?: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jealous-robot-dev/shared-types-responses",
3
- "version": "1.36.1",
3
+ "version": "1.36.4",
4
4
  "description": "",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",