File tree 2 files changed +3
-3
lines changed
src/api/resources/snippets/client
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @fern-api/node-sdk" ,
3
- "version" : " 0.2.2 " ,
3
+ "version" : " 0.2.3 " ,
4
4
"private" : false ,
5
5
"repository" : " https://github.com/fern-api/node-sdk" ,
6
6
"main" : " ./index.js" ,
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ export class Snippets {
59
59
Authorization : await this . _getAuthorizationHeader ( ) ,
60
60
"X-Fern-Language" : "JavaScript" ,
61
61
"X-Fern-SDK-Name" : "@fern-api/node-sdk" ,
62
- "X-Fern-SDK-Version" : "0.2.2 " ,
62
+ "X-Fern-SDK-Version" : "0.2.3 " ,
63
63
} ,
64
64
contentType : "application/json" ,
65
65
body : await serializers . snippets . GetSnippetRequest . jsonOrThrow ( request , {
@@ -229,7 +229,7 @@ export class Snippets {
229
229
Authorization : await this . _getAuthorizationHeader ( ) ,
230
230
"X-Fern-Language" : "JavaScript" ,
231
231
"X-Fern-SDK-Name" : "@fern-api/node-sdk" ,
232
- "X-Fern-SDK-Version" : "0.2.2 " ,
232
+ "X-Fern-SDK-Version" : "0.2.3 " ,
233
233
} ,
234
234
contentType : "application/json" ,
235
235
queryParameters : _queryParams ,
You can’t perform that action at this time.
0 commit comments