From 13c7bb2fe2265ef738759106eb5844323f189f10 Mon Sep 17 00:00:00 2001 From: twilio-dx Date: Mon, 1 Apr 2024 11:09:30 +0000 Subject: [PATCH] oaiFix: Updated api definitions changelog in CHANGES.md --- CHANGES.md | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index ed38232b..c8244177 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,43 @@ +--------------------------- +**Api** +- Add property to conference participant resource +- Update RiskCheck documentation +- Correct call filtering by start and end time documentation, clarifying that times are UTC. + +**Flex** +- Adding optional parameter to + +**Media** +- Remove API: MediaProcessor + +**Messaging** +- Remove Sending-Window due to test failure +- Add Sending-Window as a response property to Messaging Services, gated by a beta feature flag + +**Numbers** +- Correct valid_until_date field to be visible in Bundles resource +- Adding port_in_status field to the Port In resource and phone_number_status and sid fields to the Port In Phone Number resource + +**Oauth** +- Modified token endpoint response +- Added refresh_token and scope as optional parameter to token endpoint + +**Trusthub** +- Add update inquiry endpoint in compliance_registration. +- Add new field in themeSetId in compliance_registration. + +**Voice** +- Correct call filtering by start and end time documentation, clarifying that times are UTC. + +**Twiml** +- Add support for new Google voices (Q1 2024) for verb - gu-IN voices +- Add support for new Amazon Polly and Google voices (Q1 2024) for verb - Niamh (en-IE) and Sofie (da-DK) voices + + +--------------------------- +**Oauth** +- Add new APIs for vendor authorize and token endpoints + ### [5.19.1](https://github.com/twilio/twilio-cli/compare/5.19.0...5.19.1) (2024-03-12)