a
    !f
                     @   s   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 d dlmZ d d	lmZ d d
lmZ G dd deZdS )    )warn)ConversationsBase)AddressConfigurationList)ConfigurationList)ConversationList)CredentialList)ParticipantConversationList)RoleList)ServiceList)UserListc                   @   s   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eedddZeedddZeedddZdS )Conversations)returnc                 C   s   t dtdd | jjS )Nz:configuration is deprecated. Use v1.configuration instead.   
stacklevel)r   DeprecationWarningv1configurationself r   c/var/www/html/python-backend/venv/lib/python3.9/site-packages/twilio/rest/conversations/__init__.pyr      s    zConversations.configurationc                 C   s   t dtdd | jjS )NzLaddress_configurations is deprecated. Use v1.address_configurations instead.r   r   )r   r   r   address_configurationsr   r   r   r   r      s    z$Conversations.address_configurationsc                 C   s   t dtdd | jjS )Nz:conversations is deprecated. Use v1.conversations instead.r   r   )r   r   r   conversationsr   r   r   r   r   #   s    zConversations.conversationsc                 C   s   t dtdd | jjS )Nz6credentials is deprecated. Use v1.credentials instead.r   r   )r   r   r   credentialsr   r   r   r   r   ,   s    zConversations.credentialsc                 C   s   t dtdd | jjS )NzRparticipant_conversations is deprecated. Use v1.participant_conversations instead.r   r   )r   r   r   participant_conversationsr   r   r   r   r   5   s    z'Conversations.participant_conversationsc                 C   s   t dtdd | jjS )Nz*roles is deprecated. Use v1.roles instead.r   r   )r   r   r   rolesr   r   r   r   r   >   s    zConversations.rolesc                 C   s   t dtdd | jjS )Nz0services is deprecated. Use v1.services instead.r   r   )r   r   r   servicesr   r   r   r   r   G   s    zConversations.servicesc                 C   s   t dtdd | jjS )Nz*users is deprecated. Use v1.users instead.r   r   )r   r   r   usersr   r   r   r   r   P   s    zConversations.usersN)__name__
__module____qualname__propertyr   r   r   r   r   r   r   r   r   r   r	   r   r
   r   r   r   r   r   r   r   r      s    r   N)warningsr   Z+twilio.rest.conversations.ConversationsBaser   Z2twilio.rest.conversations.v1.address_configurationr   Z*twilio.rest.conversations.v1.configurationr   Z)twilio.rest.conversations.v1.conversationr   Z'twilio.rest.conversations.v1.credentialr   Z5twilio.rest.conversations.v1.participant_conversationr   Z!twilio.rest.conversations.v1.roler	   Z$twilio.rest.conversations.v1.servicer
   Z!twilio.rest.conversations.v1.userr   r   r   r   r   r   <module>   s   