
    pi	                         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e      Zy)    )warn)TrusthubBase)CustomerProfilesList)EndUserList)EndUserTypeList)PoliciesList)SupportingDocumentList)SupportingDocumentTypeList)TrustProductsListc                       e Zd Zedefd       Zedefd       Zedefd       Z	ede
fd       Zedefd       Zedefd       Zedefd       Zy	)
Trusthubreturnc                 R    t        dt        d       | j                  j                  S )NzBcustomer_profiles is deprecated. Use v1.customer_profiles instead.   
stacklevel)r   DeprecationWarningv1customer_profilesselfs    _/opt/services/ai/voice_agent/venv/lib/python3.12/site-packages/twilio/rest/trusthub/__init__.pyr   zTrusthub.customer_profiles   s%    P	

 ww(((    c                 R    t        dt        d       | j                  j                  S )Nz2end_users is deprecated. Use v1.end_users instead.r   r   )r   r   r   	end_usersr   s    r   r   zTrusthub.end_users   s%    @	

 ww   r   c                 R    t        dt        d       | j                  j                  S )Nz<end_user_types is deprecated. Use v1.end_user_types instead.r   r   )r   r   r   end_user_typesr   s    r   r   zTrusthub.end_user_types    %    J	

 ww%%%r   c                 R    t        dt        d       | j                  j                  S )Nz0policies is deprecated. Use v1.policies instead.r   r   )r   r   r   policiesr   s    r   r    zTrusthub.policies)   s%    >	

 wwr   c                 R    t        dt        d       | j                  j                  S )NzHsupporting_documents is deprecated. Use v1.supporting_documents instead.r   r   )r   r   r   supporting_documentsr   s    r   r"   zTrusthub.supporting_documents2   s%    V	

 ww+++r   c                 R    t        dt        d       | j                  j                  S )NzRsupporting_document_types is deprecated. Use v1.supporting_document_types instead.r   r   )r   r   r   supporting_document_typesr   s    r   r$   z"Trusthub.supporting_document_types;   s%    `	

 ww000r   c                 R    t        dt        d       | j                  j                  S )Nz<trust_products is deprecated. Use v1.trust_products instead.r   r   )r   r   r   trust_productsr   s    r   r&   zTrusthub.trust_productsD   r   r   N)__name__
__module____qualname__propertyr   r   r   r   r   r   r   r    r	   r"   r
   r$   r   r&    r   r   r   r      s    )#7 ) ) !; ! ! & & &  ,     ,&< , , 1+E 1 1 & 1 & &r   r   N)warningsr   !twilio.rest.trusthub.TrusthubBaser   )twilio.rest.trusthub.v1.customer_profilesr    twilio.rest.trusthub.v1.end_userr   %twilio.rest.trusthub.v1.end_user_typer    twilio.rest.trusthub.v1.policiesr   +twilio.rest.trusthub.v1.supporting_documentr	   0twilio.rest.trusthub.v1.supporting_document_typer
   &twilio.rest.trusthub.v1.trust_productsr   r   r+   r   r   <module>r5      s,     : J 8 A 9 N W D>&| >&r   