@@ -43,7 +43,7 @@ export class Users {
4343 Authorization : await this . _getAuthorizationHeader ( ) ,
4444 "X-Fern-Language" : "JavaScript" ,
4545 "X-Fern-SDK-Name" : "@fern-api/codecombat" ,
46- "X-Fern-SDK-Version" : "0.1.7 " ,
46+ "X-Fern-SDK-Version" : "0.1.8 " ,
4747 } ,
4848 contentType : "application/json" ,
4949 body : await serializers . UsersCreateRequest . jsonOrThrow ( request , { unrecognizedObjectKeys : "strip" } ) ,
@@ -104,7 +104,7 @@ export class Users {
104104 Authorization : await this . _getAuthorizationHeader ( ) ,
105105 "X-Fern-Language" : "JavaScript" ,
106106 "X-Fern-SDK-Name" : "@fern-api/codecombat" ,
107- "X-Fern-SDK-Version" : "0.1.7 " ,
107+ "X-Fern-SDK-Version" : "0.1.8 " ,
108108 } ,
109109 contentType : "application/json" ,
110110 queryParameters : _queryParams ,
@@ -159,7 +159,7 @@ export class Users {
159159 Authorization : await this . _getAuthorizationHeader ( ) ,
160160 "X-Fern-Language" : "JavaScript" ,
161161 "X-Fern-SDK-Name" : "@fern-api/codecombat" ,
162- "X-Fern-SDK-Version" : "0.1.7 " ,
162+ "X-Fern-SDK-Version" : "0.1.8 " ,
163163 } ,
164164 contentType : "application/json" ,
165165 body : await serializers . UsersUpdateRequest . jsonOrThrow ( request , { unrecognizedObjectKeys : "strip" } ) ,
@@ -220,7 +220,7 @@ export class Users {
220220 Authorization : await this . _getAuthorizationHeader ( ) ,
221221 "X-Fern-Language" : "JavaScript" ,
222222 "X-Fern-SDK-Name" : "@fern-api/codecombat" ,
223- "X-Fern-SDK-Version" : "0.1.7 " ,
223+ "X-Fern-SDK-Version" : "0.1.8 " ,
224224 } ,
225225 contentType : "application/json" ,
226226 queryParameters : _queryParams ,
@@ -275,7 +275,7 @@ export class Users {
275275 Authorization : await this . _getAuthorizationHeader ( ) ,
276276 "X-Fern-Language" : "JavaScript" ,
277277 "X-Fern-SDK-Name" : "@fern-api/codecombat" ,
278- "X-Fern-SDK-Version" : "0.1.7 " ,
278+ "X-Fern-SDK-Version" : "0.1.8 " ,
279279 } ,
280280 contentType : "application/json" ,
281281 body : await serializers . UsersSetHeroRequest . jsonOrThrow ( request , { unrecognizedObjectKeys : "strip" } ) ,
@@ -330,7 +330,7 @@ export class Users {
330330 Authorization : await this . _getAuthorizationHeader ( ) ,
331331 "X-Fern-Language" : "JavaScript" ,
332332 "X-Fern-SDK-Name" : "@fern-api/codecombat" ,
333- "X-Fern-SDK-Version" : "0.1.7 " ,
333+ "X-Fern-SDK-Version" : "0.1.8 " ,
334334 } ,
335335 contentType : "application/json" ,
336336 body : await serializers . UsersSetAceConfigRequest . jsonOrThrow ( request , { unrecognizedObjectKeys : "strip" } ) ,
@@ -386,7 +386,7 @@ export class Users {
386386 Authorization : await this . _getAuthorizationHeader ( ) ,
387387 "X-Fern-Language" : "JavaScript" ,
388388 "X-Fern-SDK-Name" : "@fern-api/codecombat" ,
389- "X-Fern-SDK-Version" : "0.1.7 " ,
389+ "X-Fern-SDK-Version" : "0.1.8 " ,
390390 } ,
391391 contentType : "application/json" ,
392392 body : await serializers . UsersGrantPremiumSubscriptionRequest . jsonOrThrow ( request , {
@@ -444,7 +444,7 @@ export class Users {
444444 Authorization : await this . _getAuthorizationHeader ( ) ,
445445 "X-Fern-Language" : "JavaScript" ,
446446 "X-Fern-SDK-Name" : "@fern-api/codecombat" ,
447- "X-Fern-SDK-Version" : "0.1.7 " ,
447+ "X-Fern-SDK-Version" : "0.1.8 " ,
448448 } ,
449449 contentType : "application/json" ,
450450 body : await serializers . UsersShortenSubscriptionRequest . jsonOrThrow ( request , {
@@ -503,7 +503,7 @@ export class Users {
503503 Authorization : await this . _getAuthorizationHeader ( ) ,
504504 "X-Fern-Language" : "JavaScript" ,
505505 "X-Fern-SDK-Name" : "@fern-api/codecombat" ,
506- "X-Fern-SDK-Version" : "0.1.7 " ,
506+ "X-Fern-SDK-Version" : "0.1.8 " ,
507507 } ,
508508 contentType : "application/json" ,
509509 body : await serializers . UsersGrantLicenseRequest . jsonOrThrow ( request , { unrecognizedObjectKeys : "strip" } ) ,
@@ -559,7 +559,7 @@ export class Users {
559559 Authorization : await this . _getAuthorizationHeader ( ) ,
560560 "X-Fern-Language" : "JavaScript" ,
561561 "X-Fern-SDK-Name" : "@fern-api/codecombat" ,
562- "X-Fern-SDK-Version" : "0.1.7 " ,
562+ "X-Fern-SDK-Version" : "0.1.8 " ,
563563 } ,
564564 contentType : "application/json" ,
565565 body : await serializers . UsersShortenLicenseRequest . jsonOrThrow ( request , {
@@ -612,7 +612,7 @@ export class Users {
612612 Authorization : await this . _getAuthorizationHeader ( ) ,
613613 "X-Fern-Language" : "JavaScript" ,
614614 "X-Fern-SDK-Name" : "@fern-api/codecombat" ,
615- "X-Fern-SDK-Version" : "0.1.7 " ,
615+ "X-Fern-SDK-Version" : "0.1.8 " ,
616616 } ,
617617 contentType : "application/json" ,
618618 timeoutMs : requestOptions ?. timeoutInSeconds != null ? requestOptions . timeoutInSeconds * 1000 : 60000 ,
0 commit comments