Skip to content

Commit 4ea913a

Browse files
feat: Updated api definitions
1 parent 1bb482f commit 4ea913a

35 files changed

+972
-41
lines changed

CHANGES.md

+46
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,49 @@
1+
---------------------------
2+
**Api**
3+
- Add Programmabled Voice SIP Refer call transfers (`calls-transfers`) to usage records
4+
- Add Flex Voice Usage category (`flex-usage`) to usage records
5+
6+
**Conversations**
7+
- Add `Order` query parameter to Message resource read operation
8+
9+
**Insights**
10+
- Added `partial` to enum processing_state_request
11+
- Added abnormal session filter in Call Summaries
12+
13+
**Messaging**
14+
- Add brand_registration_sid as an optional query param for us_app_to_person_usecase api
15+
16+
**Pricing**
17+
- add trunking_numbers resource (v2)
18+
- add trunking_country resource (v2)
19+
20+
**Verify**
21+
- Changed to private beta the `TemplateSid` optional parameter on Verification creation.
22+
- Added the optional parameter `Order` to the list Challenges endpoint to define the list order.
23+
24+
25+
---------------------------
26+
**Api**
27+
- Corrected the `price`, `call_sid_to_coach`, and `uri` data types for Conference, Participant, and Recording **(breaking change)**
28+
- Made documentation for property `time_limit` in the call api public. **(breaking change)**
29+
- Added `domain_sid` in sip_credential_list_mapping and sip_ip_access_control_list_mapping APIs **(breaking change)**
30+
31+
**Insights**
32+
- Added new endpoint to fetch Call Summaries
33+
34+
**Messaging**
35+
- Add brand_type field to a2p brand_registration api
36+
- Revert brand registration api update to add brand_type field
37+
- Add brand_type field to a2p brand_registration api
38+
39+
**Taskrouter**
40+
- Add `X-Rate-Limit-Limit`, `X-Rate-Limit-Remaining`, and `X-Rate-Limit-Config` as Response Headers to all TaskRouter endpoints
41+
42+
**Verify**
43+
- Add `TemplateSid` optional parameter on Verification creation.
44+
- Include `whatsapp` as a channel type in the verifications API.
45+
46+
147
twilio-cli-core changelog
248
=====================
349

src/services/twilio-api/twilio_accounts_v1.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
},
187187
"termsOfService": "https://www.twilio.com/legal/tos",
188188
"title": "Twilio - Accounts",
189-
"version": "5.27.1"
189+
"version": "1.20.1"
190190
},
191191
"openapi": "3.0.1",
192192
"paths": {

0 commit comments

Comments
 (0)