@bash-app/bash-common 30.92.0 → 30.93.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.92.0",
3
+ "version": "30.93.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",
@@ -218,6 +218,8 @@ model Invitation {
218
218
  phone String?
219
219
  name String?
220
220
  message String?
221
+ customHeading String? // Custom heading text for the email (e.g., "You're on the guestlist" or "Welcome to AI MarCon")
222
+ customLinkText String? // Custom link text for the email (e.g., "View your ticket" or "Click here for event details")
221
223
  inviteDate DateTime? @default(now())
222
224
  acceptedDate DateTime?
223
225
  rejectedDate DateTime?