diff --git a/.speakeasy/workflow.lock b/.speakeasy/workflow.lock index 79575fe..cb91f6b 100644 --- a/.speakeasy/workflow.lock +++ b/.speakeasy/workflow.lock @@ -1,12 +1,12 @@ -speakeasyVersion: 1.465.0 +speakeasyVersion: 1.465.1 sources: source1: sourceNamespace: source-1 - sourceRevisionDigest: sha256:849ca85a6630c57cf50f3af46a6cf27b747832e246843f9f732298f9a3c6e7b8 + sourceRevisionDigest: sha256:e40924562c2ea2b3d4ac240a52990142d8e9859c14cb1b7b87b9d264e945283e sourceBlobDigest: sha256:012d4be23953adcc7552fbaf9a012f9f2ce1acb929189304bea43cccd9e8e681 tags: - latest - - speakeasy-sdk-regen-1736297961 + - speakeasy-sdk-regen-1736384339 - 1.0.0 targets: accounting: @@ -24,10 +24,10 @@ targets: lending: source: source1 sourceNamespace: source-1 - sourceRevisionDigest: sha256:849ca85a6630c57cf50f3af46a6cf27b747832e246843f9f732298f9a3c6e7b8 + sourceRevisionDigest: sha256:e40924562c2ea2b3d4ac240a52990142d8e9859c14cb1b7b87b9d264e945283e sourceBlobDigest: sha256:012d4be23953adcc7552fbaf9a012f9f2ce1acb929189304bea43cccd9e8e681 codeSamplesNamespace: source-1-typescript-code-samples - codeSamplesRevisionDigest: sha256:b8974461a42c16f00c462924343e9fb84eff146f58252081c62632201ce1ed8f + codeSamplesRevisionDigest: sha256:afe34ee28ade160cd36f820989bba07914a453dc0c19a0f091faed7e88dfdbfa workflow: workflowVersion: 1.0.0 speakeasyVersion: latest diff --git a/lending/.speakeasy/gen.lock b/lending/.speakeasy/gen.lock index 0757635..5771296 100755 --- a/lending/.speakeasy/gen.lock +++ b/lending/.speakeasy/gen.lock @@ -3,10 +3,10 @@ id: 7caa457a-d738-4713-931d-4e4f19784732 management: docChecksum: 1bdb7a6f8bf3995d4b40475228403253 docVersion: 1.0.0 - speakeasyVersion: 1.465.0 - generationVersion: 2.486.6 - releaseVersion: 0.7.44 - configChecksum: fabe0c93b6bfc5434502f3c110b3e583 + speakeasyVersion: 1.465.1 + generationVersion: 2.488.4 + releaseVersion: 0.7.45 + configChecksum: cf26e165d135248b348883177f45f657 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 71d2d85..ec073d4 100644 --- a/lending/.speakeasy/gen.yaml +++ b/lending/.speakeasy/gen.yaml @@ -13,7 +13,7 @@ generation: oAuth2ClientCredentialsEnabled: true oAuth2PasswordEnabled: false typescript: - version: 0.7.44 + version: 0.7.45 additionalDependencies: dependencies: {} devDependencies: {} diff --git a/lending/RELEASES.md b/lending/RELEASES.md index d413a08..daee7ad 100644 --- a/lending/RELEASES.md +++ b/lending/RELEASES.md @@ -1168,4 +1168,14 @@ Based on: ### Generated - [typescript v0.7.44] lending ### Releases -- [NPM v0.7.44] https://www.npmjs.com/package/ryan-lending/v/0.7.44 - lending \ No newline at end of file +- [NPM v0.7.44] https://www.npmjs.com/package/ryan-lending/v/0.7.44 - lending + +## 2025-01-09 00:58:55 +### Changes +Based on: +- OpenAPI Doc +- Speakeasy CLI 1.465.1 (2.488.4) https://github.com/speakeasy-api/speakeasy +### Generated +- [typescript v0.7.45] lending +### Releases +- [NPM v0.7.45] https://www.npmjs.com/package/ryan-lending/v/0.7.45 - lending \ No newline at end of file diff --git a/lending/jsr.json b/lending/jsr.json index 56135bf..110421d 100644 --- a/lending/jsr.json +++ b/lending/jsr.json @@ -2,7 +2,7 @@ { "name": "ryan-lending", - "version": "0.7.44", + "version": "0.7.45", "exports": { ".": "./src/index.ts", "./models/errors": "./src/models/errors/index.ts", diff --git a/lending/package-lock.json b/lending/package-lock.json index 5c9e85a..c67fafc 100644 --- a/lending/package-lock.json +++ b/lending/package-lock.json @@ -1,12 +1,12 @@ { "name": "ryan-lending", - "version": "0.7.44", + "version": "0.7.45", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "ryan-lending", - "version": "0.7.44", + "version": "0.7.45", "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 6fd1747..fb99703 100644 --- a/lending/package.json +++ b/lending/package.json @@ -1,6 +1,6 @@ { "name": "ryan-lending", - "version": "0.7.44", + "version": "0.7.45", "author": "ryan-timothy-albert", "main": "./index.js", "sideEffects": false, diff --git a/lending/src/lib/config.ts b/lending/src/lib/config.ts index 85ac80f..d539870 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.44", - genVersion: "2.486.6", - userAgent: "speakeasy-sdk/typescript 0.7.44 2.486.6 1.0.0 ryan-lending", + sdkVersion: "0.7.45", + genVersion: "2.488.4", + userAgent: "speakeasy-sdk/typescript 0.7.45 2.488.4 1.0.0 ryan-lending", } as const;