Skip to content

Commit 2074d9b

Browse files
github-actions[bot]github-actions
and
github-actions
authored
Update API specifications with fern api update (#449)
Co-authored-by: github-actions <github-actions@github.com>
1 parent 607eeb3 commit 2074d9b

File tree

1 file changed

+0
-155
lines changed

1 file changed

+0
-155
lines changed

fern/apis/api/openapi.json

Lines changed: 0 additions & 155 deletions
Original file line numberDiff line numberDiff line change
@@ -15106,52 +15106,6 @@
1510615106
"maximum": 2,
1510715107
"default": 1
1510815108
},
15109-
"language": {
15110-
"type": "string",
15111-
"description": "This is the language code (ISO 639-1) that will be used.\n\n@default 'en-US'",
15112-
"enum": [
15113-
"en-US",
15114-
"en-GB",
15115-
"en-AU",
15116-
"en-CA",
15117-
"ja",
15118-
"zh",
15119-
"de",
15120-
"hi",
15121-
"fr-FR",
15122-
"fr-CA",
15123-
"ko",
15124-
"pt-BR",
15125-
"pt-PT",
15126-
"it",
15127-
"es-ES",
15128-
"es-MX",
15129-
"id",
15130-
"nl",
15131-
"tr",
15132-
"fil",
15133-
"pl",
15134-
"sv",
15135-
"bg",
15136-
"ro",
15137-
"ar-SA",
15138-
"ar-AE",
15139-
"cs",
15140-
"el",
15141-
"fi",
15142-
"hr",
15143-
"ms",
15144-
"sk",
15145-
"da",
15146-
"ta",
15147-
"uk",
15148-
"ru",
15149-
"hu",
15150-
"no",
15151-
"vi"
15152-
],
15153-
"default": "en-US"
15154-
},
1515515109
"chunkPlan": {
1515615110
"description": "This is the plan for chunking the model output before it is sent to the voice provider.",
1515715111
"allOf": [
@@ -16382,52 +16336,6 @@
1638216336
"maximum": 2,
1638316337
"default": 1
1638416338
},
16385-
"language": {
16386-
"type": "string",
16387-
"description": "This is the language code (ISO 639-1) that will be used.\n\n@default 'en-US'",
16388-
"enum": [
16389-
"en-US",
16390-
"en-GB",
16391-
"en-AU",
16392-
"en-CA",
16393-
"ja",
16394-
"zh",
16395-
"de",
16396-
"hi",
16397-
"fr-FR",
16398-
"fr-CA",
16399-
"ko",
16400-
"pt-BR",
16401-
"pt-PT",
16402-
"it",
16403-
"es-ES",
16404-
"es-MX",
16405-
"id",
16406-
"nl",
16407-
"tr",
16408-
"fil",
16409-
"pl",
16410-
"sv",
16411-
"bg",
16412-
"ro",
16413-
"ar-SA",
16414-
"ar-AE",
16415-
"cs",
16416-
"el",
16417-
"fi",
16418-
"hr",
16419-
"ms",
16420-
"sk",
16421-
"da",
16422-
"ta",
16423-
"uk",
16424-
"ru",
16425-
"hu",
16426-
"no",
16427-
"vi"
16428-
],
16429-
"default": "en-US"
16430-
},
1643116339
"chunkPlan": {
1643216340
"description": "This is the plan for chunking the model output before it is sent to the voice provider.",
1643316341
"allOf": [
@@ -30645,69 +30553,6 @@
3064530553
}
3064630554
}
3064730555
},
30648-
"Metrics": {
30649-
"type": "object",
30650-
"properties": {
30651-
"orgId": {
30652-
"type": "string"
30653-
},
30654-
"rangeStart": {
30655-
"type": "string"
30656-
},
30657-
"rangeEnd": {
30658-
"type": "string"
30659-
},
30660-
"bill": {
30661-
"type": "number"
30662-
},
30663-
"billWithinBillingLimit": {
30664-
"type": "boolean"
30665-
},
30666-
"billDailyBreakdown": {
30667-
"type": "object"
30668-
},
30669-
"callActive": {
30670-
"type": "number"
30671-
},
30672-
"callActiveWithinConcurrencyLimit": {
30673-
"type": "boolean"
30674-
},
30675-
"callMinutes": {
30676-
"type": "number"
30677-
},
30678-
"callMinutesDailyBreakdown": {
30679-
"type": "object"
30680-
},
30681-
"callMinutesAverage": {
30682-
"type": "number"
30683-
},
30684-
"callMinutesAverageDailyBreakdown": {
30685-
"type": "object"
30686-
},
30687-
"callCount": {
30688-
"type": "number"
30689-
},
30690-
"callCountDailyBreakdown": {
30691-
"type": "object"
30692-
}
30693-
},
30694-
"required": [
30695-
"orgId",
30696-
"rangeStart",
30697-
"rangeEnd",
30698-
"bill",
30699-
"billWithinBillingLimit",
30700-
"billDailyBreakdown",
30701-
"callActive",
30702-
"callActiveWithinConcurrencyLimit",
30703-
"callMinutes",
30704-
"callMinutesDailyBreakdown",
30705-
"callMinutesAverage",
30706-
"callMinutesAverageDailyBreakdown",
30707-
"callCount",
30708-
"callCountDailyBreakdown"
30709-
]
30710-
},
3071130556
"TimeRange": {
3071230557
"type": "object",
3071330558
"properties": {

0 commit comments

Comments
 (0)