@@ -70,7 +70,7 @@ export class Pdf {
7070 "X-API-Key" : await core . Supplier . get ( this . _options . apiKey ) ,
7171 "X-Fern-Language" : "JavaScript" ,
7272 "X-Fern-SDK-Name" : "fileforge" ,
73- "X-Fern-SDK-Version" : "0.0.4 " ,
73+ "X-Fern-SDK-Version" : "0.0.5 " ,
7474 "X-Fern-Runtime" : core . RUNTIME . type ,
7575 "X-Fern-Runtime-Version" : core . RUNTIME . version ,
7676 } ,
@@ -158,7 +158,7 @@ export class Pdf {
158158 "X-API-Key" : await core . Supplier . get ( this . _options . apiKey ) ,
159159 "X-Fern-Language" : "JavaScript" ,
160160 "X-Fern-SDK-Name" : "fileforge" ,
161- "X-Fern-SDK-Version" : "0.0.4 " ,
161+ "X-Fern-SDK-Version" : "0.0.5 " ,
162162 "X-Fern-Runtime" : core . RUNTIME . type ,
163163 "X-Fern-Runtime-Version" : core . RUNTIME . version ,
164164 } ,
@@ -253,7 +253,7 @@ export class Pdf {
253253 "X-API-Key" : await core . Supplier . get ( this . _options . apiKey ) ,
254254 "X-Fern-Language" : "JavaScript" ,
255255 "X-Fern-SDK-Name" : "fileforge" ,
256- "X-Fern-SDK-Version" : "0.0.4 " ,
256+ "X-Fern-SDK-Version" : "0.0.5 " ,
257257 "X-Fern-Runtime" : core . RUNTIME . type ,
258258 "X-Fern-Runtime-Version" : core . RUNTIME . version ,
259259 } ,
0 commit comments