
    if                        d dl mZ ddlmZ ddlmZmZ ddlmZm	Z	m
Z
mZmZmZ ddgZ G d	 de          Z G d
 de          Z G d d          Z G d d          Z G d d          Z G d d          ZdS )    )annotations   )cached_property)SyncAPIResourceAsyncAPIResource   )OrganizationAsyncOrganizationOrganizationWithRawResponse AsyncOrganizationWithRawResponse!OrganizationWithStreamingResponse&AsyncOrganizationWithStreamingResponseAdmin
AsyncAdminc                  V    e Zd Zed	d            Zed
d            Zedd            ZdS )r   returnr	   c                *    t          | j                  S N)r	   _clientselfs    c/home/piyush/.hermes/hermes-agent/venv/lib/python3.11/site-packages/openai/resources/admin/admin.pyorganizationzAdmin.organization   s    DL)))    AdminWithRawResponsec                     t          |           S a  
        This property can be used as a prefix for any HTTP method call to return
        the raw response object instead of the parsed content.

        For more information, see https://www.github.com/openai/openai-python#accessing-raw-response-data-eg-headers
        )r   r   s    r   with_raw_responsezAdmin.with_raw_response   s     $D)))r   AdminWithStreamingResponsec                     t          |           S z
        An alternative to `.with_raw_response` that doesn't eagerly read the response body.

        For more information, see https://www.github.com/openai/openai-python#with_streaming_response
        )r   r   s    r   with_streaming_responsezAdmin.with_streaming_response"   s     *$///r   N)r   r	   )r   r   )r   r   __name__
__module____qualname__r   r   r   r"    r   r   r   r      sr        * * * _* * * * _* 0 0 0 _0 0 0r   c                  V    e Zd Zed	d            Zed
d            Zedd            ZdS )r   r   r
   c                *    t          | j                  S r   )r
   r   r   s    r   r   zAsyncAdmin.organization-   s     ...r   AsyncAdminWithRawResponsec                     t          |           S r   )r*   r   s    r   r   zAsyncAdmin.with_raw_response1   s     )...r   AsyncAdminWithStreamingResponsec                     t          |           S r!   )r,   r   s    r   r"   z"AsyncAdmin.with_streaming_response;   s     /t444r   N)r   r
   )r   r*   )r   r,   r#   r'   r   r   r   r   ,   sr        / / / _/ / / / _/ 5 5 5 _5 5 5r   c                  .    e Zd Zd	dZed
d            ZdS )r   adminr   r   Nonec                    || _         d S r   _adminr   r/   s     r   __init__zAdminWithRawResponse.__init__F       r   r   c                4    t          | j        j                  S r   )r   r3   r   r   s    r   r   z!AdminWithRawResponse.organizationI   s    *4;+CDDDr   Nr/   r   r   r0   )r   r   r$   r%   r&   r5   r   r   r'   r   r   r   r   E   sN            E E E _E E Er   r   c                  .    e Zd Zd	dZed
d            ZdS )r*   r/   r   r   r0   c                    || _         d S r   r2   r4   s     r   r5   z"AsyncAdminWithRawResponse.__init__O   r6   r   r   c                4    t          | j        j                  S r   )r   r3   r   r   s    r   r   z&AsyncAdminWithRawResponse.organizationR   s    /0HIIIr   Nr/   r   r   r0   )r   r   r9   r'   r   r   r*   r*   N   sN            J J J _J J Jr   r*   c                  .    e Zd Zd	dZed
d            ZdS )r   r/   r   r   r0   c                    || _         d S r   r2   r4   s     r   r5   z#AdminWithStreamingResponse.__init__X   r6   r   r   c                4    t          | j        j                  S r   )r   r3   r   r   s    r   r   z'AdminWithStreamingResponse.organization[   s    01IJJJr   Nr8   )r   r   r9   r'   r   r   r   r   W   sN            K K K _K K Kr   r   c                  .    e Zd Zd	dZed
d            ZdS )r,   r/   r   r   r0   c                    || _         d S r   r2   r4   s     r   r5   z(AsyncAdminWithStreamingResponse.__init__a   r6   r   r   c                4    t          | j        j                  S r   )r   r3   r   r   s    r   r   z,AsyncAdminWithStreamingResponse.organizationd   s    5dk6NOOOr   Nr=   )r   r   r9   r'   r   r   r,   r,   `   sN            P P P _P P Pr   r,   N)
__future__r   _compatr   	_resourcer   r   organization.organizationr	   r
   r   r   r   r   __all__r   r   r   r*   r   r,   r'   r   r   <module>rI      s   # " " " " " & & & & & & : : : : : : : :                L
!0 0 0 0 0O 0 0 025 5 5 5 5! 5 5 52E E E E E E E EJ J J J J J J JK K K K K K K KP P P P P P P P P Pr   