@jealous-robot-dev/shared-types-responses 1.26.7 → 1.26.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.
@@ -110,6 +110,7 @@ export interface EventSessionTime {
110
110
  sid: string;
111
111
  duration: number;
112
112
  starts_at: string;
113
+ can_book: boolean;
113
114
  is_almost_taken: boolean;
114
115
  }
115
116
  export interface ViewEventDates {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jealous-robot-dev/shared-types-responses",
3
- "version": "1.26.7",
3
+ "version": "1.26.8",
4
4
  "description": "",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",