Updating the models to include a standard passcode field.

This commit is contained in:
Scott Idem
2024-06-10 19:40:35 -04:00
parent 52be61570a
commit 6691f2a701
7 changed files with 14 additions and 0 deletions

View File

@@ -119,6 +119,7 @@ class Event_Base(BaseModel):
# NOT FINISHED YET
# access_key: Optional[str] # Maybe use in the future?
passcode: Optional[str]
file_count: Optional[int]
@@ -379,6 +380,7 @@ class Event_Meeting_Flat_Base(BaseModel):
# NOT FINISHED YET
# access_key: Optional[str] # Maybe use in the future?
passcode: Optional[str]
file_count: Optional[int]