
    pi                     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)
VerifyBase)FormList)SafelistList)ServiceList)TemplateList)VerificationAttemptList)VerificationAttemptsSummaryListc                       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y)	Verifyreturnc                 R    t        dt        d       | j                  j                  S )Nz*forms is deprecated. Use v2.forms instead.   
stacklevel)r   DeprecationWarningv2formsselfs    ]/opt/services/ai/voice_agent/venv/lib/python3.12/site-packages/twilio/rest/verify/__init__.pyr   zVerify.forms   s#    8	

 ww}}    c                 R    t        dt        d       | j                  j                  S )Nz0safelist is deprecated. Use v2.safelist instead.r   r   )r   r   r   safelistr   s    r   r   zVerify.safelist   %    >	

 wwr   c                 R    t        dt        d       | j                  j                  S )Nz0services is deprecated. Use v2.services instead.r   r   )r   r   r   servicesr   s    r   r   zVerify.services!   r   r   c                 R    t        dt        d       | j                  j                  S )NzJverification_attempts is deprecated. Use v2.verification_attempts instead.r   r   )r   r   r   verification_attemptsr   s    r   r   zVerify.verification_attempts*   s%    X	

 ww,,,r   c                 R    t        dt        d       | j                  j                  S )NzZverification_attempts_summary is deprecated. Use v2.verification_attempts_summary instead.r   r   )r   r   r   verification_attempts_summaryr   s    r   r!   z$Verify.verification_attempts_summary3   s%    h	

 ww444r   c                 R    t        dt        d       | j                  j                  S )Nz2templates is deprecated. Use v2.templates instead.r   r   )r   r   r   	templatesr   s    r   r#   zVerify.templates<   s%    @	

 ww   r   N)__name__
__module____qualname__propertyr   r   r   r   r   r   r	   r   r
   r!   r   r#    r   r   r   r      s    x    ,      +     -'> - - 5/N 5 5 !< ! !r   r   N)warningsr   twilio.rest.verify.VerifyBaser   twilio.rest.verify.v2.formr   twilio.rest.verify.v2.safelistr   twilio.rest.verify.v2.servicer   twilio.rest.verify.v2.templater   *twilio.rest.verify.v2.verification_attemptr	   3twilio.rest.verify.v2.verification_attempts_summaryr
   r   r(   r   r   <module>r1      s+     4 / 7 5 7 N
5!Z 5!r   