Ë
    [üàg=K  ã                   óÜ   — 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 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 - Messaging
    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Ú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defd„Zˆ xZS )ÚAlphaSenderInstanceaŽ  
    :ivar sid: The unique string that we created to identify the AlphaSender resource.
    :ivar account_sid: The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the AlphaSender resource.
    :ivar service_sid: The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) the resource is associated with.
    :ivar date_created: The date and time in GMT when the resource was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format.
    :ivar date_updated: The date and time in GMT when the resource was last updated specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format.
    :ivar alpha_sender: The Alphanumeric Sender ID string.
    :ivar capabilities: An array of values that describe whether the number can receive calls or messages. Can be: `SMS`.
    :ivar url: The absolute URL of the AlphaSender resource.
    ÚversionÚpayloadÚservice_sidÚsidc                 ó  •— t         ‰| �  |«       |j                  d«      | _        |j                  d«      | _        |j                  d«      | _        t        j                  |j                  d«      «      | _        t        j                  |j                  d«      «      | _	        |j                  d«      | _
        |j                  d«      | _        |j                  d«      | _        ||xs | j                  d	œ| _        d | _        y )
Nr   Úaccount_sidr   Údate_createdÚdate_updatedÚalpha_senderÚcapabilitiesÚurl©r   r   )ÚsuperÚ__init__Úgetr   r   r   r   Úiso8601_datetimer   r   r   r   r   Ú	_solutionÚ_context)Úselfr   r   r   r   Ú	__class__s        €úk/var/www/skyplay_api_hub/venv/lib/python3.12/site-packages/twilio/rest/messaging/v1/service/alpha_sender.pyr!   zAlphaSenderInstance.__init__%   sÚ   ø€ ô 	‰Ñ˜Ô!à")§+¡+¨eÓ"4ˆŒØ*1¯+©+°mÓ*DˆÔØ*1¯+©+°mÓ*DˆÔÜ0;×0LÑ0LØ�K‰K˜Ó'ó1
ˆÔô 1<×0LÑ0LØ�K‰K˜Ó'ó1
ˆÔð ,3¯;©;°~Ó+FˆÔØ18·±¸^Ó1LˆÔØ")§+¡+¨eÓ"4ˆŒð 'Ø’?˜$Ÿ(™(ñ
ˆŒð 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: AlphaSenderContext for this AlphaSenderInstance
        r   r   r   )r%   ÚAlphaSenderContextÚ_versionr$   ©r&   s    r(   Ú_proxyzAlphaSenderInstance._proxyA   sE   € ð �=‰=Ð Ü.Ø—‘Ø ŸN™N¨=Ñ9Ø—N‘N 5Ñ)ôˆDŒMð
 �}‰}Ðr)   c                 ó6   — | j                   j                  «       S )ún
        Deletes the AlphaSenderInstance


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


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


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


        :returns: The fetched AlphaSenderInstance
        N)r/   Úfetch_asyncr.   s    r(   r<   zAlphaSenderInstance.fetch_asyncl   s!   è ø€ ð —[‘[×,Ñ,Ó.×.Ð.Ð.úr6   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      r(   ú	<genexpr>z/AlphaSenderInstance.__repr__.<locals>.<genexpr>{   ó   è ø€ ÒS±D°A°q˜7Ÿ>™>¨!¨Q×/ÑSùó   ‚!z,<Twilio.Messaging.V1.AlphaSenderInstance {}>©Újoinr$   ÚitemsrC   ©r&   Úcontexts     r(   Ú__repr__zAlphaSenderInstance.__repr__u   s6   € ð —(‘(ÑS¸D¿N¹N×<PÑ<PÓ<RÔSÓSˆØ=×DÑDÀWÓMÐMr)   )N)r*   r,   )r*   r   )Ú__name__Ú
__module__Ú__qualname__Ú__doc__r   r   Ústrr   r   r!   Úpropertyr/   Úboolr2   r5   r9   r<   rP   Ú__classcell__©r'   s   @r(   r   r      sˆ   ø„ ñ	ð  "ñ;àð;ð �c˜3�h‘ð;ð ð	;ð
 �c‰]õ;ð8 òó ðð$˜ó $ð0 Dó 0ó#ó/ðN˜#÷ Nr)   r   c                   óh   ‡ — 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defd
„Zˆ xZS )r,   r   r   r   c                 óz   •— t         ‰| �  |«       ||dœ| _         dj                  di | j                  ¤Ž| _        y)a:  
        Initialize the AlphaSenderContext

        :param version: Version that contains the resource
        :param service_sid: The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to fetch the resource from.
        :param sid: The SID of the AlphaSender resource to fetch.
        r   z*/Services/{service_sid}/AlphaSenders/{sid}N© ©r    r!   r$   rC   Ú_uri)r&   r   r   r   r'   s       €r(   r!   zAlphaSenderContext.__init__�   sG   ø€ ô 	‰Ñ˜Ô!ð 'Øñ
