
    2Yh                         d dl m Z  d dlmZmZmZ d dlmZmZ d dlm	Z	  G d de      Z
 G d de      Z G d	 d
e      Z G d de      Zy)    )datetime)AnyDictOptional)	BaseModelField)statusc                   ^    e Zd ZU dZi Zeed<   ej                  Z	e
ed<   dZeed<   dZeed<   y)	ResponseModelz
    Base Response Model
    datastatus_codeTsuccesszRequest handled successfullymessageN)__name__
__module____qualname____doc__r   r   __annotations__r	   HTTP_200_OKr   intr   boolr   str     ^/var/www/html/wine-match-dev/backend/winematch-backend/src/apps/base/schemas/response_model.pyr   r      s6     D#N))K)GT1GS1r   r   c                   ^    e Zd ZU dZi Zeed<   ej                  Z	e
ed<   dZeed<   dZeed<   y)	ErrorResponseModelz
    Base Error Model
    errorr   Fr   zRequest could not be processedr   N)r   r   r   r   r   r   r   r	   HTTP_500_INTERNAL_SERVER_ERRORr   r   r   r   r   r   r   r   r   r   r      s6     E3O<<K<GT3GS3r   r   c                       e Zd ZU eed<   y)WebhookResponseresultN)r   r   r   r   r   r   r   r   r!   r!      s    Kr   r!   c                       e Zd ZU  ed      Zee   ed<    ed      Zee	   ed<    ed      Z
ee   ed<    ed      Zee   ed	<   y
)WebhookRequestzType of event being fired)descriptiontypezEvent data payloadr   zCreated date and time
created_atzUpdated date and time
updated_atN)r   r   r   r   r&   r   r   r   r   r   r'   r   r(   r   r   r   r$   r$   "   sT    ,GHD(3-H -ABD(4.B%*7N%OJ"O%*7N%OJ"Or   r$   N)r   typingr   r   r   pydanticr   r   	starletter	   r   r   r!   r$   r   r   r   <module>r,      sF     & & % 2I 24 4i PY Pr   