Skip to content

Commit

Permalink
Release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fern-api[bot] committed Jun 10, 2023
1 parent e59c63c commit f9ae983
Show file tree
Hide file tree
Showing 23 changed files with 184 additions and 184 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": "1.0.0-rc8",
"version": "1.0.0",
"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 @@ -40,7 +40,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-rc8",
"X-Fern-SDK-Version": "1.0.0",
},
contentType: "application/json",
timeoutMs: 60000,
Expand Down Expand Up @@ -106,7 +106,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-rc8",
"X-Fern-SDK-Version": "1.0.0",
},
contentType: "application/json",
body: await serializers.UpdateAssetScriptsDto.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
Expand Down Expand Up @@ -182,7 +182,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-rc8",
"X-Fern-SDK-Version": "1.0.0",
},
contentType: "application/json",
timeoutMs: 60000,
Expand Down Expand Up @@ -250,7 +250,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-rc8",
"X-Fern-SDK-Version": "1.0.0",
},
contentType: "application/json",
body: await serializers.CreateClientDto.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
Expand Down Expand Up @@ -327,7 +327,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-rc8",
"X-Fern-SDK-Version": "1.0.0",
},
contentType: "application/json",
body: await serializers.UpdateClientDto.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
Expand Down Expand Up @@ -404,7 +404,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-rc8",
"X-Fern-SDK-Version": "1.0.0",
},
contentType: "application/json",
timeoutMs: 60000,
Expand Down Expand Up @@ -478,7 +478,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-rc8",
"X-Fern-SDK-Version": "1.0.0",
},
contentType: "application/json",
timeoutMs: 60000,
Expand Down Expand Up @@ -544,7 +544,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-rc8",
"X-Fern-SDK-Version": "1.0.0",
},
contentType: "application/json",
body: await serializers.AssignContributorDto.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
Expand Down Expand Up @@ -620,7 +620,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-rc8",
"X-Fern-SDK-Version": "1.0.0",
},
contentType: "application/json",
timeoutMs: 60000,
Expand Down Expand Up @@ -695,7 +695,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-rc8",
"X-Fern-SDK-Version": "1.0.0",
},
contentType: "application/json",
timeoutMs: 60000,
Expand Down Expand Up @@ -769,7 +769,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-rc8",
"X-Fern-SDK-Version": "1.0.0",
},
timeoutMs: 60000,
onError: (error) => {
Expand Down Expand Up @@ -804,7 +804,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-rc8",
"X-Fern-SDK-Version": "1.0.0",
"Content-Length": (await core.getFormDataContentLength(_request)).toString(),
},
contentType: "multipart/form-data; boundary=" + _request.getBoundary(),
Expand Down Expand Up @@ -881,7 +881,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-rc8",
"X-Fern-SDK-Version": "1.0.0",
},
contentType: "application/json",
timeoutMs: 60000,
Expand Down Expand Up @@ -955,7 +955,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-rc8",
"X-Fern-SDK-Version": "1.0.0",
},
contentType: "application/json",
timeoutMs: 60000,
Expand Down Expand Up @@ -1021,7 +1021,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-rc8",
"X-Fern-SDK-Version": "1.0.0",
},
contentType: "application/json",
body: await serializers.AddLanguageDto.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
Expand Down Expand Up @@ -1100,7 +1100,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-rc8",
"X-Fern-SDK-Version": "1.0.0",
},
contentType: "application/json",
body: await serializers.UpdateLanguageDto.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
Expand Down Expand Up @@ -1176,7 +1176,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-rc8",
"X-Fern-SDK-Version": "1.0.0",
},
contentType: "application/json",
timeoutMs: 60000,
Expand Down Expand Up @@ -1250,7 +1250,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-rc8",
"X-Fern-SDK-Version": "1.0.0",
},
contentType: "application/json",
timeoutMs: 60000,
Expand Down Expand Up @@ -1316,7 +1316,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-rc8",
"X-Fern-SDK-Version": "1.0.0",
},
contentType: "application/json",
body: await serializers.AddRoleDto.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
Expand Down Expand Up @@ -1391,7 +1391,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-rc8",
"X-Fern-SDK-Version": "1.0.0",
},
contentType: "application/json",
timeoutMs: 60000,
Expand Down Expand Up @@ -1457,7 +1457,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-rc8",
"X-Fern-SDK-Version": "1.0.0",
},
contentType: "application/json",
body: await serializers.UpdateRoleDto.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
Expand Down Expand Up @@ -1533,7 +1533,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-rc8",
"X-Fern-SDK-Version": "1.0.0",
},
contentType: "application/json",
timeoutMs: 60000,
Expand Down Expand Up @@ -1608,7 +1608,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-rc8",
"X-Fern-SDK-Version": "1.0.0",
},
contentType: "application/json",
timeoutMs: 60000,
Expand Down Expand Up @@ -1674,7 +1674,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-rc8",
"X-Fern-SDK-Version": "1.0.0",
},
contentType: "application/json",
body: await serializers.CreateAppDto.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
Expand Down Expand Up @@ -1757,7 +1757,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-rc8",
"X-Fern-SDK-Version": "1.0.0",
},
contentType: "application/json",
timeoutMs: 60000,
Expand Down Expand Up @@ -1820,7 +1820,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-rc8",
"X-Fern-SDK-Version": "1.0.0",
},
contentType: "application/json",
timeoutMs: 60000,
Expand Down Expand Up @@ -1886,7 +1886,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-rc8",
"X-Fern-SDK-Version": "1.0.0",
},
contentType: "application/json",
body: await serializers.UpdateAppDto.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
Expand Down Expand Up @@ -1962,7 +1962,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-rc8",
"X-Fern-SDK-Version": "1.0.0",
},
contentType: "application/json",
timeoutMs: 60000,
Expand Down Expand Up @@ -2032,7 +2032,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-rc8",
"X-Fern-SDK-Version": "1.0.0",
},
contentType: "application/json",
body: await serializers.TransferToTeamDto.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
Expand Down Expand Up @@ -2107,7 +2107,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-rc8",
"X-Fern-SDK-Version": "1.0.0",
},
contentType: "application/json",
timeoutMs: 60000,
Expand Down Expand Up @@ -2173,7 +2173,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-rc8",
"X-Fern-SDK-Version": "1.0.0",
},
contentType: "application/json",
body: await serializers.UpdateAppSettingsDto.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
Expand Down Expand Up @@ -2248,7 +2248,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-rc8",
"X-Fern-SDK-Version": "1.0.0",
},
contentType: "application/json",
timeoutMs: 60000,
Expand Down Expand Up @@ -2314,7 +2314,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-rc8",
"X-Fern-SDK-Version": "1.0.0",
},
contentType: "application/json",
body: await serializers.AddWorkflowDto.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
Expand Down Expand Up @@ -2390,7 +2390,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-rc8",
"X-Fern-SDK-Version": "1.0.0",
},
contentType: "application/json",
body: await serializers.UpdateWorkflowDto.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
Expand Down Expand Up @@ -2466,7 +2466,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-rc8",
"X-Fern-SDK-Version": "1.0.0",
},
contentType: "application/json",
timeoutMs: 60000,
Expand Down
Loading

0 comments on commit f9ae983

Please sign in to comment.