Ë
    [üàg•À  ã                   óà   — d Z ddlmZ ddlmZmZmZmZmZmZm	Z	 ddl
mZmZ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 G d„ de«      Z G d„ de«      Z G d„ de«      Zy)aæ  
    This code was generated by
   ___ _ _ _ _ _    _ ____    ____ ____ _    ____ ____ _  _ ____ ____ ____ ___ __   __
    |  | | | | |    | |  | __ |  | |__| | __ | __ |___ |\ | |___ |__/ |__|  | |  | |__/
    |  |_|_| | |___ | |__|    |__| |  | |    |__] |___ | \| |___ |  \ |  |  | |__| |  \

    Twilio - Api
    This is the public Twilio REST API.

    NOTE: This class is auto generated by OpenAPI Generator.
    https://openapi-generator.tech
    Do not edit the class manually.
é    )Údatetime)ÚAnyÚDictÚListÚOptionalÚUnionÚIteratorÚAsyncIterator)ÚdeserializeÚ	serializeÚvalues)ÚInstanceContext)ÚInstanceResource)ÚListResource)ÚVersion)ÚPagec            #       ó*  ‡ — e Zd ZdZ	 d dedeeef   dedee   fˆ fd„Z	e
d!d„«       Zdefd	„Zdefd
„Zd"d„Zd"d„Zej$                  ej$                  ej$                  ej$                  ej$                  ej$                  ej$                  ej$                  ej$                  ej$                  ej$                  ej$                  ej$                  ej$                  ej$                  ej$                  fdeeef   deeef   deeef   deeef   deeef   deeef   deeef   deeef   deeef   deeef   deeef   deeef   deeef   deeef   deeef   deeef   dd f"d„Zej$                  ej$                  ej$                  ej$                  ej$                  ej$                  ej$                  ej$                  ej$                  ej$                  ej$                  ej$                  ej$                  ej$                  ej$                  ej$                  fdeeef   deeef   deeef   deeef   deeef   deeef   deeef   deeef   deeef   deeef   deeef   deeef   deeef   deeef   deeef   deeef   dd f"d„Zdefd„Zˆ xZS )#ÚApplicationInstancea’	  
    :ivar account_sid: The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Application resource.
    :ivar api_version: The API version used to start a new TwiML session.
    :ivar date_created: The date and time in GMT that the resource was created specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format.
    :ivar date_updated: The date and time in GMT that the resource was last updated specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format.
    :ivar friendly_name: The string that you assigned to describe the resource.
    :ivar message_status_callback: The URL we call using a POST method to send message status information to your application.
    :ivar sid: The unique string that that we created to identify the Application resource.
    :ivar sms_fallback_method: The HTTP method we use to call `sms_fallback_url`. Can be: `GET` or `POST`.
    :ivar sms_fallback_url: The URL that we call when an error occurs while retrieving or executing the TwiML from `sms_url`.
    :ivar sms_method: The HTTP method we use to call `sms_url`. Can be: `GET` or `POST`.
    :ivar sms_status_callback: The URL we call using a POST method to send status information to your application about SMS messages that refer to the application.
    :ivar sms_url: The URL we call when the phone number receives an incoming SMS message.
    :ivar status_callback: The URL we call using the `status_callback_method` to send status information to your application.
    :ivar status_callback_method: The HTTP method we use to call `status_callback`. Can be: `GET` or `POST`.
    :ivar uri: The URI of the resource, relative to `https://api.twilio.com`.
    :ivar voice_caller_id_lookup: Whether we look up the caller's caller-ID name from the CNAM database (additional charges apply). Can be: `true` or `false`.
    :ivar voice_fallback_method: The HTTP method we use to call `voice_fallback_url`. Can be: `GET` or `POST`.
    :ivar voice_fallback_url: The URL that we call when an error occurs retrieving or executing the TwiML requested by `url`.
    :ivar voice_method: The HTTP method we use to call `voice_url`. Can be: `GET` or `POST`.
    :ivar voice_url: The URL we call when the phone number assigned to this application receives a call.
    :ivar public_application_connect_enabled: Whether to allow other Twilio accounts to dial this applicaton using Dial verb. Can be: `true` or `false`.
    ÚversionÚpayloadÚaccount_sidÚsidc                 óJ  •— t         ‰| �  |«       |j                  d«      | _        |j                  d«      | _        t        j                  |j                  d«      «      | _        t        j                  |j                  d«      «      | _        |j                  d«      | _	        |j                  d«      | _
        |j                  d«      | _        |j                  d«      | _        |j                  d	«      | _        |j                  d
«      | _        |j                  d«      | _        |j                  d«      | _        |j                  d«      | _        |j                  d«      | _        |j                  d«      | _        |j                  d«      | _        |j                  d«      | _        |j                  d«      | _        |j                  d«      | _        |j                  d«      | _        |j                  d«      | _        ||xs | j                  dœ| _        d | _        y )Nr   Úapi_versionÚdate_createdÚdate_updatedÚfriendly_nameÚmessage_status_callbackr   Úsms_fallback_methodÚsms_fallback_urlÚ
sms_methodÚsms_status_callbackÚsms_urlÚstatus_callbackÚstatus_callback_methodÚuriÚvoice_caller_id_lookupÚvoice_fallback_methodÚvoice_fallback_urlÚvoice_methodÚ	voice_urlÚ"public_application_connect_enabled©r   r   )ÚsuperÚ__init__Úgetr   r   r   Úrfc2822_datetimer   r   r   r   r   r   r    r!   r"   r#   r$   r%   r&   r'   r(   r)   r*   r+   r,   Ú	_solutionÚ_context)Úselfr   r   r   r   Ú	__class__s        €úg/var/www/skyplay_api_hub/venv/lib/python3.12/site-packages/twilio/rest/api/v2010/account/application.pyr/   zApplicationInstance.__init__2   sÍ  ø€ ô 	‰Ñ˜Ô!à*1¯+©+°mÓ*DˆÔØ*1¯+©+°mÓ*DˆÔÜ0;×0LÑ0LØ�K‰K˜Ó'ó1
ˆÔô 1<×0LÑ0LØ�K‰K˜Ó'ó1
ˆÔð -4¯K©K¸Ó,HˆÔØ6=·k±kØ%ó7
ˆÔ$ð #*§+¡+¨eÓ"4ˆŒØ29·+±+Ð>SÓ2TˆÔ Ø/6¯{©{Ð;MÓ/NˆÔØ)0¯©°\Ó)BˆŒØ29·+±+Ð>SÓ2TˆÔ Ø&-§k¡k°)Ó&<ˆŒØ.5¯k©kÐ:KÓ.LˆÔØ5<·[±[Ø$ó6
ˆÔ#ð #*§+¡+¨eÓ"4ˆŒØ6=·k±kØ$ó7
ˆÔ#ð 5<·K±KÐ@WÓ4XˆÔ"Ø18·±Ð=QÓ1RˆÔØ+2¯;©;°~Ó+FˆÔØ(/¯©°KÓ(@ˆŒØBIÇ+Á+Ø0óC
ˆÔ/ð
 'Ø’?˜$Ÿ(™(ñ
