Updating the models to include a standard passcode field.
This commit is contained in:
@@ -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]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user