ˆŒð HÐ@×GÑGñ 
Ø�n‰nñ
ˆ�	r)   r*   c                 ó|   — t        j                  i «      }| j                  j                  d| j                  |¬«      S )r1   ÚDELETE©ÚmethodÚuriÚheaders)r   Úofr-   r2   r^   ©r&   rd   s     r(   r2   zAlphaSenderContext.delete”   s1   € ô —)‘)˜B“-ˆà�}‰}×#Ñ#¨8¸¿¹ÈGÐ#ÓTÐTr)   c              ƒ   ó˜   K  — t        j                  i «      }| j                  j                  d| j                  |¬«      ƒ d{  –—† S 7 Œ­w)r4   r`   ra   N)r   re   r-   r5   r^   rf   s     r(   r5   zAlphaSenderContext.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 )r8   úapplication/jsonÚAcceptÚGETra   r   r   r   )r   re   r-   r9   r^   r   r$   ©r&   rd   r   s      r(   r9   zAlphaSenderContext.fetch®   si   € ô —)‘)˜B“-ˆà.ˆ�Ñà—-‘-×%Ñ%¨U¸¿	¹	È7Ð%ÓSˆä"Ø�M‰MØØŸ™ }Ñ5Ø—‘˜uÑ%ô	
ð 	
r)   c              ƒ   ó  K  — t        j                  i «      }d|d<   | j                  j                  d| j                  |¬«      ƒ d{  –—† }t        | j                  || j                  d   | j                  d   ¬«      S 7 Œ7­w)	r;   ri   rj   rk   ra   Nr   r   r   )r   re   r-   r<   r^   r   r$   rl   s      r(   r<   zAlphaSenderContext.fetch_asyncÃ   s~   è ø€ ô —)‘)˜B“-ˆà.ˆ�ÑàŸ™×1Ñ1Ø˜dŸi™i°ð 2ó 
÷ 
ˆô #Ø�M‰MØØŸ™ }Ñ5Ø—‘˜uÑ%ô	
ð 	
ð	
ús   ‚ABÁB Á	8Bc                 ó„   — dj                  d„ | j                  j                  «       D «       «      }dj                  |«      S )r>   r?   c              3   óF   K  — | ]  \  }}d j                  ||«      –— Œ y­wrA   rB   rD   s      r(   rH   z.AlphaSenderContext.__repr__.<locals>.<genexpr>à   rI   rJ   z+<Twilio.Messaging.V1.AlphaSenderContext {}>rK   rN   s     r(   rP   zAlphaSenderContext.__repr__Ú   s6   € ð —(‘(ÑS¸D¿N¹N×<PÑ<PÓ<RÔSÓSˆØ<×CÑCÀGÓLÐLr)   )rQ   rR   rS   r   rU   r!   rW   r2   r5   r   r9   r<   rP   rX   rY   s   @r(   r,   r,      s_   ø„ ð
 ð 
°cð 
Àõ 
ð&
U˜ó 
Uð
 Dó 
ð
Ð*ó 
ð*
Ð#6ó 
ð.M˜#÷ Mr)   r,   c                   ó2   — e Zd Zdeeef   defd„Zdefd„Zy)ÚAlphaSenderPager   r*   c                 óL   — t        | j                  || j                  d   ¬«      S )zq
        Build an instance of AlphaSenderInstance

        :param payload: Payload response from the API
        r   ©r   )r   r-   r$   )r&   r   s     r(   Úget_instancezAlphaSenderPage.get_instanceæ   s%   € ô #Ø�M‰M˜7°·±¸}Ñ0Mô
ð 	
r)   c                  ó   — y)r>   z%<Twilio.Messaging.V1.AlphaSenderPage>r\   r.   s    r(   rP   zAlphaSenderPage.__repr__ð   ó   € ð 7r)   N)	rQ   rR   rS   r   rU   r   r   rt   rP   r\   r)   r(   rq   rq   ä   s*   „ ð
 D¨¨c¨¡Nð 
Ð7Jó 
ð7˜#ô 7r)   rq   c            	       ó8  ‡ — e Zd Zdedefˆ fd„Zdedefd„Zdedefd„Z	 	 dde	e
   d	e	e
   dee   fd
„Z	 	 dde	e
   d	e	e
   dee   fd„Z	 	 dde	e
   d	e	e
   dee   fd„Z	 	 dde	e
   d	e	e
   dee   fd„Zej&                  ej&                  ej&                  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&                  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 )ÚAlphaSenderListr   r   c                 óx   •— t         ‰| �  |«       d|i| _         dj                  di | j                  ¤Ž| _        y)zö
        Initialize the AlphaSenderList

        :param version: Version that contains the resource
        :param service_sid: The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to read the resources from.

        r   z$/Services/{service_sid}/AlphaSendersNr\   r]   )r&   r   r   r'   s      €r(   r!   zAlphaSenderList.__init__û   sA   ø€ ô 	‰Ñ˜Ô!ð ˜;ð
