Skip to content

Commit be8f530

Browse files
committed
Release 0.1.8
1 parent 1d7a971 commit be8f530

7 files changed

Lines changed: 25 additions & 25 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fern-api/codecombat",
3-
"version": "0.1.7",
3+
"version": "0.1.8",
44
"private": false,
55
"repository": "https://github.com/codecombat/codecombat-node",
66
"main": "./index.js",

src/Client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ export class CodeCombatClient {
4848
Authorization: await this._getAuthorizationHeader(),
4949
"X-Fern-Language": "JavaScript",
5050
"X-Fern-SDK-Name": "@fern-api/codecombat",
51-
"X-Fern-SDK-Version": "0.1.7",
51+
"X-Fern-SDK-Version": "0.1.8",
5252
},
5353
contentType: "application/json",
5454
body: await serializers.PostUsersHandleOAuthIdentitiesRequest.jsonOrThrow(request, {

src/api/resources/auth/client/Client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ export class Auth {
6161
Authorization: await this._getAuthorizationHeader(),
6262
"X-Fern-Language": "JavaScript",
6363
"X-Fern-SDK-Name": "@fern-api/codecombat",
64-
"X-Fern-SDK-Version": "0.1.7",
64+
"X-Fern-SDK-Version": "0.1.8",
6565
},
6666
contentType: "application/json",
6767
queryParameters: _queryParams,

src/api/resources/clans/client/Client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export class Clans {
4242
Authorization: await this._getAuthorizationHeader(),
4343
"X-Fern-Language": "JavaScript",
4444
"X-Fern-SDK-Name": "@fern-api/codecombat",
45-
"X-Fern-SDK-Version": "0.1.7",
45+
"X-Fern-SDK-Version": "0.1.8",
4646
},
4747
contentType: "application/json",
4848
body: await serializers.ClansUpsertMemberRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),

src/api/resources/classrooms/client/Client.ts

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ export class Classrooms {
4949
Authorization: await this._getAuthorizationHeader(),
5050
"X-Fern-Language": "JavaScript",
5151
"X-Fern-SDK-Name": "@fern-api/codecombat",
52-
"X-Fern-SDK-Version": "0.1.7",
52+
"X-Fern-SDK-Version": "0.1.8",
5353
},
5454
contentType: "application/json",
5555
queryParameters: _queryParams,
@@ -103,7 +103,7 @@ export class Classrooms {
103103
Authorization: await this._getAuthorizationHeader(),
104104
"X-Fern-Language": "JavaScript",
105105
"X-Fern-SDK-Name": "@fern-api/codecombat",
106-
"X-Fern-SDK-Version": "0.1.7",
106+
"X-Fern-SDK-Version": "0.1.8",
107107
},
108108
contentType: "application/json",
109109
body: await serializers.ClassroomsCreateRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -158,7 +158,7 @@ export class Classrooms {
158158
Authorization: await this._getAuthorizationHeader(),
159159
"X-Fern-Language": "JavaScript",
160160
"X-Fern-SDK-Name": "@fern-api/codecombat",
161-
"X-Fern-SDK-Version": "0.1.7",
161+
"X-Fern-SDK-Version": "0.1.8",
162162
},
163163
contentType: "application/json",
164164
body: await serializers.ClassroomsUpsertMemberRequest.jsonOrThrow(request, {
@@ -215,7 +215,7 @@ export class Classrooms {
215215
Authorization: await this._getAuthorizationHeader(),
216216
"X-Fern-Language": "JavaScript",
217217
"X-Fern-SDK-Name": "@fern-api/codecombat",
218-
"X-Fern-SDK-Version": "0.1.7",
218+
"X-Fern-SDK-Version": "0.1.8",
219219
},
220220
contentType: "application/json",
221221
body: await serializers.ClassroomsRemoveMemberRequest.jsonOrThrow(request, {
@@ -282,7 +282,7 @@ export class Classrooms {
282282
Authorization: await this._getAuthorizationHeader(),
283283
"X-Fern-Language": "JavaScript",
284284
"X-Fern-SDK-Name": "@fern-api/codecombat",
285-
"X-Fern-SDK-Version": "0.1.7",
285+
"X-Fern-SDK-Version": "0.1.8",
286286
},
287287
contentType: "application/json",
288288
queryParameters: _queryParams,
@@ -348,7 +348,7 @@ export class Classrooms {
348348
Authorization: await this._getAuthorizationHeader(),
349349
"X-Fern-Language": "JavaScript",
350350
"X-Fern-SDK-Name": "@fern-api/codecombat",
351-
"X-Fern-SDK-Version": "0.1.7",
351+
"X-Fern-SDK-Version": "0.1.8",
352352
},
353353
contentType: "application/json",
354354
queryParameters: _queryParams,
@@ -421,7 +421,7 @@ export class Classrooms {
421421
Authorization: await this._getAuthorizationHeader(),
422422
"X-Fern-Language": "JavaScript",
423423
"X-Fern-SDK-Name": "@fern-api/codecombat",
424-
"X-Fern-SDK-Version": "0.1.7",
424+
"X-Fern-SDK-Version": "0.1.8",
425425
},
426426
contentType: "application/json",
427427
queryParameters: _queryParams,
@@ -477,7 +477,7 @@ export class Classrooms {
477477
Authorization: await this._getAuthorizationHeader(),
478478
"X-Fern-Language": "JavaScript",
479479
"X-Fern-SDK-Name": "@fern-api/codecombat",
480-
"X-Fern-SDK-Version": "0.1.7",
480+
"X-Fern-SDK-Version": "0.1.8",
481481
},
482482
contentType: "application/json",
483483
timeoutMs: requestOptions?.timeoutInSeconds != null ? requestOptions.timeoutInSeconds * 1000 : 60000,

src/api/resources/stats/client/Client.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export class Stats {
5656
Authorization: await this._getAuthorizationHeader(),
5757
"X-Fern-Language": "JavaScript",
5858
"X-Fern-SDK-Name": "@fern-api/codecombat",
59-
"X-Fern-SDK-Version": "0.1.7",
59+
"X-Fern-SDK-Version": "0.1.8",
6060
},
6161
contentType: "application/json",
6262
queryParameters: _queryParams,
@@ -107,7 +107,7 @@ export class Stats {
107107
Authorization: await this._getAuthorizationHeader(),
108108
"X-Fern-Language": "JavaScript",
109109
"X-Fern-SDK-Name": "@fern-api/codecombat",
110-
"X-Fern-SDK-Version": "0.1.7",
110+
"X-Fern-SDK-Version": "0.1.8",
111111
},
112112
contentType: "application/json",
113113
timeoutMs: requestOptions?.timeoutInSeconds != null ? requestOptions.timeoutInSeconds * 1000 : 60000,

src/api/resources/users/client/Client.ts

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)