@@ -73,7 +73,7 @@ export class HumeClient {
73
73
"X-Hume-Api-Key" : await core . Supplier . get ( this . _options . apiKey ) ,
74
74
"X-Fern-Language" : "JavaScript" ,
75
75
"X-Fern-SDK-Name" : "@fern-api/hume" ,
76
- "X-Fern-SDK-Version" : "0.1.3 " ,
76
+ "X-Fern-SDK-Version" : "0.1.4 " ,
77
77
} ,
78
78
contentType : "application/json" ,
79
79
queryParameters : _queryParams ,
@@ -128,7 +128,7 @@ export class HumeClient {
128
128
"X-Hume-Api-Key" : await core . Supplier . get ( this . _options . apiKey ) ,
129
129
"X-Fern-Language" : "JavaScript" ,
130
130
"X-Fern-SDK-Name" : "@fern-api/hume" ,
131
- "X-Fern-SDK-Version" : "0.1.3 " ,
131
+ "X-Fern-SDK-Version" : "0.1.4 " ,
132
132
} ,
133
133
contentType : "application/json" ,
134
134
body : await serializers . BaseRequest . jsonOrThrow ( request , { unrecognizedObjectKeys : "strip" } ) ,
@@ -183,7 +183,7 @@ export class HumeClient {
183
183
"X-Hume-Api-Key" : await core . Supplier . get ( this . _options . apiKey ) ,
184
184
"X-Fern-Language" : "JavaScript" ,
185
185
"X-Fern-SDK-Name" : "@fern-api/hume" ,
186
- "X-Fern-SDK-Version" : "0.1.3 " ,
186
+ "X-Fern-SDK-Version" : "0.1.4 " ,
187
187
} ,
188
188
contentType : "application/json" ,
189
189
timeoutMs : requestOptions ?. timeoutInSeconds != null ? requestOptions . timeoutInSeconds * 1000 : 60000 ,
@@ -234,7 +234,7 @@ export class HumeClient {
234
234
"X-Hume-Api-Key" : await core . Supplier . get ( this . _options . apiKey ) ,
235
235
"X-Fern-Language" : "JavaScript" ,
236
236
"X-Fern-SDK-Name" : "@fern-api/hume" ,
237
- "X-Fern-SDK-Version" : "0.1.3 " ,
237
+ "X-Fern-SDK-Version" : "0.1.4 " ,
238
238
} ,
239
239
contentType : "application/json" ,
240
240
responseType : "blob" ,
@@ -281,7 +281,7 @@ export class HumeClient {
281
281
"X-Hume-Api-Key" : await core . Supplier . get ( this . _options . apiKey ) ,
282
282
"X-Fern-Language" : "JavaScript" ,
283
283
"X-Fern-SDK-Name" : "@fern-api/hume" ,
284
- "X-Fern-SDK-Version" : "0.1.3 " ,
284
+ "X-Fern-SDK-Version" : "0.1.4 " ,
285
285
} ,
286
286
contentType : "application/json" ,
287
287
timeoutMs : requestOptions ?. timeoutInSeconds != null ? requestOptions . timeoutInSeconds * 1000 : 60000 ,
0 commit comments