diff --git a/.speakeasy/workflow.lock b/.speakeasy/workflow.lock index b965963..d49994d 100644 --- a/.speakeasy/workflow.lock +++ b/.speakeasy/workflow.lock @@ -2,8 +2,8 @@ speakeasyVersion: 1.326.0 sources: source1: sourceNamespace: source-1 - sourceRevisionDigest: sha256:cf4cbe27dcca0c2d8423321c2c5fe7553b178059ff1e30c20254a7b3b37d81fa - sourceBlobDigest: sha256:0511e1fee511618557c5284839ba253b5d281eed2a75f265df30f050558dafa0 + sourceRevisionDigest: sha256:6855eead2e4dc7b681302295d5e685ee1a3a375230a97ac5a7b197b2bb4954ee + sourceBlobDigest: sha256:155a07c8b292a688917c67d3388fd2bbcf9bfbfaaaac80f0e7b3357bb9d17d48 tags: - latest - main @@ -11,8 +11,8 @@ targets: accounting: source: source1 sourceNamespace: source-1 - sourceRevisionDigest: sha256:43d9d3d838fac17eddc84d2acb5dcb0b499fd6e5bff338951c547b24d496da97 - sourceBlobDigest: sha256:5ac74c70fd06c09876fd12094a844951d898b9c3aead02a8d50b3db56ed4f135 + sourceRevisionDigest: sha256:6855eead2e4dc7b681302295d5e685ee1a3a375230a97ac5a7b197b2bb4954ee + sourceBlobDigest: sha256:155a07c8b292a688917c67d3388fd2bbcf9bfbfaaaac80f0e7b3357bb9d17d48 outLocation: accounting finance: source: source1 diff --git a/accounting/.speakeasy/gen.lock b/accounting/.speakeasy/gen.lock index 69b72c8..fe0e002 100755 --- a/accounting/.speakeasy/gen.lock +++ b/accounting/.speakeasy/gen.lock @@ -5,8 +5,12 @@ management: docVersion: 1.0.0 speakeasyVersion: 1.326.0 generationVersion: 2.359.0 - releaseVersion: 0.0.1 - configChecksum: a855a32d4cdc76e6341a97559e3b249f + releaseVersion: 0.0.2 + configChecksum: 86ed982154ed01d82e949917de761355 + 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 + published: true features: typescript: additionalDependencies: 0.1.0 diff --git a/accounting/.speakeasy/gen.yaml b/accounting/.speakeasy/gen.yaml index b28b87f..b32569f 100644 --- a/accounting/.speakeasy/gen.yaml +++ b/accounting/.speakeasy/gen.yaml @@ -12,7 +12,7 @@ generation: auth: oAuth2ClientCredentialsEnabled: true typescript: - version: 0.0.1 + version: 0.0.2 additionalDependencies: dependencies: {} devDependencies: {} diff --git a/accounting/README.md b/accounting/README.md index ba42da0..a148cfa 100644 --- a/accounting/README.md +++ b/accounting/README.md @@ -22,25 +22,25 @@ It has been generated successfully based on your OpenAPI spec. However, it is no ### NPM ```bash -npm add +npm add ryan-accounting ``` ### PNPM ```bash -pnpm add +pnpm add ryan-accounting ``` ### Bun ```bash -bun add +bun add ryan-accounting ``` ### Yarn ```bash -yarn add zod +yarn add ryan-accounting zod # Note that Yarn does not install peer dependencies automatically. You will need # to install zod as shown above. diff --git a/accounting/RELEASES.md b/accounting/RELEASES.md new file mode 100644 index 0000000..ad965c0 --- /dev/null +++ b/accounting/RELEASES.md @@ -0,0 +1,11 @@ + + +## 2024-07-02 22:30:05 +### Changes +Based on: +- OpenAPI Doc +- Speakeasy CLI 1.326.0 (2.359.0) https://github.com/speakeasy-api/speakeasy +### Generated +- [typescript v0.0.2] accounting +### Releases +- [NPM v0.0.2] https://www.npmjs.com/package/ryan-accounting/v/0.0.2 - accounting \ No newline at end of file diff --git a/accounting/jsr.json b/accounting/jsr.json index f547d29..5598a5e 100644 --- a/accounting/jsr.json +++ b/accounting/jsr.json @@ -2,7 +2,7 @@ { "name": "ryan-accounting", - "version": "0.0.1", + "version": "0.0.2", "exports": { ".": "./src/index.ts", "./models/errors": "./src/models/errors/index.ts", diff --git a/accounting/package-lock.json b/accounting/package-lock.json index 42c6f00..9e22d6b 100644 --- a/accounting/package-lock.json +++ b/accounting/package-lock.json @@ -1,12 +1,12 @@ { "name": "ryan-accounting", - "version": "0.0.1", + "version": "0.0.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "ryan-accounting", - "version": "0.0.1", + "version": "0.0.2", "devDependencies": { "@types/jsonpath": "^0.2.4", "@typescript-eslint/eslint-plugin": "^7.7.1", diff --git a/accounting/package.json b/accounting/package.json index 4e1ae19..f81df95 100644 --- a/accounting/package.json +++ b/accounting/package.json @@ -1,9 +1,14 @@ { "name": "ryan-accounting", - "version": "0.0.1", + "version": "0.0.2", "author": "ryan-timothy-albert", "main": "./index.js", "sideEffects": false, + "repository": { + "type": "git", + "url": "https://github.com/ryan-timothy-albert/sample-ts-monorepo.git", + "directory": "accounting" + }, "scripts": { "lint": "eslint --max-warnings=0 src", "build": "tsc", diff --git a/accounting/src/lib/config.ts b/accounting/src/lib/config.ts index ae97070..d99bd46 100644 --- a/accounting/src/lib/config.ts +++ b/accounting/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.1", + sdkVersion: "0.0.2", genVersion: "2.359.0", - userAgent: "speakeasy-sdk/typescript 0.0.1 2.359.0 1.0.0 ryan-accounting", + userAgent: "speakeasy-sdk/typescript 0.0.2 2.359.0 1.0.0 ryan-accounting", } as const;