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,6 +108,9 @@ class Event_Presenter_Base(BaseModel):
file_count: Optional[int] file_count: Optional[int]
# General catchall for agreement or consent
agree: Optional[bool]
# Comments from the presenter. This is for internal use only. # Comments from the presenter. This is for internal use only.
comments: Optional[str] comments: Optional[str]