Skip to content

Commit 8b59914

Browse files
AssemblyAImarcusolsson
authored andcommitted
Project import generated by Copybara.
GitOrigin-RevId: f752c3b7fa67fca9b590e4086273eb54034cc0f9
1 parent 4f46d50 commit 8b59914

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "assemblyai",
3-
"version": "4.12.1",
3+
"version": "4.12.2",
44
"description": "The AssemblyAI JavaScript SDK provides an easy-to-use interface for interacting with the AssemblyAI API, which supports async and real-time transcription, as well as the latest LeMUR models.",
55
"engines": {
66
"node": ">=18"

src/types/openapi.generated.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1416,7 +1416,7 @@ export type SeverityScoreSummary = {
14161416
/**
14171417
* The speech model to use for the transcription.
14181418
*/
1419-
export type SpeechModel = "best" | "nano" | "slam-1";
1419+
export type SpeechModel = "best" | "nano" | "slam-1" | "universal";
14201420

14211421
/**
14221422
* The replacement logic for detected PII, can be "entity_name" or "hash". See {@link https://www.assemblyai.com/docs/models/pii-redaction | PII redaction } for more details.

0 commit comments

Comments
 (0)