Skip to content

Commit 9c2085e

Browse files
committed
Release 0.0.36
1 parent e38ceb7 commit 9c2085e

File tree

38 files changed

+248
-222
lines changed

38 files changed

+248
-222
lines changed

package.json

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

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

Lines changed: 35 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export class Apps {
3838
Authorization: await this._getAuthorizationHeader(),
3939
"X-Fern-Language": "JavaScript",
4040
"X-Fern-SDK-Name": "@squidex/squidex",
41-
"X-Fern-SDK-Version": "0.0.35",
41+
"X-Fern-SDK-Version": "0.0.36",
4242
},
4343
contentType: "application/json",
4444
timeoutMs: 60000,
@@ -104,7 +104,7 @@ export class Apps {
104104
Authorization: await this._getAuthorizationHeader(),
105105
"X-Fern-Language": "JavaScript",
106106
"X-Fern-SDK-Name": "@squidex/squidex",
107-
"X-Fern-SDK-Version": "0.0.35",
107+
"X-Fern-SDK-Version": "0.0.36",
108108
},
109109
contentType: "application/json",
110110
body: await serializers.UpdateAssetScriptsDto.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -180,7 +180,7 @@ export class Apps {
180180
Authorization: await this._getAuthorizationHeader(),
181181
"X-Fern-Language": "JavaScript",
182182
"X-Fern-SDK-Name": "@squidex/squidex",
183-
"X-Fern-SDK-Version": "0.0.35",
183+
"X-Fern-SDK-Version": "0.0.36",
184184
},
185185
contentType: "application/json",
186186
timeoutMs: 60000,
@@ -248,7 +248,7 @@ export class Apps {
248248
Authorization: await this._getAuthorizationHeader(),
249249
"X-Fern-Language": "JavaScript",
250250
"X-Fern-SDK-Name": "@squidex/squidex",
251-
"X-Fern-SDK-Version": "0.0.35",
251+
"X-Fern-SDK-Version": "0.0.36",
252252
},
253253
contentType: "application/json",
254254
body: await serializers.CreateClientDto.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -325,7 +325,7 @@ export class Apps {
325325
Authorization: await this._getAuthorizationHeader(),
326326
"X-Fern-Language": "JavaScript",
327327
"X-Fern-SDK-Name": "@squidex/squidex",
328-
"X-Fern-SDK-Version": "0.0.35",
328+
"X-Fern-SDK-Version": "0.0.36",
329329
},
330330
contentType: "application/json",
331331
body: await serializers.UpdateClientDto.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -402,7 +402,7 @@ export class Apps {
402402
Authorization: await this._getAuthorizationHeader(),
403403
"X-Fern-Language": "JavaScript",
404404
"X-Fern-SDK-Name": "@squidex/squidex",
405-
"X-Fern-SDK-Version": "0.0.35",
405+
"X-Fern-SDK-Version": "0.0.36",
406406
},
407407
contentType: "application/json",
408408
timeoutMs: 60000,
@@ -476,7 +476,7 @@ export class Apps {
476476
Authorization: await this._getAuthorizationHeader(),
477477
"X-Fern-Language": "JavaScript",
478478
"X-Fern-SDK-Name": "@squidex/squidex",
479-
"X-Fern-SDK-Version": "0.0.35",
479+
"X-Fern-SDK-Version": "0.0.36",
480480
},
481481
contentType: "application/json",
482482
timeoutMs: 60000,
@@ -542,7 +542,7 @@ export class Apps {
542542
Authorization: await this._getAuthorizationHeader(),
543543
"X-Fern-Language": "JavaScript",
544544
"X-Fern-SDK-Name": "@squidex/squidex",
545-
"X-Fern-SDK-Version": "0.0.35",
545+
"X-Fern-SDK-Version": "0.0.36",
546546
},
547547
contentType: "application/json",
548548
body: await serializers.AssignContributorDto.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -618,7 +618,7 @@ export class Apps {
618618
Authorization: await this._getAuthorizationHeader(),
619619
"X-Fern-Language": "JavaScript",
620620
"X-Fern-SDK-Name": "@squidex/squidex",
621-
"X-Fern-SDK-Version": "0.0.35",
621+
"X-Fern-SDK-Version": "0.0.36",
622622
},
623623
contentType: "application/json",
624624
timeoutMs: 60000,
@@ -693,7 +693,7 @@ export class Apps {
693693
Authorization: await this._getAuthorizationHeader(),
694694
"X-Fern-Language": "JavaScript",
695695
"X-Fern-SDK-Name": "@squidex/squidex",
696-
"X-Fern-SDK-Version": "0.0.35",
696+
"X-Fern-SDK-Version": "0.0.36",
697697
},
698698
contentType: "application/json",
699699
timeoutMs: 60000,
@@ -763,7 +763,7 @@ export class Apps {
763763
Authorization: await this._getAuthorizationHeader(),
764764
"X-Fern-Language": "JavaScript",
765765
"X-Fern-SDK-Name": "@squidex/squidex",
766-
"X-Fern-SDK-Version": "0.0.35",
766+
"X-Fern-SDK-Version": "0.0.36",
767767
},
768768
timeoutMs: 60000,
769769
onError: (error) => {
@@ -797,7 +797,7 @@ export class Apps {
797797
Authorization: await this._getAuthorizationHeader(),
798798
"X-Fern-Language": "JavaScript",
799799
"X-Fern-SDK-Name": "@squidex/squidex",
800-
"X-Fern-SDK-Version": "0.0.35",
800+
"X-Fern-SDK-Version": "0.0.36",
801801
"Content-Length": (await core.getFormDataContentLength(_request)).toString(),
802802
},
803803
contentType: "multipart/form-data; boundary=" + _request.getBoundary(),
@@ -875,7 +875,7 @@ export class Apps {
875875
Authorization: await this._getAuthorizationHeader(),
876876
"X-Fern-Language": "JavaScript",
877877
"X-Fern-SDK-Name": "@squidex/squidex",
878-
"X-Fern-SDK-Version": "0.0.35",
878+
"X-Fern-SDK-Version": "0.0.36",
879879
},
880880
contentType: "application/json",
881881
timeoutMs: 60000,
@@ -949,7 +949,7 @@ export class Apps {
949949
Authorization: await this._getAuthorizationHeader(),
950950
"X-Fern-Language": "JavaScript",
951951
"X-Fern-SDK-Name": "@squidex/squidex",
952-
"X-Fern-SDK-Version": "0.0.35",
952+
"X-Fern-SDK-Version": "0.0.36",
953953
},
954954
contentType: "application/json",
955955
timeoutMs: 60000,
@@ -1015,7 +1015,7 @@ export class Apps {
10151015
Authorization: await this._getAuthorizationHeader(),
10161016
"X-Fern-Language": "JavaScript",
10171017
"X-Fern-SDK-Name": "@squidex/squidex",
1018-
"X-Fern-SDK-Version": "0.0.35",
1018+
"X-Fern-SDK-Version": "0.0.36",
10191019
},
10201020
contentType: "application/json",
10211021
body: await serializers.AddLanguageDto.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -1094,7 +1094,7 @@ export class Apps {
10941094
Authorization: await this._getAuthorizationHeader(),
10951095
"X-Fern-Language": "JavaScript",
10961096
"X-Fern-SDK-Name": "@squidex/squidex",
1097-
"X-Fern-SDK-Version": "0.0.35",
1097+
"X-Fern-SDK-Version": "0.0.36",
10981098
},
10991099
contentType: "application/json",
11001100
body: await serializers.UpdateLanguageDto.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -1170,7 +1170,7 @@ export class Apps {
11701170
Authorization: await this._getAuthorizationHeader(),
11711171
"X-Fern-Language": "JavaScript",
11721172
"X-Fern-SDK-Name": "@squidex/squidex",
1173-
"X-Fern-SDK-Version": "0.0.35",
1173+
"X-Fern-SDK-Version": "0.0.36",
11741174
},
11751175
contentType: "application/json",
11761176
timeoutMs: 60000,
@@ -1244,7 +1244,7 @@ export class Apps {
12441244
Authorization: await this._getAuthorizationHeader(),
12451245
"X-Fern-Language": "JavaScript",
12461246
"X-Fern-SDK-Name": "@squidex/squidex",
1247-
"X-Fern-SDK-Version": "0.0.35",
1247+
"X-Fern-SDK-Version": "0.0.36",
12481248
},
12491249
contentType: "application/json",
12501250
timeoutMs: 60000,
@@ -1310,7 +1310,7 @@ export class Apps {
13101310
Authorization: await this._getAuthorizationHeader(),
13111311
"X-Fern-Language": "JavaScript",
13121312
"X-Fern-SDK-Name": "@squidex/squidex",
1313-
"X-Fern-SDK-Version": "0.0.35",
1313+
"X-Fern-SDK-Version": "0.0.36",
13141314
},
13151315
contentType: "application/json",
13161316
body: await serializers.AddRoleDto.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -1385,7 +1385,7 @@ export class Apps {
13851385
Authorization: await this._getAuthorizationHeader(),
13861386
"X-Fern-Language": "JavaScript",
13871387
"X-Fern-SDK-Name": "@squidex/squidex",
1388-
"X-Fern-SDK-Version": "0.0.35",
1388+
"X-Fern-SDK-Version": "0.0.36",
13891389
},
13901390
contentType: "application/json",
13911391
timeoutMs: 60000,
@@ -1451,7 +1451,7 @@ export class Apps {
14511451
Authorization: await this._getAuthorizationHeader(),
14521452
"X-Fern-Language": "JavaScript",
14531453
"X-Fern-SDK-Name": "@squidex/squidex",
1454-
"X-Fern-SDK-Version": "0.0.35",
1454+
"X-Fern-SDK-Version": "0.0.36",
14551455
},
14561456
contentType: "application/json",
14571457
body: await serializers.UpdateRoleDto.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -1527,7 +1527,7 @@ export class Apps {
15271527
Authorization: await this._getAuthorizationHeader(),
15281528
"X-Fern-Language": "JavaScript",
15291529
"X-Fern-SDK-Name": "@squidex/squidex",
1530-
"X-Fern-SDK-Version": "0.0.35",
1530+
"X-Fern-SDK-Version": "0.0.36",
15311531
},
15321532
contentType: "application/json",
15331533
timeoutMs: 60000,
@@ -1599,7 +1599,7 @@ export class Apps {
15991599
Authorization: await this._getAuthorizationHeader(),
16001600
"X-Fern-Language": "JavaScript",
16011601
"X-Fern-SDK-Name": "@squidex/squidex",
1602-
"X-Fern-SDK-Version": "0.0.35",
1602+
"X-Fern-SDK-Version": "0.0.36",
16031603
},
16041604
contentType: "application/json",
16051605
timeoutMs: 60000,
@@ -1662,7 +1662,7 @@ export class Apps {
16621662
Authorization: await this._getAuthorizationHeader(),
16631663
"X-Fern-Language": "JavaScript",
16641664
"X-Fern-SDK-Name": "@squidex/squidex",
1665-
"X-Fern-SDK-Version": "0.0.35",
1665+
"X-Fern-SDK-Version": "0.0.36",
16661666
},
16671667
contentType: "application/json",
16681668
body: await serializers.CreateAppDto.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -1742,7 +1742,7 @@ export class Apps {
17421742
Authorization: await this._getAuthorizationHeader(),
17431743
"X-Fern-Language": "JavaScript",
17441744
"X-Fern-SDK-Name": "@squidex/squidex",
1745-
"X-Fern-SDK-Version": "0.0.35",
1745+
"X-Fern-SDK-Version": "0.0.36",
17461746
},
17471747
contentType: "application/json",
17481748
timeoutMs: 60000,
@@ -1805,7 +1805,7 @@ export class Apps {
18051805
Authorization: await this._getAuthorizationHeader(),
18061806
"X-Fern-Language": "JavaScript",
18071807
"X-Fern-SDK-Name": "@squidex/squidex",
1808-
"X-Fern-SDK-Version": "0.0.35",
1808+
"X-Fern-SDK-Version": "0.0.36",
18091809
},
18101810
contentType: "application/json",
18111811
timeoutMs: 60000,
@@ -1871,7 +1871,7 @@ export class Apps {
18711871
Authorization: await this._getAuthorizationHeader(),
18721872
"X-Fern-Language": "JavaScript",
18731873
"X-Fern-SDK-Name": "@squidex/squidex",
1874-
"X-Fern-SDK-Version": "0.0.35",
1874+
"X-Fern-SDK-Version": "0.0.36",
18751875
},
18761876
contentType: "application/json",
18771877
body: await serializers.UpdateAppDto.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -1947,7 +1947,7 @@ export class Apps {
19471947
Authorization: await this._getAuthorizationHeader(),
19481948
"X-Fern-Language": "JavaScript",
19491949
"X-Fern-SDK-Name": "@squidex/squidex",
1950-
"X-Fern-SDK-Version": "0.0.35",
1950+
"X-Fern-SDK-Version": "0.0.36",
19511951
},
19521952
contentType: "application/json",
19531953
timeoutMs: 60000,
@@ -2017,7 +2017,7 @@ export class Apps {
20172017
Authorization: await this._getAuthorizationHeader(),
20182018
"X-Fern-Language": "JavaScript",
20192019
"X-Fern-SDK-Name": "@squidex/squidex",
2020-
"X-Fern-SDK-Version": "0.0.35",
2020+
"X-Fern-SDK-Version": "0.0.36",
20212021
},
20222022
contentType: "application/json",
20232023
body: await serializers.TransferToTeamDto.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -2092,7 +2092,7 @@ export class Apps {
20922092
Authorization: await this._getAuthorizationHeader(),
20932093
"X-Fern-Language": "JavaScript",
20942094
"X-Fern-SDK-Name": "@squidex/squidex",
2095-
"X-Fern-SDK-Version": "0.0.35",
2095+
"X-Fern-SDK-Version": "0.0.36",
20962096
},
20972097
contentType: "application/json",
20982098
timeoutMs: 60000,
@@ -2158,7 +2158,7 @@ export class Apps {
21582158
Authorization: await this._getAuthorizationHeader(),
21592159
"X-Fern-Language": "JavaScript",
21602160
"X-Fern-SDK-Name": "@squidex/squidex",
2161-
"X-Fern-SDK-Version": "0.0.35",
2161+
"X-Fern-SDK-Version": "0.0.36",
21622162
},
21632163
contentType: "application/json",
21642164
body: await serializers.UpdateAppSettingsDto.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -2233,7 +2233,7 @@ export class Apps {
22332233
Authorization: await this._getAuthorizationHeader(),
22342234
"X-Fern-Language": "JavaScript",
22352235
"X-Fern-SDK-Name": "@squidex/squidex",
2236-
"X-Fern-SDK-Version": "0.0.35",
2236+
"X-Fern-SDK-Version": "0.0.36",
22372237
},
22382238
contentType: "application/json",
22392239
timeoutMs: 60000,
@@ -2299,7 +2299,7 @@ export class Apps {
22992299
Authorization: await this._getAuthorizationHeader(),
23002300
"X-Fern-Language": "JavaScript",
23012301
"X-Fern-SDK-Name": "@squidex/squidex",
2302-
"X-Fern-SDK-Version": "0.0.35",
2302+
"X-Fern-SDK-Version": "0.0.36",
23032303
},
23042304
contentType: "application/json",
23052305
body: await serializers.AddWorkflowDto.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -2375,7 +2375,7 @@ export class Apps {
23752375
Authorization: await this._getAuthorizationHeader(),
23762376
"X-Fern-Language": "JavaScript",
23772377
"X-Fern-SDK-Name": "@squidex/squidex",
2378-
"X-Fern-SDK-Version": "0.0.35",
2378+
"X-Fern-SDK-Version": "0.0.36",
23792379
},
23802380
contentType: "application/json",
23812381
body: await serializers.UpdateWorkflowDto.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -2451,7 +2451,7 @@ export class Apps {
24512451
Authorization: await this._getAuthorizationHeader(),
24522452
"X-Fern-Language": "JavaScript",
24532453
"X-Fern-SDK-Name": "@squidex/squidex",
2454-
"X-Fern-SDK-Version": "0.0.35",
2454+
"X-Fern-SDK-Version": "0.0.36",
24552455
},
24562456
contentType: "application/json",
24572457
timeoutMs: 60000,

0 commit comments

Comments
 (0)