@bash-app/bash-common 30.163.0 → 30.164.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.163.0",
3
+ "version": "30.164.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",
@@ -1107,6 +1107,9 @@ model TicketTier {
1107
1107
  // Privacy: "Public" | "LinkOnly" | "InviteOnly"
1108
1108
  tierPrivacy String @default("Public")
1109
1109
 
1110
+ // Checkout timer: host-configurable per-tier timeout (minutes). null = no timer.
1111
+ checkoutTimeoutMinutes Int?
1112
+
1110
1113
  @@unique([bashEventId, title])
1111
1114
  }
1112
1115