Skip to content

Commit f831402

Browse files
authored
Merge pull request #88 from AssemblyAI/DAF0BAB42D2DA65E0EFFC2912E49A516
Sync from internal repo (YYYY/MM/DD)
2 parents fd6f9ca + eaf8a9d commit f831402

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.13.0",
3+
"version": "4.13.1",
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/streaming/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ export type StreamingListeners = {
2020
};
2121

2222
export type StreamingTokenParams = {
23-
expires_in_seconds: number;
24-
max_session_duration_seconds: number;
23+
expires_in_seconds?: number;
24+
max_session_duration_seconds?: number;
2525
};
2626

2727
export type StreamingTemporaryTokenResponse = {

0 commit comments

Comments
 (0)