@bash-app/bash-common 30.297.0 → 30.299.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": "30.297.0",
3
+ "version": "30.299.0",
4
4
  "description": "Common data and scripts to use on the frontend and backend",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -885,6 +885,8 @@ model BashEvent {
885
885
  /// Optional host-authored / host-picked icebreaker prompt. When set, it is shown
886
886
  /// instead of a random canned prompt on the bash detail page.
887
887
  icebreakerPrompt String?
888
+ /// When false, show the icebreaker prompt for in-person use only (no answer thread).
889
+ icebreakerAnswersEnabled Boolean @default(true)
888
890
  /// Host-curated merch catalog for this event (informational; not a checkout line item for MVP)
889
891
  merchandiseItems Json?
890
892
  externalPriceMax Int? // Maximum ticket price in cents (for imported events)