Update api spec (#435)

* YOYO NEW API SPEC!

* I have generated the latest API!

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
zoo-github-actions-auth[bot]
2025-05-11 11:51:16 -07:00
committed by GitHub
parent 1744ab6385
commit 24e80f4568
16 changed files with 2451 additions and 895 deletions

View File

@ -38,6 +38,8 @@ class ExtendedUser(BaseModel):
image: str
is_onboarded: bool = False
is_service_account: bool = False
last_name: Optional[str] = None