a
    !f+                     @   sh   d dl mZ d dlmZ d dlmZ d dlmZ d dlm	Z	 d dl
mZ d dlmZ G dd	 d	eZd
S )    )warn)InsightsBase)CallList)CallSummariesList)ConferenceList)RoomList)SettingListc                   @   sf   e Zd ZeedddZeedddZeedddZ	ee
ddd	Zeedd
dZdS )Insights)returnc                 C   s   t dtdd | jjS )Nz0settings is deprecated. Use v1.settings instead.   
stacklevel)r   DeprecationWarningv1settingsself r   ^/var/www/html/python-backend/venv/lib/python3.9/site-packages/twilio/rest/insights/__init__.pyr      s    zInsights.settingsc                 C   s   t dtdd | jjS )Nz*calls is deprecated. Use v1.calls instead.r   r   )r   r   r   callsr   r   r   r   r      s    zInsights.callsc                 C   s   t dtdd | jjS )Nz<call_summaries is deprecated. Use v1.call_summaries instead.r   r   )r   r   r   call_summariesr   r   r   r   r      s    zInsights.call_summariesc                 C   s   t dtdd | jjS )Nz6conferences is deprecated. Use v1.conferences instead.r   r   )r   r   r   conferencesr   r   r   r   r   '   s    zInsights.conferencesc                 C   s   t dtdd | jjS )Nz*rooms is deprecated. Use v1.rooms instead.r   r   )r   r   r   roomsr   r   r   r   r   0   s    zInsights.roomsN)__name__
__module____qualname__propertyr   r   r   r   r   r   r   r   r   r   r   r   r   r   r	      s   r	   N)warningsr   Z!twilio.rest.insights.InsightsBaser   Ztwilio.rest.insights.v1.callr   Z&twilio.rest.insights.v1.call_summariesr   Z"twilio.rest.insights.v1.conferencer   Ztwilio.rest.insights.v1.roomr   Ztwilio.rest.insights.v1.settingr   r	   r   r   r   r   <module>   s   