Skip to content

1.9.0

Latest

Choose a tag to compare

@fern-api fern-api released this 19 Nov 15:05
5d54468
feat: add conversation type support for Twilio SMS chat transport

This update adds conversation type support to TwilioSmsChatTransport and introduces a dial timeout option for TransferPlan. These enhancements provide better control over chat conversation types and transfer call behavior.

Key changes:
- Add TwilioSmsChatTransportConversationType enum with "chat" literal type
- Add conversation_type field to TwilioSmsChatTransport to specify call type
- Add dial_timeout field to TransferPlan for SIP DIAL operation timeout control
- Update User-Agent header to use version placeholder instead of hardcoded value
- Export new conversation type in module __all__ lists

🌿 Generated with Fern