@@ -57,7 +57,7 @@ export class Voices {
5757 Authorization : await this . _getAuthorizationHeader ( ) ,
5858 "X-Fern-Language" : "JavaScript" ,
5959 "X-Fern-SDK-Name" : "" ,
60- "X-Fern-SDK-Version" : "0.0.129 " ,
60+ "X-Fern-SDK-Version" : "0.0.133 " ,
6161 "X-Fern-Runtime" : core . RUNTIME . type ,
6262 "X-Fern-Runtime-Version" : core . RUNTIME . version ,
6363 ...requestOptions ?. headers ,
@@ -158,7 +158,7 @@ export class Voices {
158158 Authorization : await this . _getAuthorizationHeader ( ) ,
159159 "X-Fern-Language" : "JavaScript" ,
160160 "X-Fern-SDK-Name" : "" ,
161- "X-Fern-SDK-Version" : "0.0.129 " ,
161+ "X-Fern-SDK-Version" : "0.0.133 " ,
162162 "X-Fern-Runtime" : core . RUNTIME . type ,
163163 "X-Fern-Runtime-Version" : core . RUNTIME . version ,
164164 ..._maybeEncodedRequest . headers ,
@@ -238,7 +238,7 @@ export class Voices {
238238 Authorization : await this . _getAuthorizationHeader ( ) ,
239239 "X-Fern-Language" : "JavaScript" ,
240240 "X-Fern-SDK-Name" : "" ,
241- "X-Fern-SDK-Version" : "0.0.129 " ,
241+ "X-Fern-SDK-Version" : "0.0.133 " ,
242242 "X-Fern-Runtime" : core . RUNTIME . type ,
243243 "X-Fern-Runtime-Version" : core . RUNTIME . version ,
244244 ...requestOptions ?. headers ,
0 commit comments