@@ -58,8 +58,8 @@ export class Voices {
58
58
Authorization : await this . _getAuthorizationHeader ( ) ,
59
59
"X-Fern-Language" : "JavaScript" ,
60
60
"X-Fern-SDK-Name" : "@speechify/api" ,
61
- "X-Fern-SDK-Version" : "0.0.1 " ,
62
- "User-Agent" : "@speechify/api/0.0.1 " ,
61
+ "X-Fern-SDK-Version" : "0.0.2 " ,
62
+ "User-Agent" : "@speechify/api/0.0.2 " ,
63
63
"X-Fern-Runtime" : core . RUNTIME . type ,
64
64
"X-Fern-Runtime-Version" : core . RUNTIME . version ,
65
65
...requestOptions ?. headers ,
@@ -160,8 +160,8 @@ export class Voices {
160
160
Authorization : await this . _getAuthorizationHeader ( ) ,
161
161
"X-Fern-Language" : "JavaScript" ,
162
162
"X-Fern-SDK-Name" : "@speechify/api" ,
163
- "X-Fern-SDK-Version" : "0.0.1 " ,
164
- "User-Agent" : "@speechify/api/0.0.1 " ,
163
+ "X-Fern-SDK-Version" : "0.0.2 " ,
164
+ "User-Agent" : "@speechify/api/0.0.2 " ,
165
165
"X-Fern-Runtime" : core . RUNTIME . type ,
166
166
"X-Fern-Runtime-Version" : core . RUNTIME . version ,
167
167
..._maybeEncodedRequest . headers ,
@@ -241,8 +241,8 @@ export class Voices {
241
241
Authorization : await this . _getAuthorizationHeader ( ) ,
242
242
"X-Fern-Language" : "JavaScript" ,
243
243
"X-Fern-SDK-Name" : "@speechify/api" ,
244
- "X-Fern-SDK-Version" : "0.0.1 " ,
245
- "User-Agent" : "@speechify/api/0.0.1 " ,
244
+ "X-Fern-SDK-Version" : "0.0.2 " ,
245
+ "User-Agent" : "@speechify/api/0.0.2 " ,
246
246
"X-Fern-Runtime" : core . RUNTIME . type ,
247
247
"X-Fern-Runtime-Version" : core . RUNTIME . version ,
248
248
...requestOptions ?. headers ,
@@ -308,8 +308,8 @@ export class Voices {
308
308
Authorization : await this . _getAuthorizationHeader ( ) ,
309
309
"X-Fern-Language" : "JavaScript" ,
310
310
"X-Fern-SDK-Name" : "@speechify/api" ,
311
- "X-Fern-SDK-Version" : "0.0.1 " ,
312
- "User-Agent" : "@speechify/api/0.0.1 " ,
311
+ "X-Fern-SDK-Version" : "0.0.2 " ,
312
+ "User-Agent" : "@speechify/api/0.0.2 " ,
313
313
"X-Fern-Runtime" : core . RUNTIME . type ,
314
314
"X-Fern-Runtime-Version" : core . RUNTIME . version ,
315
315
...requestOptions ?. headers ,
0 commit comments