diff --git a/.speakeasy/workflow.lock b/.speakeasy/workflow.lock index 46a41b1..064c36d 100644 --- a/.speakeasy/workflow.lock +++ b/.speakeasy/workflow.lock @@ -2,7 +2,7 @@ speakeasyVersion: 1.404.3 sources: source1: sourceNamespace: source-1 - sourceRevisionDigest: sha256:5917a5aaf86be66eecec5fdcae2d860c1c4812ef85aa175c6abd859b4524ad90 + sourceRevisionDigest: sha256:6b5fd25082913758f081efaefe32763708461942db476ca2f1105e57f0a844d3 sourceBlobDigest: sha256:7c35756702030633a8d2ebb1d378d34f883126319b06edcd798ac7bb2fddb189 tags: - latest @@ -11,7 +11,7 @@ targets: accounting: source: source1 sourceNamespace: source-1 - sourceRevisionDigest: sha256:5917a5aaf86be66eecec5fdcae2d860c1c4812ef85aa175c6abd859b4524ad90 + sourceRevisionDigest: sha256:6b5fd25082913758f081efaefe32763708461942db476ca2f1105e57f0a844d3 sourceBlobDigest: sha256:7c35756702030633a8d2ebb1d378d34f883126319b06edcd798ac7bb2fddb189 finance: source: source1 diff --git a/accounting/.speakeasy/gen.lock b/accounting/.speakeasy/gen.lock index 6d4924d..7ea3db3 100755 --- a/accounting/.speakeasy/gen.lock +++ b/accounting/.speakeasy/gen.lock @@ -5,8 +5,8 @@ management: docVersion: 1.0.0 speakeasyVersion: 1.404.3 generationVersion: 2.426.2 - releaseVersion: 0.5.4 - configChecksum: f263a3ef69dd2772e598ffe8593410e4 + releaseVersion: 0.5.5 + configChecksum: 21bbbd7c749ae704e598646aa7ed3724 repoURL: https://github.com/ryan-timothy-albert/sample-ts-monorepo.git repoSubDirectory: accounting installationURL: https://gitpkg.now.sh/ryan-timothy-albert/sample-ts-monorepo/accounting diff --git a/accounting/.speakeasy/gen.yaml b/accounting/.speakeasy/gen.yaml index 2a174c7..32a126f 100644 --- a/accounting/.speakeasy/gen.yaml +++ b/accounting/.speakeasy/gen.yaml @@ -12,7 +12,7 @@ generation: auth: oAuth2ClientCredentialsEnabled: true typescript: - version: 0.5.4 + version: 0.5.5 additionalDependencies: dependencies: {} devDependencies: {} diff --git a/accounting/RELEASES.md b/accounting/RELEASES.md index d9b380d..0cc91aa 100644 --- a/accounting/RELEASES.md +++ b/accounting/RELEASES.md @@ -257,4 +257,14 @@ Based on: ### Generated - [typescript v0.5.4] accounting ### Releases -- [NPM v0.5.4] https://www.npmjs.com/package/ryan-accounting/v/0.5.4 - accounting \ No newline at end of file +- [NPM v0.5.4] https://www.npmjs.com/package/ryan-accounting/v/0.5.4 - accounting + +## 2024-10-10 20:09:32 +### Changes +Based on: +- OpenAPI Doc +- Speakeasy CLI 1.404.3 (2.426.2) https://github.com/speakeasy-api/speakeasy +### Generated +- [typescript v0.5.5] accounting +### Releases +- [NPM v0.5.5] https://www.npmjs.com/package/ryan-accounting/v/0.5.5 - accounting \ No newline at end of file diff --git a/accounting/jsr.json b/accounting/jsr.json index cf734d1..91cd800 100644 --- a/accounting/jsr.json +++ b/accounting/jsr.json @@ -2,7 +2,7 @@ { "name": "ryan-accounting", - "version": "0.5.4", + "version": "0.5.5", "exports": { ".": "./src/index.ts", "./models/errors": "./src/models/errors/index.ts", diff --git a/accounting/package-lock.json b/accounting/package-lock.json index 4f5ba25..0874c57 100644 --- a/accounting/package-lock.json +++ b/accounting/package-lock.json @@ -1,12 +1,12 @@ { "name": "ryan-accounting", - "version": "0.5.4", + "version": "0.5.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "ryan-accounting", - "version": "0.5.4", + "version": "0.5.5", "devDependencies": { "@typescript-eslint/eslint-plugin": "^7.7.1", "@typescript-eslint/parser": "^7.7.1", diff --git a/accounting/package.json b/accounting/package.json index a369950..48c3337 100644 --- a/accounting/package.json +++ b/accounting/package.json @@ -1,6 +1,6 @@ { "name": "ryan-accounting", - "version": "0.5.4", + "version": "0.5.5", "author": "Speakeasy", "main": "./index.js", "sideEffects": false, diff --git a/accounting/src/lib/config.ts b/accounting/src/lib/config.ts index 6c4f51d..1496500 100644 --- a/accounting/src/lib/config.ts +++ b/accounting/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.5.4", + sdkVersion: "0.5.5", genVersion: "2.426.2", - userAgent: "speakeasy-sdk/typescript 0.5.4 2.426.2 1.0.0 ryan-accounting", + userAgent: "speakeasy-sdk/typescript 0.5.5 2.426.2 1.0.0 ryan-accounting", } as const;