@jealous-robot-dev/shared-types-responses 1.24.6 → 1.24.11

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.
@@ -25,7 +25,7 @@ export interface ViewEventCommonData {
25
25
  name: string;
26
26
  description: string;
27
27
  fee: number;
28
- duration: string;
28
+ duration: number;
29
29
  capacity: number;
30
30
  prerequisites: string[];
31
31
  raiting: number;
@@ -35,14 +35,6 @@ export interface ViewEventCommonData {
35
35
  saved: boolean;
36
36
  pictures: HostEventPics[];
37
37
  }
38
- export interface ViewEventPicture {
39
- id: string;
40
- index: number;
41
- }
42
- export interface ViewEventPictures {
43
- total: number;
44
- entries: ViewEventPicture[];
45
- }
46
38
  export interface ViewEventPicturePhrases {
47
39
  close: string;
48
40
  show_all_photos: string;
@@ -95,20 +87,23 @@ export interface ViewEventPhrasesHowToParticipate {
95
87
  }[];
96
88
  }
97
89
  export interface ViewEventAboutHostPhrases {
98
- member_since: string;
99
90
  reviews: string;
91
+ use_drophr: string;
92
+ member_since: string;
93
+ login_to_view: string;
100
94
  ask_a_question: string;
101
95
  }
102
96
  export interface ViewEventHostData {
103
- member_since: string;
104
- about: string;
105
- ppu: string;
106
- UID: string;
107
- reviews: number;
108
- raiting: number;
109
- firstname: string;
110
- lastname: string;
111
- username: string;
97
+ is_available: boolean;
98
+ member_since?: string;
99
+ about?: string;
100
+ ppu?: string;
101
+ UID?: string;
102
+ reviews?: number;
103
+ raiting?: number;
104
+ firstname?: string;
105
+ lastname?: string;
106
+ username?: string;
112
107
  }
113
108
  export interface EventSessionTime {
114
109
  sid: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jealous-robot-dev/shared-types-responses",
3
- "version": "1.24.6",
3
+ "version": "1.24.11",
4
4
  "description": "",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",