diff --git a/.speakeasy/workflow.lock b/.speakeasy/workflow.lock index 06f2483..e6d149f 100644 --- a/.speakeasy/workflow.lock +++ b/.speakeasy/workflow.lock @@ -2,8 +2,8 @@ speakeasyVersion: 1.326.0 sources: source1: sourceNamespace: source-1 - sourceRevisionDigest: sha256:8721271dfbbc5feb04c9a7bf4cd69326ae5a14aea5cf394086cc56426ce397ac - sourceBlobDigest: sha256:c887ab9b84b4bfdecfdc73eec741bae8570d23a12ee5ff2ed58b76f51852a8ae + sourceRevisionDigest: sha256:d8844f4cfb1bc9d9da09c72f099a0749a891bc0df9eab1c7ddbf3e69efb75402 + sourceBlobDigest: sha256:0cb0c0467bb2924a639c18111526437749c522dd737e986ec7d7743828cdbb8f tags: - latest - main @@ -23,8 +23,8 @@ targets: lending: source: source1 sourceNamespace: source-1 - sourceRevisionDigest: sha256:8721271dfbbc5feb04c9a7bf4cd69326ae5a14aea5cf394086cc56426ce397ac - sourceBlobDigest: sha256:c887ab9b84b4bfdecfdc73eec741bae8570d23a12ee5ff2ed58b76f51852a8ae + sourceRevisionDigest: sha256:d8844f4cfb1bc9d9da09c72f099a0749a891bc0df9eab1c7ddbf3e69efb75402 + sourceBlobDigest: sha256:0cb0c0467bb2924a639c18111526437749c522dd737e986ec7d7743828cdbb8f outLocation: lending workflow: workflowVersion: 1.0.0 diff --git a/lending/.speakeasy/gen.lock b/lending/.speakeasy/gen.lock index 68f4014..ef8a1a1 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.10 - configChecksum: 0ad3dc95414535f1b3483d9001bcb89e + releaseVersion: 0.0.11 + configChecksum: 5f998728505479b4e886c6ca22e7eaf1 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 8ed61fc..edaf5c3 100644 --- a/lending/.speakeasy/gen.yaml +++ b/lending/.speakeasy/gen.yaml @@ -12,7 +12,7 @@ generation: auth: oAuth2ClientCredentialsEnabled: true typescript: - version: 0.0.10 + version: 0.0.11 additionalDependencies: dependencies: {} devDependencies: {} diff --git a/lending/RELEASES.md b/lending/RELEASES.md index d50fa03..824058d 100644 --- a/lending/RELEASES.md +++ b/lending/RELEASES.md @@ -48,4 +48,14 @@ Based on: ### Generated - [typescript v0.0.10] lending ### Releases -- [NPM v0.0.10] https://www.npmjs.com/package/ryan-lending/v/0.0.10 - lending \ No newline at end of file +- [NPM v0.0.10] https://www.npmjs.com/package/ryan-lending/v/0.0.10 - lending + +## 2024-07-03 00:34:05 +### Changes +Based on: +- OpenAPI Doc +- Speakeasy CLI 1.326.0 (2.359.0) https://github.com/speakeasy-api/speakeasy +### Generated +- [typescript v0.0.11] lending +### Releases +- [NPM v0.0.11] https://www.npmjs.com/package/ryan-lending/v/0.0.11 - lending \ No newline at end of file diff --git a/lending/jsr.json b/lending/jsr.json index 3f8a0ea..5404936 100644 --- a/lending/jsr.json +++ b/lending/jsr.json @@ -2,7 +2,7 @@ { "name": "ryan-lending", - "version": "0.0.10", + "version": "0.0.11", "exports": { ".": "./src/index.ts", "./models/errors": "./src/models/errors/index.ts", diff --git a/lending/package-lock.json b/lending/package-lock.json index 17a006e..a8006b1 100644 --- a/lending/package-lock.json +++ b/lending/package-lock.json @@ -1,12 +1,12 @@ { "name": "ryan-lending", - "version": "0.0.10", + "version": "0.0.11", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "ryan-lending", - "version": "0.0.10", + "version": "0.0.11", "devDependencies": { "@types/jsonpath": "^0.2.4", "@typescript-eslint/eslint-plugin": "^7.7.1", diff --git a/lending/package.json b/lending/package.json index 9c726af..3dd2cbe 100644 --- a/lending/package.json +++ b/lending/package.json @@ -1,6 +1,6 @@ { "name": "ryan-lending", - "version": "0.0.10", + "version": "0.0.11", "author": "ryan-timothy-albert", "main": "./index.js", "sideEffects": false, diff --git a/lending/src/lib/config.ts b/lending/src/lib/config.ts index 844f469..4119e8e 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.10", + sdkVersion: "0.0.11", genVersion: "2.359.0", - userAgent: "speakeasy-sdk/typescript 0.0.10 2.359.0 1.0.0 ryan-lending", + userAgent: "speakeasy-sdk/typescript 0.0.11 2.359.0 1.0.0 ryan-lending", } as const;