Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
48 changes: 44 additions & 4 deletions fern/apis/api/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -25352,7 +25352,7 @@
"description": "This is the background sound in the call. Default for phone calls is 'office' and default for web calls is 'off'.\nYou can also provide a custom sound by providing a URL to an audio file.",
"oneOf": [
{
"type": "enum",
"type": "string",
"enum": [
"off",
"office"
Expand Down Expand Up @@ -26253,7 +26253,7 @@
"description": "This is the background sound in the call. Default for phone calls is 'office' and default for web calls is 'off'.\nYou can also provide a custom sound by providing a URL to an audio file.",
"oneOf": [
{
"type": "enum",
"type": "string",
"enum": [
"off",
"office"
Expand Down Expand Up @@ -27063,7 +27063,7 @@
"description": "This is the background sound in the call. Default for phone calls is 'office' and default for web calls is 'off'.\nYou can also provide a custom sound by providing a URL to an audio file.",
"oneOf": [
{
"type": "enum",
"type": "string",
"enum": [
"off",
"office"
Expand Down Expand Up @@ -27963,7 +27963,7 @@
"description": "This is the background sound in the call. Default for phone calls is 'office' and default for web calls is 'off'.\nYou can also provide a custom sound by providing a URL to an audio file.",
"oneOf": [
{
"type": "enum",
"type": "string",
"enum": [
"off",
"office"
Expand Down Expand Up @@ -31974,6 +31974,14 @@
}
]
},
"squadOverrides": {
"description": "These are the overrides for the `squad` or `squadId`'s member settings and template variables.\nThis will apply to all members of the squad.",
"allOf": [
{
"$ref": "#/components/schemas/AssistantOverrides"
}
]
},
"workflowId": {
"type": "string",
"description": "This is the workflow that will be used for the call. To use a transient workflow, use `workflow` instead.\n\nTo start a call with:\n- Assistant, use `assistant` or `assistantId`\n- Squad, use `squad` or `squadId`\n- Workflow, use `workflow` or `workflowId`"
Expand Down Expand Up @@ -32140,6 +32148,14 @@
}
]
},
"squadOverrides": {
"description": "These are the overrides for the `squad` or `squadId`'s member settings and template variables.\nThis will apply to all members of the squad.",
"allOf": [
{
"$ref": "#/components/schemas/AssistantOverrides"
}
]
},
"workflowId": {
"type": "string",
"description": "This is the workflow that will be used for the call. To use a transient workflow, use `workflow` instead.\n\nTo start a call with:\n- Assistant, use `assistant` or `assistantId`\n- Squad, use `squad` or `squadId`\n- Workflow, use `workflow` or `workflowId`"
Expand Down Expand Up @@ -32300,6 +32316,14 @@
}
]
},
"squadOverrides": {
"description": "These are the overrides for the `squad` or `squadId`'s member settings and template variables.\nThis will apply to all members of the squad.",
"allOf": [
{
"$ref": "#/components/schemas/AssistantOverrides"
}
]
},
"workflowId": {
"type": "string",
"description": "This is the workflow that will be used for the call. To use a transient workflow, use `workflow` instead.\n\nTo start a call with:\n- Assistant, use `assistant` or `assistantId`\n- Squad, use `squad` or `squadId`\n- Workflow, use `workflow` or `workflowId`"
Expand Down Expand Up @@ -32385,6 +32409,14 @@
}
]
},
"squadOverrides": {
"description": "These are the overrides for the `squad` or `squadId`'s member settings and template variables.\nThis will apply to all members of the squad.",
"allOf": [
{
"$ref": "#/components/schemas/AssistantOverrides"
}
]
},
"workflowId": {
"type": "string",
"description": "This is the workflow that will be used for the call. To use a transient workflow, use `workflow` instead.\n\nTo start a call with:\n- Assistant, use `assistant` or `assistantId`\n- Squad, use `squad` or `squadId`\n- Workflow, use `workflow` or `workflowId`"
Expand Down Expand Up @@ -56217,6 +56249,14 @@
}
]
},
"squadOverrides": {
"description": "These are the overrides for the `squad` or `squadId`'s member settings and template variables.\nThis will apply to all members of the squad.",
"allOf": [
{
"$ref": "#/components/schemas/AssistantOverrides"
}
]
},
"workflowId": {
"type": "string",
"description": "This is the workflow that will be used for the call. To use a transient workflow, use `workflow` instead.\n\nTo start a call with:\n- Assistant, use `assistant` or `assistantId`\n- Squad, use `squad` or `squadId`\n- Workflow, use `workflow` or `workflowId`"
Expand Down