Skip to content

Commit 3cf79c4

Browse files
committed
Release 1.0.0-rc0
1 parent 3ee68db commit 3cf79c4

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-rc1@sdk-node",
3+
"version": "1.0.0-rc0",
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
Large diffs are not rendered by default.

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

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ export class Assets {
112112
Authorization: await this._getAuthorizationHeader(),
113113
"X-Fern-Language": "JavaScript",
114114
"X-Fern-SDK-Name": "@squidex/squidex",
115-
"X-Fern-SDK-Version": "1.0.0-rc1@sdk-node",
115+
"X-Fern-SDK-Version": "1.0.0-rc0",
116116
},
117117
queryParameters: _queryParams,
118118
timeoutMs: 60000,
@@ -208,7 +208,7 @@ export class Assets {
208208
Authorization: await this._getAuthorizationHeader(),
209209
"X-Fern-Language": "JavaScript",
210210
"X-Fern-SDK-Name": "@squidex/squidex",
211-
"X-Fern-SDK-Version": "1.0.0-rc1@sdk-node",
211+
"X-Fern-SDK-Version": "1.0.0-rc0",
212212
},
213213
queryParameters: _queryParams,
214214
timeoutMs: 60000,
@@ -246,7 +246,7 @@ export class Assets {
246246
Authorization: await this._getAuthorizationHeader(),
247247
"X-Fern-Language": "JavaScript",
248248
"X-Fern-SDK-Name": "@squidex/squidex",
249-
"X-Fern-SDK-Version": "1.0.0-rc1@sdk-node",
249+
"X-Fern-SDK-Version": "1.0.0-rc0",
250250
},
251251
contentType: "application/json",
252252
queryParameters: _queryParams,
@@ -313,7 +313,7 @@ export class Assets {
313313
Authorization: await this._getAuthorizationHeader(),
314314
"X-Fern-Language": "JavaScript",
315315
"X-Fern-SDK-Name": "@squidex/squidex",
316-
"X-Fern-SDK-Version": "1.0.0-rc1@sdk-node",
316+
"X-Fern-SDK-Version": "1.0.0-rc0",
317317
},
318318
contentType: "application/json",
319319
body: await serializers.CreateAssetFolderDto.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -389,7 +389,7 @@ export class Assets {
389389
Authorization: await this._getAuthorizationHeader(),
390390
"X-Fern-Language": "JavaScript",
391391
"X-Fern-SDK-Name": "@squidex/squidex",
392-
"X-Fern-SDK-Version": "1.0.0-rc1@sdk-node",
392+
"X-Fern-SDK-Version": "1.0.0-rc0",
393393
},
394394
contentType: "application/json",
395395
body: await serializers.RenameAssetFolderDto.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -465,7 +465,7 @@ export class Assets {
465465
Authorization: await this._getAuthorizationHeader(),
466466
"X-Fern-Language": "JavaScript",
467467
"X-Fern-SDK-Name": "@squidex/squidex",
468-
"X-Fern-SDK-Version": "1.0.0-rc1@sdk-node",
468+
"X-Fern-SDK-Version": "1.0.0-rc0",
469469
},
470470
contentType: "application/json",
471471
timeoutMs: 60000,
@@ -538,7 +538,7 @@ export class Assets {
538538
Authorization: await this._getAuthorizationHeader(),
539539
"X-Fern-Language": "JavaScript",
540540
"X-Fern-SDK-Name": "@squidex/squidex",
541-
"X-Fern-SDK-Version": "1.0.0-rc1@sdk-node",
541+
"X-Fern-SDK-Version": "1.0.0-rc0",
542542
},
543543
contentType: "application/json",
544544
body: await serializers.MoveAssetFolderDto.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -614,7 +614,7 @@ export class Assets {
614614
Authorization: await this._getAuthorizationHeader(),
615615
"X-Fern-Language": "JavaScript",
616616
"X-Fern-SDK-Name": "@squidex/squidex",
617-
"X-Fern-SDK-Version": "1.0.0-rc1@sdk-node",
617+
"X-Fern-SDK-Version": "1.0.0-rc0",
618618
},
619619
contentType: "application/json",
620620
timeoutMs: 60000,
@@ -680,7 +680,7 @@ export class Assets {
680680
Authorization: await this._getAuthorizationHeader(),
681681
"X-Fern-Language": "JavaScript",
682682
"X-Fern-SDK-Name": "@squidex/squidex",
683-
"X-Fern-SDK-Version": "1.0.0-rc1@sdk-node",
683+
"X-Fern-SDK-Version": "1.0.0-rc0",
684684
},
685685
contentType: "application/json",
686686
body: await serializers.RenameTagDto.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -786,7 +786,7 @@ export class Assets {
786786
Authorization: await this._getAuthorizationHeader(),
787787
"X-Fern-Language": "JavaScript",
788788
"X-Fern-SDK-Name": "@squidex/squidex",
789-
"X-Fern-SDK-Version": "1.0.0-rc1@sdk-node",
789+
"X-Fern-SDK-Version": "1.0.0-rc0",
790790
"X-NoTotal": noTotal != null ? noTotal.toString() : undefined,
791791
"X-NoSlowTotal": noSlowTotal != null ? noSlowTotal.toString() : undefined,
792792
},
@@ -864,7 +864,7 @@ export class Assets {
864864
Authorization: await this._getAuthorizationHeader(),
865865
"X-Fern-Language": "JavaScript",
866866
"X-Fern-SDK-Name": "@squidex/squidex",
867-
"X-Fern-SDK-Version": "1.0.0-rc1@sdk-node",
867+
"X-Fern-SDK-Version": "1.0.0-rc0",
868868
"Content-Length": (await core.getFormDataContentLength(_request)).toString(),
869869
},
870870
contentType: "multipart/form-data; boundary=" + _request.getBoundary(),
@@ -953,7 +953,7 @@ export class Assets {
953953
Authorization: await this._getAuthorizationHeader(),
954954
"X-Fern-Language": "JavaScript",
955955
"X-Fern-SDK-Name": "@squidex/squidex",
956-
"X-Fern-SDK-Version": "1.0.0-rc1@sdk-node",
956+
"X-Fern-SDK-Version": "1.0.0-rc0",
957957
"X-NoTotal": noTotal != null ? noTotal.toString() : undefined,
958958
"X-NoSlowTotal": noSlowTotal != null ? noSlowTotal.toString() : undefined,
959959
},
@@ -1030,7 +1030,7 @@ export class Assets {
10301030
Authorization: await this._getAuthorizationHeader(),
10311031
"X-Fern-Language": "JavaScript",
10321032
"X-Fern-SDK-Name": "@squidex/squidex",
1033-
"X-Fern-SDK-Version": "1.0.0-rc1@sdk-node",
1033+
"X-Fern-SDK-Version": "1.0.0-rc0",
10341034
},
10351035
contentType: "application/json",
10361036
timeoutMs: 60000,
@@ -1106,7 +1106,7 @@ export class Assets {
11061106
Authorization: await this._getAuthorizationHeader(),
11071107
"X-Fern-Language": "JavaScript",
11081108
"X-Fern-SDK-Name": "@squidex/squidex",
1109-
"X-Fern-SDK-Version": "1.0.0-rc1@sdk-node",
1109+
"X-Fern-SDK-Version": "1.0.0-rc0",
11101110
"Content-Length": (await core.getFormDataContentLength(_request)).toString(),
11111111
},
11121112
contentType: "multipart/form-data; boundary=" + _request.getBoundary(),
@@ -1193,7 +1193,7 @@ export class Assets {
11931193
Authorization: await this._getAuthorizationHeader(),
11941194
"X-Fern-Language": "JavaScript",
11951195
"X-Fern-SDK-Name": "@squidex/squidex",
1196-
"X-Fern-SDK-Version": "1.0.0-rc1@sdk-node",
1196+
"X-Fern-SDK-Version": "1.0.0-rc0",
11971197
},
11981198
contentType: "application/json",
11991199
body: await serializers.AnnotateAssetDto.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -1279,7 +1279,7 @@ export class Assets {
12791279
Authorization: await this._getAuthorizationHeader(),
12801280
"X-Fern-Language": "JavaScript",
12811281
"X-Fern-SDK-Name": "@squidex/squidex",
1282-
"X-Fern-SDK-Version": "1.0.0-rc1@sdk-node",
1282+
"X-Fern-SDK-Version": "1.0.0-rc0",
12831283
},
12841284
contentType: "application/json",
12851285
queryParameters: _queryParams,
@@ -1350,7 +1350,7 @@ export class Assets {
13501350
Authorization: await this._getAuthorizationHeader(),
13511351
"X-Fern-Language": "JavaScript",
13521352
"X-Fern-SDK-Name": "@squidex/squidex",
1353-
"X-Fern-SDK-Version": "1.0.0-rc1@sdk-node",
1353+
"X-Fern-SDK-Version": "1.0.0-rc0",
13541354
},
13551355
contentType: "application/json",
13561356
body: await serializers.BulkUpdateAssetsDto.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -1436,7 +1436,7 @@ export class Assets {
14361436
Authorization: await this._getAuthorizationHeader(),
14371437
"X-Fern-Language": "JavaScript",
14381438
"X-Fern-SDK-Name": "@squidex/squidex",
1439-
"X-Fern-SDK-Version": "1.0.0-rc1@sdk-node",
1439+
"X-Fern-SDK-Version": "1.0.0-rc0",
14401440
"Content-Length": (await core.getFormDataContentLength(_request)).toString(),
14411441
},
14421442
contentType: "multipart/form-data; boundary=" + _request.getBoundary(),
@@ -1523,7 +1523,7 @@ export class Assets {
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-rc1@sdk-node",
1526+
"X-Fern-SDK-Version": "1.0.0-rc0",
15271527
},
15281528
contentType: "application/json",
15291529
body: await serializers.MoveAssetDto.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export class Backups {
3333
Authorization: await this._getAuthorizationHeader(),
3434
"X-Fern-Language": "JavaScript",
3535
"X-Fern-SDK-Name": "@squidex/squidex",
36-
"X-Fern-SDK-Version": "1.0.0-rc1@sdk-node",
36+
"X-Fern-SDK-Version": "1.0.0-rc0",
3737
},
3838
timeoutMs: 60000,
3939
onError: (error) => {
@@ -60,7 +60,7 @@ export class Backups {
6060
Authorization: await this._getAuthorizationHeader(),
6161
"X-Fern-Language": "JavaScript",
6262
"X-Fern-SDK-Name": "@squidex/squidex",
63-
"X-Fern-SDK-Version": "1.0.0-rc1@sdk-node",
63+
"X-Fern-SDK-Version": "1.0.0-rc0",
6464
},
6565
contentType: "application/json",
6666
timeoutMs: 60000,
@@ -135,7 +135,7 @@ export class Backups {
135135
Authorization: await this._getAuthorizationHeader(),
136136
"X-Fern-Language": "JavaScript",
137137
"X-Fern-SDK-Name": "@squidex/squidex",
138-
"X-Fern-SDK-Version": "1.0.0-rc1@sdk-node",
138+
"X-Fern-SDK-Version": "1.0.0-rc0",
139139
},
140140
queryParameters: _queryParams,
141141
timeoutMs: 60000,
@@ -162,7 +162,7 @@ export class Backups {
162162
Authorization: await this._getAuthorizationHeader(),
163163
"X-Fern-Language": "JavaScript",
164164
"X-Fern-SDK-Name": "@squidex/squidex",
165-
"X-Fern-SDK-Version": "1.0.0-rc1@sdk-node",
165+
"X-Fern-SDK-Version": "1.0.0-rc0",
166166
},
167167
contentType: "application/json",
168168
timeoutMs: 60000,
@@ -228,7 +228,7 @@ export class Backups {
228228
Authorization: await this._getAuthorizationHeader(),
229229
"X-Fern-Language": "JavaScript",
230230
"X-Fern-SDK-Name": "@squidex/squidex",
231-
"X-Fern-SDK-Version": "1.0.0-rc1@sdk-node",
231+
"X-Fern-SDK-Version": "1.0.0-rc0",
232232
},
233233
contentType: "application/json",
234234
timeoutMs: 60000,
@@ -293,7 +293,7 @@ export class Backups {
293293
Authorization: await this._getAuthorizationHeader(),
294294
"X-Fern-Language": "JavaScript",
295295
"X-Fern-SDK-Name": "@squidex/squidex",
296-
"X-Fern-SDK-Version": "1.0.0-rc1@sdk-node",
296+
"X-Fern-SDK-Version": "1.0.0-rc0",
297297
},
298298
contentType: "application/json",
299299
timeoutMs: 60000,
@@ -353,7 +353,7 @@ export class Backups {
353353
Authorization: await this._getAuthorizationHeader(),
354354
"X-Fern-Language": "JavaScript",
355355
"X-Fern-SDK-Name": "@squidex/squidex",
356-
"X-Fern-SDK-Version": "1.0.0-rc1@sdk-node",
356+
"X-Fern-SDK-Version": "1.0.0-rc0",
357357
},
358358
contentType: "application/json",
359359
body: await serializers.RestoreRequestDto.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export class Comments {
3636
Authorization: await this._getAuthorizationHeader(),
3737
"X-Fern-Language": "JavaScript",
3838
"X-Fern-SDK-Name": "@squidex/squidex",
39-
"X-Fern-SDK-Version": "1.0.0-rc1@sdk-node",
39+
"X-Fern-SDK-Version": "1.0.0-rc0",
4040
},
4141
contentType: "application/json",
4242
timeoutMs: 60000,
@@ -111,7 +111,7 @@ export class Comments {
111111
Authorization: await this._getAuthorizationHeader(),
112112
"X-Fern-Language": "JavaScript",
113113
"X-Fern-SDK-Name": "@squidex/squidex",
114-
"X-Fern-SDK-Version": "1.0.0-rc1@sdk-node",
114+
"X-Fern-SDK-Version": "1.0.0-rc0",
115115
},
116116
contentType: "application/json",
117117
queryParameters: _queryParams,
@@ -178,7 +178,7 @@ export class Comments {
178178
Authorization: await this._getAuthorizationHeader(),
179179
"X-Fern-Language": "JavaScript",
180180
"X-Fern-SDK-Name": "@squidex/squidex",
181-
"X-Fern-SDK-Version": "1.0.0-rc1@sdk-node",
181+
"X-Fern-SDK-Version": "1.0.0-rc0",
182182
},
183183
contentType: "application/json",
184184
body: await serializers.UpsertCommentDto.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -254,7 +254,7 @@ export class Comments {
254254
Authorization: await this._getAuthorizationHeader(),
255255
"X-Fern-Language": "JavaScript",
256256
"X-Fern-SDK-Name": "@squidex/squidex",
257-
"X-Fern-SDK-Version": "1.0.0-rc1@sdk-node",
257+
"X-Fern-SDK-Version": "1.0.0-rc0",
258258
},
259259
contentType: "application/json",
260260
body: await serializers.UpsertCommentDto.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -325,7 +325,7 @@ export class Comments {
325325
Authorization: await this._getAuthorizationHeader(),
326326
"X-Fern-Language": "JavaScript",
327327
"X-Fern-SDK-Name": "@squidex/squidex",
328-
"X-Fern-SDK-Version": "1.0.0-rc1@sdk-node",
328+
"X-Fern-SDK-Version": "1.0.0-rc0",
329329
},
330330
contentType: "application/json",
331331
timeoutMs: 60000,

0 commit comments

Comments
 (0)