o
    l>j                     @  s\   d Z ddlmZ ddlmZmZ ddlmZ ddlm	Z	 G dd de	Z
G dd	 d	e	Zd
S )z4Domain models for note attachments and body content.    )annotations)ListOptional)Field)FrozenServiceModelc                   @  s"   e Zd ZU ded< dZded< dS )AttachmentIdstr
identifierNOptional[str]type_uti)__name__
__module____qualname____annotations__r    r   r   S/home/thesage/.local/lib/python3.10/site-packages/pyicloud/services/notes/domain.pyr      s   
 r   c                   @  s4   e Zd ZU ded< dZded< eedZded< dS )NoteBodybytesNr
   text)default_factoryzList[AttachmentId]attachment_ids)r   r   r   r   r   r   listr   r   r   r   r   r      s   
 r   N)__doc__
__future__r   typingr   r   pydanticr   pyicloud.common.modelsr   r   r   r   r   r   r   <module>   s    