From 67c684cf49cf0dc8664c09613f10c186735f3812 Mon Sep 17 00:00:00 2001 From: AssemblyAI Date: Tue, 29 Jul 2025 14:35:33 -0700 Subject: [PATCH] Project import generated by Copybara. GitOrigin-RevId: b68cfe4ff864a57da1d6e09a0d6ecd1072c0de4e --- package.json | 2 +- src/types/streaming/index.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index a966195..64d67af 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "assemblyai", - "version": "4.14.0", + "version": "4.14.1", "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.", "engines": { "node": ">=18" diff --git a/src/types/streaming/index.ts b/src/types/streaming/index.ts index 170ead0..0272441 100644 --- a/src/types/streaming/index.ts +++ b/src/types/streaming/index.ts @@ -22,7 +22,7 @@ export type StreamingListeners = { }; export type StreamingTokenParams = { - expires_in_seconds?: number; + expires_in_seconds: number; max_session_duration_seconds?: number; };