ˆŒð BÐ:×AÑAÑSÀDÇNÁNÑSˆ�	r)   r   r*   c                 ó  — t        j                  d|i«      }t        j                  ddi«      }d|d<   d|d<   | j                  j                  d| j                  ||¬«      }t        | j                  || j                  d   ¬	«      S )
aP  
        Create the AlphaSenderInstance

        :param alpha_sender: The Alphanumeric Sender ID string. Can be up to 11 characters long. Valid characters are A-Z, a-z, 0-9, space, hyphen `-`, plus `+`, underscore `_` and ampersand `&`. This value cannot contain only numbers.

        :returns: The created AlphaSenderInstance
        ÚAlphaSenderúContent-Typeú!application/x-www-form-urlencodedri   rj   ÚPOST©rb   rc   Údatard   r   rs   )r   re   r-   Úcreater^   r   r$   ©r&   r   r€   rd   r   s        r(   r�   zAlphaSenderList.create  s�   € ô �y‰yà˜|ðó
ˆô
 —)‘)˜^Ð-PÐQÓRˆà"Eˆ�Ñà.ˆ�Ñà—-‘-×&Ñ&Ø˜tŸy™y¨t¸Wð 'ó 
ˆô #Ø�M‰M˜7°·±¸}Ñ0Mô
ð 	
r)   c              ƒ   ó*  K  — t        j                  d|i«      }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 AlphaSenderInstance

        :param alpha_sender: The Alphanumeric Sender ID string. Can be up to 11 characters long. Valid characters are A-Z, a-z, 0-9, space, hyphen `-`, plus `+`, underscore `_` and ampersand `&`. This value cannot contain only numbers.

        :returns: The created AlphaSenderInstance
        r{   r|   r}   ri   rj   r~   r   Nr   rs   )r   re   r-   Úcreate_asyncr^   r   r$   r‚   s        r(   r„   zAlphaSenderList.create_async'  s�   è ø€ ô �y‰yà˜|ðó
ˆô
 —)‘)˜^Ð-PÐQÓRˆà"Eˆ�Ñà.ˆ�ÑàŸ™×2Ñ2Ø˜tŸy™y¨t¸Wð 3ó 
