Work on things related to event_person, tracking, badges, sessions, etc
This commit is contained in:
@@ -29,6 +29,11 @@ class Event_Presenter_Base(BaseModel):
|
||||
id: Optional[int] = Field(
|
||||
alias = 'event_presenter_id'
|
||||
)
|
||||
|
||||
code: Optional[str] = Field(
|
||||
alias = 'event_presenter_code'
|
||||
)
|
||||
|
||||
account_id_random: Optional[str]
|
||||
account_id: Optional[int]
|
||||
|
||||
@@ -59,8 +64,6 @@ class Event_Presenter_Base(BaseModel):
|
||||
for_type: Optional[str]
|
||||
for_id: Optional[int]
|
||||
|
||||
code: Optional[str]
|
||||
|
||||
pronouns: Optional[str] # Preferred pronouns
|
||||
informal_name: Optional[str] # Informal or nick name they commonly go by
|
||||
|
||||
|
||||
Reference in New Issue
Block a user