From 5fa0c7cb3f5d1fb593ffee9e3e65610d76bdc14f Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 19 Nov 2025 00:28:27 +0000 Subject: [PATCH] Update API specifications with fern api update --- fern/apis/api/openapi.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/fern/apis/api/openapi.json b/fern/apis/api/openapi.json index 825d7546f..f7f812482 100644 --- a/fern/apis/api/openapi.json +++ b/fern/apis/api/openapi.json @@ -33290,6 +33290,14 @@ "TwilioSMSChatTransport": { "type": "object", "properties": { + "conversationType": { + "type": "string", + "description": "This is the conversation type of the call (ie, voice or chat).", + "default": "chat", + "enum": [ + "chat" + ] + }, "phoneNumberId": { "type": "string", "description": "This is the phone number that will be used to send the SMS.\nIf provided, will create a new session. If not provided, uses existing session's phoneNumberId.\nThe phone number must have SMS enabled and belong to your organization."