Skip to content

Commit

Permalink
Release 0.0.29
Browse files Browse the repository at this point in the history
  • Loading branch information
fern-api[bot] committed May 13, 2023
1 parent 6c54fe0 commit e95aa4d
Show file tree
Hide file tree
Showing 107 changed files with 621 additions and 513 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@squidex/squidex",
"version": "0.0.27",
"version": "0.0.29",
"private": false,
"repository": "https://github.com/squidex/sdk-node",
"main": "./index.js",
Expand Down
70 changes: 35 additions & 35 deletions src/api/resources/apps/client/Client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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": "0.0.27",
"X-Fern-SDK-Version": "0.0.29",
},
contentType: "application/json",
timeoutMs: 60000,
Expand Down Expand Up @@ -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": "0.0.27",
"X-Fern-SDK-Version": "0.0.29",
},
contentType: "application/json",
body: await serializers.UpdateAssetScriptsDto.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
Expand Down Expand Up @@ -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": "0.0.27",
"X-Fern-SDK-Version": "0.0.29",
},
contentType: "application/json",
timeoutMs: 60000,
Expand Down Expand Up @@ -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": "0.0.27",
"X-Fern-SDK-Version": "0.0.29",
},
contentType: "application/json",
body: await serializers.CreateClientDto.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
Expand Down Expand Up @@ -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": "0.0.27",
"X-Fern-SDK-Version": "0.0.29",
},
contentType: "application/json",
body: await serializers.UpdateClientDto.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
Expand Down Expand Up @@ -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": "0.0.27",
"X-Fern-SDK-Version": "0.0.29",
},
contentType: "application/json",
timeoutMs: 60000,
Expand Down Expand Up @@ -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": "0.0.27",
"X-Fern-SDK-Version": "0.0.29",
},
contentType: "application/json",
timeoutMs: 60000,
Expand Down Expand Up @@ -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": "0.0.27",
"X-Fern-SDK-Version": "0.0.29",
},
contentType: "application/json",
body: await serializers.AssignContributorDto.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
Expand Down Expand Up @@ -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": "0.0.27",
"X-Fern-SDK-Version": "0.0.29",
},
contentType: "application/json",
timeoutMs: 60000,
Expand Down Expand Up @@ -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": "0.0.27",
"X-Fern-SDK-Version": "0.0.29",
},
contentType: "application/json",
timeoutMs: 60000,
Expand Down Expand Up @@ -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": "0.0.27",
"X-Fern-SDK-Version": "0.0.29",
},
timeoutMs: 60000,
onError: (error) => {
Expand Down Expand Up @@ -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": "0.0.27",
"X-Fern-SDK-Version": "0.0.29",
"Content-Length": (await core.getFormDataContentLength(_request)).toString(),
},
contentType: "multipart/form-data; boundary=" + _request.getBoundary(),
Expand Down Expand Up @@ -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": "0.0.27",
"X-Fern-SDK-Version": "0.0.29",
},
contentType: "application/json",
timeoutMs: 60000,
Expand Down Expand Up @@ -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": "0.0.27",
"X-Fern-SDK-Version": "0.0.29",
},
contentType: "application/json",
timeoutMs: 60000,
Expand Down Expand Up @@ -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": "0.0.27",
"X-Fern-SDK-Version": "0.0.29",
},
contentType: "application/json",
body: await serializers.AddLanguageDto.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
Expand Down Expand Up @@ -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": "0.0.27",
"X-Fern-SDK-Version": "0.0.29",
},
contentType: "application/json",
body: await serializers.UpdateLanguageDto.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
Expand Down Expand Up @@ -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": "0.0.27",
"X-Fern-SDK-Version": "0.0.29",
},
contentType: "application/json",
timeoutMs: 60000,
Expand Down Expand Up @@ -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": "0.0.27",
"X-Fern-SDK-Version": "0.0.29",
},
contentType: "application/json",
timeoutMs: 60000,
Expand Down Expand Up @@ -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": "0.0.27",
"X-Fern-SDK-Version": "0.0.29",
},
contentType: "application/json",
body: await serializers.AddRoleDto.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
Expand Down Expand Up @@ -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": "0.0.27",
"X-Fern-SDK-Version": "0.0.29",
},
contentType: "application/json",
timeoutMs: 60000,
Expand Down Expand Up @@ -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": "0.0.27",
"X-Fern-SDK-Version": "0.0.29",
},
contentType: "application/json",
body: await serializers.UpdateRoleDto.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
Expand Down Expand Up @@ -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": "0.0.27",
"X-Fern-SDK-Version": "0.0.29",
},
contentType: "application/json",
timeoutMs: 60000,
Expand Down Expand Up @@ -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": "0.0.27",
"X-Fern-SDK-Version": "0.0.29",
},
contentType: "application/json",
timeoutMs: 60000,
Expand Down Expand Up @@ -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": "0.0.27",
"X-Fern-SDK-Version": "0.0.29",
},
contentType: "application/json",
body: await serializers.CreateAppDto.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
Expand Down Expand Up @@ -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": "0.0.27",
"X-Fern-SDK-Version": "0.0.29",
},
contentType: "application/json",
timeoutMs: 60000,
Expand Down Expand Up @@ -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": "0.0.27",
"X-Fern-SDK-Version": "0.0.29",
},
contentType: "application/json",
timeoutMs: 60000,
Expand Down Expand Up @@ -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": "0.0.27",
"X-Fern-SDK-Version": "0.0.29",
},
contentType: "application/json",
body: await serializers.UpdateAppDto.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
Expand Down Expand Up @@ -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": "0.0.27",
"X-Fern-SDK-Version": "0.0.29",
},
contentType: "application/json",
timeoutMs: 60000,
Expand Down Expand Up @@ -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": "0.0.27",
"X-Fern-SDK-Version": "0.0.29",
},
contentType: "application/json",
body: await serializers.TransferToTeamDto.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
Expand Down Expand Up @@ -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": "0.0.27",
"X-Fern-SDK-Version": "0.0.29",
},
contentType: "application/json",
timeoutMs: 60000,
Expand Down Expand Up @@ -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": "0.0.27",
"X-Fern-SDK-Version": "0.0.29",
},
contentType: "application/json",
body: await serializers.UpdateAppSettingsDto.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
Expand Down Expand Up @@ -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": "0.0.27",
"X-Fern-SDK-Version": "0.0.29",
},
contentType: "application/json",
timeoutMs: 60000,
Expand Down Expand Up @@ -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": "0.0.27",
"X-Fern-SDK-Version": "0.0.29",
},
contentType: "application/json",
body: await serializers.AddWorkflowDto.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
Expand Down Expand Up @@ -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": "0.0.27",
"X-Fern-SDK-Version": "0.0.29",
},
contentType: "application/json",
body: await serializers.UpdateWorkflowDto.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
Expand Down Expand Up @@ -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": "0.0.27",
"X-Fern-SDK-Version": "0.0.29",
},
contentType: "application/json",
timeoutMs: 60000,
Expand Down
Loading

0 comments on commit e95aa4d

Please sign in to comment.