@jealous-robot-dev/shared-types-responses 1.28.1 → 1.28.2

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.
@@ -107,8 +107,6 @@ export interface ViewEventHostData {
107
107
  lastname?: string;
108
108
  username?: string;
109
109
  has_gold_badge?: boolean;
110
- total_bookings?: number;
111
- cancellation_rate?: number;
112
110
  }
113
111
  export interface EventSessionTime {
114
112
  sid: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jealous-robot-dev/shared-types-responses",
3
- "version": "1.28.1",
3
+ "version": "1.28.2",
4
4
  "description": "",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",