Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.326.0
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot committed Jul 2, 2024
1 parent d247c55 commit f5158ba
Show file tree
Hide file tree
Showing 9 changed files with 37 additions and 17 deletions.
8 changes: 4 additions & 4 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@ speakeasyVersion: 1.326.0
sources:
source1:
sourceNamespace: source-1
sourceRevisionDigest: sha256:cf4cbe27dcca0c2d8423321c2c5fe7553b178059ff1e30c20254a7b3b37d81fa
sourceBlobDigest: sha256:0511e1fee511618557c5284839ba253b5d281eed2a75f265df30f050558dafa0
sourceRevisionDigest: sha256:6855eead2e4dc7b681302295d5e685ee1a3a375230a97ac5a7b197b2bb4954ee
sourceBlobDigest: sha256:155a07c8b292a688917c67d3388fd2bbcf9bfbfaaaac80f0e7b3357bb9d17d48
tags:
- latest
- main
targets:
accounting:
source: source1
sourceNamespace: source-1
sourceRevisionDigest: sha256:43d9d3d838fac17eddc84d2acb5dcb0b499fd6e5bff338951c547b24d496da97
sourceBlobDigest: sha256:5ac74c70fd06c09876fd12094a844951d898b9c3aead02a8d50b3db56ed4f135
sourceRevisionDigest: sha256:6855eead2e4dc7b681302295d5e685ee1a3a375230a97ac5a7b197b2bb4954ee
sourceBlobDigest: sha256:155a07c8b292a688917c67d3388fd2bbcf9bfbfaaaac80f0e7b3357bb9d17d48
outLocation: accounting
finance:
source: source1
Expand Down
8 changes: 6 additions & 2 deletions accounting/.speakeasy/gen.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion accounting/.speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ generation:
auth:
oAuth2ClientCredentialsEnabled: true
typescript:
version: 0.0.1
version: 0.0.2
additionalDependencies:
dependencies: {}
devDependencies: {}
Expand Down
8 changes: 4 additions & 4 deletions accounting/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,25 +22,25 @@ It has been generated successfully based on your OpenAPI spec. However, it is no
### NPM

```bash
npm add <UNSET>
npm add ryan-accounting
```

### PNPM

```bash
pnpm add <UNSET>
pnpm add ryan-accounting
```

### Bun

```bash
bun add <UNSET>
bun add ryan-accounting
```

### Yarn

```bash
yarn add <UNSET> zod
yarn add ryan-accounting zod

# Note that Yarn does not install peer dependencies automatically. You will need
# to install zod as shown above.
Expand Down
11 changes: 11 additions & 0 deletions accounting/RELEASES.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion accounting/jsr.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions accounting/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 6 additions & 1 deletion accounting/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 2 additions & 2 deletions accounting/src/lib/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;

0 comments on commit f5158ba

Please sign in to comment.