diff --git a/.speakeasy/workflow.lock b/.speakeasy/workflow.lock index b8361d3..8d76afd 100644 --- a/.speakeasy/workflow.lock +++ b/.speakeasy/workflow.lock @@ -2,7 +2,7 @@ speakeasyVersion: 1.436.0 sources: source1: sourceNamespace: source-1 - sourceRevisionDigest: sha256:54b15c1ec2f13a9727826112146c58dca42436a16e3588346f39ff5298baf417 + sourceRevisionDigest: sha256:ba07cab1cbb0faa8439e67d056c0efa6c1840b8dd413ffa10829df2e3c5030b9 sourceBlobDigest: sha256:b51ff396c812e5270dad2ba1c47700f138d9a263866fb02f197d9cb5d9b87c08 tags: - latest @@ -21,10 +21,10 @@ targets: lending: source: source1 sourceNamespace: source-1 - sourceRevisionDigest: sha256:54b15c1ec2f13a9727826112146c58dca42436a16e3588346f39ff5298baf417 + sourceRevisionDigest: sha256:ba07cab1cbb0faa8439e67d056c0efa6c1840b8dd413ffa10829df2e3c5030b9 sourceBlobDigest: sha256:b51ff396c812e5270dad2ba1c47700f138d9a263866fb02f197d9cb5d9b87c08 codeSamplesNamespace: source-1-code-samples - codeSamplesRevisionDigest: sha256:9e70d1f33c7823c84463148ad1f98b6c43a87a76a383766118000989ade9307e + codeSamplesRevisionDigest: sha256:0ed15bda9206ec1c48fbd5426231773f6b31444524b45beafacf212c7b028fd4 workflow: workflowVersion: 1.0.0 speakeasyVersion: latest diff --git a/lending/.speakeasy/gen.lock b/lending/.speakeasy/gen.lock index f6fce7b..0e7c389 100755 --- a/lending/.speakeasy/gen.lock +++ b/lending/.speakeasy/gen.lock @@ -5,8 +5,8 @@ management: docVersion: 1.0.0 speakeasyVersion: 1.436.0 generationVersion: 2.455.2 - releaseVersion: 0.6.3 - configChecksum: 9d375cc93cdecaf6b429342c4faa980f + releaseVersion: 0.6.4 + configChecksum: 26b0ed9607c075647f3e464a0d1c53fb 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 040d66a..ae820e6 100644 --- a/lending/.speakeasy/gen.yaml +++ b/lending/.speakeasy/gen.yaml @@ -13,7 +13,7 @@ generation: oAuth2ClientCredentialsEnabled: true oAuth2PasswordEnabled: false typescript: - version: 0.6.3 + version: 0.6.4 additionalDependencies: dependencies: {} devDependencies: {} diff --git a/lending/RELEASES.md b/lending/RELEASES.md index 3a8e9a0..85ded41 100644 --- a/lending/RELEASES.md +++ b/lending/RELEASES.md @@ -548,4 +548,14 @@ Based on: ### Generated - [typescript v0.6.3] lending ### Releases -- [NPM v0.6.3] https://www.npmjs.com/package/ryan-lending/v/0.6.3 - lending \ No newline at end of file +- [NPM v0.6.3] https://www.npmjs.com/package/ryan-lending/v/0.6.3 - lending + +## 2024-11-10 01:01:42 +### Changes +Based on: +- OpenAPI Doc +- Speakeasy CLI 1.436.0 (2.455.2) https://github.com/speakeasy-api/speakeasy +### Generated +- [typescript v0.6.4] lending +### Releases +- [NPM v0.6.4] https://www.npmjs.com/package/ryan-lending/v/0.6.4 - lending \ No newline at end of file diff --git a/lending/jsr.json b/lending/jsr.json index 25ce520..73155fc 100644 --- a/lending/jsr.json +++ b/lending/jsr.json @@ -2,7 +2,7 @@ { "name": "ryan-lending", - "version": "0.6.3", + "version": "0.6.4", "exports": { ".": "./src/index.ts", "./models/errors": "./src/models/errors/index.ts", diff --git a/lending/package-lock.json b/lending/package-lock.json index b8b6227..86c9389 100644 --- a/lending/package-lock.json +++ b/lending/package-lock.json @@ -1,12 +1,12 @@ { "name": "ryan-lending", - "version": "0.6.3", + "version": "0.6.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "ryan-lending", - "version": "0.6.3", + "version": "0.6.4", "devDependencies": { "@typescript-eslint/eslint-plugin": "^7.7.1", "@typescript-eslint/parser": "^7.7.1", diff --git a/lending/package.json b/lending/package.json index 9d9094c..3388c18 100644 --- a/lending/package.json +++ b/lending/package.json @@ -1,6 +1,6 @@ { "name": "ryan-lending", - "version": "0.6.3", + "version": "0.6.4", "author": "ryan-timothy-albert", "main": "./index.js", "sideEffects": false, diff --git a/lending/src/lib/config.ts b/lending/src/lib/config.ts index e5c9a3d..9f9635c 100644 --- a/lending/src/lib/config.ts +++ b/lending/src/lib/config.ts @@ -52,7 +52,7 @@ export function serverURLFromOptions(options: SDKOptions): URL | null { export const SDK_METADATA = { language: "typescript", openapiDocVersion: "1.0.0", - sdkVersion: "0.6.3", + sdkVersion: "0.6.4", genVersion: "2.455.2", - userAgent: "speakeasy-sdk/typescript 0.6.3 2.455.2 1.0.0 ryan-lending", + userAgent: "speakeasy-sdk/typescript 0.6.4 2.455.2 1.0.0 ryan-lending", } as const;