8000 [Librarian] Regenerated @ 07a9a183b1077d5a881e6cd53ef76b0d75ccc6b0 · SimardeepSingh-zsh/twilio-python@0808c6e · GitHub
[go: up one dir, main page]

Skip to content

Commit 0808c6e

Browse files
committed
[Librarian] Regenerated @ 07a9a183b1077d5a881e6cd53ef76b0d75ccc6b0
1 parent b2b5739 commit 0808c6e

File tree

19 files changed

+262
-162
lines changed

19 files changed

+262
-162
lines changed

CHANGES.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,26 @@ twilio-python Changelog
33

44
Here you can see the full list of changes between each twilio-python release.
55

6+
[2023-07-27] Version 8.5.1
7+
--------------------------
8+
**Api**
9+
- Added `voice-intelligence`, `voice-intelligence-transcription` and `voice-intelligence-operators` to `usage_record` API.
10+
- Added `tts-google` to `usage_record` API.
11+
12+
**Lookups**
13+
- Add new `disposable_phone_number_risk` package to the lookup response
14+
15+
**Verify**
16+
- Documentation of list attempts API was improved by correcting `date_created_after` and `date_created_before` expected date format.
17+
- Documentation was improved by correcting `date_created_after` and `date_created_before` expected date format parameter on attempts summary API.
18+
- Documentation was improved by adding `WHATSAPP` as optional valid parameter on attempts summary API.
19+
20+
**Twiml**
21+
- Added support for he-il inside of ssm_lang.json that was missing
22+
- Added support for he-il language in say.json that was missing
23+
- Add `statusCallback` and `statusCallbackMethod` attributes to `<Siprec>`.
24+
25+
626
[2023-07-13] Version 8.5.0
727
--------------------------
828
**Library - Fix**

twilio/rest/api/v2010/account/message/__init__.py

Lines changed: 88 additions & 86 deletions
Large diffs are not rendered by default.

twilio/rest/api/v2010/account/message/media.py

Lines changed: 32 additions & 32 deletions
Large diffs are not rendered by default.

twilio/rest/api/v2010/account/usage/record/__init__.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,7 @@ class Category(object):
262262
TRUNKING_RECORDINGS = "trunking-recordings"
263263
TRUNKING_SECURE = "trunking-secure"
264264
TRUNKING_TERMINATION = "trunking-termination"
265+
TTS_GOOGLE = "tts-google"
265266
TURNMEGABYTES = "turnmegabytes"
266267
TURNMEGABYTES_AUSTRALIA = "turnmegabytes-australia"
267268
TURNMEGABYTES_BRASIL = "turnmegabytes-brasil"
@@ -293,6 +294,9 @@ class Category(object):
293294
VOICE_INSIGHTS_SIP_TRUNKING_INSIGHTS_ON_DEMAND_MINUTE = (
294295
"voice-insights-sip-trunking-insights-on-demand-minute"
295296
)
297+
VOICE_INTELLIGENCE = "voice-intelligence"
298+
VOICE_INTELLIGENCE_TRANSCRIPTION = "voice-intelligence-transcription"
299+
VOICE_INTELLIGENCE_OPERATORS = "voice-intelligence-operators"
296300
WIRELESS = "wireless"
297301
WIRELESS_ORDERS = "wireless-orders"
298302
WIRELESS_ORDERS_ARTWORK = "wireless-orders-artwork"

twilio/rest/api/v2010/account/usage/record/all_time.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,7 @@ class Category(object):
254254
TRUNKING_RECORDINGS = "trunking-recordings"
255255
TRUNKING_SECURE = "trunking-secure"
256256
TRUNKING_TERMINATION = "trunking-termination"
257+
TTS_GOOGLE = "tts-google"
257258
TURNMEGABYTES = "turnmegabytes"
258259
TURNMEGABYTES_AUSTRALIA = "turnmegabytes-australia"
259260
TURNMEGABYTES_BRASIL = "turnmegabytes-brasil"
@@ -285,6 +286,9 @@ class Category(object):
285286
VOICE_INSIGHTS_SIP_TRUNKING_INSIGHTS_ON_DEMAND_MINUTE = (
286287
"voice-insights-sip-trunking-insights-on-demand-minute"
287288
)
289+
VOICE_INTELLIGENCE = "voice-intelligence"
290+
VOICE_INTELLIGENCE_TRANSCRIPTION = "voice-intelligence-transcription"
291+
VOICE_INTELLIGENCE_OPERATORS = "voice-intelligence-operators"
288292
WIRELESS = "wireless"
289293
WIRELESS_ORDERS = "wireless-orders"
290294
WIRELESS_ORDERS_ARTWORK = "wireless-orders-artwork"

twilio/rest/api/v2010/account/usage/record/daily.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,7 @@ class Category(object):
254254
TRUNKING_RECORDINGS = "trunking-recordings"
255255
TRUNKING_SECURE = "trunking-secure"
256256
TRUNKING_TERMINATION = "trunking-termination"
257+
TTS_GOOGLE = "tts-google"
257258
TURNMEGABYTES = "turnmegabytes"
258259
TURNMEGABYTES_AUSTRALIA = "turnmegabytes-australia"
259260
TURNMEGABYTES_BRASIL = "turnmegabytes-brasil"
@@ -285,6 +286,9 @@ class Category(object):
285286
VOICE_INSIGHTS_SIP_TRUNKING_INSIGHTS_ON_DEMAND_MINUTE = (
286287
"voice-insights-sip-trunking-insights-on-demand-minute"
287288
)
289+
VOICE_INTELLIGENCE = "voice-intelligence"
290+
VOICE_INTELLIGENCE_TRANSCRIPTION = "voice-intelligence-transcription"
291+
VOICE_INTELLIGENCE_OPERATORS = "voice-intelligence-operators"
288292
WIRELESS = "wireless"
289293
WIRELESS_ORDERS = "wireless-orders"
290294
WIRELESS_ORDERS_ARTWORK = "wireless-orders-artwork"

