Now with an agreement field

This commit is contained in:
Scott Idem
2024-02-29 15:26:49 -05:00
parent f5ef362242
commit 99d24524d1

View File

@@ -108,7 +108,10 @@ class Event_Presenter_Base(BaseModel):
file_count: Optional[int]
# Comments from the presenter. This is for internal use only.
# General catchall for agreement or consent
agree: Optional[bool]
# Comments from the presenter. This is for internal use only.
comments: Optional[str]
enable: Optional[bool]