Skip to content

Commit

Permalink
Release 0.0.23
Browse files Browse the repository at this point in the history
  • Loading branch information
fern-api[bot] committed May 12, 2023
1 parent a5f50a2 commit 634dc08
Show file tree
Hide file tree
Showing 172 changed files with 1,036 additions and 4,198 deletions.
8 changes: 0 additions & 8 deletions jest.config.js

This file was deleted.

14 changes: 5 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@squidex/squidex",
"version": "0.0.22",
"version": "0.0.23",
"private": false,
"repository": "https://github.com/squidex/sdk-node",
"main": "./index.js",
Expand All @@ -11,20 +11,16 @@
"prepack": "cp -rv dist/. ."
},
"dependencies": {
"@types/url-join": "4.0.1",
"@ungap/url-search-params": "0.2.2",
"axios": "0.27.2",
"url-join": "4.0.1",
"@types/url-join": "4.0.1",
"form-data": "4.0.0",
"js-base64": "3.7.2",
"url-join": "4.0.1"
"axios": "0.27.2"
},
"devDependencies": {
"@babel/preset-env": "^7.21.5",
"@babel/preset-typescript": "^7.21.5",
"@types/jest": "^29.5.1",
"@types/node": "17.0.33",
"jest": "^29.5.0",
"prettier": "2.7.1",
"typescript": "4.6.4"
}
}
}
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.22",
"X-Fern-SDK-Version": "0.0.23",
},
contentType: "application/json",
timeoutMs: 60000,
Expand Down Expand Up @@ -102,7 +102,7 @@ export class Apps {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@squidex/squidex",
"X-Fern-SDK-Version": "0.0.22",
"X-Fern-SDK-Version": "0.0.23",
},
contentType: "application/json",
body: await serializers.UpdateAssetScriptsDto.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
Expand Down Expand Up @@ -175,7 +175,7 @@ export class Apps {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@squidex/squidex",
"X-Fern-SDK-Version": "0.0.22",
"X-Fern-SDK-Version": "0.0.23",
},
contentType: "application/json",
timeoutMs: 60000,
Expand Down Expand Up @@ -241,7 +241,7 @@ export class Apps {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@squidex/squidex",
"X-Fern-SDK-Version": "0.0.22",
"X-Fern-SDK-Version": "0.0.23",
},
contentType: "application/json",
body: await serializers.CreateClientDto.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
Expand Down Expand Up @@ -315,7 +315,7 @@ export class Apps {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@squidex/squidex",
"X-Fern-SDK-Version": "0.0.22",
"X-Fern-SDK-Version": "0.0.23",
},
contentType: "application/json",
body: await serializers.UpdateClientDto.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
Expand Down Expand Up @@ -389,7 +389,7 @@ export class Apps {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@squidex/squidex",
"X-Fern-SDK-Version": "0.0.22",
"X-Fern-SDK-Version": "0.0.23",
},
contentType: "application/json",
timeoutMs: 60000,
Expand Down Expand Up @@ -460,7 +460,7 @@ export class Apps {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@squidex/squidex",
"X-Fern-SDK-Version": "0.0.22",
"X-Fern-SDK-Version": "0.0.23",
},
contentType: "application/json",
timeoutMs: 60000,
Expand Down Expand Up @@ -524,7 +524,7 @@ export class Apps {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@squidex/squidex",
"X-Fern-SDK-Version": "0.0.22",
"X-Fern-SDK-Version": "0.0.23",
},
contentType: "application/json",
body: await serializers.AssignContributorDto.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
Expand Down Expand Up @@ -597,7 +597,7 @@ export class Apps {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@squidex/squidex",
"X-Fern-SDK-Version": "0.0.22",
"X-Fern-SDK-Version": "0.0.23",
},
contentType: "application/json",
timeoutMs: 60000,
Expand Down Expand Up @@ -669,7 +669,7 @@ export class Apps {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@squidex/squidex",
"X-Fern-SDK-Version": "0.0.22",
"X-Fern-SDK-Version": "0.0.23",
},
contentType: "application/json",
timeoutMs: 60000,
Expand Down Expand Up @@ -736,7 +736,7 @@ export class Apps {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@squidex/squidex",
"X-Fern-SDK-Version": "0.0.22",
"X-Fern-SDK-Version": "0.0.23",
},
timeoutMs: 60000,
});
Expand All @@ -760,7 +760,7 @@ export class Apps {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@squidex/squidex",
"X-Fern-SDK-Version": "0.0.22",
"X-Fern-SDK-Version": "0.0.23",
"Content-Length": (await core.getFormDataContentLength(_request)).toString(),
},
contentType: "multipart/form-data; boundary=" + _request.getBoundary(),
Expand Down Expand Up @@ -834,7 +834,7 @@ export class Apps {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@squidex/squidex",
"X-Fern-SDK-Version": "0.0.22",
"X-Fern-SDK-Version": "0.0.23",
},
contentType: "application/json",
timeoutMs: 60000,
Expand Down Expand Up @@ -905,7 +905,7 @@ export class Apps {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@squidex/squidex",
"X-Fern-SDK-Version": "0.0.22",
"X-Fern-SDK-Version": "0.0.23",
},
contentType: "application/json",
timeoutMs: 60000,
Expand Down Expand Up @@ -969,7 +969,7 @@ export class Apps {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@squidex/squidex",
"X-Fern-SDK-Version": "0.0.22",
"X-Fern-SDK-Version": "0.0.23",
},
contentType: "application/json",
body: await serializers.AddLanguageDto.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
Expand Down Expand Up @@ -1045,7 +1045,7 @@ export class Apps {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@squidex/squidex",
"X-Fern-SDK-Version": "0.0.22",
"X-Fern-SDK-Version": "0.0.23",
},
contentType: "application/json",
body: await serializers.UpdateLanguageDto.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
Expand Down Expand Up @@ -1118,7 +1118,7 @@ export class Apps {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@squidex/squidex",
"X-Fern-SDK-Version": "0.0.22",
"X-Fern-SDK-Version": "0.0.23",
},
contentType: "application/json",
timeoutMs: 60000,
Expand Down Expand Up @@ -1189,7 +1189,7 @@ export class Apps {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@squidex/squidex",
"X-Fern-SDK-Version": "0.0.22",
"X-Fern-SDK-Version": "0.0.23",
},
contentType: "application/json",
timeoutMs: 60000,
Expand Down Expand Up @@ -1253,7 +1253,7 @@ export class Apps {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@squidex/squidex",
"X-Fern-SDK-Version": "0.0.22",
"X-Fern-SDK-Version": "0.0.23",
},
contentType: "application/json",
body: await serializers.AddRoleDto.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
Expand Down Expand Up @@ -1325,7 +1325,7 @@ export class Apps {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@squidex/squidex",
"X-Fern-SDK-Version": "0.0.22",
"X-Fern-SDK-Version": "0.0.23",
},
contentType: "application/json",
timeoutMs: 60000,
Expand Down Expand Up @@ -1389,7 +1389,7 @@ export class Apps {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@squidex/squidex",
"X-Fern-SDK-Version": "0.0.22",
"X-Fern-SDK-Version": "0.0.23",
},
contentType: "application/json",
body: await serializers.UpdateRoleDto.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
Expand Down Expand Up @@ -1462,7 +1462,7 @@ export class Apps {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@squidex/squidex",
"X-Fern-SDK-Version": "0.0.22",
"X-Fern-SDK-Version": "0.0.23",
},
contentType: "application/json",
timeoutMs: 60000,
Expand Down Expand Up @@ -1531,7 +1531,7 @@ export class Apps {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@squidex/squidex",
"X-Fern-SDK-Version": "0.0.22",
"X-Fern-SDK-Version": "0.0.23",
},
contentType: "application/json",
timeoutMs: 60000,
Expand Down Expand Up @@ -1592,7 +1592,7 @@ export class Apps {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@squidex/squidex",
"X-Fern-SDK-Version": "0.0.22",
"X-Fern-SDK-Version": "0.0.23",
},
contentType: "application/json",
body: await serializers.CreateAppDto.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
Expand Down Expand Up @@ -1668,7 +1668,7 @@ export class Apps {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@squidex/squidex",
"X-Fern-SDK-Version": "0.0.22",
"X-Fern-SDK-Version": "0.0.23",
},
contentType: "application/json",
timeoutMs: 60000,
Expand Down Expand Up @@ -1729,7 +1729,7 @@ export class Apps {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@squidex/squidex",
"X-Fern-SDK-Version": "0.0.22",
"X-Fern-SDK-Version": "0.0.23",
},
contentType: "application/json",
timeoutMs: 60000,
Expand Down Expand Up @@ -1793,7 +1793,7 @@ export class Apps {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@squidex/squidex",
"X-Fern-SDK-Version": "0.0.22",
"X-Fern-SDK-Version": "0.0.23",
},
contentType: "application/json",
body: await serializers.UpdateAppDto.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
Expand Down Expand Up @@ -1866,7 +1866,7 @@ export class Apps {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@squidex/squidex",
"X-Fern-SDK-Version": "0.0.22",
"X-Fern-SDK-Version": "0.0.23",
},
contentType: "application/json",
timeoutMs: 60000,
Expand Down Expand Up @@ -1934,7 +1934,7 @@ export class Apps {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@squidex/squidex",
"X-Fern-SDK-Version": "0.0.22",
"X-Fern-SDK-Version": "0.0.23",
},
contentType: "application/json",
body: await serializers.TransferToTeamDto.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
Expand Down Expand Up @@ -2006,7 +2006,7 @@ export class Apps {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@squidex/squidex",
"X-Fern-SDK-Version": "0.0.22",
"X-Fern-SDK-Version": "0.0.23",
},
contentType: "application/json",
timeoutMs: 60000,
Expand Down Expand Up @@ -2070,7 +2070,7 @@ export class Apps {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@squidex/squidex",
"X-Fern-SDK-Version": "0.0.22",
"X-Fern-SDK-Version": "0.0.23",
},
contentType: "application/json",
body: await serializers.UpdateAppSettingsDto.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
Expand Down Expand Up @@ -2142,7 +2142,7 @@ export class Apps {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@squidex/squidex",
"X-Fern-SDK-Version": "0.0.22",
"X-Fern-SDK-Version": "0.0.23",
},
contentType: "application/json",
timeoutMs: 60000,
Expand Down Expand Up @@ -2206,7 +2206,7 @@ export class Apps {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@squidex/squidex",
"X-Fern-SDK-Version": "0.0.22",
"X-Fern-SDK-Version": "0.0.23",
},
contentType: "application/json",
body: await serializers.AddWorkflowDto.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
Expand Down Expand Up @@ -2279,7 +2279,7 @@ export class Apps {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@squidex/squidex",
"X-Fern-SDK-Version": "0.0.22",
"X-Fern-SDK-Version": "0.0.23",
},
contentType: "application/json",
body: await serializers.UpdateWorkflowDto.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
Expand Down Expand Up @@ -2352,7 +2352,7 @@ export class Apps {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@squidex/squidex",
"X-Fern-SDK-Version": "0.0.22",
"X-Fern-SDK-Version": "0.0.23",
},
contentType: "application/json",
timeoutMs: 60000,
Expand Down
Loading

0 comments on commit 634dc08

Please sign in to comment.