ˆŒð 7;ˆ�ó    Úreturnc                 ó    — | j                   €7t        | j                  | j                  d   | j                  d   ¬«      | _         | j                   S )zñ
        Generate an instance context for the instance, the context is capable of
        performing various actions. All instance actions are proxied to the context

        :returns: ApplicationContext for this ApplicationInstance
        r   r   r-   )r3   ÚApplicationContextÚ_versionr2   ©r4   s    r6   Ú_proxyzApplicationInstance._proxyc   sE   € ð �=‰=Ð Ü.Ø—‘Ø ŸN™N¨=Ñ9Ø—N‘N 5Ñ)ôˆDŒMð
 �}‰}Ðr7   c                 ó6   — | j                   j                  «       S )ún
        Deletes the ApplicationInstance


        :returns: True if delete succeeds, False otherwise
        )r=   Údeleter<   s    r6   r@   zApplicationInstance.deletes   s   € ð �{‰{×!Ñ!Ó#Ð#r7   c              ƒ   óR   K  — | j                   j                  «       ƒ d{  –—† S 7 Œ­w)úŠ
        Asynchronous coroutine that deletes the ApplicationInstance


        :returns: True if delete succeeds, False otherwise
        N)r=   Údelete_asyncr<   s    r6   rC   z ApplicationInstance.delete_async|   s!   è ø€ ð —[‘[×-Ñ-Ó/×/Ð/Ð/úó   ‚' %¡'c                 ó6   — | j                   j                  «       S )úc
        Fetch the ApplicationInstance


        :returns: The fetched ApplicationInstance
        )r=   Úfetchr<   s    r6   rG   zApplicationInstance.fetch…   s   € ð �{‰{× Ñ Ó"Ð"r7   c              ƒ   óR   K  — | j                   j                  «       ƒ d{  –—† S 7 Œ­w)ú}
        Asynchronous coroutine to fetch the ApplicationInstance


        :returns: The fetched ApplicationInstance
        N)r=   Úfetch_asyncr<   s    r6   rJ   zApplicationInstance.fetch_asyncŽ   s!   è ø€ ð —[‘[×,Ñ,Ó.×.Ð.Ð.úrD   r   r   r+   r*   r)   r(   r$   r%   r'   r#   r!   r    r   r"   r   r,   c                 óX   — | j                   j                  |||||||||	|
||||||¬«      S )á	  
        Update the ApplicationInstance

        :param friendly_name: A descriptive string that you create to describe the resource. It can be up to 64 characters long.
        :param api_version: The API version to use to start a new TwiML session. Can be: `2010-04-01` or `2008-08-01`. The default value is your account's default API version.
        :param voice_url: The URL we should call when the phone number assigned to this application receives a call.
        :param voice_method: The HTTP method we should use to call `voice_url`. Can be: `GET` or `POST`.
        :param voice_fallback_url: The URL that we should call when an error occurs retrieving or executing the TwiML requested by `url`.
        :param voice_fallback_method: The HTTP method we should use to call `voice_fallback_url`. Can be: `GET` or `POST`.
        :param status_callback: The URL we should call using the `status_callback_method` to send status information to your application.
        :param status_callback_method: The HTTP method we should use to call `status_callback`. Can be: `GET` or `POST`.
        :param voice_caller_id_lookup: Whether we should look up the caller's caller-ID name from the CNAM database (additional charges apply). Can be: `true` or `false`.
        :param sms_url: The URL we should call when the phone number receives an incoming SMS message.
        :param sms_method: The HTTP method we should use to call `sms_url`. Can be: `GET` or `POST`.
        :param sms_fallback_url: The URL that we should call when an error occurs while retrieving or executing the TwiML from `sms_url`.
        :param sms_fallback_method: The HTTP method we should use to call `sms_fallback_url`. Can be: `GET` or `POST`.
        :param sms_status_callback: Same as message_status_callback: The URL we should call using a POST method to send status information about SMS messages sent by the application. Deprecated, included for backwards compatibility.
        :param message_status_callback: The URL we should call using a POST method to send message status information to your application.
        :param public_application_connect_enabled: Whether to allow other Twilio accounts to dial this applicaton using Dial verb. Can be: `true` or `false`.

        :returns: The updated ApplicationInstance
        ©r   r   r+   r*   r)   r(   r$   r%   r'   r#   r!   r    r   r"   r   r,   )r=   Úupdate©r4   r   r   r+   r*   r)   r(   r$   r%   r'   r#   r!   r    r   r"   r   r,   s                    r6   rN   zApplicationInstance.update—   sQ   € ðR �{‰{×!Ñ!Ø'Ø#ØØ%Ø1Ø"7Ø+Ø#9Ø#9ØØ!Ø-Ø 3Ø 3Ø$;Ø/Qð! "ó 
ð 	
r7   c              ƒ   ót   K  — | j                   j                  |||||||||	|
||||||¬«      ƒ d{  –—† S 7 Œ­w)á	  
        Asynchronous coroutine to update the ApplicationInstance

        :param friendly_name: A descriptive string that you create to describe the resource. It can be up to 64 characters long.
        :param api_version: The API version to use to start a new TwiML session. Can be: `2010-04-01` or `2008-08-01`. The default value is your account's default API version.
        :param voice_url: The URL we should call when the phone number assigned to this application receives a call.
        :param voice_method: The HTTP method we should use to call `voice_url`. Can be: `GET` or `POST`.
        :param voice_fallback_url: The URL that we should call when an error occurs retrieving or executing the TwiML requested by `url`.
        :param voice_fallback_method: The HTTP method we should use to call `voice_fallback_url`. Can be: `GET` or `POST`.
        :param status_callback: The URL we should call using the `status_callback_method` to send status information to your application.
        :param status_callback_method: The HTTP method we should use to call `status_callback`. Can be: `GET` or `POST`.
        :param voice_caller_id_lookup: Whether we should look up the caller's caller-ID name from the CNAM database (additional charges apply). Can be: `true` or `false`.
        :param sms_url: The URL we should call when the phone number receives an incoming SMS message.
        :param sms_method: The HTTP method we should use to call `sms_url`. Can be: `GET` or `POST`.
        :param sms_fallback_url: The URL that we should call when an error occurs while retrieving or executing the TwiML from `sms_url`.
        :param sms_fallback_method: The HTTP method we should use to call `sms_fallback_url`. Can be: `GET` or `POST`.
        :param sms_status_callback: Same as message_status_callback: The URL we should call using a POST method to send status information about SMS messages sent by the application. Deprecated, included for backwards compatibility.
        :param message_status_callback: The URL we should call using a POST method to send message status information to your application.
        :param public_application_connect_enabled: Whether to allow other Twilio accounts to dial this applicaton using Dial verb. Can be: `true` or `false`.

        :returns: The updated ApplicationInstance
        rM   N)r=   Úupdate_asyncrO   s                    r6   rR   z ApplicationInstance.update_asyncÓ   s_   è ø€ ðR —[‘[×-Ñ-Ø'Ø#ØØ%Ø1Ø"7Ø+Ø#9Ø#9ØØ!Ø-Ø 3Ø 3Ø$;Ø/Qð! .ó 
÷ 
ð 	
ð 
ús   ‚/8±6²8c                 ó„   — dj                  d„ | j                  j                  «       D «       «      }dj                  |«      S )úf
        Provide a friendly representation

        :returns: Machine friendly representation
        ú c              3   óF   K  — | ]  \  }}d j                  ||«      –— Œ y­w©z{}={}N©Úformat©Ú.0ÚkÚvs      r6   ú	<genexpr>z/ApplicationInstance.__repr__.<locals>.<genexpr>  ó   è ø€ ÒS±D°A°q˜7Ÿ>™>¨!¨Q×/ÑSùó   ‚!z)<Twilio.Api.V2010.ApplicationInstance {}>©Újoinr2   ÚitemsrY   ©r4   Úcontexts     r6   Ú__repr__zApplicationInstance.__repr__  s6   € ð —(‘(ÑS¸D¿N¹N×<PÑ<PÓ<RÔSÓSˆØ:×AÑAÀ'ÓJÐJr7   )N)r8   r:   )r8   r   )Ú__name__Ú
__module__Ú__qualname__Ú__doc__r   r   Ústrr   r   r/   Úpropertyr=   Úboolr@   rC   rG   rJ   r   Úunsetr   ÚobjectrN   rR   rf   Ú__classcell__©r5   s   @r6   r   r      sé  ø„ ñð: "ñ/;àð/;ð �c˜3�h‘ð/;ð ð	/;ð
 �c‰]õ/;ðb òó ðð$˜ó $ð0 Dó 0ó#ó/ð -3¯L©LØ*0¯,©,Ø(.¯©Ø+1¯<©<Ø17·±Ø4:·L±LØ.4¯l©lØ5;·\±\Ø6<·l±lØ&,§l¡lØ)/¯©Ø/5¯|©|Ø28·,±,Ø28·,±,Ø6<·l±lØBHÇ,Á,ñ#:
à˜S &˜[Ñ)ð:
ð ˜3 ˜;Ñ'ð:
ð ˜˜f˜Ñ%ð	:
ð
 ˜C ˜KÑ(ð:
ð " # v +Ñ.ð:
ð  % S¨& [Ñ1ð:
ð ˜s F˜{Ñ+ð:
ð !& c¨6 kÑ 2ð:
ð !& d¨F lÑ 3ð:
ð �s˜F�{Ñ#ð:
ð ˜#˜v˜+Ñ&ð:
ð    V Ñ,ð:
ð # 3¨ ;Ñ/ð:
ð # 3¨ ;Ñ/ð:
ð  "' s¨F {Ñ!3ð!:
ð" -2°$¸°,Ñ,?ð#:
ð$ 
ó%:
ð| -3¯L©LØ*0¯,©,Ø(.¯©Ø+1¯<©<Ø17·±Ø4:·L±LØ.4¯l©lØ5;·\±\Ø6<·l±lØ&,§l¡lØ)/¯©Ø/5¯|©|Ø28·,±,Ø28·,±,Ø6<·l±lØBHÇ,Á,ñ#:
à˜S &˜[Ñ)ð:
ð ˜3 ˜;Ñ'ð:
ð ˜˜f˜Ñ%ð	:
ð
 ˜C ˜KÑ(ð:
ð " # v +Ñ.ð:
ð  % S¨& [Ñ1ð:
ð ˜s F˜{Ñ+ð:
ð !& c¨6 kÑ 2ð:
ð !& d¨F lÑ 3ð:
ð �s˜F�{Ñ#ð:
ð ˜#˜v˜+Ñ&ð:
ð    V Ñ,ð:
ð # 3¨ ;Ñ/ð:
ð # 3¨ ;Ñ/ð:
ð  "' s¨F {Ñ!3ð!:
ð" -2°$¸°,Ñ,?ð#:
ð$ 
ó%:
ðxK˜#÷ Kr7   r   c            #       ó  ‡ — e Zd Zdededefˆ fd„Zdefd„Zdefd„Zde	fd„Z
de	fd	„Zej                  ej                  ej                  ej                  ej                  ej                  ej                  ej                  ej                  ej                  ej                  ej                  ej                  ej                  ej                  ej                  fd
eeef   deeef   deeef   deeef   deeef   deeef   deeef   deeef   deeef   deeef   deeef   deeef   deeef   deeef   deeef   deeef   de	f"d„Zej                  ej                  ej                  ej                  ej                  ej                  ej                  ej                  ej                  ej                  ej                  ej                  ej                  ej                  ej                  ej                  fd
eeef   deeef   deeef   deeef   deeef   deeef   deeef   deeef   deeef   deeef   deeef   deeef   deeef   deeef   deeef   deeef   de	f"d„Zdefd„Zˆ xZS )r:   r   r   r   c                 óz   •— t         ‰| �  |«       ||dœ| _         dj                  di | j                  ¤Ž| _        y)ao  
        Initialize the ApplicationContext

        :param version: Version that contains the resource
        :param account_sid: The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Application resources to update.
        :param sid: The Twilio-provided string that uniquely identifies the Application resource to update.
        r-   z//Accounts/{account_sid}/Applications/{sid}.jsonN© ©r.   r/   r2   rY   Ú_uri)r4   r   r   r   r5   s       €r6   r/   zApplicationContext.__init__  sG   ø€ ô 	‰Ñ˜Ô!ð 'Øñ
ˆŒð MÐE×LÑLñ 
Ø�n‰nñ
ˆ�	r7   r8   c                 ó|   — t        j                  i «      }| j                  j                  d| j                  |¬«      S )r?   ÚDELETE©Úmethodr&   Úheaders)r   Úofr;   r@   rv   ©r4   r{   s     r6   r@   zApplicationContext.delete.  s1   € ô —)‘)˜B“-ˆà�}‰}×#Ñ#¨8¸¿¹ÈGÐ#ÓTÐTr7   c              ƒ   ó˜   K  — t        j                  i «      }| j                  j                  d| j                  |¬«      ƒ d{  –—† S 7 Œ­w)rB   rx   ry   N)r   r|   r;   rC   rv   r}   s     r6   rC   zApplicationContext.delete_async:  sF   è ø€ ô —)‘)˜B“-ˆà—]‘]×/Ñ/Ø §¡°Gð 0ó 
÷ 
ð 	
ð 
ús   ‚AA
ÁAÁA
c                 óì   — t        j                  i «      }d|d<   | j                  j                  d| j                  |¬«      }t        | j                  || j                  d   | j                  d   ¬«      S )rF   úapplication/jsonÚAcceptÚGETry   r   r   r-   )r   r|   r;   rG   rv   r   r2   ©r4   r{   r   s      r6   rG   zApplicationContext.fetchH  si   € ô —)‘)˜B“-ˆà.ˆ�Ñà—-‘-×%Ñ%¨U¸¿	¹	È7Ð%ÓSˆä"Ø�M‰MØØŸ™ }Ñ5Ø—‘˜uÑ%ô	
ð 	
r7   c              ƒ   ó  K  — t        j                  i «      }d|d<   | j                  j                  d| j                  |¬«      ƒ d{  –—† }t        | j                  || j                  d   | j                  d   ¬«      S 7 Œ7­w)	rI   r€   r�   r‚   ry   Nr   r   r-   )r   r|   r;   rJ   rv   r   r2   rƒ   s      r6   rJ   zApplicationContext.fetch_async]  s~   è ø€ ô —)‘)˜B“-ˆà.ˆ�ÑàŸ™×1Ñ1Ø˜dŸi™i°ð 2ó 
÷ 
ˆô #Ø�M‰MØØŸ™ }Ñ5Ø—‘˜uÑ%ô	
ð 	
ð	
ús   ‚ABÁB Á	8Br   r   r+   r*   r)   r(   r$   r%   r'   r#   r!   r    r   r"   r   r,   c                 óÎ  — t        j                  i d|“d|“d|“d|“d|“d|“d|“d|“d	t        j                  |	«      “d
|
“d|“d|“d|“d|“d|“dt        j                  |«      “«      }t        j                  i «      }d|d<   d|d<   | j                  j                  d| j                  ||¬«      }t        | j                  || j                  d   | j                  d   ¬«      S )rL   ÚFriendlyNameÚ
ApiVersionÚVoiceUrlÚVoiceMethodÚVoiceFallbackUrlÚVoiceFallbackMethodÚStatusCallbackÚStatusCallbackMethodÚVoiceCallerIdLookupÚSmsUrlÚ	SmsMethodÚSmsFallbackUrlÚSmsFallbackMethodÚSmsStatusCallbackÚMessageStatusCallbackÚPublicApplicationConnectEnabledú!application/x-www-form-urlencodedúContent-Typer€   r�   ÚPOST©rz   r&   Údatar{   r   r   r-   )	r   r|   r   Úboolean_to_stringr;   rN   rv   r   r2   ©r4   r   r   r+   r*   r)   r(   r$   r%   r'   r#   r!   r    r   r"   r   r,   rš   r{   r   s                       r6   rN   zApplicationContext.updatet  sq  € ôT �y‰yðØ ðà˜kðð ˜Iðð ˜|ð	ð
 #Ð$6ðð &Ð'<ðð ! /ðð 'Ð(>ðð &¤y×'BÑ'BØ*ó(ðð ˜'ðð ˜Zðð !Ð"2ðð $Ð%8ðð  $Ð%8ð!ð" (Ð)@ð#ð$ 2´9×3NÑ3NØ6ó4ð%ó
ˆô0 —)‘)˜B“-ˆà"Eˆ�Ñà.ˆ�Ñà—-‘-×&Ñ&Ø˜tŸy™y¨t¸Wð 'ó 
ˆô #Ø�M‰MØØŸ™ }Ñ5Ø—‘˜uÑ%ô	
ð 	
r7   c              ƒ   óê  K  — t        j                  i d|“d|“d|“d|“d|“d|“d|“d|“d	t        j                  |	«      “d
|
“d|“d|“d|“d|“d|“dt        j                  |«      “«      }t        j                  i «      }d|d<   d|d<   | j                  j                  d| j                  ||¬«      ƒ d{  –—† }t        | j                  || j                  d   | j                  d   ¬«      S 7 Œ7­w)rQ   r†   r‡   rˆ   r‰   rŠ   r‹   rŒ   r�   rŽ   r�   r�   r‘   r’   r“   r”   r•   r–   r—   r€   r�   r˜   r™   Nr   r   r-   )	r   r|   r   r›   r;   rR   rv   r   r2   rœ   s                       r6   rR   zApplicationContext.update_asyncÇ  s  è ø€ ôT �y‰yðØ ðà˜kðð ˜Iðð ˜|ð	ð
 #Ð$6ðð &Ð'<ðð ! /ðð 'Ð(>ðð &¤y×'BÑ'BØ*ó(ðð ˜'ðð ˜Zðð !Ð"2ðð $Ð%8ðð  $Ð%8ð!ð" (Ð)@ð#ð$ 2´9×3NÑ3NØ6ó4ð%ó
