@unith-ai/core-client
Advanced tools
+6
-0
@@ -313,2 +313,3 @@ // Generated by dts-bundle-generator v9.5.1 | ||
| onHighDemand: () => void; | ||
| onSpeechRecognitionToken: (token: string) => void; | ||
| }; | ||
@@ -515,2 +516,7 @@ export type ConversationMode = "chat" | "audio" | "video" | "default"; | ||
| startSession(): Promise<Connection>; | ||
| /** | ||
| * Returns token for speech recognition. | ||
| * @param provider | ||
| */ | ||
| private getSpeechRecognitionToken; | ||
| toggleMicrophone(): Promise<void>; | ||
@@ -517,0 +523,0 @@ getMicrophoneStatus(): MicrophoneStatus; |
+2
-2
| { | ||
| "name": "@unith-ai/core-client", | ||
| "version": "2.0.62", | ||
| "version": "2.0.63", | ||
| "description": "Core TypeScript SDK for building digital human experiences with Unith AI", | ||
@@ -60,3 +60,3 @@ "main": "./dist/lib.js", | ||
| "clean": "rm -rf ./dist", | ||
| "dev": "npm run clean && rolldown src/index.ts -f es --file dist/lib.module.js --sourcemap --external microsoft-cognitiveservices-speech-sdk --watch", | ||
| "dev": "npm run clean && npm run build:types && rolldown src/index.ts -f es --file dist/lib.module.js --sourcemap --external microsoft-cognitiveservices-speech-sdk --watch", | ||
| "lint": "npm run lint:ts && npm run lint:es", | ||
@@ -63,0 +63,0 @@ "lint:ts": "tsc --noEmit --skipLibCheck", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
7845429
0.05%73314
0.06%