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

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.
@@ -111,8 +111,10 @@ export interface ViewEventHostData {
111
111
  username: string;
112
112
  }
113
113
  export interface EventSessionTime {
114
- time: string;
115
- session_id: string;
114
+ sid: string;
115
+ duration: number;
116
+ starts_at: string;
117
+ is_almost_taken: boolean;
116
118
  }
117
119
  export interface ViewEventDates {
118
120
  count: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jealous-robot-dev/shared-types-responses",
3
- "version": "1.24.5",
3
+ "version": "1.24.6",
4
4
  "description": "",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",