Update badge model

This commit is contained in:
Scott Idem
2022-03-04 12:26:50 -05:00
parent ef22cf169e
commit bfd7451c0f

View File

@@ -89,6 +89,9 @@ class Event_Badge_Base(BaseModel):
registration_type_code: Optional[str] registration_type_code: Optional[str]
registration_type: Optional[str] registration_type: Optional[str]
other_1: Optional[str]
other_2: Optional[str]
ticket_0_code: Optional[str] ticket_0_code: Optional[str]
ticket_1_code: Optional[str] ticket_1_code: Optional[str]
ticket_2_code: Optional[str] ticket_2_code: Optional[str]