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 f5158ba commit 0b4c123
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 14 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:6855eead2e4dc7b681302295d5e685ee1a3a375230a97ac5a7b197b2bb4954ee
sourceBlobDigest: sha256:155a07c8b292a688917c67d3388fd2bbcf9bfbfaaaac80f0e7b3357bb9d17d48
sourceRevisionDigest: sha256:08ff3a4a90f65be33fb2be028400b4cfa625d804141633144897fc788e3fd334
sourceBlobDigest: sha256:d9aff7bdc467bf82e24a7ba26d1a448da86e9db6377d1575031fb8336ca12ac7
tags:
- latest
- main
targets:
accounting:
source: source1
sourceNamespace: source-1
sourceRevisionDigest: sha256:6855eead2e4dc7b681302295d5e685ee1a3a375230a97ac5a7b197b2bb4954ee
sourceBlobDigest: sha256:155a07c8b292a688917c67d3388fd2bbcf9bfbfaaaac80f0e7b3357bb9d17d48
sourceRevisionDigest: sha256:08ff3a4a90f65be33fb2be028400b4cfa625d804141633144897fc788e3fd334
sourceBlobDigest: sha256:d9aff7bdc467bf82e24a7ba26d1a448da86e9db6377d1575031fb8336ca12ac7
outLocation: accounting
finance:
source: source1
Expand Down
4 changes: 2 additions & 2 deletions accounting/.speakeasy/gen.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ management:
docVersion: 1.0.0
speakeasyVersion: 1.326.0
generationVersion: 2.359.0
releaseVersion: 0.0.2
configChecksum: 86ed982154ed01d82e949917de761355
releaseVersion: 0.0.3
configChecksum: 339eca4f0f1ff90242aa0b23ccac33d6
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
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.2
version: 0.0.3
additionalDependencies:
dependencies: {}
devDependencies: {}
Expand Down
12 changes: 11 additions & 1 deletion accounting/RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,14 @@ Based on:
### Generated
- [typescript v0.0.2] accounting
### Releases
- [NPM v0.0.2] https://www.npmjs.com/package/ryan-accounting/v/0.0.2 - accounting
- [NPM v0.0.2] https://www.npmjs.com/package/ryan-accounting/v/0.0.2 - accounting

## 2024-07-02 22:33:42
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.326.0 (2.359.0) https://github.com/speakeasy-api/speakeasy
### Generated
- [typescript v0.0.3] accounting
### Releases
- [NPM v0.0.3] https://www.npmjs.com/package/ryan-accounting/v/0.0.3 - 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.2",
"version": "0.0.3",
"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.

2 changes: 1 addition & 1 deletion accounting/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ryan-accounting",
"version": "0.0.2",
"version": "0.0.3",
"author": "ryan-timothy-albert",
"main": "./index.js",
"sideEffects": false,
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.2",
sdkVersion: "0.0.3",
genVersion: "2.359.0",
userAgent: "speakeasy-sdk/typescript 0.0.2 2.359.0 1.0.0 ryan-accounting",
userAgent: "speakeasy-sdk/typescript 0.0.3 2.359.0 1.0.0 ryan-accounting",
} as const;

0 comments on commit 0b4c123

Please sign in to comment.