Skip to content

Commit

Permalink
Merge pull request #22 from ryan-timothy-albert/speakeasy-sdk-regen-1…
Browse files Browse the repository at this point in the history
…728590978

chore: 🐝 Update SDK - Generate ACCOUNTING 0.5.5
  • Loading branch information
ryan-timothy-albert authored Oct 10, 2024
2 parents 0be1e5f + d020e1c commit 114ca85
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 12 deletions.
4 changes: 2 additions & 2 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ speakeasyVersion: 1.404.3
sources:
source1:
sourceNamespace: source-1
sourceRevisionDigest: sha256:5917a5aaf86be66eecec5fdcae2d860c1c4812ef85aa175c6abd859b4524ad90
sourceRevisionDigest: sha256:6b5fd25082913758f081efaefe32763708461942db476ca2f1105e57f0a844d3
sourceBlobDigest: sha256:7c35756702030633a8d2ebb1d378d34f883126319b06edcd798ac7bb2fddb189
tags:
- latest
Expand All @@ -11,7 +11,7 @@ targets:
accounting:
source: source1
sourceNamespace: source-1
sourceRevisionDigest: sha256:5917a5aaf86be66eecec5fdcae2d860c1c4812ef85aa175c6abd859b4524ad90
sourceRevisionDigest: sha256:6b5fd25082913758f081efaefe32763708461942db476ca2f1105e57f0a844d3
sourceBlobDigest: sha256:7c35756702030633a8d2ebb1d378d34f883126319b06edcd798ac7bb2fddb189
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.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
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.5.4
version: 0.5.5
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 @@ -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
- [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
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.5.4",
"version": "0.5.5",
"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.5.4",
"version": "0.5.5",
"author": "Speakeasy",
"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 @@ -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;

0 comments on commit 114ca85

Please sign in to comment.