From 82942470118dc26c53f5d60ebcd7ef0c06de88b4 Mon Sep 17 00:00:00 2001 From: speakeasybot Date: Tue, 20 Aug 2024 00:23:53 +0000 Subject: [PATCH] ci: regenerated with OpenAPI Doc latest, Speakeasy CLI 1.376.0 --- .speakeasy/gen.lock | 10 +++++----- README.md | 4 +++- RELEASES.md | 12 +++++++++++- gen.yaml | 2 +- jsr.json | 2 +- package.json | 2 +- src/lib/config.ts | 6 +++--- 7 files changed, 25 insertions(+), 13 deletions(-) diff --git a/.speakeasy/gen.lock b/.speakeasy/gen.lock index 02e7be3..4a64f6c 100755 --- a/.speakeasy/gen.lock +++ b/.speakeasy/gen.lock @@ -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 diff --git a/README.md b/README.md index 2eee7c9..dbf1c94 100644 --- a/README.md +++ b/README.md @@ -463,7 +463,9 @@ run(); ## 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. diff --git a/RELEASES.md b/RELEASES.md index b7d686a..f13d6c9 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -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 - . \ No newline at end of file +- [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 - . \ No newline at end of file diff --git a/gen.yaml b/gen.yaml index e9cf533..28b4119 100644 --- a/gen.yaml +++ b/gen.yaml @@ -11,7 +11,7 @@ generation: auth: oAuth2ClientCredentialsEnabled: false typescript: - version: 0.6.3 + version: 0.7.0 additionalDependencies: dependencies: {} devDependencies: {} diff --git a/jsr.json b/jsr.json index 7bec820..5dbc9da 100644 --- a/jsr.json +++ b/jsr.json @@ -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", diff --git a/package.json b/package.json index b6f6e9c..8fe454c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@lukehagar/discoursejs", - "version": "0.6.3", + "version": "0.7.0", "author": "LukeHagar", "main": "./index.js", "sideEffects": false, diff --git a/src/lib/config.ts b/src/lib/config.ts index f98b316..088360d 100644 --- a/src/lib/config.ts +++ b/src/lib/config.ts @@ -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;