Ë
    [üàg�  ã                   ó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    ú[/var/www/skyplay_api_hub/venv/lib/python3.12/site-packages/twilio/rest/accounts/__init__.pyr   zAccounts.auth_token_promotion
   ó%   € äØVÜØõ	
ð
 �w‰w×+Ñ+Ð+ó    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ÜØõ	
ð
 �w‰w×"Ñ"Ð"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   