From 2a890371567a4e0d92d1e9d8d877451f55bc449b Mon Sep 17 00:00:00 2001 From: twilio-dx Date: Tue, 11 Feb 2025 12:38:20 +0000 Subject: [PATCH] oaiFix: Updated api definitions changelog in CHANGES.md --- CHANGES.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 0750dbf8..a55159db 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,16 @@ +--------------------------- +**Api** +- Change downstream url and change media type for file . + +**Intelligence** +- Add json_results for Generative JSON operator results + +**Messaging** +- Add DestinationAlphaSender API to support Country-Specific Alpha Senders + +**Video** +- Change codec type from enum to case-insensitive enum in recording and room_recording apis + ## [5.22.10](https://github.com/twilio/twilio-cli/compare/5.22.9...5.22.10) (2025-01-28) ---------------------------