From e0d3c3043f3b05d0688cdcf210b8f964152bc833 Mon Sep 17 00:00:00 2001 From: speakeasybot Date: Tue, 2 Jul 2024 23:53:27 +0000 Subject: [PATCH] ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.326.0 --- .speakeasy/workflow.lock | 8 ++++---- lending/.speakeasy/gen.lock | 4 ++-- lending/.speakeasy/gen.yaml | 2 +- lending/RELEASES.md | 12 +++++++++++- lending/jsr.json | 2 +- lending/package-lock.json | 4 ++-- lending/package.json | 2 +- lending/src/lib/config.ts | 4 ++-- 8 files changed, 24 insertions(+), 14 deletions(-) diff --git a/.speakeasy/workflow.lock b/.speakeasy/workflow.lock index 476238c..82cc807 100644 --- a/.speakeasy/workflow.lock +++ b/.speakeasy/workflow.lock @@ -2,8 +2,8 @@ speakeasyVersion: 1.326.0 sources: source1: sourceNamespace: source-1 - sourceRevisionDigest: sha256:9708bdd79d1d9febb93b6ac1ce488ed70694d3f463890253433bbcd5e6b9e061 - sourceBlobDigest: sha256:668b28b0356d46af36516fd20e2856c7dc3559de597e2009120180e9b4a3e526 + sourceRevisionDigest: sha256:33aa2e26f6818be18c5ff2480527a899a8bbf7ca4318a2b66cbfb364178fcaca + sourceBlobDigest: sha256:d19e31b6f8d02f1d924306f7057480c1b152f9296a8408956685b0ed0045aca0 tags: - latest - main @@ -23,8 +23,8 @@ targets: lending: source: source1 sourceNamespace: source-1 - sourceRevisionDigest: sha256:9708bdd79d1d9febb93b6ac1ce488ed70694d3f463890253433bbcd5e6b9e061 - sourceBlobDigest: sha256:668b28b0356d46af36516fd20e2856c7dc3559de597e2009120180e9b4a3e526 + sourceRevisionDigest: sha256:33aa2e26f6818be18c5ff2480527a899a8bbf7ca4318a2b66cbfb364178fcaca + sourceBlobDigest: sha256:d19e31b6f8d02f1d924306f7057480c1b152f9296a8408956685b0ed0045aca0 outLocation: lending workflow: workflowVersion: 1.0.0 diff --git a/lending/.speakeasy/gen.lock b/lending/.speakeasy/gen.lock index bc59cc1..3eefb4c 100755 --- a/lending/.speakeasy/gen.lock +++ b/lending/.speakeasy/gen.lock @@ -5,8 +5,8 @@ management: docVersion: 1.0.0 speakeasyVersion: 1.326.0 generationVersion: 2.359.0 - releaseVersion: 0.0.7 - configChecksum: 74d8a50e4d0970b38c4caf053d70d075 + releaseVersion: 0.0.8 + configChecksum: 0ae549dd6a00aeaf6f7dd33619195eb9 repoURL: https://github.com/ryan-timothy-albert/sample-ts-monorepo.git repoSubDirectory: lending installationURL: https://gitpkg.now.sh/ryan-timothy-albert/sample-ts-monorepo/lending diff --git a/lending/.speakeasy/gen.yaml b/lending/.speakeasy/gen.yaml index 7c93d23..2520fbe 100644 --- a/lending/.speakeasy/gen.yaml +++ b/lending/.speakeasy/gen.yaml @@ -12,7 +12,7 @@ generation: auth: oAuth2ClientCredentialsEnabled: true typescript: - version: 0.0.7 + version: 0.0.8 additionalDependencies: dependencies: {} devDependencies: {} diff --git a/lending/RELEASES.md b/lending/RELEASES.md index 5bbeec3..5582e99 100644 --- a/lending/RELEASES.md +++ b/lending/RELEASES.md @@ -18,4 +18,14 @@ Based on: ### Generated - [typescript v0.0.7] lending ### Releases -- [NPM v0.0.7] https://www.npmjs.com/package/ryan-lending/v/0.0.7 - lending \ No newline at end of file +- [NPM v0.0.7] https://www.npmjs.com/package/ryan-lending/v/0.0.7 - lending + +## 2024-07-02 23:53:02 +### Changes +Based on: +- OpenAPI Doc +- Speakeasy CLI 1.326.0 (2.359.0) https://github.com/speakeasy-api/speakeasy +### Generated +- [typescript v0.0.8] lending +### Releases +- [NPM v0.0.8] https://www.npmjs.com/package/ryan-lending/v/0.0.8 - lending \ No newline at end of file diff --git a/lending/jsr.json b/lending/jsr.json index a0f3844..9de52ea 100644 --- a/lending/jsr.json +++ b/lending/jsr.json @@ -2,7 +2,7 @@ { "name": "ryan-lending", - "version": "0.0.7", + "version": "0.0.8", "exports": { ".": "./src/index.ts", "./models/errors": "./src/models/errors/index.ts", diff --git a/lending/package-lock.json b/lending/package-lock.json index 5c77d09..a88ed46 100644 --- a/lending/package-lock.json +++ b/lending/package-lock.json @@ -1,12 +1,12 @@ { "name": "ryan-lending", - "version": "0.0.7", + "version": "0.0.8", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "ryan-lending", - "version": "0.0.7", + "version": "0.0.8", "devDependencies": { "@types/jsonpath": "^0.2.4", "@typescript-eslint/eslint-plugin": "^7.7.1", diff --git a/lending/package.json b/lending/package.json index ffa6ca0..672e42b 100644 --- a/lending/package.json +++ b/lending/package.json @@ -1,6 +1,6 @@ { "name": "ryan-lending", - "version": "0.0.7", + "version": "0.0.8", "author": "ryan-timothy-albert", "main": "./index.js", "sideEffects": false, diff --git a/lending/src/lib/config.ts b/lending/src/lib/config.ts index 2375097..06e9e25 100644 --- a/lending/src/lib/config.ts +++ b/lending/src/lib/config.ts @@ -47,7 +47,7 @@ export function serverURLFromOptions(options: SDKOptions): URL | null { export const SDK_METADATA = { language: "typescript", openapiDocVersion: "1.0.0", - sdkVersion: "0.0.7", + sdkVersion: "0.0.8", genVersion: "2.359.0", - userAgent: "speakeasy-sdk/typescript 0.0.7 2.359.0 1.0.0 ryan-lending", + userAgent: "speakeasy-sdk/typescript 0.0.8 2.359.0 1.0.0 ryan-lending", } as const;