From fd44be93825a7c027a7a401f141b0e4f3706f2ad Mon Sep 17 00:00:00 2001 From: speakeasybot Date: Mon, 15 Jul 2024 21:43:02 +0000 Subject: [PATCH] ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.335.2 --- .speakeasy/workflow.lock | 15 ++++++--------- lending/.speakeasy/gen.lock | 4 ++-- lending/.speakeasy/gen.yaml | 2 +- lending/RELEASES.md | 12 +++++++++++- lending/jsr.json | 2 +- lending/package-lock.json | 4 ++-- lending/package.json | 2 +- lending/src/lib/config.ts | 4 ++-- 8 files changed, 26 insertions(+), 19 deletions(-) diff --git a/.speakeasy/workflow.lock b/.speakeasy/workflow.lock index 379c191..7430856 100644 --- a/.speakeasy/workflow.lock +++ b/.speakeasy/workflow.lock @@ -2,8 +2,8 @@ speakeasyVersion: 1.335.2 sources: source1: sourceNamespace: source-1 - sourceRevisionDigest: sha256:fe52c93e59473ea1eace5f32014554eca5b2a630bf878f6a488c4ae1a21b7c9b - sourceBlobDigest: sha256:0e63f59aa74a9c8dcc702f6a0d52bd3f754f2718a67015dd28be0ec7f0880d74 + sourceRevisionDigest: sha256:75560e49e43997686d2c4a213e10c7386f4f3f993c2c2bbbd782ef62a6d6dc21 + sourceBlobDigest: sha256:af9c3817a50dedbaec6fb0bb6e8f64526954a036ae80417395d1f739ea9d81ee tags: - latest - main @@ -23,9 +23,9 @@ targets: lending: source: source1 sourceNamespace: source-1 - sourceRevisionDigest: sha256:ad99f5e6b321b7dbf7afd0e61263ec3f00ab6b031d6380af771ebda63e49ec9c - sourceBlobDigest: sha256:21e43da8e397352630177b567bb8e3620e6ed5ac072b262fc56305a03d8b204f - outLocation: lending + sourceRevisionDigest: sha256:75560e49e43997686d2c4a213e10c7386f4f3f993c2c2bbbd782ef62a6d6dc21 + sourceBlobDigest: sha256:af9c3817a50dedbaec6fb0bb6e8f64526954a036ae80417395d1f739ea9d81ee + outLocation: ./lending workflow: workflowVersion: 1.0.0 speakeasyVersion: latest @@ -47,13 +47,10 @@ workflow: target: typescript source: source1 output: ./finance - publish: - npm: - token: $npm_token lending: target: typescript source: source1 - output: lending + output: ./lending publish: npm: token: $npm_token diff --git a/lending/.speakeasy/gen.lock b/lending/.speakeasy/gen.lock index 3bd7a08..2635ec6 100755 --- a/lending/.speakeasy/gen.lock +++ b/lending/.speakeasy/gen.lock @@ -5,8 +5,8 @@ management: docVersion: 1.0.0 speakeasyVersion: 1.335.2 generationVersion: 2.372.3 - releaseVersion: 0.1.1 - configChecksum: ff630174fc11b8698f6c0ad3c50a61a7 + releaseVersion: 0.1.2 + configChecksum: 85b941624ed476982498ef2d3cdf897a 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 a5cbc3e..9d73234 100644 --- a/lending/.speakeasy/gen.yaml +++ b/lending/.speakeasy/gen.yaml @@ -12,7 +12,7 @@ generation: auth: oAuth2ClientCredentialsEnabled: true typescript: - version: 0.1.1 + version: 0.1.2 additionalDependencies: dependencies: {} devDependencies: {} diff --git a/lending/RELEASES.md b/lending/RELEASES.md index 6d6b9c6..b486919 100644 --- a/lending/RELEASES.md +++ b/lending/RELEASES.md @@ -148,4 +148,14 @@ Based on: ### Generated - [typescript v0.1.1] lending ### Releases -- [NPM v0.1.1] https://www.npmjs.com/package/ryan-lending/v/0.1.1 - lending \ No newline at end of file +- [NPM v0.1.1] https://www.npmjs.com/package/ryan-lending/v/0.1.1 - lending + +## 2024-07-15 21:42:33 +### Changes +Based on: +- OpenAPI Doc +- Speakeasy CLI 1.335.2 (2.372.3) https://github.com/speakeasy-api/speakeasy +### Generated +- [typescript v0.1.2] lending +### Releases +- [NPM v0.1.2] https://www.npmjs.com/package/ryan-lending/v/0.1.2 - lending \ No newline at end of file diff --git a/lending/jsr.json b/lending/jsr.json index a20d207..a1d6570 100644 --- a/lending/jsr.json +++ b/lending/jsr.json @@ -2,7 +2,7 @@ { "name": "ryan-lending", - "version": "0.1.1", + "version": "0.1.2", "exports": { ".": "./src/index.ts", "./models/errors": "./src/models/errors/index.ts", diff --git a/lending/package-lock.json b/lending/package-lock.json index 27d0634..a8348f0 100644 --- a/lending/package-lock.json +++ b/lending/package-lock.json @@ -1,12 +1,12 @@ { "name": "ryan-lending", - "version": "0.1.1", + "version": "0.1.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "ryan-lending", - "version": "0.1.1", + "version": "0.1.2", "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 54193e8..35ad10c 100644 --- a/lending/package.json +++ b/lending/package.json @@ -1,6 +1,6 @@ { "name": "ryan-lending", - "version": "0.1.1", + "version": "0.1.2", "author": "ryan-timothy-albert", "main": "./index.js", "sideEffects": false, diff --git a/lending/src/lib/config.ts b/lending/src/lib/config.ts index 4b26c5a..5f609de 100644 --- a/lending/src/lib/config.ts +++ b/lending/src/lib/config.ts @@ -48,7 +48,7 @@ export function serverURLFromOptions(options: SDKOptions): URL | null { export const SDK_METADATA = { language: "typescript", openapiDocVersion: "1.0.0", - sdkVersion: "0.1.1", + sdkVersion: "0.1.2", genVersion: "2.372.3", - userAgent: "speakeasy-sdk/typescript 0.1.1 2.372.3 1.0.0 ryan-lending", + userAgent: "speakeasy-sdk/typescript 0.1.2 2.372.3 1.0.0 ryan-lending", } as const;