Update api spec (#291)

* 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]
2024-10-02 13:36:23 -07:00
committed by GitHub
parent 1263d07c33
commit c582a0c2eb
49 changed files with 1133 additions and 934 deletions

View File

@ -10,7 +10,7 @@ from ..models.uuid import Uuid
class ExtendedUser(BaseModel):
"""Extended user information.
This is mostly used for internal purposes. It returns a mapping of the user's information, including that of our third party services we use for users: MailChimp | Stripe"""
This is mostly used for internal purposes. It returns a mapping of the user's information, including that of our third party services we use for users: Stripe"""
block: Optional[BlockReason] = None
@ -40,8 +40,6 @@ class ExtendedUser(BaseModel):
last_name: Optional[str] = None
mailchimp_id: Optional[str] = None
name: Optional[str] = None
phone: str = ""