ci: regenerated with OpenAPI Doc latest, Speakeasy CLI 1.331.0

This commit is contained in:
speakeasybot
2024-07-11 00:22:59 +00:00
parent 89eff21a1c
commit 03a5a4fef9
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.314.2 speakeasyVersion: 1.331.0
generationVersion: 2.349.6 generationVersion: 2.365.0
releaseVersion: 0.4.6 releaseVersion: 0.4.7
configChecksum: a70c78dae324fea828e705cdeba17ded configChecksum: 53b2c82b01b832d8bce8bb3eab9c41ed
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.10 core: 3.4.11
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

@@ -128,4 +128,14 @@ Based on:
### Generated ### Generated
- [typescript v0.4.6] . - [typescript v0.4.6] .
### Releases ### Releases
- [NPM v0.4.6] https://www.npmjs.com/package/@lukehagar/discoursejs/v/0.4.6 - . - [NPM v0.4.6] https://www.npmjs.com/package/@lukehagar/discoursejs/v/0.4.6 - .
## 2024-07-11 00:22:19
### Changes
Based on:
- OpenAPI Doc latest
- Speakeasy CLI 1.331.0 (2.365.0) https://github.com/speakeasy-api/speakeasy
### Generated
- [typescript v0.4.7] .
### Releases
- [NPM v0.4.7] https://www.npmjs.com/package/@lukehagar/discoursejs/v/0.4.7 - .

View File

@@ -11,7 +11,7 @@ generation:
auth: auth:
oAuth2ClientCredentialsEnabled: false oAuth2ClientCredentialsEnabled: false
typescript: typescript:
version: 0.4.6 version: 0.4.7
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.6", "version": "0.4.7",
"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.6"; sdkVersion = "0.4.7";
genVersion = "2.349.6"; genVersion = "2.365.0";
userAgent = "speakeasy-sdk/typescript 0.4.6 2.349.6 latest @lukehagar/discoursejs"; userAgent = "speakeasy-sdk/typescript 0.4.7 2.365.0 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);