diff --git a/.speakeasy/workflow.lock b/.speakeasy/workflow.lock index 06a4778..c558e5f 100644 --- a/.speakeasy/workflow.lock +++ b/.speakeasy/workflow.lock @@ -2,11 +2,11 @@ speakeasyVersion: 1.460.2 sources: source1: sourceNamespace: source-1 - sourceRevisionDigest: sha256:d9184c17100e5571b902bd99c682d2969efef203c994bd9dd28c7abfcdc37f75 + sourceRevisionDigest: sha256:1b50d9ae04c0eb59d29824665da4c075a51205b5c66a05d3b5ee42cfbb493340 sourceBlobDigest: sha256:012d4be23953adcc7552fbaf9a012f9f2ce1acb929189304bea43cccd9e8e681 tags: - latest - - speakeasy-sdk-regen-1735088294 + - speakeasy-sdk-regen-1735174710 - 1.0.0 targets: accounting: @@ -24,10 +24,10 @@ targets: lending: source: source1 sourceNamespace: source-1 - sourceRevisionDigest: sha256:d9184c17100e5571b902bd99c682d2969efef203c994bd9dd28c7abfcdc37f75 + sourceRevisionDigest: sha256:1b50d9ae04c0eb59d29824665da4c075a51205b5c66a05d3b5ee42cfbb493340 sourceBlobDigest: sha256:012d4be23953adcc7552fbaf9a012f9f2ce1acb929189304bea43cccd9e8e681 codeSamplesNamespace: source-1-typescript-code-samples - codeSamplesRevisionDigest: sha256:84dd21f38ec77e1cdc11704d2abdd28b39749a57e04c14ef6e79052145e817b0 + codeSamplesRevisionDigest: sha256:977943ae4863adaa662b2e60a2d5eabb9851b61729165d53bc100045feb672f8 workflow: workflowVersion: 1.0.0 speakeasyVersion: latest diff --git a/lending/.speakeasy/gen.lock b/lending/.speakeasy/gen.lock index d293956..4dcac7e 100755 --- a/lending/.speakeasy/gen.lock +++ b/lending/.speakeasy/gen.lock @@ -5,8 +5,8 @@ management: docVersion: 1.0.0 speakeasyVersion: 1.460.2 generationVersion: 2.484.0 - releaseVersion: 0.7.30 - configChecksum: 948b2b255678d7c5fe35294ba4a62687 + releaseVersion: 0.7.31 + configChecksum: b23f18130535c1a577f52589d9dc2335 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 0bb8f82..00b0677 100644 --- a/lending/.speakeasy/gen.yaml +++ b/lending/.speakeasy/gen.yaml @@ -13,7 +13,7 @@ generation: oAuth2ClientCredentialsEnabled: true oAuth2PasswordEnabled: false typescript: - version: 0.7.30 + version: 0.7.31 additionalDependencies: dependencies: {} devDependencies: {} diff --git a/lending/RELEASES.md b/lending/RELEASES.md index caf561f..e84ef9f 100644 --- a/lending/RELEASES.md +++ b/lending/RELEASES.md @@ -1028,4 +1028,14 @@ Based on: ### Generated - [typescript v0.7.30] lending ### Releases -- [NPM v0.7.30] https://www.npmjs.com/package/ryan-lending/v/0.7.30 - lending \ No newline at end of file +- [NPM v0.7.30] https://www.npmjs.com/package/ryan-lending/v/0.7.30 - lending + +## 2024-12-26 00:58:26 +### Changes +Based on: +- OpenAPI Doc +- Speakeasy CLI 1.460.2 (2.484.0) https://github.com/speakeasy-api/speakeasy +### Generated +- [typescript v0.7.31] lending +### Releases +- [NPM v0.7.31] https://www.npmjs.com/package/ryan-lending/v/0.7.31 - lending \ No newline at end of file diff --git a/lending/jsr.json b/lending/jsr.json index 1f11cc9..60ec91f 100644 --- a/lending/jsr.json +++ b/lending/jsr.json @@ -2,7 +2,7 @@ { "name": "ryan-lending", - "version": "0.7.30", + "version": "0.7.31", "exports": { ".": "./src/index.ts", "./models/errors": "./src/models/errors/index.ts", diff --git a/lending/package-lock.json b/lending/package-lock.json index b7a2289..048f1a5 100644 --- a/lending/package-lock.json +++ b/lending/package-lock.json @@ -1,12 +1,12 @@ { "name": "ryan-lending", - "version": "0.7.30", + "version": "0.7.31", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "ryan-lending", - "version": "0.7.30", + "version": "0.7.31", "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 0b094c8..f096e8f 100644 --- a/lending/package.json +++ b/lending/package.json @@ -1,6 +1,6 @@ { "name": "ryan-lending", - "version": "0.7.30", + "version": "0.7.31", "author": "ryan-timothy-albert", "main": "./index.js", "sideEffects": false, diff --git a/lending/src/lib/config.ts b/lending/src/lib/config.ts index e63bdf5..f711091 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.30", + sdkVersion: "0.7.31", genVersion: "2.484.0", - userAgent: "speakeasy-sdk/typescript 0.7.30 2.484.0 1.0.0 ryan-lending", + userAgent: "speakeasy-sdk/typescript 0.7.31 2.484.0 1.0.0 ryan-lending", } as const;