
    pip                         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 - Chat
    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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$                  fdeeef   deeef   dd fdZej$                  ej$                  fdeeef   deeef   dd fdZdefdZ xZS )MemberInstancea  
    :ivar sid: The unique string that we created to identify the Member resource.
    :ivar account_sid: The SID of the [Account](https://www.twilio.com/docs/api/rest/account) that created the Member resource.
    :ivar channel_sid: The unique ID of the [Channel](https://www.twilio.com/docs/api/chat/rest/channels) for the member.
    :ivar service_sid: The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) the resource is associated with.
    :ivar identity: The application-defined string that uniquely identifies the resource's [User](https://www.twilio.com/docs/api/chat/rest/users) within the [Service](https://www.twilio.com/docs/api/chat/rest/services). See [access tokens](https://www.twilio.com/docs/api/chat/guides/create-tokens) for more info.
    :ivar date_created: The date and time in GMT when the resource was created specified in [RFC 2822](http://www.ietf.org/rfc/rfc2822.txt) format.
    :ivar date_updated: The date and time in GMT when the resource was last updated specified in [RFC 2822](http://www.ietf.org/rfc/rfc2822.txt) format.
    :ivar role_sid: The SID of the [Role](https://www.twilio.com/docs/api/chat/rest/roles) assigned to the member.
    :ivar last_consumed_message_index: The index of the last [Message](https://www.twilio.com/docs/api/chat/rest/messages) in the [Channel](https://www.twilio.com/docs/api/chat/rest/channels) that the Member has read.
    :ivar last_consumption_timestamp: The ISO 8601 timestamp string that represents the date-time of the last [Message](https://www.twilio.com/docs/api/chat/rest/messages) read event for the Member within the [Channel](https://www.twilio.com/docs/api/chat/rest/channels).
    :ivar url: The absolute URL of the Member resource.
    versionpayloadservice_sidchannel_sidsidc                    t         |   |       |j                  d      | _        |j                  d      | _        |j                  d      | _        |j                  d      | _        |j                  d      | _        t        j                  |j                  d            | _
        t        j                  |j                  d            | _        |j                  d      | _        t        j                  |j                  d	            | _        t        j                  |j                  d
            | _        |j                  d      | _        |||xs | j                  d| _        d | _        y )Nr   account_sidr   r   identitydate_createddate_updatedrole_sidlast_consumed_message_indexlast_consumption_timestampurlr   r   r   )super__init__getr   r   r   r   r   r   iso8601_datetimer   r   r   integerr    r!   r"   	_solution_context)selfr   r   r   r   r   	__class__s         l/opt/services/ai/voice_agent/venv/lib/python3.12/site-packages/twilio/rest/chat/v1/service/channel/member.pyr%   zMemberInstance.__init__(   s0    	!")++e"4*1++m*D*1++m*D*1++m*D'.{{:'>0;0L0LKK'1
 1<0L0LKK'1
 (/{{:'>:E:M:MKK56;
( ((5Q)RS 	' #*++e"4 '&?$((

 26    returnc                     | j                   Et        | j                  | j                  d   | 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: MemberContext for this MemberInstance
        r   r   r   r#   )r*   MemberContext_versionr)   r+   s    r-   _proxyzMemberInstance._proxyM   sQ     == ) NN=9 NN=9NN5)	DM }}r.   c                 6    | j                   j                         S )i
        Deletes the MemberInstance


        :returns: True if delete succeeds, False otherwise
        )r4   deleter3   s    r-   r7   zMemberInstance.delete^   s     {{!!##r.   c                 R   K   | j                   j                          d{   S 7 w)
        Asynchronous coroutine that deletes the MemberInstance


        :returns: True if delete succeeds, False otherwise
        N)r4   delete_asyncr3   s    r-   r:   zMemberInstance.delete_asyncg   s!      [[--////   '%'c                 6    | j                   j                         S )Y
        Fetch the MemberInstance


        :returns: The fetched MemberInstance
        )r4   fetchr3   s    r-   r>   zMemberInstance.fetchp   s     {{  ""r.   c                 R   K   | j                   j                          d{   S 7 w)s
        Asynchronous coroutine to fetch the MemberInstance


        :returns: The fetched MemberInstance
        N)r4   fetch_asyncr3   s    r-   rA   zMemberInstance.fetch_asyncy   s!      [[,,....r;   r   r    c                 <    | j                   j                  ||      S )  
        Update the MemberInstance

        :param role_sid: The SID of the [Role](https://www.twilio.com/docs/api/chat/rest/roles) to assign to the member. The default roles are those specified on the [Service](https://www.twilio.com/docs/chat/api/services).
        :param last_consumed_message_index: The index of the last [Message](https://www.twilio.com/docs/api/chat/rest/messages) that the Member has read within the [Channel](https://www.twilio.com/docs/api/chat/rest/channels).

        :returns: The updated MemberInstance
        r   r    )r4   updater+   r   r    s      r-   rE   zMemberInstance.update   s&     {{!!(C " 
 	
r.   c                 X   K   | j                   j                  ||       d{   S 7 w)7  
        Asynchronous coroutine to update the MemberInstance

        :param role_sid: The SID of the [Role](https://www.twilio.com/docs/api/chat/rest/roles) to assign to the member. The default roles are those specified on the [Service](https://www.twilio.com/docs/chat/api/services).
        :param last_consumed_message_index: The index of the last [Message](https://www.twilio.com/docs/api/chat/rest/messages) that the Member has read within the [Channel](https://www.twilio.com/docs/api/chat/rest/channels).

        :returns: The updated MemberInstance
        rD   N)r4   update_asyncrF   s      r-   rI   zMemberInstance.update_async   s4      [[--(C . 
 
 	
 
s   !*(*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*MemberInstance.__repr__.<locals>.<genexpr>        SDAq7>>!Q/S   !z"<Twilio.Chat.V1.MemberInstance {}>joinr)   itemsrP   r+   contexts     r-   __repr__zMemberInstance.__repr__   s6     ((SDNN<P<P<RSS3::7CCr.   N)r/   r1   )r/   r   )__name__
__module____qualname____doc__r   r   strr   r   r%   propertyr4   boolr7   r:   r>   rA   r   unsetr   objectintrE   rI   r]   __classcell__r,   s   @r-   r   r      s   ( "#6#6 c3h#6 	#6
 #6 c]#6J   $ $0D 0#/ (.||:@,,
V$
 &+3;%7
 
	
( (.||:@,,
V$
 &+3;%7
 
	
$D# Dr.   r   c                       e Zd Zde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                  fdeeef   deeef   de	fdZej                  ej                  fdeeef   deeef   de	fdZdefdZ xZS )r1   r   r   r   r   c                 |    t         |   |       |||d| _         dj                  di | j                  | _        y)a  
        Initialize the MemberContext

        :param version: Version that contains the resource
        :param service_sid: The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) to update the resource from.
        :param channel_sid: The unique ID of the [Channel](https://www.twilio.com/docs/api/chat/rest/channels) the member to update belongs to. Can be the Channel resource's `sid` or `unique_name`.
        :param sid: The Twilio-provided string that uniquely identifies the Member resource to update.
        r#   z</Services/{service_sid}/Channels/{channel_sid}/Members/{sid}N r$   r%   r)   rP   _uri)r+   r   r   r   r   r,   s        r-   r%   zMemberContext.__init__   sM     	! '&
 RJQQ .. 		r.   r/   c                 |    t        j                  i       }| j                  j                  d| j                  |      S )r6   DELETEmethoduriheaders)r   ofr2   r7   ro   r+   ru   s     r-   r7   zMemberContext.delete   s1     ))B-}}##8G#TTr.   c                    K   t        j                  i       }| j                  j                  d| j                  |       d{   S 7 w)r9   rq   rr   N)r   rv   r2   r:   ro   rw   s     r-   r:   zMemberContext.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   | j                  d         S )	r=   application/jsonAcceptGETrr   r   r   r   r#   )r   rv   r2   r>   ro   r   r)   r+   ru   r   s      r-   r>   zMemberContext.fetch   su     ))B-.--%%U		7%SMM}5}5u%
 	
r.   c                 $  K   t        j                  i       }d|d<   | j                  j                  d| j                  |       d{   }t        | j                  || j                  d   | j                  d   | j                  d   	      S 7 Ew)
r@   rz   r{   r|   rr   Nr   r   r   r#   )r   rv   r2   rA   ro   r   r)   r}   s      r-   rA   zMemberContext.fetch_async   s      ))B-.11dii 2 
 
 MM}5}5u%
 	
	
s   ABB	ABr   r    c                 D   t        j                  ||d      }t        j                  i       }d|d<   d|d<   | j                  j                  d| j                  ||      }t        | j                  || j                  d   | j                  d	   | j                  d
         S )rC   RoleSidLastConsumedMessageIndex!application/x-www-form-urlencodedContent-Typerz   r{   POSTrs   rt   dataru   r   r   r   r#   )r   rv   r2   rE   ro   r   r)   r+   r   r    r   ru   r   s         r-   rE   zMemberContext.update  s     yy#,G
 ))B-"E.--&&tyytW ' 
 MM}5}5u%
 	
r.   c                 `  K   t        j                  ||d      }t        j                  i       }d|d<   d|d<   | j                  j                  d| j                  ||       d{   }t        | j                  || j                  d	   | j                  d
   | j                  d         S 7 Ew)rH   r   r   r   rz   r{   r   r   Nr   r   r   r#   )r   rv   r2   rI   ro   r   r)   r   s         r-   rI   zMemberContext.update_async7  s      yy#,G
 ))B-"E.22tyytW 3 
 
 MM}5}5u%
 	
	
s   A$B.&B,'AB.c                     dj                  d | j                  j                         D              }dj                  |      S )rK   rL   c              3   F   K   | ]  \  }}d j                  ||        ywrN   rO   rQ   s      r-   rU   z)MemberContext.__repr__.<locals>.<genexpr>c  rV   rW   z!<Twilio.Chat.V1.MemberContext {}>rX   r[   s     r-   r]   zMemberContext.__repr__]  s6     ((SDNN<P<P<RSS299'BBr.   )r_   r`   ra   r   rc   r%   re   r7   r:   r   r>   rA   r   rf   r   rg   rh   rE   rI   r]   ri   rj   s   @r-   r1   r1      s    
 
c 
 
RU 
.
U 
U
D 

~ 
,
> 
4 (.||:@,,$
V$$
 &+3;%7$
 
	$
P (.||:@,,$
V$$
 &+3;%7$
 
	$
LC# Cr.   r1   c                   2    e Zd Zdeeef   defdZdefdZy)
MemberPager   r/   c                 h    t        | j                  || j                  d   | j                  d         S )zl
        Build an instance of MemberInstance

        :param payload: Payload response from the API
        r   r   r   r   )r   r2   r)   )r+   r   s     r-   get_instancezMemberPage.get_instancei  s3     MM}5}5	
 	
r.   c                      y)rK   z<Twilio.Chat.V1.MemberPage>rm   r3   s    r-   r]   zMemberPage.__repr__v       -r.   N)	r_   r`   ra   r   rc   r   r   r   r]   rm   r.   r-   r   r   g  s)    
DcN 
~ 
-# -r.   r   c                       e Zd Zdededef fdZej                  fdedeee	f   de
fdZej                  fdedeee	f   de
fd	Zej                  d
d
fde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   e	f   dee   dee   dee
   fdZej                  d
d
fde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   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   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   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 )
MemberListr   r   r   c                 z    t         |   |       ||d| _         dj                  di | j                  | _        y)a  
        Initialize the MemberList

        :param version: Version that contains the resource
        :param service_sid: The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) to read the resources from.
        :param channel_sid: The unique ID of the [Channel](https://www.twilio.com/docs/api/chat/rest/channels) the members to read belong to. Can be the Channel resource's `sid` or `unique_name` value.

        r   z6/Services/{service_sid}/Channels/{channel_sid}/MembersNrm   rn   )r+   r   r   r   r,   s       r-   r%   zMemberList.__init__  sG     	! '&
 TLSS 
nn
	r.   r   r   r/   c                 ,   t        j                  ||d      }t        j                  ddi      }d|d<   d|d<   | j                  j                  d| j                  ||      }t        | j                  || j                  d   | j                  d	   
      S )ay  
        Create the MemberInstance

        :param identity: The `identity` value that uniquely identifies the new resource's [User](https://www.twilio.com/docs/api/chat/rest/v1/user) within the [Service](https://www.twilio.com/docs/api/chat/rest/services). See [access tokens](https://www.twilio.com/docs/api/chat/guides/create-tokens) for more details.
        :param role_sid: The SID of the [Role](https://www.twilio.com/docs/api/chat/rest/roles) to assign to the member. The default roles are those specified on the [Service](https://www.twilio.com/docs/chat/api/services).

        :returns: The created MemberInstance
        Identityr   r   r   rz   r{   r   r   r   r   r   )r   rv   r2   createro   r   r)   r+   r   r   r   ru   r   s         r-   r   zMemberList.create  s     yy$#
 ))^-PQR"E.--&&tyytW ' 
 MM}5}5	
 	
r.   c                 H  K   t        j                  ||d      }t        j                  ddi      }d|d<   d|d<   | j                  j                  d| j                  ||       d{   }t        | j                  || j                  d	   | j                  d
         S 7 7w)a  
        Asynchronously create the MemberInstance

        :param identity: The `identity` value that uniquely identifies the new resource's [User](https://www.twilio.com/docs/api/chat/rest/v1/user) within the [Service](https://www.twilio.com/docs/api/chat/rest/services). See [access tokens](https://www.twilio.com/docs/api/chat/guides/create-tokens) for more details.
        :param role_sid: The SID of the [Role](https://www.twilio.com/docs/api/chat/rest/roles) to assign to the member. The default roles are those specified on the [Service](https://www.twilio.com/docs/chat/api/services).

        :returns: The created MemberInstance
        r   r   r   rz   r{   r   r   Nr   r   r   )r   rv   r2   create_asyncro   r   r)   r   s         r-   r   zMemberList.create_async  s      yy$#
 ))^-PQR"E.22tyytW 3 
 
 MM}5}5	
 	
	
s   A&B"(B )8B"Nlimit	page_sizec                     | j                   j                  ||      }| j                  ||d         }| j                   j                  ||d         S )aK  
        Streams MemberInstance 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 List[str] identity: The [User](https://www.twilio.com/docs/api/chat/rest/v1/user)'s `identity` value of the resources to read. See [access tokens](https://www.twilio.com/docs/api/chat/guides/create-tokens) for more details.
        :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   )r2   read_limitspagestreamr+   r   r   r   limitsr   s         r-   r   zMemberList.stream  sL    , **5)<yy(f[6IyJ}}##D&/::r.   c                    K   | j                   j                  ||      }| j                  ||d          d{   }| j                   j                  ||d         S 7 #w)aZ  
        Asynchronously streams MemberInstance 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 List[str] identity: The [User](https://www.twilio.com/docs/api/chat/rest/v1/user)'s `identity` value of the resources to read. See [access tokens](https://www.twilio.com/docs/api/chat/guides/create-tokens) for more details.
        :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   )r2   r   
page_asyncstream_asyncr   s         r-   r   zMemberList.stream_async  sY     , **5)<__h&BU_VV}}))$w@@ Ws   6AA$Ac                 <    t        | j                  |||            S )a  
        Lists MemberInstance records from the API as a list.
        Unlike stream(), this operation is eager and will load `limit` records into
        memory before returning.

        :param List[str] identity: The [User](https://www.twilio.com/docs/api/chat/rest/v1/user)'s `identity` value of the resources to read. See [access tokens](https://www.twilio.com/docs/api/chat/guides/create-tokens) for more details.
        :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   )r+   r   r   r   s       r-   r   zMemberList.list  s+    * KK!#  
 	
r.   c                 |   K   | j                  |||       d{   2 cg c3 d{   }|7 7 	6 c}S c c}w w)a  
        Asynchronously lists MemberInstance records from the API as a list.
        Unlike stream(), this operation is eager and will load `limit` records into
        memory before returning.

        :param List[str] identity: The [User](https://www.twilio.com/docs/api/chat/rest/v1/user)'s `identity` value of the resources to read. See [access tokens](https://www.twilio.com/docs/api/chat/guides/create-tokens) for more details.
        :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   r   records        r-   
list_asynczMemberList.list_async.  sW     . '+&7&7!# '8 ' !
 
 !
 
 	
 
s0   </<731
37<37<
page_tokenpage_numberc                 ,   t        j                  t        j                  |d       |||d      }t        j                  ddi      }d|d<   | j                  j                  d| j                  ||      }t        | j                  || j                        S )	aV  
        Retrieve a single page of MemberInstance records from the API.
        Request is executed immediately

        :param identity: The [User](https://www.twilio.com/docs/api/chat/rest/v1/user)'s `identity` value of the resources to read. See [access tokens](https://www.twilio.com/docs/api/chat/guides/create-tokens) for more details.
        :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 MemberInstance
        c                     | S r^   rm   es    r-   <lambda>z!MemberList.page.<locals>.<lambda>`      a r.   r   	PageTokenr   PageSizer   r   rz   r{   r|   rs   rt   paramsru   )	r   rv   r   mapr2   r   ro   r   r)   r+   r   r   r   r   r   ru   responses           r-   r   zMemberList.pageL  s    $ yy%MM(K@'#%	
 ))^-PQR.==%%diig & 
 $--4>>BBr.   c                 H  K   t        j                  t        j                  |d       |||d      }t        j                  ddi      }d|d<   | j                  j                  d| j                  ||       d	{   }t        | j                  || j                        S 7 %w)
