diff --git a/.speakeasy/workflow.lock b/.speakeasy/workflow.lock index c83609b..4609f81 100644 --- a/.speakeasy/workflow.lock +++ b/.speakeasy/workflow.lock @@ -2,11 +2,11 @@ speakeasyVersion: 1.448.2 sources: source1: sourceNamespace: source-1 - sourceRevisionDigest: sha256:e72aa2e3ceabf5636e08b9d73ae2576a35eedcb22732c22bcbacec94a20177c7 + sourceRevisionDigest: sha256:f1f082009b75c8ffa601d424bb9ad036f2bd4f9ca33e41883a7c54e270cc4f6f sourceBlobDigest: sha256:012d4be23953adcc7552fbaf9a012f9f2ce1acb929189304bea43cccd9e8e681 tags: - latest - - speakeasy-sdk-regen-1732928481 + - speakeasy-sdk-regen-1733015620 - 1.0.0 targets: accounting: @@ -24,10 +24,10 @@ targets: lending: source: source1 sourceNamespace: source-1 - sourceRevisionDigest: sha256:e72aa2e3ceabf5636e08b9d73ae2576a35eedcb22732c22bcbacec94a20177c7 + sourceRevisionDigest: sha256:f1f082009b75c8ffa601d424bb9ad036f2bd4f9ca33e41883a7c54e270cc4f6f sourceBlobDigest: sha256:012d4be23953adcc7552fbaf9a012f9f2ce1acb929189304bea43cccd9e8e681 codeSamplesNamespace: source-1-typescript-code-samples - codeSamplesRevisionDigest: sha256:2641cd65fed515eb6dc6a4268d25447b228aebbaa897679aa564b1025d20456a + codeSamplesRevisionDigest: sha256:dfe2c79cb6e082911366695037ee5bd798d4bf0022200973271f2d7def65d5ba workflow: workflowVersion: 1.0.0 speakeasyVersion: latest diff --git a/lending/.speakeasy/gen.lock b/lending/.speakeasy/gen.lock index f85a194..fb1ae6f 100755 --- a/lending/.speakeasy/gen.lock +++ b/lending/.speakeasy/gen.lock @@ -5,8 +5,8 @@ management: docVersion: 1.0.0 speakeasyVersion: 1.448.2 generationVersion: 2.467.4 - releaseVersion: 0.7.4 - configChecksum: 2711c9604a5ec14c6aa865bec8531962 + releaseVersion: 0.7.5 + configChecksum: 4ec3a815dd4299475dda31ec3a90d0d3 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 2e0debd..8a00792 100644 --- a/lending/.speakeasy/gen.yaml +++ b/lending/.speakeasy/gen.yaml @@ -13,7 +13,7 @@ generation: oAuth2ClientCredentialsEnabled: true oAuth2PasswordEnabled: false typescript: - version: 0.7.4 + version: 0.7.5 additionalDependencies: dependencies: {} devDependencies: {} diff --git a/lending/RELEASES.md b/lending/RELEASES.md index 53590a7..5d73817 100644 --- a/lending/RELEASES.md +++ b/lending/RELEASES.md @@ -768,4 +768,14 @@ Based on: ### Generated - [typescript v0.7.4] lending ### Releases -- [NPM v0.7.4] https://www.npmjs.com/package/ryan-lending/v/0.7.4 - lending \ No newline at end of file +- [NPM v0.7.4] https://www.npmjs.com/package/ryan-lending/v/0.7.4 - lending + +## 2024-12-01 01:13:36 +### Changes +Based on: +- OpenAPI Doc +- Speakeasy CLI 1.448.2 (2.467.4) https://github.com/speakeasy-api/speakeasy +### Generated +- [typescript v0.7.5] lending +### Releases +- [NPM v0.7.5] https://www.npmjs.com/package/ryan-lending/v/0.7.5 - lending \ No newline at end of file diff --git a/lending/jsr.json b/lending/jsr.json index 0e860f8..377a58f 100644 --- a/lending/jsr.json +++ b/lending/jsr.json @@ -2,7 +2,7 @@ { "name": "ryan-lending", - "version": "0.7.4", + "version": "0.7.5", "exports": { ".": "./src/index.ts", "./models/errors": "./src/models/errors/index.ts", diff --git a/lending/package-lock.json b/lending/package-lock.json index 173de5c..f0cf85e 100644 --- a/lending/package-lock.json +++ b/lending/package-lock.json @@ -1,12 +1,12 @@ { "name": "ryan-lending", - "version": "0.7.4", + "version": "0.7.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "ryan-lending", - "version": "0.7.4", + "version": "0.7.5", "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 8736d8d..c46e57d 100644 --- a/lending/package.json +++ b/lending/package.json @@ -1,6 +1,6 @@ { "name": "ryan-lending", - "version": "0.7.4", + "version": "0.7.5", "author": "ryan-timothy-albert", "main": "./index.js", "sideEffects": false, diff --git a/lending/src/lib/config.ts b/lending/src/lib/config.ts index 412a570..79478ca 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.7.4", + sdkVersion: "0.7.5", genVersion: "2.467.4", - userAgent: "speakeasy-sdk/typescript 0.7.4 2.467.4 1.0.0 ryan-lending", + userAgent: "speakeasy-sdk/typescript 0.7.5 2.467.4 1.0.0 ryan-lending", } as const;