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