÷ 
ˆô #Ø�M‰M˜7°·±¸}Ñ0Mô
ð 	
ð	
ús   ‚A%BÁ'BÁ(*BÚlimitÚ	page_sizec                 ó¢   — | j                   j                  ||«      }| j                  |d   ¬«      }| j                   j                  ||d   «      S )aa  
        Streams AlphaSenderInstance 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 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-   Úread_limitsÚpageÚstream©r&   r…   r†   ÚlimitsrŠ   s        r(   r‹   zAlphaSenderList.streamC  sJ   € ð( —‘×*Ñ*¨5°)Ó<ˆØ�y‰y 6¨+Ñ#6ˆyÓ7ˆà�}‰}×#Ñ# D¨&°©/Ó:Ð:r)   c              ƒ   ó¾   K  — | j                   j                  ||«      }| j                  |d   ¬«      ƒ d{  –—† }| j                   j                  ||d   «      S 7 Œ#­w)ap  
        Asynchronously streams AlphaSenderInstance 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 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        r(   r�   zAlphaSenderList.stream_async\  sW   è ø€ ð( —‘×*Ñ*¨5°)Ó<ˆØ—_‘_¨v°kÑ/B�_ÓC×Cˆà�}‰}×)Ñ)¨$°°w±Ó@Ð@ð Dús   ‚5A·A¸$Ac                 ó:   — t        | j                  ||¬«      «      S )aþ  
        Lists AlphaSenderInstance records from the API as a list.
        Unlike stream(), this operation is eager and will load `limit` records into
        memory before returning.

        :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†   )Úlistr‹   )r&   r…   r†   s      r(   r“   zAlphaSenderList.listu  s(   € ô& Ø�K‰KØØ#ð ó ó
ð 	
r)   c              ƒ   óz   K  — | j                  ||¬«      ƒ d{  –—† 2 �cg c3 d{  –—† }|‘Œ7 Œ7 Œ	6 c}S c c}w ­w)a  
        Asynchronously lists AlphaSenderInstance records from the API as a list.
        Unlike stream(), this operation is eager and will load `limit` records into
        memory before returning.

        :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�   )r&   r…   r†   Úrecords       r(   Ú
list_asynczAlphaSenderList.list_async�  sT   è ø€ ð* '+×&7Ñ&7ØØ#ð '8ó '÷ !÷
ô 
àò ð!øð
øò 
ð 	
ùò 
ùs0   ‚;™.š; 6¢2¦0
§2ª6®;°2²6³;Ú
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 AlphaSenderInstance records from the API.
        Request is executed immediately

        :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 AlphaSenderInstance
        ©Ú	PageTokenr   ÚPageSizer|   r}   ri   rj   rk   ©rb   rc   Úparamsrd   )r   re   r-   rŠ   r^   rq   r$   ©r&   r—   r˜   r†   r€   rd   Úresponses          r(   rŠ   zAlphaSenderList.pageª  s   € ô  �y‰yà'Ø#Ø%ñó
ˆô —)‘)˜^Ð-PÐQÓRˆà.ˆ�Ñà—=‘=×%Ñ%Ø˜dŸi™i°¸gð &ó 
ˆô ˜tŸ}™}¨h¸¿¹ÓGÐGr)   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 AlphaSenderInstance records from the API.
        Request is executed immediately

        :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 AlphaSenderInstance
        rš   r|   r}   ri   rj   rk   r�   N)r   re   r-   r�   r^   rq   r$   rŸ   s          r(   r�   zAlphaSenderList.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 AlphaSenderInstance records from the API.
        Request is executed immediately

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

        :returns: Page of AlphaSenderInstance
        rk   )r-   ÚdomainÚtwilioÚrequestrq   r$   ©r&   r¢   r    s      r(   Úget_pagezAlphaSenderList.get_pageì  s=   € ð —=‘=×'Ñ'×.Ñ.×6Ñ6°u¸jÓIˆÜ˜tŸ}™}¨h¸¿¹ÓGÐGr)   c              ƒ   óÀ   K  — | j                   j                  j                  j                  d|«      ƒ d{  –—† }t	        | j                   || j
                  «      S 7 Œ%­w)a
  
        Asynchronously retrieve a specific page of AlphaSenderInstance records from the API.
        Request is executed immediately

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

        :returns: Page of AlphaSenderInstance
        rk   N)r-   r¤   r¥   Úrequest_asyncrq   r$   r§   s      r(   Úget_page_asynczAlphaSenderList.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 ©zt
        Constructs a AlphaSenderContext

        :param sid: The SID of the AlphaSender resource to fetch.
        r   r   ©r,   r-   r$   ©r&   r   s     r(   r"   zAlphaSenderList.get  ó%   € ô "Ø�M‰M t§~¡~°mÑ'DÈ#ô
ð 	
r)   c                 óL   — t        | j                  | j                  d   |¬«      S r­   r®   r¯   s     r(   Ú__call__zAlphaSenderList.__call__  r°   r)   c                  ó   — y)r>   z%<Twilio.Messaging.V1.AlphaSenderList>r\   r.   s    r(   rP   zAlphaSenderList.__repr__  rv   r)   )NN) rQ   rR   rS   r   rU   r!   r   r�   r„   r   Úintr	   r‹   r
   r�   r   r“   r–   r   Úunsetr   Úobjectrq   rŠ   r�   r¨   r«   r,   r"   r²   rP   rX   rY   s   @r(   rx   rx   ù   sG  ø„ ðT ð T°cõ Tð 
 3ð 
