@@ -46,9 +46,9 @@ export class Files {
46
46
headers : {
47
47
Authorization : await this . _getAuthorizationHeader ( ) ,
48
48
"X-Fern-Language" : "JavaScript" ,
49
- "X-Fern-SDK-Name" : "vapi" ,
50
- "X-Fern-SDK-Version" : "0.0.0-alpha5 " ,
51
- "User-Agent" : "vapi/0.0.0-alpha5 " ,
49
+ "X-Fern-SDK-Name" : "@ vapi/server-sdk " ,
50
+ "X-Fern-SDK-Version" : "0.0.0-alpha6 " ,
51
+ "User-Agent" : "@ vapi/server-sdk/ 0.0.0-alpha6 " ,
52
52
"X-Fern-Runtime" : core . RUNTIME . type ,
53
53
"X-Fern-Runtime-Version" : core . RUNTIME . version ,
54
54
} ,
@@ -106,9 +106,9 @@ export class Files {
106
106
headers : {
107
107
Authorization : await this . _getAuthorizationHeader ( ) ,
108
108
"X-Fern-Language" : "JavaScript" ,
109
- "X-Fern-SDK-Name" : "vapi" ,
110
- "X-Fern-SDK-Version" : "0.0.0-alpha5 " ,
111
- "User-Agent" : "vapi/0.0.0-alpha5 " ,
109
+ "X-Fern-SDK-Name" : "@ vapi/server-sdk " ,
110
+ "X-Fern-SDK-Version" : "0.0.0-alpha6 " ,
111
+ "User-Agent" : "@ vapi/server-sdk/ 0.0.0-alpha6 " ,
112
112
"X-Fern-Runtime" : core . RUNTIME . type ,
113
113
"X-Fern-Runtime-Version" : core . RUNTIME . version ,
114
114
..._maybeEncodedRequest . headers ,
@@ -168,9 +168,9 @@ export class Files {
168
168
headers : {
169
169
Authorization : await this . _getAuthorizationHeader ( ) ,
170
170
"X-Fern-Language" : "JavaScript" ,
171
- "X-Fern-SDK-Name" : "vapi" ,
172
- "X-Fern-SDK-Version" : "0.0.0-alpha5 " ,
173
- "User-Agent" : "vapi/0.0.0-alpha5 " ,
171
+ "X-Fern-SDK-Name" : "@ vapi/server-sdk " ,
172
+ "X-Fern-SDK-Version" : "0.0.0-alpha6 " ,
173
+ "User-Agent" : "@ vapi/server-sdk/ 0.0.0-alpha6 " ,
174
174
"X-Fern-Runtime" : core . RUNTIME . type ,
175
175
"X-Fern-Runtime-Version" : core . RUNTIME . version ,
176
176
} ,
@@ -223,9 +223,9 @@ export class Files {
223
223
headers : {
224
224
Authorization : await this . _getAuthorizationHeader ( ) ,
225
225
"X-Fern-Language" : "JavaScript" ,
226
- "X-Fern-SDK-Name" : "vapi" ,
227
- "X-Fern-SDK-Version" : "0.0.0-alpha5 " ,
228
- "User-Agent" : "vapi/0.0.0-alpha5 " ,
226
+ "X-Fern-SDK-Name" : "@ vapi/server-sdk " ,
227
+ "X-Fern-SDK-Version" : "0.0.0-alpha6 " ,
228
+ "User-Agent" : "@ vapi/server-sdk/ 0.0.0-alpha6 " ,
229
229
"X-Fern-Runtime" : core . RUNTIME . type ,
230
230
"X-Fern-Runtime-Version" : core . RUNTIME . version ,
231
231
} ,
@@ -283,9 +283,9 @@ export class Files {
283
283
headers : {
284
284
Authorization : await this . _getAuthorizationHeader ( ) ,
285
285
"X-Fern-Language" : "JavaScript" ,
286
- "X-Fern-SDK-Name" : "vapi" ,
287
- "X-Fern-SDK-Version" : "0.0.0-alpha5 " ,
288
- "User-Agent" : "vapi/0.0.0-alpha5 " ,
286
+ "X-Fern-SDK-Name" : "@ vapi/server-sdk " ,
287
+ "X-Fern-SDK-Version" : "0.0.0-alpha6 " ,
288
+ "User-Agent" : "@ vapi/server-sdk/ 0.0.0-alpha6 " ,
289
289
"X-Fern-Runtime" : core . RUNTIME . type ,
290
290
"X-Fern-Runtime-Version" : core . RUNTIME . version ,
291
291
} ,
0 commit comments