@@ -80,7 +80,7 @@ export class HumeClient {
8080 "X-Hume-Api-Key" : await core . Supplier . get ( this . _options . apiKey ) ,
8181 "X-Fern-Language" : "JavaScript" ,
8282 "X-Fern-SDK-Name" : "hume" ,
83- "X-Fern-SDK-Version" : "0.4.0 " ,
83+ "X-Fern-SDK-Version" : "0.4.1 " ,
8484 } ,
8585 contentType : "application/json" ,
8686 queryParameters : _queryParams ,
@@ -135,7 +135,7 @@ export class HumeClient {
135135 "X-Hume-Api-Key" : await core . Supplier . get ( this . _options . apiKey ) ,
136136 "X-Fern-Language" : "JavaScript" ,
137137 "X-Fern-SDK-Name" : "hume" ,
138- "X-Fern-SDK-Version" : "0.4.0 " ,
138+ "X-Fern-SDK-Version" : "0.4.1 " ,
139139 } ,
140140 contentType : "application/json" ,
141141 body : await serializers . BaseRequest . jsonOrThrow ( request , { unrecognizedObjectKeys : "strip" } ) ,
@@ -193,7 +193,7 @@ export class HumeClient {
193193 "X-Hume-Api-Key" : await core . Supplier . get ( this . _options . apiKey ) ,
194194 "X-Fern-Language" : "JavaScript" ,
195195 "X-Fern-SDK-Name" : "hume" ,
196- "X-Fern-SDK-Version" : "0.4.0 " ,
196+ "X-Fern-SDK-Version" : "0.4.1 " ,
197197 } ,
198198 contentType : "application/json" ,
199199 timeoutMs : requestOptions ?. timeoutInSeconds != null ? requestOptions . timeoutInSeconds * 1000 : 60000 ,
@@ -244,7 +244,7 @@ export class HumeClient {
244244 "X-Hume-Api-Key" : await core . Supplier . get ( this . _options . apiKey ) ,
245245 "X-Fern-Language" : "JavaScript" ,
246246 "X-Fern-SDK-Name" : "hume" ,
247- "X-Fern-SDK-Version" : "0.4.0 " ,
247+ "X-Fern-SDK-Version" : "0.4.1 " ,
248248 } ,
249249 contentType : "application/json" ,
250250 responseType : "streaming" ,
@@ -291,7 +291,7 @@ export class HumeClient {
291291 "X-Hume-Api-Key" : await core . Supplier . get ( this . _options . apiKey ) ,
292292 "X-Fern-Language" : "JavaScript" ,
293293 "X-Fern-SDK-Name" : "hume" ,
294- "X-Fern-SDK-Version" : "0.4.0 " ,
294+ "X-Fern-SDK-Version" : "0.4.1 " ,
295295 } ,
296296 contentType : "application/json" ,
297297 timeoutMs : requestOptions ?. timeoutInSeconds != null ? requestOptions . timeoutInSeconds * 1000 : 60000 ,
0 commit comments