ae  
        Asynchronously retrieve a single page of MemberInstance records from the API.
        Request is executed immediately

        :param identity: The [User](https://www.twilio.com/docs/api/chat/rest/v1/user)'s `identity` value of the resources to read. See [access tokens](https://www.twilio.com/docs/api/chat/guides/create-tokens) for more details.
        :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 MemberInstance
        c                     | S r^   rm   r   s    r-   r   z'MemberList.page_async.<locals>.<lambda>  r   r.   r   r   r   rz   r{   r|   r   N)	r   rv   r   r   r2   r   ro   r   r)   r   s           r-   r   zMemberList.page_asyncp  s     $ yy%MM(K@'#%	
 ))^-PQR.11diig 2 
 
 $--4>>BB
s   A8B":B ;&B"
target_urlc                     | j                   j                  j                  j                  d|      }t	        | j                   || j
                        S )z
        Retrieve a specific page of MemberInstance records from the API.
        Request is executed immediately

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

        :returns: Page of MemberInstance
        r|   )r2   domaintwiliorequestr   r)   r+   r   r   s      r-   get_pagezMemberList.get_page  s=     ==''..66ujI$--4>>BBr.   c                    K   | j                   j                  j                  j                  d|       d{   }t	        | j                   || j
                        S 7 %w)a   
        Asynchronously retrieve a specific page of MemberInstance records from the API.
        Request is executed immediately

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

        :returns: Page of MemberInstance
        r|   N)r2   r   r   request_asyncr   r)   r   s      r-   get_page_asynczMemberList.get_page_async  sJ      --44BB5*UU$--4>>BB Vs   4AA&Ar   c                 h    t        | j                  | j                  d   | j                  d   |      S z
        Constructs a MemberContext

        :param sid: The Twilio-provided string that uniquely identifies the Member resource to update.
        r   r   r#   r1   r2   r)   r+   r   s     r-   r&   zMemberList.get  3     MM}5}5	
 	
