ci: regenerated with OpenAPI Doc latest, Speakeasy CLI 1.277.8

This commit is contained in:
speakeasybot
2024-05-03 01:15:16 +00:00
parent 86f241375e
commit a18d9b24da
6 changed files with 5718 additions and 17 deletions

View File

@@ -3,17 +3,17 @@ id: 599a9576-4665-431e-be1e-44cc13ef28aa
management:
docChecksum: dd4d04e62622de8f631720b5be68964d
docVersion: latest
speakeasyVersion: 1.207.1
generationVersion: 2.280.6
releaseVersion: 0.4.4
configChecksum: 54367b5c1f259f1cdf329f65b68f6980
speakeasyVersion: 1.277.8
generationVersion: 2.319.10
releaseVersion: 0.4.5
configChecksum: b7dc0c3ce1be927c8837572d3e658d34
repoURL: https://github.com/LukeHagar/discoursejs.git
repoSubDirectory: .
installationURL: https://github.com/LukeHagar/discoursejs
published: true
features:
typescript:
core: 3.4.8
core: 3.4.9
deprecations: 2.81.1
flattening: 2.81.1
globalServerURLs: 2.82.2

View File

@@ -109,3 +109,13 @@ Based on:
- [typescript v0.4.4] .
### Releases
- [NPM v0.4.4] https://www.npmjs.com/package/@lukehagar/discoursejs/v/0.4.4 - .
## 2024-05-03 01:14:30
### Changes
Based on:
- OpenAPI Doc latest
- Speakeasy CLI 1.277.8 (2.319.10) https://github.com/speakeasy-api/speakeasy
### Generated
- [typescript v0.4.5] .
### Releases
- [NPM v0.4.5] https://www.npmjs.com/package/@lukehagar/discoursejs/v/0.4.5 - .

View File

@@ -11,7 +11,7 @@ generation:
auth:
oAuth2ClientCredentialsEnabled: false
typescript:
version: 0.4.4
version: 0.4.5
author: LukeHagar
clientServerStatusCodesAsErrors: false
flattenGlobalSecurity: true

5703
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -1,6 +1,6 @@
{
"name": "@lukehagar/discoursejs",
"version": "0.4.4",
"version": "0.4.5",
"author": "LukeHagar",
"scripts": {
"prepare": "tsc --build",

View File

@@ -61,9 +61,9 @@ export class SDKConfiguration {
serverDefaults: any;
language = "typescript";
openapiDocVersion = "latest";
sdkVersion = "0.4.4";
genVersion = "2.280.6";
userAgent = "speakeasy-sdk/typescript 0.4.4 2.280.6 latest @lukehagar/discoursejs";
sdkVersion = "0.4.5";
genVersion = "2.319.10";
userAgent = "speakeasy-sdk/typescript 0.4.5 2.319.10 latest @lukehagar/discoursejs";
retryConfig?: utils.RetryConfig;
public constructor(init?: Partial<SDKConfiguration>) {
Object.assign(this, init);