Signed-off-by: Jess Frazelle <github@jessfraz.com>
This commit is contained in:
Jess Frazelle
2023-11-29 00:39:14 -08:00
parent bc3d698539
commit faaeb3a472
74 changed files with 496 additions and 1985 deletions

View File

@ -2,7 +2,6 @@ import datetime
from typing import Optional
from pydantic import BaseModel
from pydantic_extra_types.phone_number import PhoneNumber
from ..models.uuid import Uuid
@ -39,7 +38,7 @@ class ExtendedUser(BaseModel):
name: Optional[str] = None
phone: Optional[PhoneNumber] = None
phone: Optional[str] = None
stripe_id: Optional[str] = None