ˆô0 —)‘)˜B“-ˆà"Eˆ�Ñà.ˆ�ÑàŸ™×2Ñ2Ø˜tŸy™y¨t¸Wð 3ó 
÷ 
ˆô #Ø�M‰MØØŸ™ }Ñ5Ø—‘˜uÑ%ô	
ð 	
ð	
ús   ‚B7C3Â9C1Â:8C3c                 ó„   — dj                  d„ | j                  j                  «       D «       «      }dj                  |«      S )rT   rU   c              3   óF   K  — | ]  \  }}d j                  ||«      –— Œ y­wrW   rX   rZ   s      r6   r^   z.ApplicationContext.__repr__.<locals>.<genexpr>   r_   r`   z(<Twilio.Api.V2010.ApplicationContext {}>ra   rd   s     r6   rf   zApplicationContext.__repr__  s6   € ð —(‘(ÑS¸D¿N¹N×<PÑ<PÓ<RÔSÓSˆØ9×@Ñ@ÀÓIÐIr7   )rg   rh   ri   r   rk   r/   rm   r@   rC   r   rG   rJ   r   rn   r   ro   rN   rR   rf   rp   rq   s   @r6   r:   r:     sã  ø„ ð
 ð 
°cð 
Àõ 
ð&
U˜ó 
Uð
 Dó 
ð
Ð*ó 
ð*
Ð#6ó 
ð2 -3¯L©LØ*0¯,©,Ø(.¯©Ø+1¯<©<Ø17·±Ø4:·L±LØ.4¯l©lØ5;·\±\Ø6<·l±lØ&,§l¡lØ)/¯©Ø/5¯|©|Ø28·,±,Ø28·,±,Ø6<·l±lØBHÇ,Á,ñ#Q
à˜S &˜[Ñ)ðQ
ð ˜3 ˜;Ñ'ðQ
ð ˜˜f˜Ñ%ð	Q
ð
 ˜C ˜KÑ(ðQ
ð " # v +Ñ.ðQ
ð  % S¨& [Ñ1ðQ
ð ˜s F˜{Ñ+ðQ
ð !& c¨6 kÑ 2ðQ
ð !& d¨F lÑ 3ðQ
ð �s˜F�{Ñ#ðQ
ð ˜#˜v˜+Ñ&ðQ
ð    V Ñ,ðQ
ð # 3¨ ;Ñ/ðQ
ð # 3¨ ;Ñ/ðQ
ð  "' s¨F {Ñ!3ð!Q
ð" -2°$¸°,Ñ,?ð#Q
ð$ 
ó%Q
ðj -3¯L©LØ*0¯,©,Ø(.¯©Ø+1¯<©<Ø17·±Ø4:·L±LØ.4¯l©lØ5;·\±\Ø6<·l±lØ&,§l¡lØ)/¯©Ø/5¯|©|Ø28·,±,Ø28·,±,Ø6<·l±lØBHÇ,Á,ñ#Q
à˜S &˜[Ñ)ðQ
ð ˜3 ˜;Ñ'ðQ
ð ˜˜f˜Ñ%ð	Q
ð
 ˜C ˜KÑ(ðQ
ð " # v +Ñ.ðQ
ð  % S¨& [Ñ1ðQ
ð ˜s F˜{Ñ+ðQ
ð !& c¨6 kÑ 2ðQ
ð !& d¨F lÑ 3ðQ
ð �s˜F�{Ñ#ðQ
ð ˜#˜v˜+Ñ&ðQ
ð    V Ñ,ðQ
ð # 3¨ ;Ñ/ðQ
ð # 3¨ ;Ñ/ðQ
ð  "' s¨F {Ñ!3ð!Q
ð" -2°$¸°,Ñ,?ð#Q
ð$ 
ó%Q
ðfJ˜#÷ Jr7   r:   c                   ó2   — e Zd Zdeeef   defd„Zdefd„Zy)ÚApplicationPager   r8   c                 óL   — t        | j                  || j                  d   ¬«      S )zq
        Build an instance of ApplicationInstance

        :param payload: Payload response from the API
        r   ©r   )r   r;   r2   )r4   r   s     r6   Úget_instancezApplicationPage.get_instance&  s%   € ô #Ø�M‰M˜7°·±¸}Ñ0Mô
ð 	
r7   c                  ó   — y)rT   z"<Twilio.Api.V2010.ApplicationPage>rt   r<   s    r6   rf   zApplicationPage.__repr__0  ó   € ð 4r7   N)	rg   rh   ri   r   rk   r   r   r¤   rf   rt   r7   r6   r¡   r¡   $  s*   „ ð
 D¨¨c¨¡Nð 
Ð7Jó 
ð4˜#ô 4r7   r¡   c            #       óŒ  ‡ — e Zd Zdedefˆ fd„Zej                  ej                  ej                  ej                  ej                  ej                  ej                  ej                  ej                  ej                  ej                  ej                  ej                  ej                  ej                  ej                  fdeee	f   deee	f   deee	f   deee	f   deee	f   d	eee	f   d
eee	f   dee
e	f   deee	f   deee	f   deee	f   deee	f   deee	f   deee	f   deee	f   dee
e	f   def"d„Zej                  ej                  ej                  ej                  ej                  ej                  ej                  ej                  ej                  ej                  ej                  ej                  ej                  ej                  ej                  ej                  fdeee	f   deee	f   deee	f   deee	f   deee	f   d	eee	f   d
eee	f   dee
e	f   deee	f   deee	f   deee	f   deee	f   deee	f   deee	f   deee	f   dee
e	f   def"d„Zej                  ddfdeee	f   dee   dee   dee   fd„Zej                  ddfdeee	f   dee   dee   dee   fd„Zej                  ddfdeee	f   dee   dee   dee   fd„Zej                  ddfdeee	f   dee   dee   dee   fd„Zej                  ej                  ej                  ej                  fdeee	f   deee	f   deee	f   deee	f   def
d „Zej                  ej                  ej                  ej                  fdeee	f   deee	f   deee	f   deee	f   def
d!„Zd"edefd#„Zd"edefd$„Zd%edefd&„Zd%edefd'„Zdefd(„Zˆ xZ S ))ÚApplicationListr   r   c                 óx   •— t         ‰| �  |«       d|i| _         dj                  di | j                  ¤Ž| _        y)zÿ
        Initialize the ApplicationList

        :param version: Version that contains the resource
        :param account_sid: The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Application resources to read.

        r   z)/Accounts/{account_sid}/Applications.jsonNrt   ru   )r4   r   r   r5   s      €r6   r/   zApplicationList.__init__;  sA   ø€ ô 	‰Ñ˜Ô!ð ˜;ð
ˆŒð GÐ?×FÑFÑXÈÏÉÑXˆ�	r7   r   r+   r*   r)   r(   r$   r%   r'   r#   r!   r    r   r"   r   r   r,   r8   c                 ó¶  — t        j                  i d|“d|“d|“d|“d|“d|“d|“dt        j                  |«      “d	|	“d
|
“d|“d|“d|“d|“d|“dt        j                  |«      “«      }t        j                  ddi«      }d|d<   d|d<   | j                  j                  d| j                  ||¬«      }t        | j                  || j                  d   ¬«      S )a¸  
        Create the ApplicationInstance

        :param api_version: The API version to use to start a new TwiML session. Can be: `2010-04-01` or `2008-08-01`. The default value is the account's default API version.
        :param voice_url: The URL we should call when the phone number assigned to this application receives a call.
        :param voice_method: The HTTP method we should use to call `voice_url`. Can be: `GET` or `POST`.
        :param voice_fallback_url: The URL that we should call when an error occurs retrieving or executing the TwiML requested by `url`.
        :param voice_fallback_method: The HTTP method we should use to call `voice_fallback_url`. Can be: `GET` or `POST`.
        :param status_callback: The URL we should call using the `status_callback_method` to send status information to your application.
        :param status_callback_method: The HTTP method we should use to call `status_callback`. Can be: `GET` or `POST`.
        :param voice_caller_id_lookup: Whether we should look up the caller's caller-ID name from the CNAM database (additional charges apply). Can be: `true` or `false`.
        :param sms_url: The URL we should call when the phone number receives an incoming SMS message.
        :param sms_method: The HTTP method we should use to call `sms_url`. Can be: `GET` or `POST`.
        :param sms_fallback_url: The URL that we should call when an error occurs while retrieving or executing the TwiML from `sms_url`.
        :param sms_fallback_method: The HTTP method we should use to call `sms_fallback_url`. Can be: `GET` or `POST`.
        :param sms_status_callback: The URL we should call using a POST method to send status information about SMS messages sent by the application.
        :param message_status_callback: The URL we should call using a POST method to send message status information to your application.
        :param friendly_name: A descriptive string that you create to describe the new application. It can be up to 64 characters long.
        :param public_application_connect_enabled: Whether to allow other Twilio accounts to dial this applicaton using Dial verb. Can be: `true` or `false`.

        :returns: The created ApplicationInstance
        r‡   rˆ   r‰   rŠ   r‹   rŒ   r�   rŽ   r�   r�   r‘   r’   r“   r”   r†   r•   r—   r–   r€   r�   r˜   r™   r   r£   )	r   r|   r   r›   r;   Úcreaterv   r   r2   ©r4   r   r+   r*   r)   r(   r$   r%   r'   r#   r!   r    r   r"   r   r   r,   rš   r{   r   s                       r6   r«   zApplicationList.createK  sj  € ôT �y‰yðØ˜kðà˜Iðð ˜|ðð #Ð$6ð	ð
 &Ð'<ðð ! /ðð 'Ð(>ðð &¤y×'BÑ'BØ*ó(ðð ˜'ðð ˜Zðð !Ð"2ðð $Ð%8ðð $Ð%8ðð  (Ð)@ð!ð"  ð#ð$ 2´9×3NÑ3NØ6ó4ð%ó
ˆô0 —)‘)˜^Ð-PÐQÓRˆà"Eˆ�Ñà.ˆ�Ñà—-‘-×&Ñ&Ø˜tŸy™y¨t¸Wð 'ó 
ˆô #Ø�M‰M˜7°·±¸}Ñ0Mô
ð 	
r7   c              ƒ   óÒ  K  — t        j                  i d|“d|“d|“d|“d|“d|“d|“dt        j                  |«      “d	|	“d
|
“d|“d|“d|“d|“d|“dt        j                  |«      “«      }t        j                  ddi«      }d|d<   d|d<   | j                  j                  d| j                  ||¬«      ƒ d{  –—† }t        | j                  || j                  d   ¬«      S 7 Œ)­w)aÇ  
        Asynchronously create the ApplicationInstance

        :param api_version: The API version to use to start a new TwiML session. Can be: `2010-04-01` or `2008-08-01`. The default value is the account's default API version.
        :param voice_url: The URL we should call when the phone number assigned to this application receives a call.
        :param voice_method: The HTTP method we should use to call `voice_url`. Can be: `GET` or `POST`.
        :param voice_fallback_url: The URL that we should call when an error occurs retrieving or executing the TwiML requested by `url`.
        :param voice_fallback_method: The HTTP method we should use to call `voice_fallback_url`. Can be: `GET` or `POST`.
        :param status_callback: The URL we should call using the `status_callback_method` to send status information to your application.
        :param status_callback_method: The HTTP method we should use to call `status_callback`. Can be: `GET` or `POST`.
        :param voice_caller_id_lookup: Whether we should look up the caller's caller-ID name from the CNAM database (additional charges apply). Can be: `true` or `false`.
        :param sms_url: The URL we should call when the phone number receives an incoming SMS message.
        :param sms_method: The HTTP method we should use to call `sms_url`. Can be: `GET` or `POST`.
        :param sms_fallback_url: The URL that we should call when an error occurs while retrieving or executing the TwiML from `sms_url`.
        :param sms_fallback_method: The HTTP method we should use to call `sms_fallback_url`. Can be: `GET` or `POST`.
        :param sms_status_callback: The URL we should call using a POST method to send status information about SMS messages sent by the application.
        :param message_status_callback: The URL we should call using a POST method to send message status information to your application.
        :param friendly_name: A descriptive string that you create to describe the new application. It can be up to 64 characters long.
        :param public_application_connect_enabled: Whether to allow other Twilio accounts to dial this applicaton using Dial verb. Can be: `true` or `false`.

        :returns: The created ApplicationInstance
        r‡   rˆ   r‰   rŠ   r‹   rŒ   r�   rŽ   r�   r�   r‘   r’   r“   r”   r†   r•   r—   r–   r€   r�   r˜   r™   Nr   r£   )	r   r|   r   r›   r;   Úcreate_asyncrv   r   r2   r¬   s                       r6   r®   zApplicationList.create_async›  sx  è ø€ ôT �y‰yðØ˜kðà˜Iðð ˜|ðð #Ð$6ð	ð
 &Ð'<ðð ! /ðð 'Ð(>ðð &¤y×'BÑ'BØ*ó(ðð ˜'ðð ˜Zðð !Ð"2ðð $Ð%8ðð $Ð%8ðð  (Ð)@ð!ð"  ð#ð$ 2´9×3NÑ3NØ6ó4ð%ó
ˆô0 —)‘)˜^Ð-PÐQÓRˆà"Eˆ�Ñà.ˆ�ÑàŸ™×2Ñ2Ø˜tŸy™y¨t¸Wð 3ó 
÷ 
ˆô #Ø�M‰M˜7°·±¸}Ñ0Mô
ð 	
ð	
ús   ‚B9C'Â;C%Â<*C'NÚlimitÚ	page_sizec                 ó¤   — | j                   j                  ||«      }| j                  ||d   ¬«      }| j                   j                  ||d   «      S )aÁ  
        Streams ApplicationInstance records from the API as a generator stream.
        This operation lazily loads records as efficiently as possible until the limit
        is reached.
        The results are returned as a generator, so this operation is memory efficient.

        :param str friendly_name: The string that identifies the Application resources to read.
        :param limit: Upper limit for the number of records to return. stream()
                      guarantees to never return more than limit.  Default is no limit
        :param page_size: Number of records to fetch per request, when not set will use
                          the default value of 50 records.  If no page_size is defined
                          but a limit is defined, stream() will attempt to read the
                          limit with the most efficient page size, i.e. min(limit, 1000)

        :returns: Generator that will yield up to limit results
        r°   ©r   r°   r¯   )r;   Úread_limitsÚpageÚstream©r4   r   r¯   r°   Úlimitsr´   s         r6   rµ   zApplicationList.streamë  sL   € ð, —‘×*Ñ*¨5°)Ó<ˆØ�y‰y }ÀÀ{Ñ@SˆyÓTˆà�}‰}×#Ñ# D¨&°©/Ó:Ð:r7   c              ƒ   óÀ   K  — | j                   j                  ||«      }| j                  ||d   ¬«      ƒ d{  –—† }| j                   j                  ||d   «      S 7 Œ#­w)aÐ  
        Asynchronously streams ApplicationInstance records from the API as a generator stream.
        This operation lazily loads records as efficiently as possible until the limit
        is reached.
        The results are returned as a generator, so this operation is memory efficient.

        :param str friendly_name: The string that identifies the Application resources to read.
        :param limit: Upper limit for the number of records to return. stream()
                      guarantees to never return more than limit.  Default is no limit
        :param page_size: Number of records to fetch per request, when not set will use
                          the default value of 50 records.  If no page_size is defined
                          but a limit is defined, stream() will attempt to read the
                          limit with the most efficient page size, i.e. min(limit, 1000)

        :returns: Generator that will yield up to limit results
        r°   r²   Nr¯   )r;   r³   Ú
page_asyncÚstream_asyncr¶   s         r6   rº   zApplicationList.stream_async  sb   è ø€ ð, —‘×*Ñ*¨5°)Ó<ˆØ—_‘_Ø'°6¸+Ñ3Fð %ó 
÷ 
ˆð �}‰}×)Ñ)¨$°°w±Ó@Ð@ð	
ús   ‚6A¸A¹$Ac                 ó<   — t        | j                  |||¬«      «      S )a^  
        Lists ApplicationInstance records from the API as a list.
        Unlike stream(), this operation is eager and will load `limit` records into
        memory before returning.

        :param str friendly_name: The string that identifies the Application resources to read.
        :param limit: Upper limit for the number of records to return. list() guarantees
                      never to return more than limit.  Default is no limit
        :param page_size: Number of records to fetch per request, when not set will use
                          the default value of 50 records.  If no page_size is defined
                          but a limit is defined, list() will attempt to read the limit
                          with the most efficient page size, i.e. min(limit, 1000)

        :returns: list that will contain up to limit results
        ©r   r¯   r°   )Úlistrµ   )r4   r   r¯   r°   s       r6   r½   zApplicationList.list#  s+   € ô* Ø�K‰KØ+ØØ#ð ó ó
ð 	
r7   c              ƒ   ó|   K  — | j                  |||¬«      ƒ d{  –—† 2 �cg c3 d{  –—† }|‘Œ7 Œ7 Œ	6 c}S c c}w ­w)am  
        Asynchronously lists ApplicationInstance records from the API as a list.
        Unlike stream(), this operation is eager and will load `limit` records into
        memory before returning.

        :param str friendly_name: The string that identifies the Application resources to read.
        :param limit: Upper limit for the number of records to return. list() guarantees
                      never to return more than limit.  Default is no limit
        :param page_size: Number of records to fetch per request, when not set will use
                          the default value of 50 records.  If no page_size is defined
                          but a limit is defined, list() will attempt to read the limit
                          with the most efficient page size, i.e. min(limit, 1000)

        :returns: list that will contain up to limit results
        r¼   N)rº   )r4   r   r¯   r°   Úrecords        r6   Ú
list_asynczApplicationList.list_async@  sW   è ø€ ð. '+×&7Ñ&7Ø+ØØ#ð '8ó '÷ !÷
ô 
àò ð!øð
øò 
ð 	
ùò 
ùs0   ‚<š/›<¡7£3§1
¨3«7¯<±3³7´<Ú
page_tokenÚpage_numberc                 ó  — t        j                  ||||dœ«      }t        j                  ddi«      }d|d<   | j                  j                  d| j                  ||¬«      }t        | j                  || j                  «      S )a×  
        Retrieve a single page of ApplicationInstance records from the API.
        Request is executed immediately

        :param friendly_name: The string that identifies the Application resources to read.
        :param page_token: PageToken provided by the API
        :param page_number: Page Number, this value is simply for client state
        :param page_size: Number of records to return, defaults to 50

        :returns: Page of ApplicationInstance
        ©r†   Ú	PageTokenr   ÚPageSizer—   r–   r€   r�   r‚   ©rz   r&   Úparamsr{   )r   r|   r;   r´   rv   r¡   r2   ©r4   r   rÁ   rÂ   r°   rš   r{   Úresponses           r6   r´   zApplicationList.page^  s‚   € ô$ �y‰yà -Ø'Ø#Ø%ñ	ó
ˆô —)‘)˜^Ð-PÐQÓRˆà.ˆ�Ñà—=‘=×%Ñ%Ø˜dŸi™i°¸gð &ó 
ˆô ˜tŸ}™}¨h¸¿¹ÓGÐGr7   c              ƒ   ó  K  — t        j                  ||||dœ«      }t        j                  ddi«      }d|d<   | j                  j                  d| j                  ||¬«      ƒ d{  –—† }t        | j                  || j                  «      S 7 Œ%­w)	aæ  
        Asynchronously retrieve a single page of ApplicationInstance records from the API.
        Request is executed immediately

        :param friendly_name: The string that identifies the Application resources to read.
        :param page_token: PageToken provided by the API
        :param page_number: Page Number, this value is simply for client state
        :param page_size: Number of records to return, defaults to 50

        :returns: Page of ApplicationInstance
        rÄ   r—   r–   r€   r�   r‚   rÇ   N)r   r|   r;   r¹   rv   r¡   r2   rÉ   s           r6   r¹   zApplicationList.page_async‚  s�   è ø€ ô$ �y‰yà -Ø'Ø#Ø%ñ	ó
ˆô —)‘)˜^Ð-PÐQÓRˆà.ˆ�ÑàŸ™×1Ñ1Ø˜dŸi™i°¸gð 2ó 
÷ 
ˆô ˜tŸ}™}¨h¸¿¹ÓGÐGð
ús   ‚A#BÁ%BÁ&&BÚ
target_urlc                 ó¤   — | j                   j                  j                  j                  d|«      }t	        | j                   || j
                  «      S )zû
        Retrieve a specific page of ApplicationInstance records from the API.
        Request is executed immediately

        :param target_url: API-generated URL for the requested results page

        :returns: Page of ApplicationInstance
        r‚   )r;   ÚdomainÚtwilioÚrequestr¡   r2   ©r4   rÌ   rÊ   s      r6   Úget_pagezApplicationList.get_page¦  s=   € ð —=‘=×'Ñ'×.Ñ.×6Ñ6°u¸jÓIˆÜ˜tŸ}™}¨h¸¿¹ÓGÐGr7   c              ƒ   óÀ   K  — | j                   j                  j                  j                  d|«      ƒ d{  –—† }t	        | j                   || j
                  «      S 7 Œ%­w)a
  
        Asynchronously retrieve a specific page of ApplicationInstance records from the API.
        Request is executed immediately

        :param target_url: API-generated URL for the requested results page

        :returns: Page of ApplicationInstance
        r‚   N)r;   rÎ   rÏ   Úrequest_asyncr¡   r2   rÑ   s      r6   Úget_page_asynczApplicationList.get_page_async²  sJ   è ø€ ð Ÿ™×-Ñ-×4Ñ4×BÑBÀ5È*ÓU×UˆÜ˜tŸ}™}¨h¸¿¹ÓGÐGð Vús   ‚4A¶A·&Ar   c                 óL   — t        | j                  | j                  d   |¬«      S ©zž
        Constructs a ApplicationContext

        :param sid: The Twilio-provided string that uniquely identifies the Application resource to update.
        r   r-   ©r:   r;   r2   ©r4   r   s     r6   r0   zApplicationList.get¾  ó%   € ô "Ø�M‰M t§~¡~°mÑ'DÈ#ô
ð 	
r7   c                 óL   — t        | j                  | j                  d   |¬«      S r×   rØ   rÙ   s     r6   Ú__call__zApplicationList.__call__È  rÚ   r7   c                  ó   — y)rT   z"<Twilio.Api.V2010.ApplicationList>rt   r<   s    r6   rf   zApplicationList.__repr__Ò  r¦   r7   )!rg   rh   ri   r   rk   r/   r   rn   r   ro   rm   r   r«   r®   r   Úintr	   rµ   r
   rº   r   r½   rÀ   r¡   r´   r¹   rÒ   rÕ   r:   r0   rÜ   rf   rp   rq   s   @r6   r¨   r¨   9  sC  ø„ ðY ð Y°cõ Yð$ +1¯,©,Ø(.¯©Ø+1¯<©<Ø17·±Ø4:·L±LØ.4¯l©lØ5;·\±\Ø6<·l±lØ&,§l¡lØ)/¯©Ø/5¯|©|Ø28·,±,Ø28·,±,Ø6<·l±lØ,2¯L©LØBHÇ,Á,ñ#N
à˜3 ˜;Ñ'ðN
ð ˜˜f˜Ñ%ðN
ð ˜C ˜KÑ(ð	N
ð
 " # v +Ñ.ðN
ð  % S¨& [Ñ1ðN
ð ˜s F˜{Ñ+ðN
ð !& c¨6 kÑ 2ðN
ð !& d¨F lÑ 3ðN
ð �s˜F�{Ñ#ðN
ð ˜#˜v˜+Ñ&ðN
ð    V Ñ,ðN
ð # 3¨ ;Ñ/ðN
ð # 3¨ ;Ñ/ðN
ð "' s¨F {Ñ!3ðN
ð  ˜S &˜[Ñ)ð!N
ð" -2°$¸°,Ñ,?ð#N
ð$ 
ó%N
ðd +1¯,©,Ø(.¯©Ø+1¯<©<Ø17·±Ø4:·L±LØ.4¯l©lØ5;·\±\Ø6<·l±lØ&,§l¡lØ)/¯©Ø/5¯|©|Ø28·,±,Ø28·,±,Ø6<·l±lØ,2¯L©LØBHÇ,Á,ñ#N
à˜3 ˜;Ñ'ðN
ð ˜˜f˜Ñ%ðN
ð ˜C ˜KÑ(ð	N
ð
 " # v +Ñ.ðN
ð  % S¨& [Ñ1ðN
ð ˜s F˜{Ñ+ðN
ð !& c¨6 kÑ 2ðN
ð !& d¨F lÑ 3ðN
ð �s˜F�{Ñ#ðN
ð ˜#˜v˜+Ñ&ðN
ð    V Ñ,ðN
ð # 3¨ ;Ñ/ðN
ð # 3¨ ;Ñ/ðN
ð "' s¨F {Ñ!3ðN
ð  ˜S &˜[Ñ)ð!N
ð" -2°$¸°,Ñ,?ð#N
ð$ 
ó%N
ðd -3¯L©LØ#Ø#'ñ	;à˜S &˜[Ñ)ð;ð ˜‰}ð;ð ˜C‘=ð	;ð
 
Ð%Ñ	&ó;ð: -3¯L©LØ#Ø#'ñ	Aà˜S &˜[Ñ)ðAð ˜‰}ðAð ˜C‘=ð	Að
 
Ð*Ñ	+óAð> -3¯L©LØ#Ø#'ñ	
à˜S &˜[Ñ)ð
ð ˜‰}ð
ð ˜C‘=ð	
ð
 
Ð!Ñ	"ó
ð> -3¯L©LØ#Ø#'ñ	
à˜S &˜[Ñ)ð
ð ˜‰}ð
ð ˜C‘=ð	
ð
 
Ð!Ñ	"ó
ð@ -3¯L©LØ)/¯©Ø*0¯,©,Ø(.¯©ñ"Hà˜S &˜[Ñ)ð"Hð ˜#˜v˜+Ñ&ð"Hð ˜3 ˜;Ñ'ð	"Hð
 ˜˜f˜Ñ%ð"Hð 
ó"HðL -3¯L©LØ)/¯©Ø*0¯,©,Ø(.¯©ñ"Hà˜S &˜[Ñ)ð"Hð ˜#˜v˜+Ñ&ð"Hð ˜3 ˜;Ñ'ð	"Hð
 ˜˜f˜Ñ%ð"Hð 
ó"HðH
H 3ð 
H¨?ó 
Hð
H¨sð 
H°ó 
Hð
�sð 
Ð1ó 
ð
˜Cð 
Ð$6ó 
ð4˜#÷ 4r7   r¨   N)rj   r   Útypingr   r   r   r   r   r	   r
   Útwilio.baser   r   r   Útwilio.base.instance_contextr   Útwilio.base.instance_resourcer   Útwilio.base.list_resourcer   Útwilio.base.versionr   Útwilio.base.pager   r   r:   r¡   r¨   rt   r7   r6   ú<module>ræ      sj   ðñõ ß L× LÑ Lß 6Ñ 6Ý 8Ý :Ý 2Ý 'Ý !ô}KÐ*ô }Kô@HJ˜ô HJôV4�dô 4ô*_4�lõ _4r7   