Skip to content

Commit 3550749

Browse files
authored
Merge pull request #84 from AssemblyAI/DAF0BAB42D2DA65E0EFFC2912E49A516
Sync from internal repo (2025-04-24)
2 parents 4f46d50 + 8b59914 commit 3550749

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)