Skip to content

Commit c297f19

Browse files
committed
oaiFeat: Updated api definitions
1 parent 7749030 commit c297f19

35 files changed

+1509
-107
lines changed

CHANGES.md

+35
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,38 @@
1+
---------------------------
2+
**Library - Fix**
3+
- [PR #44](https://github.com/twilio/twilio-oai/pull/44): fix naming of params. Thanks to [@shwetha-manvinkurke](https://github.com/shwetha-manvinkurke)!
4+
5+
**Api**
6+
- Add `emergency_address_status` attribute to `/IncomingPhoneNumbers` response.
7+
- Add `siprec` resource
8+
9+
**Conversations**
10+
- Added attachment parameters in configuration for `NewMessage` type of push notifications
11+
12+
**Flex**
13+
- Adding `flex_insights_hr` object to Flex Configuration
14+
15+
**Numbers**
16+
- Add API endpoint for Bundle ReplaceItems resource
17+
- Add API endpoint for Bundle Copies resource
18+
19+
**Serverless**
20+
- Add domain_base field to Service response
21+
22+
**Taskrouter**
23+
- Add `If-Match` Header based on ETag for Worker Delete **(breaking change)**
24+
- Add `If-Match` Header based on Etag for Reservation Update
25+
- Add `If-Match` Header based on ETag for Worker Update
26+
- Add `If-Match` Header based on ETag for Worker Delete
27+
- Add `ETag` as Response Header to Worker
28+
29+
**Trunking**
30+
- Added `transfer_caller_id` property on Trunks.
31+
32+
**Verify**
33+
- Document new pilot `whatsapp` channel.
34+
35+
136
## [5.29.0](https://github.com/twilio/twilio-cli-core/compare/5.28.3...5.29.0) (2021-09-23)
237

338

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": "1.20.3"
189+
"version": "1.21.0"
190190
},
191191
"openapi": "3.0.1",
192192
"paths": {

0 commit comments

Comments
 (0)