o
    wi                     @  s   d dl mZ d dlmZ d dlmZ d dlmZmZ G dd deZ	G dd deZ
G d	d
 d
eZG dd deZe	  e
  e  dS )    )annotations)Optional)Field)GQLId	GQLResultc                   @     e Zd ZU ded< dS )CreateInvitezOptional[CreateInviteResult]resultN__name__
__module____qualname____annotations__ r   r   W/home/ubuntu/.local/lib/python3.10/site-packages/wandb/apis/_generated/create_invite.pyr         
 r   c                   @  r   )CreateInviteResultz"Optional[CreateInviteResultInvite]inviteNr
   r   r   r   r   r      r   r   c                   @  sJ   e Zd ZU ded< ded< ded< eddZded	< ed
dZded< dS )CreateInviteResultInviter   idstrnamezOptional[str]email	createdAt)alias
created_attoUserz(Optional[CreateInviteResultInviteToUser]to_userN)r   r   r   r   r   r   r   r   r   r   r   r      s   
 r   c                   @  r   )CreateInviteResultInviteToUserr   r   Nr
   r   r   r   r   r      r   r   N)
__future__r   typingr   pydanticr   wandb._pydanticr   r   r   r   r   r   model_rebuildr   r   r   r   <module>   s   