Skip to content

Commit 1d8c79d

Browse files
github-actions[bot]github-actions
andauthored
Update API specifications with fern api update (#785)
Co-authored-by: github-actions <[email protected]>
1 parent 29372a4 commit 1d8c79d

File tree

1 file changed

+44
-4
lines changed

1 file changed

+44
-4
lines changed

fern/apis/api/openapi.json

Lines changed: 44 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25352,7 +25352,7 @@
2535225352
"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.",
2535325353
"oneOf": [
2535425354
{
25355-
"type": "enum",
25355+
"type": "string",
2535625356
"enum": [
2535725357
"off",
2535825358
"office"
@@ -26253,7 +26253,7 @@
2625326253
"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.",
2625426254
"oneOf": [
2625526255
{
26256-
"type": "enum",
26256+
"type": "string",
2625726257
"enum": [
2625826258
"off",
2625926259
"office"
@@ -27063,7 +27063,7 @@
2706327063
"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.",
2706427064
"oneOf": [
2706527065
{
27066-
"type": "enum",
27066+
"type": "string",
2706727067
"enum": [
2706827068
"off",
2706927069
"office"
@@ -27963,7 +27963,7 @@
2796327963
"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.",
2796427964
"oneOf": [
2796527965
{
27966-
"type": "enum",
27966+
"type": "string",
2796727967
"enum": [
2796827968
"off",
2796927969
"office"
@@ -31974,6 +31974,14 @@
3197431974
}
3197531975
]
3197631976
},
31977+
"squadOverrides": {
31978+
"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.",
31979+
"allOf": [
31980+
{
31981+
"$ref": "#/components/schemas/AssistantOverrides"
31982+
}
31983+
]
31984+
},
3197731985
"workflowId": {
3197831986
"type": "string",
3197931987
"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`"
@@ -32140,6 +32148,14 @@
3214032148
}
3214132149
]
3214232150
},
32151+
"squadOverrides": {
32152+
"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.",
32153+
"allOf": [
32154+
{
32155+
"$ref": "#/components/schemas/AssistantOverrides"
32156+
}
32157+
]
32158+
},
3214332159
"workflowId": {
3214432160
"type": "string",
3214532161
"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`"
@@ -32300,6 +32316,14 @@
3230032316
}
3230132317
]
3230232318
},
32319+
"squadOverrides": {
32320+
"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.",
32321+
"allOf": [
32322+
{
32323+
"$ref": "#/components/schemas/AssistantOverrides"
32324+
}
32325+
]
32326+
},
3230332327
"workflowId": {
3230432328
"type": "string",
3230532329
"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`"
@@ -32385,6 +32409,14 @@
3238532409
}
3238632410
]
3238732411
},
32412+
"squadOverrides": {
32413+
"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.",
32414+
"allOf": [
32415+
{
32416+
"$ref": "#/components/schemas/AssistantOverrides"
32417+
}
32418+
]
32419+
},
3238832420
"workflowId": {
3238932421
"type": "string",
3239032422
"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`"
@@ -56217,6 +56249,14 @@
5621756249
}
5621856250
]
5621956251
},
56252+
"squadOverrides": {
56253+
"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.",
56254+
"allOf": [
56255+
{
56256+
"$ref": "#/components/schemas/AssistantOverrides"
56257+
}
56258+
]
56259+
},
5622056260
"workflowId": {
5622156261
"type": "string",
5622256262
"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`"

0 commit comments

Comments
 (0)