Skip to content

Commit 0eafcb3

Browse files
committed
fix(fern/apis/api/openapi.json): update transfer mode descriptions and remove unused sipHeaders property
1 parent 72d090b commit 0eafcb3

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

fern/apis/api/openapi.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4186,10 +4186,9 @@
41864186
"properties": {
41874187
"mode": {
41884188
"type": "string",
4189-
"description": "This configures how transfer is executed and the experience of the destination party receiving the call.\n\nUsage:\n- `blind-transfer`: The assistant forwards the call to the destination without any message or summary.\n- `blind-transfer-add-summary-to-sip-header`: The assistant forwards the call to the destination and adds a SIP header X-Transfer-Summary to the call to include the summary.\n- `warm-transfer-say-message`: The assistant dials the destination, delivers the `message` to the destination party, connects the customer, and leaves the call.\n- `warm-transfer-say-summary`: The assistant dials the destination, provides a summary of the call to the destination party, connects the customer, and leaves the call.\n- `warm-transfer-wait-for-operator-to-speak-first-and-then-say-message`: The assistant dials the destination, waits for the operator to speak, delivers the `message` to the destination party, and then connects the customer.\n- `warm-transfer-wait-for-operator-to-speak-first-and-then-say-summary`: The assistant dials the destination, waits for the operator to speak, provides a summary of the call to the destination party, and then connects the customer.\n\n@default 'blind-transfer'",
4189+
"description": "This configures how transfer is executed and the experience of the destination party receiving the call.\n\nUsage:\n- `blind-transfer`: The assistant forwards the call to the destination without any message or summary.\n- `warm-transfer-say-message`: The assistant dials the destination, delivers the `message` to the destination party, connects the customer, and leaves the call.\n- `warm-transfer-say-summary`: The assistant dials the destination, provides a summary of the call to the destination party, connects the customer, and leaves the call.\n- `warm-transfer-wait-for-operator-to-speak-first-and-then-say-message`: The assistant dials the destination, waits for the operator to speak, delivers the `message` to the destination party, and then connects the customer.\n- `warm-transfer-wait-for-operator-to-speak-first-and-then-say-summary`: The assistant dials the destination, waits for the operator to speak, provides a summary of the call to the destination party, and then connects the customer.\n\n@default 'blind-transfer'",
41904190
"enum": [
41914191
"blind-transfer",
4192-
"blind-transfer-add-summary-to-sip-header",
41934192
"warm-transfer-say-message",
41944193
"warm-transfer-say-summary",
41954194
"warm-transfer-wait-for-operator-to-speak-first-and-then-say-message",
@@ -4312,10 +4311,6 @@
43124311
}
43134312
]
43144313
},
4315-
"sipHeaders": {
4316-
"type": "object",
4317-
"description": "These are custom headers to be added to SIP refer during transfer call."
4318-
},
43194314
"description": {
43204315
"type": "string",
43214316
"description": "This is the description of the destination, used by the AI to choose when and how to transfer the call."

0 commit comments

Comments
 (0)