@bash-app/bash-common 1.0.11 → 1.0.12

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": "1.0.11",
3
+ "version": "1.0.12",
4
4
  "description": "Common data and scripts to use on the frontend and backend",
5
5
  "type": "module",
6
6
  "main": "src/index.ts",
@@ -224,6 +224,7 @@ model BashEvent {
224
224
  investments Investment[]
225
225
  capacity Int?
226
226
  location String?
227
+ place String?
227
228
  status BashStatus @default(Draft)
228
229
  tags String[]
229
230
  coverPhoto String?
@@ -25,7 +25,6 @@ export interface BashEventExt extends BashEvent {
25
25
  tickets?: Ticket[]; // Only include tickets that the user has purchased and not all tickets (could be thousands + privacy)
26
26
  // Do not include in fetch. Could be hundreds of these
27
27
  invitations: InvitationExt[];
28
- place?: string;
29
28
  }
30
29
 
31
30
  export const BASH_EVENT_DATA_TO_INCLUDE = {