Working on event person, registration, badge, session, presentation, and presenter create and update. _v3 things
This commit is contained in:
@@ -28,7 +28,7 @@ class User_New_Base(BaseModel):
|
||||
id: Optional[int] = Field(
|
||||
alias = 'user_id'
|
||||
)
|
||||
account_id_random: str
|
||||
account_id_random: Optional[str]
|
||||
account_id: Optional[int]
|
||||
account_name: Optional[str]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user