r.   c                 h    t        | j                  | j                  d   | j                  d   |      S r   r   r   s     r-   __call__zMemberList.__call__  r   r.   c                      y)rK   z<Twilio.Chat.V1.MemberList>rm   r3   s    r-   r]   zMemberList.__repr__  r   r.   ) r_   r`   ra   r   rc   r%   r   rf   r   rg   r   r   r   r   r   rh   r	   r   r
   r   r   r   r   r   r   r   r   r1   r&   r   r]   ri   rj   s   @r-   r   r     s=   
 
c 
 
* =CLL!
!
',S&['9!
	!
H =CLL!
!
',S&['9!
	!
J .4\\##'	;S	6)*; }; C=	;
 
.	!;: .4\\##'	AS	6)*A }A C=	A
 
~	&A: .4\\##'	
S	6)*
 }
 C=	

 
n	
> .4\\##'	
S	6)*
 }
 C=	

 
n	
@ .4\\)/*0,,(."CS	6)*"C #v+&"C 3;'	"C
 f%"C 
"CL .4\\)/*0,,(."CS	6)*"C #v+&"C 3;'	"C
 f%"C 
"CH
C3 
C: 
C
Cs 
Cz 
C
s 
} 

C 
M 
-# -r.   r   N)rb   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   r1   r   r   rm   r.   r-   <module>r      sj     L L L 6 6 8 : 2 ' !TD% TDntCO tCn- -0M- M-r.   