twilio/rest/api/v2010/account/usage/record/last_month.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,7 @@ class Category(object):
254254
TRUNKING_RECORDINGS = "trunking-recordings"
255255
TRUNKING_SECURE = "trunking-secure"
256256
TRUNKING_TERMINATION = "trunking-termination"
257+
TTS_GOOGLE = "tts-google"
257258
TURNMEGABYTES = "turnmegabytes"
258259
TURNMEGABYTES_AUSTRALIA = "turnmegabytes-australia"
259260
TURNMEGABYTES_BRASIL = "turnmegabytes-brasil"
@@ -285,6 +286,9 @@ class Category(object):
285286
VOICE_INSIGHTS_SIP_TRUNKING_INSIGHTS_ON_DEMAND_MINUTE = (
286287
"voice-insights-sip-trunking-insights-on-demand-minute"
287288
)
289+
VOICE_INTELLIGENCE = "voice-intelligence"
290+
VOICE_INTELLIGENCE_TRANSCRIPTION = "voice-intelligence-transcription"
291+
VOICE_INTELLIGENCE_OPERATORS = "voice-intelligence-operators"
288292
WIRELESS = "wireless"
289293
WIRELESS_ORDERS = "wireless-orders"
290294
WIRELESS_ORDERS_ARTWORK = "wireless-orders-artwork"

twilio/rest/api/v2010/account/usage/record/monthly.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,7 @@ class Category(object):
254254
TRUNKING_RECORDINGS = "trunking-recordings"
255255
TRUNKING_SECURE = "trunking-secure"
256256
TRUNKING_TERMINATION = "trunking-termination"
257+
TTS_GOOGLE = "tts-google"
257258
TURNMEGABYTES = "turnmegabytes"
258259
TURNMEGABYTES_AUSTRALIA = "turnmegabytes-australia"
259260
TURNMEGABYTES_BRASIL = "turnmegabytes-brasil"
@@ -285,6 +286,9 @@ class Category(object):
285286
VOICE_INSIGHTS_SIP_TRUNKING_INSIGHTS_ON_DEMAND_MINUTE = (
286287
"voice-insights-sip-trunking-insights-on-demand-minute"
287288
)
289+
VOICE_INTELLIGENCE = "voice-intelligence"
290+
VOICE_INTELLIGENCE_TRANSCRIPTION = "voice-intelligence-transcription"
291+
VOICE_INTELLIGENCE_OPERATORS = "voice-intelligence-operators"
288292
WIRELESS = "wireless"
289293
WIRELESS_ORDERS = "wireless-orders"
290294
WIRELESS_ORDERS_ARTWORK = "wireless-orders-artwork"

twilio/rest/api/v2010/account/usage/record/this_month.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,7 @@ class Category(object):
254254
TRUNKING_RECORDINGS = "trunking-recordings"
255255
TRUNKING_SECURE = "trunking-secure"
256256
TRUNKING_TERMINATION = "trunking-termination"
257+
TTS_GOOGLE = "tts-google"
257258
TURNMEGABYTES = "turnmegabytes"
258259
TURNMEGABYTES_AUSTRALIA = "turnmegabytes-australia"
259260
TURNMEGABYTES_BRASIL = "turnmegabytes-brasil"
@@ -285,6 +286,9 @@ class Category(object):
285286
VOICE_INSIGHTS_SIP_TRUNKING_INSIGHTS_ON_DEMAND_MINUTE = (
286287
"voice-insights-sip-trunking-insights-on-demand-minute"
287288
)
289+
VOICE_INTELLIGENCE = "voice-intelligence"
290+
VOICE_INTELLIGENCE_TRANSCRIPTION = "voice-intelligence-transcription"
291+
VOICE_INTELLIGENCE_OPERATORS = "voice-intelligence-operators"
288292
WIRELESS = "wireless"
289293
WIRELESS_ORDERS = "wireless-orders"
290294
WIRELESS_ORDERS_ARTWORK = "wireless-orders-artwork"

twilio/rest/api/v2010/account/usage/record/today.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,7 @@ class Category(object):
254254
TRUNKING_RECORDINGS = "trunking-recordings"
255255
TRUNKING_SECURE = "trunking-secure"
256256
TRUNKING_TERMINATION = "trunking-termination"
257+
TTS_GOOGLE = "tts-google"
257258
TURNMEGABYTES = "turnmegabytes"
258259
TURNMEGABYTES_AUSTRALIA = "turnmegabytes-australia"
259260
TURNMEGABYTES_BRASIL = "turnmegabytes-brasil"
@@ -285,6 +286,9 @@ class Category(object):
285286
VOICE_INSIGHTS_SIP_TRUNKING_INSIGHTS_ON_DEMAND_MINUTE = (
286287
"voice-insights-sip-trunking-insights-on-demand-minute"
287288
)
289+
VOICE_INTELLIGENCE = "voice-intelligence"
290+
VOICE_INTELLIGENCE_TRANSCRIPTION = "voice-intelligence-transcription"
291+
VOICE_INTELLIGENCE_OPERATORS = "voice-intelligence-operators"
288292
WIRELESS = "wireless"
289293
WIRELESS_ORDERS = "wireless-orders"
290294
WIRELESS_ORDERS_ARTWORK = "wireless-orders-artwork"

0 commit comments

Comments
 (0)
0