ci: regenerated with OpenAPI Doc latest, Speakeasy CLI 1.376.0

This commit is contained in:
speakeasybot
2024-08-20 00:23:53 +00:00
parent b64231a9eb
commit 8294247011
7 changed files with 25 additions and 13 deletions

View File

@@ -3,10 +3,10 @@ id: 599a9576-4665-431e-be1e-44cc13ef28aa
management:
docChecksum: dd4d04e62622de8f631720b5be68964d
docVersion: latest
speakeasyVersion: 1.374.2
generationVersion: 2.401.2
releaseVersion: 0.6.3
configChecksum: ae4e1ee6586e017ad97debc2b3ab082d
speakeasyVersion: 1.376.0
generationVersion: 2.402.5
releaseVersion: 0.7.0
configChecksum: d73705710fd1ad9f4933a68b20bb7ba4
repoURL: https://github.com/LukeHagar/discoursejs.git
repoSubDirectory: .
installationURL: https://github.com/LukeHagar/discoursejs
@@ -16,7 +16,7 @@ features:
additionalDependencies: 0.1.0
additionalProperties: 0.1.1
constsAndDefaults: 0.1.10
core: 3.13.2
core: 3.14.1
defaultEnabledRetries: 0.1.0
deprecations: 2.81.1
envVarSecurityUsage: 0.1.1

View File

@@ -463,7 +463,9 @@ run();
<!-- Start Debugging [debug] -->
## Debugging
To log HTTP requests and responses, you can pass a logger that matches `console`'s interface as an SDK option.
You can setup your SDK to emit debug logs for SDK requests and responses.
You can pass a logger that matches `console`'s interface as an SDK option.
> [!WARNING]
> Beware that debug logging will reveal secrets, like API tokens in headers, in log messages printed to a console or files. It's recommended to use this feature only during local development and not in production.

View File

@@ -218,4 +218,14 @@ Based on:
### Generated
- [typescript v0.6.3] .
### Releases
- [NPM v0.6.3] https://www.npmjs.com/package/@lukehagar/discoursejs/v/0.6.3 - .
- [NPM v0.6.3] https://www.npmjs.com/package/@lukehagar/discoursejs/v/0.6.3 - .
## 2024-08-20 00:22:26
### Changes
Based on:
- OpenAPI Doc latest
- Speakeasy CLI 1.376.0 (2.402.5) https://github.com/speakeasy-api/speakeasy
### Generated
- [typescript v0.7.0] .
### Releases
- [NPM v0.7.0] https://www.npmjs.com/package/@lukehagar/discoursejs/v/0.7.0 - .

View File

@@ -11,7 +11,7 @@ generation:
auth:
oAuth2ClientCredentialsEnabled: false
typescript:
version: 0.6.3
version: 0.7.0
additionalDependencies:
dependencies: {}
devDependencies: {}

View File

@@ -2,7 +2,7 @@
{
"name": "@lukehagar/discoursejs",
"version": "0.6.3",
"version": "0.7.0",
"exports": {
".": "./src/index.ts",
"./sdk/models/errors": "./src/sdk/models/errors/index.ts",

View File

@@ -1,6 +1,6 @@
{
"name": "@lukehagar/discoursejs",
"version": "0.6.3",
"version": "0.7.0",
"author": "LukeHagar",
"main": "./index.js",
"sideEffects": false,

View File

@@ -60,7 +60,7 @@ export function serverURLFromOptions(options: SDKOptions): URL | null {
export const SDK_METADATA = {
language: "typescript",
openapiDocVersion: "latest",
sdkVersion: "0.6.3",
genVersion: "2.401.2",
userAgent: "speakeasy-sdk/typescript 0.6.3 2.401.2 latest @lukehagar/discoursejs",
sdkVersion: "0.7.0",
genVersion: "2.402.5",
userAgent: "speakeasy-sdk/typescript 0.7.0 2.402.5 latest @lukehagar/discoursejs",
} as const;