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 G d
d deZdS )    )warn)TrusthubBase)CustomerProfilesList)EndUserList)EndUserTypeList)PoliciesList)SupportingDocumentList)SupportingDocumentTypeList)TrustProductsListc                   @   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dS )Trusthub)returnc                 C   s   t dtdd | jjS )NzBcustomer_profiles is deprecated. Use v1.customer_profiles instead.   
stacklevel)r   DeprecationWarningv1customer_profilesself r   ^/var/www/html/python-backend/venv/lib/python3.9/site-packages/twilio/rest/trusthub/__init__.pyr      s    zTrusthub.customer_profilesc                 C   s   t dtdd | jjS )Nz2end_users is deprecated. Use v1.end_users instead.r   r   )r   r   r   	end_usersr   r   r   r   r      s    zTrusthub.end_usersc                 C   s   t dtdd | jjS )Nz<end_user_types is deprecated. Use v1.end_user_types instead.r   r   )r   r   r   end_user_typesr   r   r   r   r       s    zTrusthub.end_user_typesc                 C   s   t dtdd | jjS )Nz0policies is deprecated. Use v1.policies instead.r   r   )r   r   r   policiesr   r   r   r   r   )   s    zTrusthub.policiesc                 C   s   t dtdd | jjS )NzHsupporting_documents is deprecated. Use v1.supporting_documents instead.r   r   )r   r   r   supporting_documentsr   r   r   r   r   2   s    zTrusthub.supporting_documentsc                 C   s   t dtdd | jjS )NzRsupporting_document_types is deprecated. Use v1.supporting_document_types instead.r   r   )r   r   r   supporting_document_typesr   r   r   r   r   ;   s    z"Trusthub.supporting_document_typesc                 C   s   t dtdd | jjS )Nz<trust_products is deprecated. Use v1.trust_products instead.r   r   )r   r   r   trust_productsr   r   r   r   r   D   s    zTrusthub.trust_productsN)__name__
__module____qualname__propertyr   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.trusthub.TrusthubBaser   Z)twilio.rest.trusthub.v1.customer_profilesr   Z twilio.rest.trusthub.v1.end_userr   Z%twilio.rest.trusthub.v1.end_user_typer   Z twilio.rest.trusthub.v1.policiesr   Z+twilio.rest.trusthub.v1.supporting_documentr   Z0twilio.rest.trusthub.v1.supporting_document_typer	   Z&twilio.rest.trusthub.v1.trust_productsr
   r   r   r   r   r   <module>   s   