@bash-app/bash-common 13.5.0 → 13.6.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": "13.5.0",
3
+ "version": "13.6.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",
@@ -48,6 +48,13 @@ export interface BashEventExt extends BashEvent {
48
48
  // Do not include in fetch. Could be hundreds of these
49
49
  invitations: InvitationExt[];
50
50
  youtubeUrl?: string;
51
+ price?: string;
52
+ ageRequirement?: string;
53
+ crowd?: string;
54
+ included?: string;
55
+ hostRating?: string;
56
+ specialOffers?: string;
57
+ eventFormat?: string;
51
58
  }
52
59
 
53
60
  export const BASH_EVENT_DATA_TO_SELECT = {