diff --git a/.speakeasy/workflow.lock b/.speakeasy/workflow.lock index f6b7b72..e9defd4 100644 --- a/.speakeasy/workflow.lock +++ b/.speakeasy/workflow.lock @@ -2,8 +2,8 @@ speakeasyVersion: 1.326.0 sources: source1: sourceNamespace: source-1 - sourceRevisionDigest: sha256:7888ff64b55debf12a4956f902014ac3b3915c2121d71e54dc098efe1baea462 - sourceBlobDigest: sha256:9aca1349a1b742af9714ce27e0b65a5a7a8e4672a57e9aba3580b520cbc83427 + sourceRevisionDigest: sha256:2791b20b960501212843c236de62db53a1190c2f1783af09215f449c0c33519d + sourceBlobDigest: sha256:c69ed778d6d474920ad722276917e5d27c1141425875db556aa7f67858fea37f tags: - latest - main @@ -23,8 +23,8 @@ targets: lending: source: source1 sourceNamespace: source-1 - sourceRevisionDigest: sha256:cf4cbe27dcca0c2d8423321c2c5fe7553b178059ff1e30c20254a7b3b37d81fa - sourceBlobDigest: sha256:0511e1fee511618557c5284839ba253b5d281eed2a75f265df30f050558dafa0 + sourceRevisionDigest: sha256:2791b20b960501212843c236de62db53a1190c2f1783af09215f449c0c33519d + sourceBlobDigest: sha256:c69ed778d6d474920ad722276917e5d27c1141425875db556aa7f67858fea37f outLocation: lending workflow: workflowVersion: 1.0.0 diff --git a/lending/.speakeasy/gen.lock b/lending/.speakeasy/gen.lock index 8ccadb7..7ee091b 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.5 - configChecksum: cdb6a5130c5c5bbda78347d5a52c81b9 + releaseVersion: 0.0.6 + configChecksum: 6bdd43c60006d883ef7eea472bf47d0f 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 9289d30..f97b04c 100644 --- a/lending/.speakeasy/gen.yaml +++ b/lending/.speakeasy/gen.yaml @@ -12,7 +12,7 @@ generation: auth: oAuth2ClientCredentialsEnabled: true typescript: - version: 0.0.5 + version: 0.0.6 additionalDependencies: dependencies: {} devDependencies: {} diff --git a/lending/RELEASES.md b/lending/RELEASES.md new file mode 100644 index 0000000..b99db63 --- /dev/null +++ b/lending/RELEASES.md @@ -0,0 +1,11 @@ + + +## 2024-07-02 22:59:10 +### Changes +Based on: +- OpenAPI Doc +- Speakeasy CLI 1.326.0 (2.359.0) https://github.com/speakeasy-api/speakeasy +### Generated +- [typescript v0.0.6] lending +### Releases +- [NPM v0.0.6] https://www.npmjs.com/package/ryan-lending/v/0.0.6 - lending \ No newline at end of file diff --git a/lending/jsr.json b/lending/jsr.json index 0dbd3b3..08412c0 100644 --- a/lending/jsr.json +++ b/lending/jsr.json @@ -2,7 +2,7 @@ { "name": "ryan-lending", - "version": "0.0.5", + "version": "0.0.6", "exports": { ".": "./src/index.ts", "./models/errors": "./src/models/errors/index.ts", diff --git a/lending/package-lock.json b/lending/package-lock.json index 73101d6..feea30e 100644 --- a/lending/package-lock.json +++ b/lending/package-lock.json @@ -1,12 +1,12 @@ { "name": "ryan-lending", - "version": "0.0.5", + "version": "0.0.6", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "ryan-lending", - "version": "0.0.5", + "version": "0.0.6", "devDependencies": { "@types/jsonpath": "^0.2.4", "@typescript-eslint/eslint-plugin": "^7.7.1", diff --git a/lending/package.json b/lending/package.json index abfb156..f273af2 100644 --- a/lending/package.json +++ b/lending/package.json @@ -1,6 +1,6 @@ { "name": "ryan-lending", - "version": "0.0.5", + "version": "0.0.6", "author": "ryan-timothy-albert", "main": "./index.js", "sideEffects": false, diff --git a/lending/src/lib/config.ts b/lending/src/lib/config.ts index 2aa25b5..f6da039 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.5", + sdkVersion: "0.0.6", genVersion: "2.359.0", - userAgent: "speakeasy-sdk/typescript 0.0.5 2.359.0 1.0.0 ryan-lending", + userAgent: "speakeasy-sdk/typescript 0.0.6 2.359.0 1.0.0 ryan-lending", } as const;