@jealous-robot-dev/shared-types-responses 1.24.7 → 1.24.8

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.
@@ -92,15 +92,16 @@ export interface ViewEventAboutHostPhrases {
92
92
  ask_a_question: string;
93
93
  }
94
94
  export interface ViewEventHostData {
95
- member_since: string;
96
- about: string;
97
- ppu: string;
98
- UID: string;
99
- reviews: number;
100
- raiting: number;
101
- firstname: string;
102
- lastname: string;
103
- username: string;
95
+ is_available: boolean;
96
+ member_since?: string;
97
+ about?: string;
98
+ ppu?: string;
99
+ UID?: string;
100
+ reviews?: number;
101
+ raiting?: number;
102
+ firstname?: string;
103
+ lastname?: string;
104
+ username?: string;
104
105
  }
105
106
  export interface EventSessionTime {
106
107
  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.7",
3
+ "version": "1.24.8",
4
4
  "description": "",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",