@bash-app/bash-common 30.229.0 → 30.230.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.229.0",
3
+ "version": "30.230.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",
@@ -688,6 +688,14 @@ model BashEvent {
688
688
  platformFeeEnabled Boolean @default(false)
689
689
  /// Bash platform take rate on ticket gross (e.g. 0.03 = 3%). Ignored when platformFeeEnabled is false.
690
690
  platformFeeRate Float @default(0.03)
691
+ /// When true, door staff can use pay-at-door QR and terminal flows. When false, door pay CTAs and endpoints return 403.
692
+ allowDoorQrPayments Boolean @default(true)
693
+ /// Host uses a Stripe card reader (Terminal) at the door; door app can run card on reader.
694
+ hasStripeTerminal Boolean @default(false)
695
+ /// Host uses Tap to Pay on a supported device (no separate reader). Door flow when enabled.
696
+ hasTapToPay Boolean @default(true)
697
+ /// Optional Stripe Terminal Location id on the host's connected account.
698
+ stripeTerminalLocationId String?
691
699
  /// Optional: attendees can tag which act they came to see; drives attribution reports and future payouts.
692
700
  artistAttributionEnabled Boolean @default(false)
693
701
  /// "percentage" | "flat" — how artistPayoutRate is interpreted for suggested splits (display/export).