@bash-app/bash-common 6.7.0 → 6.9.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": "6.7.0",
3
+ "version": "6.9.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",
@@ -38,6 +38,7 @@ export interface BashEventExt extends BashEvent {
38
38
  tickets?: Ticket[]; // Only include tickets that the user has purchased and not all tickets (could be thousands + privacy)
39
39
  // Do not include in fetch. Could be hundreds of these
40
40
  invitations: InvitationExt[];
41
+ youtubeUrl?: string;
41
42
  }
42
43
 
43
44
  export const BASH_EVENT_DATA_TO_INCLUDE = {