
    pi                     V    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)AccountsBase)AuthTokenPromotionList)CredentialList)SecondaryAuthTokenListc                   N    e Zd Zedefd       Zedefd       Zedefd       Z	y)Accountsreturnc                 R    t        dt        d       | j                  j                  S )NzHauth_token_promotion is deprecated. Use v1.auth_token_promotion instead.   
stacklevel)r   DeprecationWarningv1auth_token_promotionselfs    _/opt/services/ai/voice_agent/venv/lib/python3.12/site-packages/twilio/rest/accounts/__init__.pyr   zAccounts.auth_token_promotion
   %    V	

 ww+++    c                 R    t        dt        d       | j                  j                  S )Nz6credentials is deprecated. Use v1.credentials instead.r   r   )r   r   r   credentialsr   s    r   r   zAccounts.credentials   s%    D	

 ww"""r   c                 R    t        dt        d       | j                  j                  S )NzHsecondary_auth_token is deprecated. Use v1.secondary_auth_token instead.r   r   )r   r   r   secondary_auth_tokenr   s    r   r   zAccounts.secondary_auth_token   r   r   N)
__name__
__module____qualname__propertyr   r   r   r   r   r    r   r   r	   r	   	   sS    ,&< , , #^ # # ,&< , ,r   r	   N)warningsr   !twilio.rest.accounts.AccountsBaser   ,twilio.rest.accounts.v1.auth_token_promotionr   "twilio.rest.accounts.v1.credentialr   ,twilio.rest.accounts.v1.secondary_auth_tokenr   r	   r   r   r   <module>r%      s      : O = O,| ,r   