@jealous-robot-dev/shared-types-responses 1.24.3 → 1.24.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.
@@ -104,7 +104,8 @@ export interface ViewEventHostData {
104
104
  about: string;
105
105
  ppu: string;
106
106
  UID: string;
107
- reviews: number | null;
107
+ reviews: number;
108
+ raiting: number;
108
109
  firstname: string;
109
110
  lastname: string;
110
111
  username: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jealous-robot-dev/shared-types-responses",
3
- "version": "1.24.3",
3
+ "version": "1.24.4",
4
4
  "description": "",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",