diff --git a/.speakeasy/workflow.lock b/.speakeasy/workflow.lock index 9492652..14493cd 100644 --- a/.speakeasy/workflow.lock +++ b/.speakeasy/workflow.lock @@ -2,8 +2,8 @@ speakeasyVersion: 1.326.0 sources: source1: sourceNamespace: source-1 - sourceRevisionDigest: sha256:cc6da2771494379fc234253ba60c854e528d816222dd67f1afed0991339cb705 - sourceBlobDigest: sha256:23f0e54c5051bf9e5c3eab171ca86ab6dfae40119d75cbc54d2ab2fd4bc9c5af + sourceRevisionDigest: sha256:59e58435d48e426bba27be9e95009ccf6d419a8a64a53f0e1f43e02cb4ec0c30 + sourceBlobDigest: sha256:b8c9bf89ff6a192173cffb4e0f7cd9e8d73bb1c3b13b62befe3874672531418a tags: - latest - main @@ -23,8 +23,8 @@ targets: lending: source: source1 sourceNamespace: source-1 - sourceRevisionDigest: sha256:cc6da2771494379fc234253ba60c854e528d816222dd67f1afed0991339cb705 - sourceBlobDigest: sha256:23f0e54c5051bf9e5c3eab171ca86ab6dfae40119d75cbc54d2ab2fd4bc9c5af + sourceRevisionDigest: sha256:59e58435d48e426bba27be9e95009ccf6d419a8a64a53f0e1f43e02cb4ec0c30 + sourceBlobDigest: sha256:b8c9bf89ff6a192173cffb4e0f7cd9e8d73bb1c3b13b62befe3874672531418a outLocation: lending workflow: workflowVersion: 1.0.0 diff --git a/lending/.speakeasy/gen.lock b/lending/.speakeasy/gen.lock index 30fec07..162a117 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.3 - configChecksum: faea556d27d2e41e5532436b59c5dc25 + releaseVersion: 0.0.4 + configChecksum: 10c3d9a4a135085a9f8dd2c8ac20b610 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 9d530a2..f5214f5 100644 --- a/lending/.speakeasy/gen.yaml +++ b/lending/.speakeasy/gen.yaml @@ -12,7 +12,7 @@ generation: auth: oAuth2ClientCredentialsEnabled: true typescript: - version: 0.0.3 + version: 0.0.4 additionalDependencies: dependencies: {} devDependencies: {} diff --git a/lending/RELEASES.md b/lending/RELEASES.md index 5a5a398..c9221bd 100644 --- a/lending/RELEASES.md +++ b/lending/RELEASES.md @@ -18,4 +18,14 @@ Based on: ### Generated - [typescript v0.0.1] accounting ### Releases -- [NPM v0.0.1] https://www.npmjs.com/package/ryan-accounting/v/0.0.1 - accounting \ No newline at end of file +- [NPM v0.0.1] https://www.npmjs.com/package/ryan-accounting/v/0.0.1 - accounting + +## 2024-07-02 22:22:02 +### Changes +Based on: +- OpenAPI Doc +- Speakeasy CLI 1.326.0 (2.359.0) https://github.com/speakeasy-api/speakeasy +### Generated +- [typescript v0.0.4] lending +### Releases +- [NPM v0.0.4] https://www.npmjs.com/package/ryan-lending/v/0.0.4 - lending \ No newline at end of file diff --git a/lending/jsr.json b/lending/jsr.json index a4fbb74..41a3b3a 100644 --- a/lending/jsr.json +++ b/lending/jsr.json @@ -2,7 +2,7 @@ { "name": "ryan-lending", - "version": "0.0.3", + "version": "0.0.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 67652ee..b44b5aa 100644 --- a/lending/package-lock.json +++ b/lending/package-lock.json @@ -1,12 +1,12 @@ { "name": "ryan-lending", - "version": "0.0.3", + "version": "0.0.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "ryan-lending", - "version": "0.0.3", + "version": "0.0.4", "devDependencies": { "@types/jsonpath": "^0.2.4", "@typescript-eslint/eslint-plugin": "^7.7.1", diff --git a/lending/package.json b/lending/package.json index 5693cba..b3a0b0a 100644 --- a/lending/package.json +++ b/lending/package.json @@ -1,6 +1,6 @@ { "name": "ryan-lending", - "version": "0.0.3", + "version": "0.0.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 d91fb79..4d32385 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.3", + sdkVersion: "0.0.4", genVersion: "2.359.0", - userAgent: "speakeasy-sdk/typescript 0.0.3 2.359.0 1.0.0 ryan-lending", + userAgent: "speakeasy-sdk/typescript 0.0.4 2.359.0 1.0.0 ryan-lending", } as const;