Skip to content

Commit 92668e4

Browse files
feat: update API specifications from internal repo (#118)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 79cfb9d commit 92668e4

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

asyncapi.yml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -402,14 +402,18 @@ components:
402402
examples:
403403
- flux-general-en
404404
ListenV2Encoding:
405-
description: Encoding of the audio stream. Currently only supports raw signed little-endian 16-bit PCM.
405+
description: Encoding of the audio stream. Required if sending non-containerized/raw audio. If sending containerized audio, this parameter should be omitted.
406406
enum:
407407
- linear16
408-
default: linear16
408+
- linear32
409+
- mulaw
410+
- alaw
411+
- opus
412+
- ogg-opus
409413
examples:
410414
- linear16
411415
ListenV2SampleRate:
412-
description: Sample rate of the audio stream in Hz.
416+
description: Sample rate of the audio stream in Hz. Required if sending non-containerized/raw audio. If sending containerized audio, this parameter should be omitted.
413417
examples:
414418
- '16000'
415419
ListenV2EagerEotThreshold:
@@ -2588,6 +2592,8 @@ channels:
25882592
$ref: '#/components/schemas/ListenV2MipOptOut'
25892593
tag:
25902594
$ref: '#/components/schemas/ListenV2Tag'
2595+
required:
2596+
- model
25912597
messages:
25922598
ListenV2Media:
25932599
$ref: '#/components/messages/ListenV2MediaMessage'

openapi.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3849,6 +3849,8 @@ paths:
38493849
- url: 'https://api.deepgram.com'
38503850
description: Deepgram Production API
38513851
x-fern-server-name: Production
3852+
parameters:
3853+
- $ref: '#/components/parameters/ManageV1ProjectId'
38523854
get:
38533855
summary: Get Project Billing Breakdown
38543856
tags:
@@ -3869,7 +3871,6 @@ paths:
38693871
operationId: manage.v1.projects.billing.breakdown.list
38703872
description: 'Retrieves the billing summary for a specific project, with various filter options or by grouping options.'
38713873
parameters:
3872-
- $ref: '#/components/parameters/ManageV1ProjectId'
38733874
- $ref: '#/components/parameters/ManageV1StartDate'
38743875
- $ref: '#/components/parameters/ManageV1EndDate'
38753876
- $ref: '#/components/parameters/ManageV1FilterAccessor'

0 commit comments

Comments
 (0)