8000 Merge branch 'numbers-beta' into signal-release · ShowLowTechnology/twilio-python@f17d729 · GitHub
[go: up one dir, main page]

Skip to content

Commit f17d729

Browse files
committed
Merge branch 'numbers-beta' into signal-release
2 parents 4cdb33f + b571cd1 commit f17d729

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

twilio/rest/resources/phone_numbers.py

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,10 @@ class AvailablePhoneNumber(InstanceResource):
5454
Address registered with Twilio. Possible values are 'none', 'any',
5555
'local', or 'foreign'.
5656
57+
.. attribute:: beta
58+
59+
(boolean) Phone numbers new to the Twilio platform are marked as beta.
60+
5761
"""
5862

5963
def __init__(self, parent):
@@ -193,6 +197,10 @@ class PhoneNumber(InstanceResource):
193197
.. attribute:: uri
194198
195199
The URI for this resource, relative to https://api.twilio.com.
200+
201+
.. attribute:: beta
202+
203+
(boolean) Phone numbers new to the Twilio platform are marked as beta.
196204
"""
197205

198206
def load(self, entries):
@@ -319,6 +327,8 @@ def search(self, **kwargs):
319327
:param str rate_center: US only.
320328
:param tuple near_lat_long: Find close numbers within Distance miles.
321329
:param integer distance: Search radius for a Near- query in miles.
330+
:param boolean beta: Whether to include numbers new to the Twilio
331+
platform.
322332
"""
323333
return self.available_phone_numbers.list(**kwargs)
324334

0 commit comments

Comments
 (0)
0