ci: regenerated with OpenAPI Doc latest, Speakeasy CLI 1.345.4

This commit is contained in:
speakeasybot
2024-07-24 00:23:39 +00:00
parent dbb99b5935
commit 2061a87efa
6 changed files with 5718 additions and 17 deletions

View File

@@ -3,17 +3,17 @@ id: 599a9576-4665-431e-be1e-44cc13ef28aa
management: management:
docChecksum: dd4d04e62622de8f631720b5be68964d docChecksum: dd4d04e62622de8f631720b5be68964d
docVersion: latest docVersion: latest
speakeasyVersion: 1.337.1 speakeasyVersion: 1.345.4
generationVersion: 2.373.2 generationVersion: 2.378.3
releaseVersion: 0.4.8 releaseVersion: 0.4.9
configChecksum: 0909900a94961fe5494e07d27dca2b73 configChecksum: 13b4efd48d478fd1786e5164c22dbdb3
repoURL: https://github.com/LukeHagar/discoursejs.git repoURL: https://github.com/LukeHagar/discoursejs.git
repoSubDirectory: . repoSubDirectory: .
installationURL: https://github.com/LukeHagar/discoursejs installationURL: https://github.com/LukeHagar/discoursejs
published: true published: true
features: features:
typescript: typescript:
core: 3.4.12 core: 3.4.13
deprecations: 2.81.1 deprecations: 2.81.1
flattening: 2.81.1 flattening: 2.81.1
globalServerURLs: 2.82.2 globalServerURLs: 2.82.2

View File

@@ -149,3 +149,13 @@ Based on:
- [typescript v0.4.8] . - [typescript v0.4.8] .
### Releases ### Releases
- [NPM v0.4.8] https://www.npmjs.com/package/@lukehagar/discoursejs/v/0.4.8 - . - [NPM v0.4.8] https://www.npmjs.com/package/@lukehagar/discoursejs/v/0.4.8 - .
## 2024-07-24 00:22:59
### Changes
Based on:
- OpenAPI Doc latest
- Speakeasy CLI 1.345.4 (2.378.3) https://github.com/speakeasy-api/speakeasy
### Generated
- [typescript v0.4.9] .
### Releases
- [NPM v0.4.9] https://www.npmjs.com/package/@lukehagar/discoursejs/v/0.4.9 - .

View File

@@ -11,7 +11,7 @@ generation:
auth: auth:
oAuth2ClientCredentialsEnabled: false oAuth2ClientCredentialsEnabled: false
typescript: typescript:
version: 0.4.8 version: 0.4.9
author: LukeHagar author: LukeHagar
clientServerStatusCodesAsErrors: false clientServerStatusCodesAsErrors: false
flattenGlobalSecurity: true 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", "name": "@lukehagar/discoursejs",
"version": "0.4.8", "version": "0.4.9",
"author": "LukeHagar", "author": "LukeHagar",
"scripts": { "scripts": {
"prepare": "tsc --build", "prepare": "tsc --build",

View File

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