Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4f1e7d2

Browse files
committed
[Librarian] Regenerated @ 51e40434baa37a97b298d416220c6de10d9698c4 1ac2fcf2e173acdee4491031f59034933467a82c
1 parent 5aa42dc commit 4f1e7d2

File tree

19 files changed

+67
-33
lines changed

19 files changed

+67
-33
lines changed

CHANGES.md

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

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

6+
[2024-11-15] Version 9.3.7
7+
--------------------------
8+
**Library - Chore**
9+
- [PR #819](https://github.com/twilio/twilio-python/pull/819): use older verison of aiohttp_retry. Thanks to [@sbansla](https://github.com/sbansla)!
10+
11+
**Api**
12+
- Added `ivr-virtual-agent-custom-voices` and `ivr-virtual-agent-genai` to `usage_record` API.
13+
- Add open-api file tag to realtime_transcriptions
14+
15+
**Taskrouter**
16+
- Add `api-tag` property to workers reservation
17+
- Add `api-tag` property to task reservation
18+
19+
620
[2024-10-25] Version 9.3.6
721
--------------------------
822
**Library - Chore**

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@ class Category(object):
8080
GROUP_ROOMS_PARTICIPANT_MINUTES = "group-rooms-participant-minutes"
8181
GROUP_ROOMS_RECORDED_MINUTES = "group-rooms-recorded-minutes"
8282
IMP_V1_USAGE = "imp-v1-usage"
83+
IVR_VIRTUAL_AGENT_CUSTOM_VOICES = "ivr-virtual-agent-custom-voices"
84+
IVR_VIRTUAL_AGENT_GENAI = "ivr-virtual-agent-genai"
8385
LOOKUPS = "lookups"
8486
MARKETPLACE = "marketplace"
8587
MARKETPLACE_ALGORITHMIA_NAMED_ENTITY_RECOGNITION = (

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@ class Category(object):
7272
GROUP_ROOMS_PARTICIPANT_MINUTES = "group-rooms-participant-minutes"
7373
GROUP_ROOMS_RECORDED_MINUTES = "group-rooms-recorded-minutes"
7474
IMP_V1_USAGE = "imp-v1-usage"
75+
IVR_VIRTUAL_AGENT_CUSTOM_VOICES = "ivr-virtual-agent-custom-voices"
76+
IVR_VIRTUAL_AGENT_GENAI = "ivr-virtual-agent-genai"
7577
LOOKUPS = "lookups"
7678
MARKETPLACE = "marketplace"
7779
MARKETPLACE_ALGORITHMIA_NAMED_ENTITY_RECOGNITION = (

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@ class Category(object):
7272
GROUP_ROOMS_PARTICIPANT_MINUTES = "group-rooms-participant-minutes"
7373
GROUP_ROOMS_RECORDED_MINUTES = "group-rooms-recorded-minutes"
7474
IMP_V1_USAGE = "imp-v1-usage"
75+
IVR_VIRTUAL_AGENT_CUSTOM_VOICES = "ivr-virtual-agent-custom-voices"
76+
IVR_VIRTUAL_AGENT_GENAI = "ivr-virtual-agent-genai"
7577
LOOKUPS = "lookups"
7678
MARKETPLACE = "marketplace"
7779
MARKETPLACE_ALGORITHMIA_NAMED_ENTITY_RECOGNITION = (

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@ class Category(object):
7272
GROUP_ROOMS_PARTICIPANT_MINUTES = "group-rooms-participant-minutes"
7373
GROUP_ROOMS_RECORDED_MINUTES = "group-rooms-recorded-minutes"
7474
IMP_V1_USAGE = "imp-v1-usage"
75+
IVR_VIRTUAL_AGENT_CUSTOM_VOICES = "ivr-virtual-agent-custom-voices"
76+
IVR_VIRTUAL_AGENT_GENAI = "ivr-virtual-agent-genai"
7577
LOOKUPS = "lookups"
7678
MARKETPLACE = "marketplace"
7779
MARKETPLACE_ALGORITHMIA_NAMED_ENTITY_RECOGNITION = (

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@ class Category(object):
7272
GROUP_ROOMS_PARTICIPANT_MINUTES = "group-rooms-participant-minutes"
7373
GROUP_ROOMS_RECORDED_MINUTES = "group-rooms-recorded-minutes"
7474
IMP_V1_USAGE = "imp-v1-usage"
75+
IVR_VIRTUAL_AGENT_CUSTOM_VOICES = "ivr-virtual-agent-custom-voices"
76+
IVR_VIRTUAL_AGENT_GENAI = "ivr-virtual-agent-genai"
7577
LOOKUPS = "lookups"
7678
MARKETPLACE = "marketplace"
7779
MARKETPLACE_ALGORITHMIA_NAMED_ENTITY_RECOGNITION = (

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@ class Category(object):
7272
GROUP_ROOMS_PARTICIPANT_MINUTES = "group-rooms-participant-minutes"
7373
GROUP_ROOMS_RECORDED_MINUTES = "group-rooms-recorded-minutes"
7474
IMP_V1_USAGE = "imp-v1-usage"
75+
IVR_VIRTUAL_AGENT_CUSTOM_VOICES = "ivr-virtual-agent-custom-voices"
76+
IVR_VIRTUAL_AGENT_GENAI = "ivr-virtual-agent-genai"
7577
LOOKUPS = "lookups"
7678
MARKETPLACE = "marketplace"
7779
MARKETPLACE_ALGORITHMIA_NAMED_ENTITY_RECOGNITION = (

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@ class Category(object):
7272
GROUP_ROOMS_PARTICIPANT_MINUTES = "group-rooms-participant-minutes"
7373
GROUP_ROOMS_RECORDED_MINUTES = "group-rooms-recorded-minutes"
7474
IMP_V1_USAGE = "imp-v1-usage"
75+
IVR_VIRTUAL_AGENT_CUSTOM_VOICES = "ivr-virtual-agent-custom-voices"
76+
IVR_VIRTUAL_AGENT_GENAI = "ivr-virtual-agent-genai"
7577
LOOKUPS = "lookups"
7678
MARKETPLACE = "marketplace"
7779
MARKETPLACE_ALGORITHMIA_NAMED_ENTITY_RECOGNITION = (

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@ class Category(object):
7272
GROUP_ROOMS_PARTICIPANT_MINUTES = "group-rooms-participant-minutes"
7373
GROUP_ROOMS_RECORDED_MINUTES = "group-rooms-recorded-minutes"
7474
IMP_V1_USAGE = "imp-v1-usage"
75+
IVR_VIRTUAL_AGENT_CUSTOM_VOICES = "ivr-virtual-agent-custom-voices"
76+
IVR_VIRTUAL_AGENT_GENAI = "ivr-virtual-agent-genai"
7577
LOOKUPS = "lookups"
7678
MARKETPLACE = "marketplace"
7779
MARKETPLACE_ALGORITHMIA_NAMED_ENTITY_RECOGNITION = (

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@ class Category(object):
7272
GROUP_ROOMS_PARTICIPANT_MINUTES = "group-rooms-participant-minutes"
7373
GROUP_ROOMS_RECORDED_MINUTES = "group-rooms-recorded-minutes"
7474
IMP_V1_USAGE = "imp-v1-usage"
75+
IVR_VIRTUAL_AGENT_CUSTOM_VOICES = "ivr-virtual-agent-custom-voices"
76+
IVR_VIRTUAL_AGENT_GENAI = "ivr-virtual-agent-genai"
7577
LOOKUPS = "lookups"
7678
MARKETPLACE = "marketplace"
7779
MARKETPLACE_ALGORITHMIA_NAMED_ENTITY_RECOGNITION = (

0 commit comments

Comments
 (0)