@bash-app/bash-common 18.0.0 → 18.1.0

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bash-app/bash-common",
3
- "version": "18.0.0",
3
+ "version": "18.1.0",
4
4
  "description": "Common data and scripts to use on the frontend and backend",
5
5
  "type": "module",
6
6
  "main": "src/index.ts",
@@ -13,6 +13,7 @@ import {
13
13
  ServiceLink,
14
14
  Link, Venue, Availability,
15
15
  TargetAudience,
16
+ ServiceStatus,
16
17
  } from "@prisma/client";
17
18
  import { AttendeeOfBashEvent } from "./definitions";
18
19
 
@@ -129,6 +130,7 @@ export interface VenueExt extends Venue {
129
130
  venueLinks: ServiceLinkExt[];
130
131
  capacity?: AmountOfGuests;
131
132
  media?: Media[];
133
+ status?: ServiceStatus;
132
134
  }
133
135
 
134
136
  export const VENUE_DATA_TO_INCLUDE = {