Skip to content

Commit b7daff0

Browse files
committed
Release 1.0.0-rc6
1 parent 998703c commit b7daff0

File tree

23 files changed

+184
-184
lines changed

23 files changed

+184
-184
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": "1.0.0-rc5",
3+
"version": "1.0.0-rc6",
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
@@ -40,7 +40,7 @@ export class Apps {
4040
Authorization: await this._getAuthorizationHeader(),
4141
"X-Fern-Language": "JavaScript",
4242
"X-Fern-SDK-Name": "@squidex/squidex",
43-
"X-Fern-SDK-Version": "1.0.0-rc5",
43+
"X-Fern-SDK-Version": "1.0.0-rc6",
4444
},
4545
contentType: "application/json",
4646
timeoutMs: 60000,
@@ -106,7 +106,7 @@ export class Apps {
106106
Authorization: await this._getAuthorizationHeader(),
107107
"X-Fern-Language": "JavaScript",
108108
"X-Fern-SDK-Name": "@squidex/squidex",
109-
"X-Fern-SDK-Version": "1.0.0-rc5",
109+
"X-Fern-SDK-Version": "1.0.0-rc6",
110110
},
111111
contentType: "application/json",
112112
body: await serializers.UpdateAssetScriptsDto.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -182,7 +182,7 @@ export class Apps {
182182
Authorization: await this._getAuthorizationHeader(),
183183
"X-Fern-Language": "JavaScript",
184184
"X-Fern-SDK-Name": "@squidex/squidex",
185-
"X-Fern-SDK-Version": "1.0.0-rc5",
185+
"X-Fern-SDK-Version": "1.0.0-rc6",
186186
},
187187
contentType: "application/json",
188188
timeoutMs: 60000,
@@ -250,7 +250,7 @@ export class Apps {
250250
Authorization: await this._getAuthorizationHeader(),
251251
"X-Fern-Language": "JavaScript",
252252
"X-Fern-SDK-Name": "@squidex/squidex",
253-
"X-Fern-SDK-Version": "1.0.0-rc5",
253+
"X-Fern-SDK-Version": "1.0.0-rc6",
254254
},
255255
contentType: "application/json",
256256
body: await serializers.CreateClientDto.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -327,7 +327,7 @@ export class Apps {
327327
Authorization: await this._getAuthorizationHeader(),
328328
"X-Fern-Language": "JavaScript",
329329
"X-Fern-SDK-Name": "@squidex/squidex",
330-
"X-Fern-SDK-Version": "1.0.0-rc5",
330+
"X-Fern-SDK-Version": "1.0.0-rc6",
331331
},
332332
contentType: "application/json",
333333
body: await serializers.UpdateClientDto.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -404,7 +404,7 @@ export class Apps {
404404
Authorization: await this._getAuthorizationHeader(),
405405
"X-Fern-Language": "JavaScript",
406406
"X-Fern-SDK-Name": "@squidex/squidex",
407-
"X-Fern-SDK-Version": "1.0.0-rc5",
407+
"X-Fern-SDK-Version": "1.0.0-rc6",
408408
},
409409
contentType: "application/json",
410410
timeoutMs: 60000,
@@ -478,7 +478,7 @@ export class Apps {
478478
Authorization: await this._getAuthorizationHeader(),
479479
"X-Fern-Language": "JavaScript",
480480
"X-Fern-SDK-Name": "@squidex/squidex",
481-
"X-Fern-SDK-Version": "1.0.0-rc5",
481+
"X-Fern-SDK-Version": "1.0.0-rc6",
482482
},
483483
contentType: "application/json",
484484
timeoutMs: 60000,
@@ -544,7 +544,7 @@ export class Apps {
544544
Authorization: await this._getAuthorizationHeader(),
545545
"X-Fern-Language": "JavaScript",
546546
"X-Fern-SDK-Name": "@squidex/squidex",
547-
"X-Fern-SDK-Version": "1.0.0-rc5",
547+
"X-Fern-SDK-Version": "1.0.0-rc6",
548548
},
549549
contentType: "application/json",
550550
body: await serializers.AssignContributorDto.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -620,7 +620,7 @@ export class Apps {
620620
Authorization: await this._getAuthorizationHeader(),
621621
"X-Fern-Language": "JavaScript",
622622
"X-Fern-SDK-Name": "@squidex/squidex",
623-
"X-Fern-SDK-Version": "1.0.0-rc5",
623+
"X-Fern-SDK-Version": "1.0.0-rc6",
624624
},
625625
contentType: "application/json",
626626
timeoutMs: 60000,
@@ -695,7 +695,7 @@ export class Apps {
695695
Authorization: await this._getAuthorizationHeader(),
696696
"X-Fern-Language": "JavaScript",
697697
"X-Fern-SDK-Name": "@squidex/squidex",
698-
"X-Fern-SDK-Version": "1.0.0-rc5",
698+
"X-Fern-SDK-Version": "1.0.0-rc6",
699699
},
700700
contentType: "application/json",
701701
timeoutMs: 60000,
@@ -765,7 +765,7 @@ export class Apps {
765765
Authorization: await this._getAuthorizationHeader(),
766766
"X-Fern-Language": "JavaScript",
767767
"X-Fern-SDK-Name": "@squidex/squidex",
768-
"X-Fern-SDK-Version": "1.0.0-rc5",
768+
"X-Fern-SDK-Version": "1.0.0-rc6",
769769
},
770770
timeoutMs: 60000,
771771
onError: (error) => {
@@ -794,7 +794,7 @@ export class Apps {
794794
Authorization: await this._getAuthorizationHeader(),
795795
"X-Fern-Language": "JavaScript",
796796
"X-Fern-SDK-Name": "@squidex/squidex",
797-
"X-Fern-SDK-Version": "1.0.0-rc5",
797+
"X-Fern-SDK-Version": "1.0.0-rc6",
798798
"Content-Length": (await core.getFormDataContentLength(_request)).toString(),
799799
},
800800
contentType: "multipart/form-data; boundary=" + _request.getBoundary(),
@@ -871,7 +871,7 @@ export class Apps {
871871
Authorization: await this._getAuthorizationHeader(),
872872
"X-Fern-Language": "JavaScript",
873873
"X-Fern-SDK-Name": "@squidex/squidex",
874-
"X-Fern-SDK-Version": "1.0.0-rc5",
874+
"X-Fern-SDK-Version": "1.0.0-rc6",
875875
},
876876
contentType: "application/json",
877877
timeoutMs: 60000,
@@ -945,7 +945,7 @@ export class Apps {
945945
Authorization: await this._getAuthorizationHeader(),
946946
"X-Fern-Language": "JavaScript",
947947
"X-Fern-SDK-Name": "@squidex/squidex",
948-
"X-Fern-SDK-Version": "1.0.0-rc5",
948+
"X-Fern-SDK-Version": "1.0.0-rc6",
949949
},
950950
contentType: "application/json",
951951
timeoutMs: 60000,
@@ -1011,7 +1011,7 @@ export class Apps {
10111011
Authorization: await this._getAuthorizationHeader(),
10121012
"X-Fern-Language": "JavaScript",
10131013
"X-Fern-SDK-Name": "@squidex/squidex",
1014-
"X-Fern-SDK-Version": "1.0.0-rc5",
1014+
"X-Fern-SDK-Version": "1.0.0-rc6",
10151015
},
10161016
contentType: "application/json",
10171017
body: await serializers.AddLanguageDto.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -1090,7 +1090,7 @@ export class Apps {
10901090
Authorization: await this._getAuthorizationHeader(),
10911091
"X-Fern-Language": "JavaScript",
10921092
"X-Fern-SDK-Name": "@squidex/squidex",
1093-
"X-Fern-SDK-Version": "1.0.0-rc5",
1093+
"X-Fern-SDK-Version": "1.0.0-rc6",
10941094
},
10951095
contentType: "application/json",
10961096
body: await serializers.UpdateLanguageDto.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -1166,7 +1166,7 @@ export class Apps {
11661166
Authorization: await this._getAuthorizationHeader(),
11671167
"X-Fern-Language": "JavaScript",
11681168
"X-Fern-SDK-Name": "@squidex/squidex",
1169-
"X-Fern-SDK-Version": "1.0.0-rc5",
1169+
"X-Fern-SDK-Version": "1.0.0-rc6",
11701170
},
11711171
contentType: "application/json",
11721172
timeoutMs: 60000,
@@ -1240,7 +1240,7 @@ export class Apps {
12401240
Authorization: await this._getAuthorizationHeader(),
12411241
"X-Fern-Language": "JavaScript",
12421242
"X-Fern-SDK-Name": "@squidex/squidex",
1243-
"X-Fern-SDK-Version": "1.0.0-rc5",
1243+
"X-Fern-SDK-Version": "1.0.0-rc6",
12441244
},
12451245
contentType: "application/json",
12461246
timeoutMs: 60000,
@@ -1306,7 +1306,7 @@ export class Apps {
13061306
Authorization: await this._getAuthorizationHeader(),
13071307
"X-Fern-Language": "JavaScript",
13081308
"X-Fern-SDK-Name": "@squidex/squidex",
1309-
"X-Fern-SDK-Version": "1.0.0-rc5",
1309+
"X-Fern-SDK-Version": "1.0.0-rc6",
13101310
},
13111311
contentType: "application/json",
13121312
body: await serializers.AddRoleDto.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -1381,7 +1381,7 @@ export class Apps {
13811381
Authorization: await this._getAuthorizationHeader(),
13821382
"X-Fern-Language": "JavaScript",
13831383
"X-Fern-SDK-Name": "@squidex/squidex",
1384-
"X-Fern-SDK-Version": "1.0.0-rc5",
1384+
"X-Fern-SDK-Version": "1.0.0-rc6",
13851385
},
13861386
contentType: "application/json",
13871387
timeoutMs: 60000,
@@ -1447,7 +1447,7 @@ export class Apps {
14471447
Authorization: await this._getAuthorizationHeader(),
14481448
"X-Fern-Language": "JavaScript",
14491449
"X-Fern-SDK-Name": "@squidex/squidex",
1450-
"X-Fern-SDK-Version": "1.0.0-rc5",
1450+
"X-Fern-SDK-Version": "1.0.0-rc6",
14511451
},
14521452
contentType: "application/json",
14531453
body: await serializers.UpdateRoleDto.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -1523,7 +1523,7 @@ export class Apps {
15231523
Authorization: await this._getAuthorizationHeader(),
15241524
"X-Fern-Language": "JavaScript",
15251525
"X-Fern-SDK-Name": "@squidex/squidex",
1526-
"X-Fern-SDK-Version": "1.0.0-rc5",
1526+
"X-Fern-SDK-Version": "1.0.0-rc6",
15271527
},
15281528
contentType: "application/json",
15291529
timeoutMs: 60000,
@@ -1598,7 +1598,7 @@ export class Apps {
15981598
Authorization: await this._getAuthorizationHeader(),
15991599
"X-Fern-Language": "JavaScript",
16001600
"X-Fern-SDK-Name": "@squidex/squidex",
1601-
"X-Fern-SDK-Version": "1.0.0-rc5",
1601+
"X-Fern-SDK-Version": "1.0.0-rc6",
16021602
},
16031603
contentType: "application/json",
16041604
timeoutMs: 60000,
@@ -1664,7 +1664,7 @@ export class Apps {
16641664
Authorization: await this._getAuthorizationHeader(),
16651665
"X-Fern-Language": "JavaScript",
16661666
"X-Fern-SDK-Name": "@squidex/squidex",
1667-
"X-Fern-SDK-Version": "1.0.0-rc5",
1667+
"X-Fern-SDK-Version": "1.0.0-rc6",
16681668
},
16691669
contentType: "application/json",
16701670
body: await serializers.CreateAppDto.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -1747,7 +1747,7 @@ export class Apps {
17471747
Authorization: await this._getAuthorizationHeader(),
17481748
"X-Fern-Language": "JavaScript",
17491749
"X-Fern-SDK-Name": "@squidex/squidex",
1750-
"X-Fern-SDK-Version": "1.0.0-rc5",
1750+
"X-Fern-SDK-Version": "1.0.0-rc6",
17511751
},
17521752
contentType: "application/json",
17531753
timeoutMs: 60000,
@@ -1810,7 +1810,7 @@ export class Apps {
18101810
Authorization: await this._getAuthorizationHeader(),
18111811
"X-Fern-Language": "JavaScript",
18121812
"X-Fern-SDK-Name": "@squidex/squidex",
1813-
"X-Fern-SDK-Version": "1.0.0-rc5",
1813+
"X-Fern-SDK-Version": "1.0.0-rc6",
18141814
},
18151815
contentType: "application/json",
18161816
timeoutMs: 60000,
@@ -1876,7 +1876,7 @@ export class Apps {
18761876
Authorization: await this._getAuthorizationHeader(),
18771877
"X-Fern-Language": "JavaScript",
18781878
"X-Fern-SDK-Name": "@squidex/squidex",
1879-
"X-Fern-SDK-Version": "1.0.0-rc5",
1879+
"X-Fern-SDK-Version": "1.0.0-rc6",
18801880
},
18811881
contentType: "application/json",
18821882
body: await serializers.UpdateAppDto.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -1952,7 +1952,7 @@ export class Apps {
19521952
Authorization: await this._getAuthorizationHeader(),
19531953
"X-Fern-Language": "JavaScript",
19541954
"X-Fern-SDK-Name": "@squidex/squidex",
1955-
"X-Fern-SDK-Version": "1.0.0-rc5",
1955+
"X-Fern-SDK-Version": "1.0.0-rc6",
19561956
},
19571957
contentType: "application/json",
19581958
timeoutMs: 60000,
@@ -2022,7 +2022,7 @@ export class Apps {
20222022
Authorization: await this._getAuthorizationHeader(),
20232023
"X-Fern-Language": "JavaScript",
20242024
"X-Fern-SDK-Name": "@squidex/squidex",
2025-
"X-Fern-SDK-Version": "1.0.0-rc5",
2025+
"X-Fern-SDK-Version": "1.0.0-rc6",
20262026
},
20272027
contentType: "application/json",
20282028
body: await serializers.TransferToTeamDto.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -2097,7 +2097,7 @@ export class Apps {
20972097
Authorization: await this._getAuthorizationHeader(),
20982098
"X-Fern-Language": "JavaScript",
20992099
"X-Fern-SDK-Name": "@squidex/squidex",
2100-
"X-Fern-SDK-Version": "1.0.0-rc5",
2100+
"X-Fern-SDK-Version": "1.0.0-rc6",
21012101
},
21022102
contentType: "application/json",
21032103
timeoutMs: 60000,
@@ -2163,7 +2163,7 @@ export class Apps {
21632163
Authorization: await this._getAuthorizationHeader(),
21642164
"X-Fern-Language": "JavaScript",
21652165
"X-Fern-SDK-Name": "@squidex/squidex",
2166-
"X-Fern-SDK-Version": "1.0.0-rc5",
2166+
"X-Fern-SDK-Version": "1.0.0-rc6",
21672167
},
21682168
contentType: "application/json",
21692169
body: await serializers.UpdateAppSettingsDto.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -2238,7 +2238,7 @@ export class Apps {
22382238
Authorization: await this._getAuthorizationHeader(),
22392239
"X-Fern-Language": "JavaScript",
22402240
"X-Fern-SDK-Name": "@squidex/squidex",
2241-
"X-Fern-SDK-Version": "1.0.0-rc5",
2241+
"X-Fern-SDK-Version": "1.0.0-rc6",
22422242
},
22432243
contentType: "application/json",
22442244
timeoutMs: 60000,
@@ -2304,7 +2304,7 @@ export class Apps {
23042304
Authorization: await this._getAuthorizationHeader(),
23052305
"X-Fern-Language": "JavaScript",
23062306
"X-Fern-SDK-Name": "@squidex/squidex",
2307-
"X-Fern-SDK-Version": "1.0.0-rc5",
2307+
"X-Fern-SDK-Version": "1.0.0-rc6",
23082308
},
23092309
contentType: "application/json",
23102310
body: await serializers.AddWorkflowDto.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -2380,7 +2380,7 @@ export class Apps {
23802380
Authorization: await this._getAuthorizationHeader(),
23812381
"X-Fern-Language": "JavaScript",
23822382
"X-Fern-SDK-Name": "@squidex/squidex",
2383-
"X-Fern-SDK-Version": "1.0.0-rc5",
2383+
"X-Fern-SDK-Version": "1.0.0-rc6",
23842384
},
23852385
contentType: "application/json",
23862386
body: await serializers.UpdateWorkflowDto.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -2456,7 +2456,7 @@ export class Apps {
24562456
Authorization: await this._getAuthorizationHeader(),
24572457
"X-Fern-Language": "JavaScript",
24582458
"X-Fern-SDK-Name": "@squidex/squidex",
2459-
"X-Fern-SDK-Version": "1.0.0-rc5",
2459+
"X-Fern-SDK-Version": "1.0.0-rc6",
24602460
},
24612461
contentType: "application/json",
24622462
timeoutMs: 60000,

0 commit comments

Comments
 (0)