File tree 4 files changed +4
-1
lines changed
api/resources/empathicVoice/client
4 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ src/wrapper
12
12
src/index.ts
13
13
14
14
# EVI WebSocket
15
+ src/Client.ts
15
16
src/api/resources/empathicVoice/client/Client.ts
16
17
src/api/resources/empathicVoice/resources/chat/index.ts
17
18
src/api/resources/empathicVoice/resources/chat/client
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " hume" ,
3
- "version" : " 0.8.1-beta7 " ,
3
+ "version" : " 0.8.1-beta8 " ,
4
4
"private" : false ,
5
5
"repository" : " https://github.com/HumeAI/hume-typescript-sdk" ,
6
6
"main" : " ./index.js" ,
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ export declare namespace HumeClient {
11
11
interface Options {
12
12
environment ?: core . Supplier < environments . HumeEnvironment | string > ;
13
13
apiKey ?: core . Supplier < string | undefined > ;
14
+ accessToken ?: core . Supplier < string | undefined > ;
14
15
fetcher ?: core . FetchFunction ;
15
16
}
16
17
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ export declare namespace EmpathicVoice {
15
15
interface Options {
16
16
environment ?: core . Supplier < environments . HumeEnvironment | string > ;
17
17
apiKey ?: core . Supplier < string | undefined > ;
18
+ accessToken ?: core . Supplier < string | undefined > ;
18
19
fetcher ?: core . FetchFunction ;
19
20
}
20
21
You can’t perform that action at this time.
0 commit comments