Quick update to include some more fields.

This commit is contained in:
Scott Idem
2026-01-05 19:24:17 -05:00
parent 872279de0b
commit 3790983b5e

View File

@@ -294,9 +294,9 @@ class Event_Badge_Basic_Base(BaseModel):
allow_tracking: Optional[bool] # Allow tracking for lead retrieval and other marketing
# agree_to_tc: Optional[bool] # Agree to terms and conditions
# print_first_datetime: Optional[datetime.datetime] = None
# print_last_datetime: Optional[datetime.datetime] = None
# print_count: Optional[int]
print_first_datetime: Optional[datetime.datetime] = None
print_last_datetime: Optional[datetime.datetime] = None
print_count: Optional[int]
# hide: Optional[bool]
# priority: Optional[bool]