Adding cfg_json and data_json fields to more models
This commit is contained in:
@@ -108,6 +108,9 @@ class Event_Presenter_Base(BaseModel):
|
||||
|
||||
passcode: Optional[str]
|
||||
|
||||
cfg_json: Optional[Union[Json, None]] # Store per presenter config options like theme, language, etc
|
||||
data_json: Optional[Union[Json, None]] # For key value data. Careful with overwriting existing fields!
|
||||
|
||||
file_count: Optional[int]
|
||||
|
||||
# General catchall for agreement or consent
|
||||
@@ -312,6 +315,9 @@ class Event_Presenter_Out_Base(BaseModel):
|
||||
|
||||
# role: Optional[str]
|
||||
|
||||
data_json: Optional[Union[Json, None]] # For key value data. Careful with overwriting existing fields!
|
||||
cfg_json: Optional[Union[Json, None]] # Store per presenter config options like theme, language, etc
|
||||
|
||||
# file_count: Optional[int]
|
||||
|
||||
# General catchall for agreement or consent
|
||||
|
||||
Reference in New Issue
Block a user