Working on event person, registration, badge, session, presentation, and presenter create and update. _v3 things

This commit is contained in:
Scott Idem
2021-08-25 16:25:46 -04:00
parent 8ff404e534
commit c93792634a
11 changed files with 372 additions and 74 deletions

View File

@@ -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]