From a49e7db335a7f59291c80d2afc50477673fb36aa Mon Sep 17 00:00:00 2001 From: fern-api <115122769+fern-api[bot]@users.noreply.github.com> Date: Fri, 19 May 2023 15:25:49 +0000 Subject: [PATCH] Release 1.0.0-rc3 --- package.json | 2 +- src/api/resources/apps/client/Client.ts | 70 +++++++++---------- src/api/resources/assets/client/Client.ts | 38 +++++----- src/api/resources/backups/client/Client.ts | 14 ++-- src/api/resources/comments/client/Client.ts | 10 +-- src/api/resources/contents/client/Client.ts | 36 +++++----- .../resources/diagnostics/client/Client.ts | 4 +- .../resources/eventConsumers/client/Client.ts | 8 +-- src/api/resources/history/client/Client.ts | 4 +- src/api/resources/languages/client/Client.ts | 2 +- src/api/resources/news/client/Client.ts | 2 +- .../resources/notifications/client/Client.ts | 4 +- src/api/resources/ping/client/Client.ts | 6 +- src/api/resources/plans/client/Client.ts | 8 +-- src/api/resources/rules/client/Client.ts | 38 +++++----- src/api/resources/schemas/client/Client.ts | 62 ++++++++-------- src/api/resources/search/client/Client.ts | 2 +- src/api/resources/statistics/client/Client.ts | 14 ++-- src/api/resources/teams/client/Client.ts | 16 ++--- src/api/resources/templates/client/Client.ts | 4 +- .../resources/translations/client/Client.ts | 2 +- .../resources/userManagement/client/Client.ts | 14 ++-- src/api/resources/users/client/Client.ts | 8 +-- 23 files changed, 184 insertions(+), 184 deletions(-) diff --git a/package.json b/package.json index 42b10e6..37aa484 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@squidex/squidex", - "version": "1.0.0-rc2", + "version": "1.0.0-rc3", "private": false, "repository": "https://github.com/squidex/sdk-node", "main": "./index.js", diff --git a/src/api/resources/apps/client/Client.ts b/src/api/resources/apps/client/Client.ts index 3a2f50d..794102c 100644 --- a/src/api/resources/apps/client/Client.ts +++ b/src/api/resources/apps/client/Client.ts @@ -38,7 +38,7 @@ export class Apps { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@squidex/squidex", - "X-Fern-SDK-Version": "1.0.0-rc2", + "X-Fern-SDK-Version": "1.0.0-rc3", }, contentType: "application/json", timeoutMs: 60000, @@ -104,7 +104,7 @@ export class Apps { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@squidex/squidex", - "X-Fern-SDK-Version": "1.0.0-rc2", + "X-Fern-SDK-Version": "1.0.0-rc3", }, contentType: "application/json", body: await serializers.UpdateAssetScriptsDto.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }), @@ -180,7 +180,7 @@ export class Apps { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@squidex/squidex", - "X-Fern-SDK-Version": "1.0.0-rc2", + "X-Fern-SDK-Version": "1.0.0-rc3", }, contentType: "application/json", timeoutMs: 60000, @@ -248,7 +248,7 @@ export class Apps { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@squidex/squidex", - "X-Fern-SDK-Version": "1.0.0-rc2", + "X-Fern-SDK-Version": "1.0.0-rc3", }, contentType: "application/json", body: await serializers.CreateClientDto.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }), @@ -325,7 +325,7 @@ export class Apps { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@squidex/squidex", - "X-Fern-SDK-Version": "1.0.0-rc2", + "X-Fern-SDK-Version": "1.0.0-rc3", }, contentType: "application/json", body: await serializers.UpdateClientDto.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }), @@ -402,7 +402,7 @@ export class Apps { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@squidex/squidex", - "X-Fern-SDK-Version": "1.0.0-rc2", + "X-Fern-SDK-Version": "1.0.0-rc3", }, contentType: "application/json", timeoutMs: 60000, @@ -476,7 +476,7 @@ export class Apps { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@squidex/squidex", - "X-Fern-SDK-Version": "1.0.0-rc2", + "X-Fern-SDK-Version": "1.0.0-rc3", }, contentType: "application/json", timeoutMs: 60000, @@ -542,7 +542,7 @@ export class Apps { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@squidex/squidex", - "X-Fern-SDK-Version": "1.0.0-rc2", + "X-Fern-SDK-Version": "1.0.0-rc3", }, contentType: "application/json", body: await serializers.AssignContributorDto.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }), @@ -618,7 +618,7 @@ export class Apps { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@squidex/squidex", - "X-Fern-SDK-Version": "1.0.0-rc2", + "X-Fern-SDK-Version": "1.0.0-rc3", }, contentType: "application/json", timeoutMs: 60000, @@ -693,7 +693,7 @@ export class Apps { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@squidex/squidex", - "X-Fern-SDK-Version": "1.0.0-rc2", + "X-Fern-SDK-Version": "1.0.0-rc3", }, contentType: "application/json", timeoutMs: 60000, @@ -763,7 +763,7 @@ export class Apps { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@squidex/squidex", - "X-Fern-SDK-Version": "1.0.0-rc2", + "X-Fern-SDK-Version": "1.0.0-rc3", }, timeoutMs: 60000, onError: (error) => { @@ -797,7 +797,7 @@ export class Apps { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@squidex/squidex", - "X-Fern-SDK-Version": "1.0.0-rc2", + "X-Fern-SDK-Version": "1.0.0-rc3", "Content-Length": (await core.getFormDataContentLength(_request)).toString(), }, contentType: "multipart/form-data; boundary=" + _request.getBoundary(), @@ -875,7 +875,7 @@ export class Apps { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@squidex/squidex", - "X-Fern-SDK-Version": "1.0.0-rc2", + "X-Fern-SDK-Version": "1.0.0-rc3", }, contentType: "application/json", timeoutMs: 60000, @@ -949,7 +949,7 @@ export class Apps { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@squidex/squidex", - "X-Fern-SDK-Version": "1.0.0-rc2", + "X-Fern-SDK-Version": "1.0.0-rc3", }, contentType: "application/json", timeoutMs: 60000, @@ -1015,7 +1015,7 @@ export class Apps { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@squidex/squidex", - "X-Fern-SDK-Version": "1.0.0-rc2", + "X-Fern-SDK-Version": "1.0.0-rc3", }, contentType: "application/json", body: await serializers.AddLanguageDto.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }), @@ -1094,7 +1094,7 @@ export class Apps { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@squidex/squidex", - "X-Fern-SDK-Version": "1.0.0-rc2", + "X-Fern-SDK-Version": "1.0.0-rc3", }, contentType: "application/json", body: await serializers.UpdateLanguageDto.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }), @@ -1170,7 +1170,7 @@ export class Apps { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@squidex/squidex", - "X-Fern-SDK-Version": "1.0.0-rc2", + "X-Fern-SDK-Version": "1.0.0-rc3", }, contentType: "application/json", timeoutMs: 60000, @@ -1244,7 +1244,7 @@ export class Apps { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@squidex/squidex", - "X-Fern-SDK-Version": "1.0.0-rc2", + "X-Fern-SDK-Version": "1.0.0-rc3", }, contentType: "application/json", timeoutMs: 60000, @@ -1310,7 +1310,7 @@ export class Apps { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@squidex/squidex", - "X-Fern-SDK-Version": "1.0.0-rc2", + "X-Fern-SDK-Version": "1.0.0-rc3", }, contentType: "application/json", body: await serializers.AddRoleDto.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }), @@ -1385,7 +1385,7 @@ export class Apps { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@squidex/squidex", - "X-Fern-SDK-Version": "1.0.0-rc2", + "X-Fern-SDK-Version": "1.0.0-rc3", }, contentType: "application/json", timeoutMs: 60000, @@ -1451,7 +1451,7 @@ export class Apps { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@squidex/squidex", - "X-Fern-SDK-Version": "1.0.0-rc2", + "X-Fern-SDK-Version": "1.0.0-rc3", }, contentType: "application/json", body: await serializers.UpdateRoleDto.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }), @@ -1527,7 +1527,7 @@ export class Apps { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@squidex/squidex", - "X-Fern-SDK-Version": "1.0.0-rc2", + "X-Fern-SDK-Version": "1.0.0-rc3", }, contentType: "application/json", timeoutMs: 60000, @@ -1599,7 +1599,7 @@ export class Apps { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@squidex/squidex", - "X-Fern-SDK-Version": "1.0.0-rc2", + "X-Fern-SDK-Version": "1.0.0-rc3", }, contentType: "application/json", timeoutMs: 60000, @@ -1662,7 +1662,7 @@ export class Apps { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@squidex/squidex", - "X-Fern-SDK-Version": "1.0.0-rc2", + "X-Fern-SDK-Version": "1.0.0-rc3", }, contentType: "application/json", body: await serializers.CreateAppDto.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }), @@ -1742,7 +1742,7 @@ export class Apps { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@squidex/squidex", - "X-Fern-SDK-Version": "1.0.0-rc2", + "X-Fern-SDK-Version": "1.0.0-rc3", }, contentType: "application/json", timeoutMs: 60000, @@ -1805,7 +1805,7 @@ export class Apps { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@squidex/squidex", - "X-Fern-SDK-Version": "1.0.0-rc2", + "X-Fern-SDK-Version": "1.0.0-rc3", }, contentType: "application/json", timeoutMs: 60000, @@ -1871,7 +1871,7 @@ export class Apps { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@squidex/squidex", - "X-Fern-SDK-Version": "1.0.0-rc2", + "X-Fern-SDK-Version": "1.0.0-rc3", }, contentType: "application/json", body: await serializers.UpdateAppDto.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }), @@ -1947,7 +1947,7 @@ export class Apps { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@squidex/squidex", - "X-Fern-SDK-Version": "1.0.0-rc2", + "X-Fern-SDK-Version": "1.0.0-rc3", }, contentType: "application/json", timeoutMs: 60000, @@ -2017,7 +2017,7 @@ export class Apps { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@squidex/squidex", - "X-Fern-SDK-Version": "1.0.0-rc2", + "X-Fern-SDK-Version": "1.0.0-rc3", }, contentType: "application/json", body: await serializers.TransferToTeamDto.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }), @@ -2092,7 +2092,7 @@ export class Apps { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@squidex/squidex", - "X-Fern-SDK-Version": "1.0.0-rc2", + "X-Fern-SDK-Version": "1.0.0-rc3", }, contentType: "application/json", timeoutMs: 60000, @@ -2158,7 +2158,7 @@ export class Apps { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@squidex/squidex", - "X-Fern-SDK-Version": "1.0.0-rc2", + "X-Fern-SDK-Version": "1.0.0-rc3", }, contentType: "application/json", body: await serializers.UpdateAppSettingsDto.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }), @@ -2233,7 +2233,7 @@ export class Apps { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@squidex/squidex", - "X-Fern-SDK-Version": "1.0.0-rc2", + "X-Fern-SDK-Version": "1.0.0-rc3", }, contentType: "application/json", timeoutMs: 60000, @@ -2299,7 +2299,7 @@ export class Apps { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@squidex/squidex", - "X-Fern-SDK-Version": "1.0.0-rc2", + "X-Fern-SDK-Version": "1.0.0-rc3", }, contentType: "application/json", body: await serializers.AddWorkflowDto.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }), @@ -2375,7 +2375,7 @@ export class Apps { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@squidex/squidex", - "X-Fern-SDK-Version": "1.0.0-rc2", + "X-Fern-SDK-Version": "1.0.0-rc3", }, contentType: "application/json", body: await serializers.UpdateWorkflowDto.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }), @@ -2451,7 +2451,7 @@ export class Apps { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@squidex/squidex", - "X-Fern-SDK-Version": "1.0.0-rc2", + "X-Fern-SDK-Version": "1.0.0-rc3", }, contentType: "application/json", timeoutMs: 60000, diff --git a/src/api/resources/assets/client/Client.ts b/src/api/resources/assets/client/Client.ts index 714c9ba..6e9dec7 100644 --- a/src/api/resources/assets/client/Client.ts +++ b/src/api/resources/assets/client/Client.ts @@ -112,7 +112,7 @@ export class Assets { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@squidex/squidex", - "X-Fern-SDK-Version": "1.0.0-rc2", + "X-Fern-SDK-Version": "1.0.0-rc3", }, queryParameters: _queryParams, timeoutMs: 60000, @@ -208,7 +208,7 @@ export class Assets { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@squidex/squidex", - "X-Fern-SDK-Version": "1.0.0-rc2", + "X-Fern-SDK-Version": "1.0.0-rc3", }, queryParameters: _queryParams, timeoutMs: 60000, @@ -246,7 +246,7 @@ export class Assets { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@squidex/squidex", - "X-Fern-SDK-Version": "1.0.0-rc2", + "X-Fern-SDK-Version": "1.0.0-rc3", }, contentType: "application/json", queryParameters: _queryParams, @@ -313,7 +313,7 @@ export class Assets { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@squidex/squidex", - "X-Fern-SDK-Version": "1.0.0-rc2", + "X-Fern-SDK-Version": "1.0.0-rc3", }, contentType: "application/json", body: await serializers.CreateAssetFolderDto.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }), @@ -389,7 +389,7 @@ export class Assets { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@squidex/squidex", - "X-Fern-SDK-Version": "1.0.0-rc2", + "X-Fern-SDK-Version": "1.0.0-rc3", }, contentType: "application/json", body: await serializers.RenameAssetFolderDto.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }), @@ -465,7 +465,7 @@ export class Assets { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@squidex/squidex", - "X-Fern-SDK-Version": "1.0.0-rc2", + "X-Fern-SDK-Version": "1.0.0-rc3", }, contentType: "application/json", timeoutMs: 60000, @@ -538,7 +538,7 @@ export class Assets { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@squidex/squidex", - "X-Fern-SDK-Version": "1.0.0-rc2", + "X-Fern-SDK-Version": "1.0.0-rc3", }, contentType: "application/json", body: await serializers.MoveAssetFolderDto.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }), @@ -614,7 +614,7 @@ export class Assets { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@squidex/squidex", - "X-Fern-SDK-Version": "1.0.0-rc2", + "X-Fern-SDK-Version": "1.0.0-rc3", }, contentType: "application/json", timeoutMs: 60000, @@ -680,7 +680,7 @@ export class Assets { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@squidex/squidex", - "X-Fern-SDK-Version": "1.0.0-rc2", + "X-Fern-SDK-Version": "1.0.0-rc3", }, contentType: "application/json", body: await serializers.RenameTagDto.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }), @@ -786,7 +786,7 @@ export class Assets { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@squidex/squidex", - "X-Fern-SDK-Version": "1.0.0-rc2", + "X-Fern-SDK-Version": "1.0.0-rc3", "X-NoTotal": noTotal != null ? noTotal.toString() : undefined, "X-NoSlowTotal": noSlowTotal != null ? noSlowTotal.toString() : undefined, }, @@ -864,7 +864,7 @@ export class Assets { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@squidex/squidex", - "X-Fern-SDK-Version": "1.0.0-rc2", + "X-Fern-SDK-Version": "1.0.0-rc3", "Content-Length": (await core.getFormDataContentLength(_request)).toString(), }, contentType: "multipart/form-data; boundary=" + _request.getBoundary(), @@ -953,7 +953,7 @@ export class Assets { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@squidex/squidex", - "X-Fern-SDK-Version": "1.0.0-rc2", + "X-Fern-SDK-Version": "1.0.0-rc3", "X-NoTotal": noTotal != null ? noTotal.toString() : undefined, "X-NoSlowTotal": noSlowTotal != null ? noSlowTotal.toString() : undefined, }, @@ -1030,7 +1030,7 @@ export class Assets { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@squidex/squidex", - "X-Fern-SDK-Version": "1.0.0-rc2", + "X-Fern-SDK-Version": "1.0.0-rc3", }, contentType: "application/json", timeoutMs: 60000, @@ -1106,7 +1106,7 @@ export class Assets { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@squidex/squidex", - "X-Fern-SDK-Version": "1.0.0-rc2", + "X-Fern-SDK-Version": "1.0.0-rc3", "Content-Length": (await core.getFormDataContentLength(_request)).toString(), }, contentType: "multipart/form-data; boundary=" + _request.getBoundary(), @@ -1193,7 +1193,7 @@ export class Assets { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@squidex/squidex", - "X-Fern-SDK-Version": "1.0.0-rc2", + "X-Fern-SDK-Version": "1.0.0-rc3", }, contentType: "application/json", body: await serializers.AnnotateAssetDto.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }), @@ -1279,7 +1279,7 @@ export class Assets { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@squidex/squidex", - "X-Fern-SDK-Version": "1.0.0-rc2", + "X-Fern-SDK-Version": "1.0.0-rc3", }, contentType: "application/json", queryParameters: _queryParams, @@ -1350,7 +1350,7 @@ export class Assets { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@squidex/squidex", - "X-Fern-SDK-Version": "1.0.0-rc2", + "X-Fern-SDK-Version": "1.0.0-rc3", }, contentType: "application/json", body: await serializers.BulkUpdateAssetsDto.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }), @@ -1436,7 +1436,7 @@ export class Assets { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@squidex/squidex", - "X-Fern-SDK-Version": "1.0.0-rc2", + "X-Fern-SDK-Version": "1.0.0-rc3", "Content-Length": (await core.getFormDataContentLength(_request)).toString(), }, contentType: "multipart/form-data; boundary=" + _request.getBoundary(), @@ -1523,7 +1523,7 @@ export class Assets { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@squidex/squidex", - "X-Fern-SDK-Version": "1.0.0-rc2", + "X-Fern-SDK-Version": "1.0.0-rc3", }, contentType: "application/json", body: await serializers.MoveAssetDto.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }), diff --git a/src/api/resources/backups/client/Client.ts b/src/api/resources/backups/client/Client.ts index 999a076..d923b40 100644 --- a/src/api/resources/backups/client/Client.ts +++ b/src/api/resources/backups/client/Client.ts @@ -33,7 +33,7 @@ export class Backups { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@squidex/squidex", - "X-Fern-SDK-Version": "1.0.0-rc2", + "X-Fern-SDK-Version": "1.0.0-rc3", }, timeoutMs: 60000, onError: (error) => { @@ -60,7 +60,7 @@ export class Backups { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@squidex/squidex", - "X-Fern-SDK-Version": "1.0.0-rc2", + "X-Fern-SDK-Version": "1.0.0-rc3", }, contentType: "application/json", timeoutMs: 60000, @@ -135,7 +135,7 @@ export class Backups { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@squidex/squidex", - "X-Fern-SDK-Version": "1.0.0-rc2", + "X-Fern-SDK-Version": "1.0.0-rc3", }, queryParameters: _queryParams, timeoutMs: 60000, @@ -162,7 +162,7 @@ export class Backups { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@squidex/squidex", - "X-Fern-SDK-Version": "1.0.0-rc2", + "X-Fern-SDK-Version": "1.0.0-rc3", }, contentType: "application/json", timeoutMs: 60000, @@ -228,7 +228,7 @@ export class Backups { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@squidex/squidex", - "X-Fern-SDK-Version": "1.0.0-rc2", + "X-Fern-SDK-Version": "1.0.0-rc3", }, contentType: "application/json", timeoutMs: 60000, @@ -293,7 +293,7 @@ export class Backups { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@squidex/squidex", - "X-Fern-SDK-Version": "1.0.0-rc2", + "X-Fern-SDK-Version": "1.0.0-rc3", }, contentType: "application/json", timeoutMs: 60000, @@ -353,7 +353,7 @@ export class Backups { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@squidex/squidex", - "X-Fern-SDK-Version": "1.0.0-rc2", + "X-Fern-SDK-Version": "1.0.0-rc3", }, contentType: "application/json", body: await serializers.RestoreRequestDto.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }), diff --git a/src/api/resources/comments/client/Client.ts b/src/api/resources/comments/client/Client.ts index a8fb879..46d95f0 100644 --- a/src/api/resources/comments/client/Client.ts +++ b/src/api/resources/comments/client/Client.ts @@ -36,7 +36,7 @@ export class Comments { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@squidex/squidex", - "X-Fern-SDK-Version": "1.0.0-rc2", + "X-Fern-SDK-Version": "1.0.0-rc3", }, contentType: "application/json", timeoutMs: 60000, @@ -111,7 +111,7 @@ export class Comments { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@squidex/squidex", - "X-Fern-SDK-Version": "1.0.0-rc2", + "X-Fern-SDK-Version": "1.0.0-rc3", }, contentType: "application/json", queryParameters: _queryParams, @@ -178,7 +178,7 @@ export class Comments { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@squidex/squidex", - "X-Fern-SDK-Version": "1.0.0-rc2", + "X-Fern-SDK-Version": "1.0.0-rc3", }, contentType: "application/json", body: await serializers.UpsertCommentDto.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }), @@ -254,7 +254,7 @@ export class Comments { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@squidex/squidex", - "X-Fern-SDK-Version": "1.0.0-rc2", + "X-Fern-SDK-Version": "1.0.0-rc3", }, contentType: "application/json", body: await serializers.UpsertCommentDto.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }), @@ -325,7 +325,7 @@ export class Comments { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@squidex/squidex", - "X-Fern-SDK-Version": "1.0.0-rc2", + "X-Fern-SDK-Version": "1.0.0-rc3", }, contentType: "application/json", timeoutMs: 60000, diff --git a/src/api/resources/contents/client/Client.ts b/src/api/resources/contents/client/Client.ts index a91696a..66b996f 100644 --- a/src/api/resources/contents/client/Client.ts +++ b/src/api/resources/contents/client/Client.ts @@ -72,7 +72,7 @@ export class Contents { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@squidex/squidex", - "X-Fern-SDK-Version": "1.0.0-rc2", + "X-Fern-SDK-Version": "1.0.0-rc3", "X-Flatten": flatten != null ? flatten.toString() : undefined, "X-Languages": languages != null ? languages : undefined, "X-NoSlowTotal": noSlowTotal != null ? noSlowTotal.toString() : undefined, @@ -159,7 +159,7 @@ export class Contents { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@squidex/squidex", - "X-Fern-SDK-Version": "1.0.0-rc2", + "X-Fern-SDK-Version": "1.0.0-rc3", "X-Unpublished": unpublished != null ? unpublished.toString() : undefined, "X-Languages": languages != null ? languages : undefined, }, @@ -245,7 +245,7 @@ export class Contents { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@squidex/squidex", - "X-Fern-SDK-Version": "1.0.0-rc2", + "X-Fern-SDK-Version": "1.0.0-rc3", "X-Flatten": flatten != null ? flatten.toString() : undefined, "X-Languages": languages != null ? languages : undefined, "X-NoSlowTotal": noSlowTotal != null ? noSlowTotal.toString() : undefined, @@ -336,7 +336,7 @@ export class Contents { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@squidex/squidex", - "X-Fern-SDK-Version": "1.0.0-rc2", + "X-Fern-SDK-Version": "1.0.0-rc3", "X-Flatten": flatten != null ? flatten.toString() : undefined, "X-Languages": languages != null ? languages : undefined, "X-Unpublished": unpublished != null ? unpublished.toString() : undefined, @@ -425,7 +425,7 @@ export class Contents { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@squidex/squidex", - "X-Fern-SDK-Version": "1.0.0-rc2", + "X-Fern-SDK-Version": "1.0.0-rc3", "X-Unpublished": unpublished != null ? unpublished.toString() : undefined, "X-Languages": languages != null ? languages : undefined, }, @@ -512,7 +512,7 @@ export class Contents { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@squidex/squidex", - "X-Fern-SDK-Version": "1.0.0-rc2", + "X-Fern-SDK-Version": "1.0.0-rc3", "X-Unpublished": unpublished != null ? unpublished.toString() : undefined, "X-Languages": languages != null ? languages : undefined, }, @@ -596,7 +596,7 @@ export class Contents { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@squidex/squidex", - "X-Fern-SDK-Version": "1.0.0-rc2", + "X-Fern-SDK-Version": "1.0.0-rc3", "X-Unpublished": unpublished != null ? unpublished.toString() : undefined, "X-Languages": languages != null ? languages : undefined, }, @@ -691,7 +691,7 @@ export class Contents { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@squidex/squidex", - "X-Fern-SDK-Version": "1.0.0-rc2", + "X-Fern-SDK-Version": "1.0.0-rc3", }, contentType: "application/json", queryParameters: _queryParams, @@ -763,7 +763,7 @@ export class Contents { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@squidex/squidex", - "X-Fern-SDK-Version": "1.0.0-rc2", + "X-Fern-SDK-Version": "1.0.0-rc3", }, contentType: "application/json", timeoutMs: 60000, @@ -843,7 +843,7 @@ export class Contents { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@squidex/squidex", - "X-Fern-SDK-Version": "1.0.0-rc2", + "X-Fern-SDK-Version": "1.0.0-rc3", "X-Flatten": flatten != null ? flatten.toString() : undefined, "X-Languages": languages != null ? languages : undefined, "X-Unpublished": unpublished != null ? unpublished.toString() : undefined, @@ -925,7 +925,7 @@ export class Contents { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@squidex/squidex", - "X-Fern-SDK-Version": "1.0.0-rc2", + "X-Fern-SDK-Version": "1.0.0-rc3", "X-Flatten": flatten != null ? flatten.toString() : undefined, "X-Languages": languages != null ? languages : undefined, "X-Unpublished": unpublished != null ? unpublished.toString() : undefined, @@ -1001,7 +1001,7 @@ export class Contents { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@squidex/squidex", - "X-Fern-SDK-Version": "1.0.0-rc2", + "X-Fern-SDK-Version": "1.0.0-rc3", "X-Unpublished": unpublished != null ? unpublished.toString() : undefined, "X-Languages": languages != null ? languages : undefined, }, @@ -1031,7 +1031,7 @@ export class Contents { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@squidex/squidex", - "X-Fern-SDK-Version": "1.0.0-rc2", + "X-Fern-SDK-Version": "1.0.0-rc3", }, contentType: "application/json", body: await serializers.ImportContentsDto.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }), @@ -1111,7 +1111,7 @@ export class Contents { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@squidex/squidex", - "X-Fern-SDK-Version": "1.0.0-rc2", + "X-Fern-SDK-Version": "1.0.0-rc3", }, contentType: "application/json", body: await serializers.BulkUpdateContentsDto.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }), @@ -1193,7 +1193,7 @@ export class Contents { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@squidex/squidex", - "X-Fern-SDK-Version": "1.0.0-rc2", + "X-Fern-SDK-Version": "1.0.0-rc3", "X-Unpublished": unpublished != null ? unpublished.toString() : undefined, "X-Languages": languages != null ? languages : undefined, }, @@ -1277,7 +1277,7 @@ export class Contents { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@squidex/squidex", - "X-Fern-SDK-Version": "1.0.0-rc2", + "X-Fern-SDK-Version": "1.0.0-rc3", "X-Unpublished": unpublished != null ? unpublished.toString() : undefined, "X-Languages": languages != null ? languages : undefined, }, @@ -1360,7 +1360,7 @@ export class Contents { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@squidex/squidex", - "X-Fern-SDK-Version": "1.0.0-rc2", + "X-Fern-SDK-Version": "1.0.0-rc3", "X-Unpublished": unpublished != null ? unpublished.toString() : undefined, "X-Languages": languages != null ? languages : undefined, }, @@ -1443,7 +1443,7 @@ export class Contents { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@squidex/squidex", - "X-Fern-SDK-Version": "1.0.0-rc2", + "X-Fern-SDK-Version": "1.0.0-rc3", "X-Unpublished": unpublished != null ? unpublished.toString() : undefined, "X-Languages": languages != null ? languages : undefined, }, diff --git a/src/api/resources/diagnostics/client/Client.ts b/src/api/resources/diagnostics/client/Client.ts index 3a6c7f7..a9bb3c6 100644 --- a/src/api/resources/diagnostics/client/Client.ts +++ b/src/api/resources/diagnostics/client/Client.ts @@ -32,7 +32,7 @@ export class Diagnostics { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@squidex/squidex", - "X-Fern-SDK-Version": "1.0.0-rc2", + "X-Fern-SDK-Version": "1.0.0-rc3", }, contentType: "application/json", timeoutMs: 60000, @@ -96,7 +96,7 @@ export class Diagnostics { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@squidex/squidex", - "X-Fern-SDK-Version": "1.0.0-rc2", + "X-Fern-SDK-Version": "1.0.0-rc3", }, contentType: "application/json", timeoutMs: 60000, diff --git a/src/api/resources/eventConsumers/client/Client.ts b/src/api/resources/eventConsumers/client/Client.ts index cec864e..e4cf511 100644 --- a/src/api/resources/eventConsumers/client/Client.ts +++ b/src/api/resources/eventConsumers/client/Client.ts @@ -31,7 +31,7 @@ export class EventConsumers { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@squidex/squidex", - "X-Fern-SDK-Version": "1.0.0-rc2", + "X-Fern-SDK-Version": "1.0.0-rc3", }, contentType: "application/json", timeoutMs: 60000, @@ -95,7 +95,7 @@ export class EventConsumers { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@squidex/squidex", - "X-Fern-SDK-Version": "1.0.0-rc2", + "X-Fern-SDK-Version": "1.0.0-rc3", }, contentType: "application/json", timeoutMs: 60000, @@ -170,7 +170,7 @@ export class EventConsumers { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@squidex/squidex", - "X-Fern-SDK-Version": "1.0.0-rc2", + "X-Fern-SDK-Version": "1.0.0-rc3", }, contentType: "application/json", timeoutMs: 60000, @@ -245,7 +245,7 @@ export class EventConsumers { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@squidex/squidex", - "X-Fern-SDK-Version": "1.0.0-rc2", + "X-Fern-SDK-Version": "1.0.0-rc3", }, contentType: "application/json", timeoutMs: 60000, diff --git a/src/api/resources/history/client/Client.ts b/src/api/resources/history/client/Client.ts index ab8c055..ae7bd61 100644 --- a/src/api/resources/history/client/Client.ts +++ b/src/api/resources/history/client/Client.ts @@ -42,7 +42,7 @@ export class History { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@squidex/squidex", - "X-Fern-SDK-Version": "1.0.0-rc2", + "X-Fern-SDK-Version": "1.0.0-rc3", }, contentType: "application/json", queryParameters: _queryParams, @@ -117,7 +117,7 @@ export class History { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@squidex/squidex", - "X-Fern-SDK-Version": "1.0.0-rc2", + "X-Fern-SDK-Version": "1.0.0-rc3", }, contentType: "application/json", queryParameters: _queryParams, diff --git a/src/api/resources/languages/client/Client.ts b/src/api/resources/languages/client/Client.ts index 865b2c6..3e2f021 100644 --- a/src/api/resources/languages/client/Client.ts +++ b/src/api/resources/languages/client/Client.ts @@ -32,7 +32,7 @@ export class Languages { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@squidex/squidex", - "X-Fern-SDK-Version": "1.0.0-rc2", + "X-Fern-SDK-Version": "1.0.0-rc3", }, contentType: "application/json", timeoutMs: 60000, diff --git a/src/api/resources/news/client/Client.ts b/src/api/resources/news/client/Client.ts index 37fc432..985e739 100644 --- a/src/api/resources/news/client/Client.ts +++ b/src/api/resources/news/client/Client.ts @@ -38,7 +38,7 @@ export class News { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@squidex/squidex", - "X-Fern-SDK-Version": "1.0.0-rc2", + "X-Fern-SDK-Version": "1.0.0-rc3", }, contentType: "application/json", queryParameters: _queryParams, diff --git a/src/api/resources/notifications/client/Client.ts b/src/api/resources/notifications/client/Client.ts index 84f16fe..444257c 100644 --- a/src/api/resources/notifications/client/Client.ts +++ b/src/api/resources/notifications/client/Client.ts @@ -45,7 +45,7 @@ export class Notifications { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@squidex/squidex", - "X-Fern-SDK-Version": "1.0.0-rc2", + "X-Fern-SDK-Version": "1.0.0-rc3", }, contentType: "application/json", queryParameters: _queryParams, @@ -110,7 +110,7 @@ export class Notifications { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@squidex/squidex", - "X-Fern-SDK-Version": "1.0.0-rc2", + "X-Fern-SDK-Version": "1.0.0-rc3", }, contentType: "application/json", timeoutMs: 60000, diff --git a/src/api/resources/ping/client/Client.ts b/src/api/resources/ping/client/Client.ts index 9a98b8e..690c607 100644 --- a/src/api/resources/ping/client/Client.ts +++ b/src/api/resources/ping/client/Client.ts @@ -31,7 +31,7 @@ export class Ping { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@squidex/squidex", - "X-Fern-SDK-Version": "1.0.0-rc2", + "X-Fern-SDK-Version": "1.0.0-rc3", }, contentType: "application/json", timeoutMs: 60000, @@ -91,7 +91,7 @@ export class Ping { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@squidex/squidex", - "X-Fern-SDK-Version": "1.0.0-rc2", + "X-Fern-SDK-Version": "1.0.0-rc3", }, contentType: "application/json", timeoutMs: 60000, @@ -149,7 +149,7 @@ export class Ping { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@squidex/squidex", - "X-Fern-SDK-Version": "1.0.0-rc2", + "X-Fern-SDK-Version": "1.0.0-rc3", }, contentType: "application/json", timeoutMs: 60000, diff --git a/src/api/resources/plans/client/Client.ts b/src/api/resources/plans/client/Client.ts index b9836b6..5120515 100644 --- a/src/api/resources/plans/client/Client.ts +++ b/src/api/resources/plans/client/Client.ts @@ -35,7 +35,7 @@ export class Plans { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@squidex/squidex", - "X-Fern-SDK-Version": "1.0.0-rc2", + "X-Fern-SDK-Version": "1.0.0-rc3", }, contentType: "application/json", timeoutMs: 60000, @@ -101,7 +101,7 @@ export class Plans { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@squidex/squidex", - "X-Fern-SDK-Version": "1.0.0-rc2", + "X-Fern-SDK-Version": "1.0.0-rc3", }, contentType: "application/json", body: await serializers.ChangePlanDto.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }), @@ -176,7 +176,7 @@ export class Plans { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@squidex/squidex", - "X-Fern-SDK-Version": "1.0.0-rc2", + "X-Fern-SDK-Version": "1.0.0-rc3", }, contentType: "application/json", timeoutMs: 60000, @@ -239,7 +239,7 @@ export class Plans { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@squidex/squidex", - "X-Fern-SDK-Version": "1.0.0-rc2", + "X-Fern-SDK-Version": "1.0.0-rc3", }, contentType: "application/json", body: await serializers.ChangePlanDto.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }), diff --git a/src/api/resources/rules/client/Client.ts b/src/api/resources/rules/client/Client.ts index 4a0c0c1..48e1f2a 100644 --- a/src/api/resources/rules/client/Client.ts +++ b/src/api/resources/rules/client/Client.ts @@ -32,7 +32,7 @@ export class Rules { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@squidex/squidex", - "X-Fern-SDK-Version": "1.0.0-rc2", + "X-Fern-SDK-Version": "1.0.0-rc3", }, contentType: "application/json", timeoutMs: 60000, @@ -95,7 +95,7 @@ export class Rules { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@squidex/squidex", - "X-Fern-SDK-Version": "1.0.0-rc2", + "X-Fern-SDK-Version": "1.0.0-rc3", }, contentType: "application/json", timeoutMs: 60000, @@ -161,7 +161,7 @@ export class Rules { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@squidex/squidex", - "X-Fern-SDK-Version": "1.0.0-rc2", + "X-Fern-SDK-Version": "1.0.0-rc3", }, contentType: "application/json", body: await serializers.CreateRuleDto.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }), @@ -236,7 +236,7 @@ export class Rules { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@squidex/squidex", - "X-Fern-SDK-Version": "1.0.0-rc2", + "X-Fern-SDK-Version": "1.0.0-rc3", }, contentType: "application/json", timeoutMs: 60000, @@ -304,7 +304,7 @@ export class Rules { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@squidex/squidex", - "X-Fern-SDK-Version": "1.0.0-rc2", + "X-Fern-SDK-Version": "1.0.0-rc3", }, contentType: "application/json", body: await serializers.UpdateRuleDto.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }), @@ -380,7 +380,7 @@ export class Rules { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@squidex/squidex", - "X-Fern-SDK-Version": "1.0.0-rc2", + "X-Fern-SDK-Version": "1.0.0-rc3", }, contentType: "application/json", timeoutMs: 60000, @@ -450,7 +450,7 @@ export class Rules { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@squidex/squidex", - "X-Fern-SDK-Version": "1.0.0-rc2", + "X-Fern-SDK-Version": "1.0.0-rc3", }, contentType: "application/json", timeoutMs: 60000, @@ -525,7 +525,7 @@ export class Rules { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@squidex/squidex", - "X-Fern-SDK-Version": "1.0.0-rc2", + "X-Fern-SDK-Version": "1.0.0-rc3", }, contentType: "application/json", timeoutMs: 60000, @@ -600,7 +600,7 @@ export class Rules { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@squidex/squidex", - "X-Fern-SDK-Version": "1.0.0-rc2", + "X-Fern-SDK-Version": "1.0.0-rc3", }, contentType: "application/json", timeoutMs: 60000, @@ -675,7 +675,7 @@ export class Rules { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@squidex/squidex", - "X-Fern-SDK-Version": "1.0.0-rc2", + "X-Fern-SDK-Version": "1.0.0-rc3", }, contentType: "application/json", queryParameters: _queryParams, @@ -743,7 +743,7 @@ export class Rules { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@squidex/squidex", - "X-Fern-SDK-Version": "1.0.0-rc2", + "X-Fern-SDK-Version": "1.0.0-rc3", }, contentType: "application/json", timeoutMs: 60000, @@ -811,7 +811,7 @@ export class Rules { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@squidex/squidex", - "X-Fern-SDK-Version": "1.0.0-rc2", + "X-Fern-SDK-Version": "1.0.0-rc3", }, contentType: "application/json", body: await serializers.CreateRuleDto.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }), @@ -886,7 +886,7 @@ export class Rules { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@squidex/squidex", - "X-Fern-SDK-Version": "1.0.0-rc2", + "X-Fern-SDK-Version": "1.0.0-rc3", }, contentType: "application/json", timeoutMs: 60000, @@ -965,7 +965,7 @@ export class Rules { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@squidex/squidex", - "X-Fern-SDK-Version": "1.0.0-rc2", + "X-Fern-SDK-Version": "1.0.0-rc3", }, contentType: "application/json", queryParameters: _queryParams, @@ -1031,7 +1031,7 @@ export class Rules { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@squidex/squidex", - "X-Fern-SDK-Version": "1.0.0-rc2", + "X-Fern-SDK-Version": "1.0.0-rc3", }, contentType: "application/json", timeoutMs: 60000, @@ -1099,7 +1099,7 @@ export class Rules { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@squidex/squidex", - "X-Fern-SDK-Version": "1.0.0-rc2", + "X-Fern-SDK-Version": "1.0.0-rc3", }, contentType: "application/json", timeoutMs: 60000, @@ -1169,7 +1169,7 @@ export class Rules { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@squidex/squidex", - "X-Fern-SDK-Version": "1.0.0-rc2", + "X-Fern-SDK-Version": "1.0.0-rc3", }, contentType: "application/json", timeoutMs: 60000, @@ -1234,7 +1234,7 @@ export class Rules { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@squidex/squidex", - "X-Fern-SDK-Version": "1.0.0-rc2", + "X-Fern-SDK-Version": "1.0.0-rc3", }, contentType: "application/json", timeoutMs: 60000, @@ -1297,7 +1297,7 @@ export class Rules { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@squidex/squidex", - "X-Fern-SDK-Version": "1.0.0-rc2", + "X-Fern-SDK-Version": "1.0.0-rc3", }, contentType: "application/json", timeoutMs: 60000, diff --git a/src/api/resources/schemas/client/Client.ts b/src/api/resources/schemas/client/Client.ts index 2393952..9e84609 100644 --- a/src/api/resources/schemas/client/Client.ts +++ b/src/api/resources/schemas/client/Client.ts @@ -37,7 +37,7 @@ export class Schemas { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@squidex/squidex", - "X-Fern-SDK-Version": "1.0.0-rc2", + "X-Fern-SDK-Version": "1.0.0-rc3", }, contentType: "application/json", body: await serializers.AddFieldDto.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }), @@ -127,7 +127,7 @@ export class Schemas { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@squidex/squidex", - "X-Fern-SDK-Version": "1.0.0-rc2", + "X-Fern-SDK-Version": "1.0.0-rc3", }, contentType: "application/json", body: await serializers.AddFieldDto.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }), @@ -215,7 +215,7 @@ export class Schemas { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@squidex/squidex", - "X-Fern-SDK-Version": "1.0.0-rc2", + "X-Fern-SDK-Version": "1.0.0-rc3", }, contentType: "application/json", body: await serializers.ConfigureUiFieldsDto.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }), @@ -291,7 +291,7 @@ export class Schemas { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@squidex/squidex", - "X-Fern-SDK-Version": "1.0.0-rc2", + "X-Fern-SDK-Version": "1.0.0-rc3", }, contentType: "application/json", body: await serializers.ReorderFieldsDto.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }), @@ -371,7 +371,7 @@ export class Schemas { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@squidex/squidex", - "X-Fern-SDK-Version": "1.0.0-rc2", + "X-Fern-SDK-Version": "1.0.0-rc3", }, contentType: "application/json", body: await serializers.ReorderFieldsDto.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }), @@ -447,7 +447,7 @@ export class Schemas { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@squidex/squidex", - "X-Fern-SDK-Version": "1.0.0-rc2", + "X-Fern-SDK-Version": "1.0.0-rc3", }, contentType: "application/json", body: await serializers.UpdateFieldDto.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }), @@ -523,7 +523,7 @@ export class Schemas { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@squidex/squidex", - "X-Fern-SDK-Version": "1.0.0-rc2", + "X-Fern-SDK-Version": "1.0.0-rc3", }, contentType: "application/json", timeoutMs: 60000, @@ -603,7 +603,7 @@ export class Schemas { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@squidex/squidex", - "X-Fern-SDK-Version": "1.0.0-rc2", + "X-Fern-SDK-Version": "1.0.0-rc3", }, contentType: "application/json", body: await serializers.UpdateFieldDto.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }), @@ -679,7 +679,7 @@ export class Schemas { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@squidex/squidex", - "X-Fern-SDK-Version": "1.0.0-rc2", + "X-Fern-SDK-Version": "1.0.0-rc3", }, contentType: "application/json", timeoutMs: 60000, @@ -755,7 +755,7 @@ export class Schemas { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@squidex/squidex", - "X-Fern-SDK-Version": "1.0.0-rc2", + "X-Fern-SDK-Version": "1.0.0-rc3", }, contentType: "application/json", timeoutMs: 60000, @@ -831,7 +831,7 @@ export class Schemas { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@squidex/squidex", - "X-Fern-SDK-Version": "1.0.0-rc2", + "X-Fern-SDK-Version": "1.0.0-rc3", }, contentType: "application/json", timeoutMs: 60000, @@ -907,7 +907,7 @@ export class Schemas { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@squidex/squidex", - "X-Fern-SDK-Version": "1.0.0-rc2", + "X-Fern-SDK-Version": "1.0.0-rc3", }, contentType: "application/json", timeoutMs: 60000, @@ -983,7 +983,7 @@ export class Schemas { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@squidex/squidex", - "X-Fern-SDK-Version": "1.0.0-rc2", + "X-Fern-SDK-Version": "1.0.0-rc3", }, contentType: "application/json", timeoutMs: 60000, @@ -1059,7 +1059,7 @@ export class Schemas { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@squidex/squidex", - "X-Fern-SDK-Version": "1.0.0-rc2", + "X-Fern-SDK-Version": "1.0.0-rc3", }, contentType: "application/json", timeoutMs: 60000, @@ -1135,7 +1135,7 @@ export class Schemas { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@squidex/squidex", - "X-Fern-SDK-Version": "1.0.0-rc2", + "X-Fern-SDK-Version": "1.0.0-rc3", }, contentType: "application/json", timeoutMs: 60000, @@ -1211,7 +1211,7 @@ export class Schemas { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@squidex/squidex", - "X-Fern-SDK-Version": "1.0.0-rc2", + "X-Fern-SDK-Version": "1.0.0-rc3", }, contentType: "application/json", timeoutMs: 60000, @@ -1287,7 +1287,7 @@ export class Schemas { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@squidex/squidex", - "X-Fern-SDK-Version": "1.0.0-rc2", + "X-Fern-SDK-Version": "1.0.0-rc3", }, contentType: "application/json", timeoutMs: 60000, @@ -1363,7 +1363,7 @@ export class Schemas { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@squidex/squidex", - "X-Fern-SDK-Version": "1.0.0-rc2", + "X-Fern-SDK-Version": "1.0.0-rc3", }, contentType: "application/json", timeoutMs: 60000, @@ -1439,7 +1439,7 @@ export class Schemas { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@squidex/squidex", - "X-Fern-SDK-Version": "1.0.0-rc2", + "X-Fern-SDK-Version": "1.0.0-rc3", }, contentType: "application/json", timeoutMs: 60000, @@ -1513,7 +1513,7 @@ export class Schemas { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@squidex/squidex", - "X-Fern-SDK-Version": "1.0.0-rc2", + "X-Fern-SDK-Version": "1.0.0-rc3", }, contentType: "application/json", timeoutMs: 60000, @@ -1579,7 +1579,7 @@ export class Schemas { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@squidex/squidex", - "X-Fern-SDK-Version": "1.0.0-rc2", + "X-Fern-SDK-Version": "1.0.0-rc3", }, contentType: "application/json", body: await serializers.CreateSchemaDto.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }), @@ -1661,7 +1661,7 @@ export class Schemas { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@squidex/squidex", - "X-Fern-SDK-Version": "1.0.0-rc2", + "X-Fern-SDK-Version": "1.0.0-rc3", }, contentType: "application/json", timeoutMs: 60000, @@ -1727,7 +1727,7 @@ export class Schemas { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@squidex/squidex", - "X-Fern-SDK-Version": "1.0.0-rc2", + "X-Fern-SDK-Version": "1.0.0-rc3", }, contentType: "application/json", body: await serializers.UpdateSchemaDto.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }), @@ -1803,7 +1803,7 @@ export class Schemas { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@squidex/squidex", - "X-Fern-SDK-Version": "1.0.0-rc2", + "X-Fern-SDK-Version": "1.0.0-rc3", }, contentType: "application/json", timeoutMs: 60000, @@ -1873,7 +1873,7 @@ export class Schemas { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@squidex/squidex", - "X-Fern-SDK-Version": "1.0.0-rc2", + "X-Fern-SDK-Version": "1.0.0-rc3", }, contentType: "application/json", body: await serializers.SynchronizeSchemaDto.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }), @@ -1949,7 +1949,7 @@ export class Schemas { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@squidex/squidex", - "X-Fern-SDK-Version": "1.0.0-rc2", + "X-Fern-SDK-Version": "1.0.0-rc3", }, contentType: "application/json", body: await serializers.ChangeCategoryDto.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }), @@ -2025,7 +2025,7 @@ export class Schemas { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@squidex/squidex", - "X-Fern-SDK-Version": "1.0.0-rc2", + "X-Fern-SDK-Version": "1.0.0-rc3", }, contentType: "application/json", body: await serializers.schemas.putPreviewUrls.Request.jsonOrThrow(request, { @@ -2103,7 +2103,7 @@ export class Schemas { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@squidex/squidex", - "X-Fern-SDK-Version": "1.0.0-rc2", + "X-Fern-SDK-Version": "1.0.0-rc3", }, contentType: "application/json", body: await serializers.SchemaScriptsDto.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }), @@ -2179,7 +2179,7 @@ export class Schemas { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@squidex/squidex", - "X-Fern-SDK-Version": "1.0.0-rc2", + "X-Fern-SDK-Version": "1.0.0-rc3", }, contentType: "application/json", body: await serializers.ConfigureFieldRulesDto.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }), @@ -2255,7 +2255,7 @@ export class Schemas { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@squidex/squidex", - "X-Fern-SDK-Version": "1.0.0-rc2", + "X-Fern-SDK-Version": "1.0.0-rc3", }, contentType: "application/json", timeoutMs: 60000, @@ -2330,7 +2330,7 @@ export class Schemas { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@squidex/squidex", - "X-Fern-SDK-Version": "1.0.0-rc2", + "X-Fern-SDK-Version": "1.0.0-rc3", }, contentType: "application/json", timeoutMs: 60000, diff --git a/src/api/resources/search/client/Client.ts b/src/api/resources/search/client/Client.ts index d33e1a2..22b5717 100644 --- a/src/api/resources/search/client/Client.ts +++ b/src/api/resources/search/client/Client.ts @@ -44,7 +44,7 @@ export class Search { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@squidex/squidex", - "X-Fern-SDK-Version": "1.0.0-rc2", + "X-Fern-SDK-Version": "1.0.0-rc3", }, contentType: "application/json", queryParameters: _queryParams, diff --git a/src/api/resources/statistics/client/Client.ts b/src/api/resources/statistics/client/Client.ts index db03467..9fb1664 100644 --- a/src/api/resources/statistics/client/Client.ts +++ b/src/api/resources/statistics/client/Client.ts @@ -35,7 +35,7 @@ export class Statistics { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@squidex/squidex", - "X-Fern-SDK-Version": "1.0.0-rc2", + "X-Fern-SDK-Version": "1.0.0-rc3", }, contentType: "application/json", timeoutMs: 60000, @@ -100,7 +100,7 @@ export class Statistics { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@squidex/squidex", - "X-Fern-SDK-Version": "1.0.0-rc2", + "X-Fern-SDK-Version": "1.0.0-rc3", }, contentType: "application/json", timeoutMs: 60000, @@ -165,7 +165,7 @@ export class Statistics { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@squidex/squidex", - "X-Fern-SDK-Version": "1.0.0-rc2", + "X-Fern-SDK-Version": "1.0.0-rc3", }, contentType: "application/json", timeoutMs: 60000, @@ -230,7 +230,7 @@ export class Statistics { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@squidex/squidex", - "X-Fern-SDK-Version": "1.0.0-rc2", + "X-Fern-SDK-Version": "1.0.0-rc3", }, contentType: "application/json", timeoutMs: 60000, @@ -295,7 +295,7 @@ export class Statistics { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@squidex/squidex", - "X-Fern-SDK-Version": "1.0.0-rc2", + "X-Fern-SDK-Version": "1.0.0-rc3", }, contentType: "application/json", timeoutMs: 60000, @@ -360,7 +360,7 @@ export class Statistics { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@squidex/squidex", - "X-Fern-SDK-Version": "1.0.0-rc2", + "X-Fern-SDK-Version": "1.0.0-rc3", }, contentType: "application/json", timeoutMs: 60000, @@ -429,7 +429,7 @@ export class Statistics { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@squidex/squidex", - "X-Fern-SDK-Version": "1.0.0-rc2", + "X-Fern-SDK-Version": "1.0.0-rc3", }, contentType: "application/json", timeoutMs: 60000, diff --git a/src/api/resources/teams/client/Client.ts b/src/api/resources/teams/client/Client.ts index 373c42e..ce6585e 100644 --- a/src/api/resources/teams/client/Client.ts +++ b/src/api/resources/teams/client/Client.ts @@ -35,7 +35,7 @@ export class Teams { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@squidex/squidex", - "X-Fern-SDK-Version": "1.0.0-rc2", + "X-Fern-SDK-Version": "1.0.0-rc3", }, contentType: "application/json", timeoutMs: 60000, @@ -104,7 +104,7 @@ export class Teams { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@squidex/squidex", - "X-Fern-SDK-Version": "1.0.0-rc2", + "X-Fern-SDK-Version": "1.0.0-rc3", }, contentType: "application/json", body: await serializers.AssignContributorDto.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }), @@ -180,7 +180,7 @@ export class Teams { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@squidex/squidex", - "X-Fern-SDK-Version": "1.0.0-rc2", + "X-Fern-SDK-Version": "1.0.0-rc3", }, contentType: "application/json", timeoutMs: 60000, @@ -255,7 +255,7 @@ export class Teams { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@squidex/squidex", - "X-Fern-SDK-Version": "1.0.0-rc2", + "X-Fern-SDK-Version": "1.0.0-rc3", }, contentType: "application/json", timeoutMs: 60000, @@ -327,7 +327,7 @@ export class Teams { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@squidex/squidex", - "X-Fern-SDK-Version": "1.0.0-rc2", + "X-Fern-SDK-Version": "1.0.0-rc3", }, contentType: "application/json", timeoutMs: 60000, @@ -390,7 +390,7 @@ export class Teams { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@squidex/squidex", - "X-Fern-SDK-Version": "1.0.0-rc2", + "X-Fern-SDK-Version": "1.0.0-rc3", }, contentType: "application/json", body: await serializers.CreateTeamDto.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }), @@ -469,7 +469,7 @@ export class Teams { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@squidex/squidex", - "X-Fern-SDK-Version": "1.0.0-rc2", + "X-Fern-SDK-Version": "1.0.0-rc3", }, contentType: "application/json", timeoutMs: 60000, @@ -532,7 +532,7 @@ export class Teams { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@squidex/squidex", - "X-Fern-SDK-Version": "1.0.0-rc2", + "X-Fern-SDK-Version": "1.0.0-rc3", }, contentType: "application/json", body: await serializers.UpdateTeamDto.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }), diff --git a/src/api/resources/templates/client/Client.ts b/src/api/resources/templates/client/Client.ts index 182cc24..041ba9f 100644 --- a/src/api/resources/templates/client/Client.ts +++ b/src/api/resources/templates/client/Client.ts @@ -31,7 +31,7 @@ export class Templates { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@squidex/squidex", - "X-Fern-SDK-Version": "1.0.0-rc2", + "X-Fern-SDK-Version": "1.0.0-rc3", }, contentType: "application/json", timeoutMs: 60000, @@ -91,7 +91,7 @@ export class Templates { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@squidex/squidex", - "X-Fern-SDK-Version": "1.0.0-rc2", + "X-Fern-SDK-Version": "1.0.0-rc3", }, contentType: "application/json", timeoutMs: 60000, diff --git a/src/api/resources/translations/client/Client.ts b/src/api/resources/translations/client/Client.ts index 52df51c..321d6e3 100644 --- a/src/api/resources/translations/client/Client.ts +++ b/src/api/resources/translations/client/Client.ts @@ -35,7 +35,7 @@ export class Translations { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@squidex/squidex", - "X-Fern-SDK-Version": "1.0.0-rc2", + "X-Fern-SDK-Version": "1.0.0-rc3", }, contentType: "application/json", body: await serializers.TranslateDto.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }), diff --git a/src/api/resources/userManagement/client/Client.ts b/src/api/resources/userManagement/client/Client.ts index cd88499..e07f832 100644 --- a/src/api/resources/userManagement/client/Client.ts +++ b/src/api/resources/userManagement/client/Client.ts @@ -46,7 +46,7 @@ export class UserManagement { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@squidex/squidex", - "X-Fern-SDK-Version": "1.0.0-rc2", + "X-Fern-SDK-Version": "1.0.0-rc3", }, contentType: "application/json", queryParameters: _queryParams, @@ -107,7 +107,7 @@ export class UserManagement { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@squidex/squidex", - "X-Fern-SDK-Version": "1.0.0-rc2", + "X-Fern-SDK-Version": "1.0.0-rc3", }, contentType: "application/json", body: await serializers.CreateUserDto.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }), @@ -180,7 +180,7 @@ export class UserManagement { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@squidex/squidex", - "X-Fern-SDK-Version": "1.0.0-rc2", + "X-Fern-SDK-Version": "1.0.0-rc3", }, contentType: "application/json", timeoutMs: 60000, @@ -246,7 +246,7 @@ export class UserManagement { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@squidex/squidex", - "X-Fern-SDK-Version": "1.0.0-rc2", + "X-Fern-SDK-Version": "1.0.0-rc3", }, contentType: "application/json", body: await serializers.UpdateUserDto.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }), @@ -323,7 +323,7 @@ export class UserManagement { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@squidex/squidex", - "X-Fern-SDK-Version": "1.0.0-rc2", + "X-Fern-SDK-Version": "1.0.0-rc3", }, contentType: "application/json", timeoutMs: 60000, @@ -403,7 +403,7 @@ export class UserManagement { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@squidex/squidex", - "X-Fern-SDK-Version": "1.0.0-rc2", + "X-Fern-SDK-Version": "1.0.0-rc3", }, contentType: "application/json", timeoutMs: 60000, @@ -488,7 +488,7 @@ export class UserManagement { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@squidex/squidex", - "X-Fern-SDK-Version": "1.0.0-rc2", + "X-Fern-SDK-Version": "1.0.0-rc3", }, contentType: "application/json", timeoutMs: 60000, diff --git a/src/api/resources/users/client/Client.ts b/src/api/resources/users/client/Client.ts index bb05ffd..0f70121 100644 --- a/src/api/resources/users/client/Client.ts +++ b/src/api/resources/users/client/Client.ts @@ -33,7 +33,7 @@ export class Users { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@squidex/squidex", - "X-Fern-SDK-Version": "1.0.0-rc2", + "X-Fern-SDK-Version": "1.0.0-rc3", }, contentType: "application/json", timeoutMs: 60000, @@ -99,7 +99,7 @@ export class Users { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@squidex/squidex", - "X-Fern-SDK-Version": "1.0.0-rc2", + "X-Fern-SDK-Version": "1.0.0-rc3", }, contentType: "application/json", queryParameters: _queryParams, @@ -160,7 +160,7 @@ export class Users { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@squidex/squidex", - "X-Fern-SDK-Version": "1.0.0-rc2", + "X-Fern-SDK-Version": "1.0.0-rc3", }, contentType: "application/json", timeoutMs: 60000, @@ -221,7 +221,7 @@ export class Users { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@squidex/squidex", - "X-Fern-SDK-Version": "1.0.0-rc2", + "X-Fern-SDK-Version": "1.0.0-rc3", }, timeoutMs: 60000, onError: (error) => {