
    b6i                        d dl mZ d dlZddlmZmZ ddlmZmZ ej                  rddl
mZmZ  G d d	      Z G d
 d      Zy)    )annotationsN   )AsyncClientWrapperSyncClientWrapper   )AsyncRawDashboardClientRawDashboardClient)AsyncSettingsClientSettingsClientc                  6    e Zd ZddZedd       Zed        Zy)DashboardClientc               B    t        |      | _        || _        d | _        y Nclient_wrapper)r	   _raw_client_client_wrapper	_settingsselfr   s     x/root/.openclaw/workspace/visionaryfx/venv/lib/python3.12/site-packages/elevenlabs/conversational_ai/dashboard/client.py__init__zDashboardClient.__init__   s    -^L-:>    c                    | j                   S )z
        Retrieves a raw implementation of this client that returns raw responses.

        Returns
        -------
        RawDashboardClient
        r   r   s    r   with_raw_responsez!DashboardClient.with_raw_response        r   c                n    | j                   ddlm}  || j                        | _         | j                   S )Nr   )r   r   )r   settings.clientr   r   )r   r   s     r   settingszDashboardClient.settings   s+    >>!7+4;O;OPDN~~r   N)r   r   )returnr	   __name__
__module____qualname__r   propertyr   r!    r   r   r   r      s/    ?
      r   r   c                  6    e Zd ZddZedd       Zed        Zy)AsyncDashboardClientc               B    t        |      | _        || _        d | _        y r   )r   r   r   r   r   s     r   r   zAsyncDashboardClient.__init__)   s    2.Q-?Cr   c                    | j                   S )z
        Retrieves a raw implementation of this client that returns raw responses.

        Returns
        -------
        AsyncRawDashboardClient
        r   r   s    r   r   z&AsyncDashboardClient.with_raw_response.   r   r   c                n    | j                   ddlm}  || j                        | _         | j                   S )Nr   )r
   r   )r   r    r
   r   )r   r
   s     r   r!   zAsyncDashboardClient.settings9   s+    >>!<0@T@TUDN~~r   N)r   r   )r"   r   r#   r(   r   r   r*   r*   (   s0    D
      r   r*   )
__future__r   typingcore.client_wrapperr   r   
raw_clientr   r	   TYPE_CHECKINGr    r
   r   r   r*   r(   r   r   <module>r3      s3    #  H C	D 4 r   