Update api spec (#182)

* 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:
Jess Frazelle
2024-01-06 14:56:45 -08:00
committed by GitHub
parent 8925458665
commit 0ad6216cde
23 changed files with 694 additions and 1160 deletions

View File

@ -3,15 +3,18 @@ from typing import Optional
from pydantic import BaseModel
from ..models.block_reason import BlockReason
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, and Front
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
"""
block: Optional[BlockReason] = None
company: Optional[str] = None
created_at: datetime.datetime