Ð+>ó 
ð8
¨sð 
Ð7Jó 
ð<  $Ø#'ñ;à˜‰}ð;ð ˜C‘=ð;ð 
Ð%Ñ	&ó	;ð6  $Ø#'ñAà˜‰}ðAð ˜C‘=ðAð 
Ð*Ñ	+ó	Að6  $Ø#'ñ
à˜‰}ð
ð ˜C‘=ð
ð 
Ð!Ñ	"ó	
ð8  $Ø#'ñ
à˜‰}ð
ð ˜C‘=ð
ð 
Ð!Ñ	"ó	
ð: *0¯©Ø*0¯,©,Ø(.¯©ñ	Hà˜#˜v˜+Ñ&ðHð ˜3 ˜;Ñ'ðHð ˜˜f˜Ñ%ð	Hð
 
óHðF *0¯©Ø*0¯,©,Ø(.¯©ñ	Hà˜#˜v˜+Ñ&ðHð ˜3 ˜;Ñ'ðHð ˜˜f˜Ñ%ð	Hð
 
óHðB
H 3ð 
H¨?ó 
Hð
H¨sð 
H°ó 
Hð
�sð 
Ð1ó 
ð
˜Cð 
Ð$6ó 
ð7˜#÷ 7r)   rx   N)rT   r   Útypingr   r   r   r   r   r	   r
   Útwilio.baser   r   Útwilio.base.instance_contextr   Útwilio.base.instance_resourcer   Útwilio.base.list_resourcer   Útwilio.base.versionr   Útwilio.base.pager   r   r,   rq   rx   r\   r)   r(   ú<module>r¾      sg   ðñõ ß L× LÑ Lß +Ý 8Ý :Ý 2Ý 'Ý !ôcNÐ*ô cNôLbM˜ô bMôJ7�dô 7ô*e7�lõ e7r)   