Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.448.2
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot committed Dec 2, 2024
1 parent b226b51 commit 5ab2315
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,11 +2,11 @@ speakeasyVersion: 1.448.2
sources:
source1:
sourceNamespace: source-1
sourceRevisionDigest: sha256:f1f082009b75c8ffa601d424bb9ad036f2bd4f9ca33e41883a7c54e270cc4f6f
sourceRevisionDigest: sha256:bc2950b20b6bcd5acca9b1dafcb86b660a302d3a91e5c0dd12108c29be25ff7a
sourceBlobDigest: sha256:012d4be23953adcc7552fbaf9a012f9f2ce1acb929189304bea43cccd9e8e681
tags:
- latest
- speakeasy-sdk-regen-1733015620
- speakeasy-sdk-regen-1733101527
- 1.0.0
targets:
accounting:
Expand All @@ -24,10 +24,10 @@ targets:
lending:
source: source1
sourceNamespace: source-1
sourceRevisionDigest: sha256:f1f082009b75c8ffa601d424bb9ad036f2bd4f9ca33e41883a7c54e270cc4f6f
sourceRevisionDigest: sha256:bc2950b20b6bcd5acca9b1dafcb86b660a302d3a91e5c0dd12108c29be25ff7a
sourceBlobDigest: sha256:012d4be23953adcc7552fbaf9a012f9f2ce1acb929189304bea43cccd9e8e681
codeSamplesNamespace: source-1-typescript-code-samples
codeSamplesRevisionDigest: sha256:dfe2c79cb6e082911366695037ee5bd798d4bf0022200973271f2d7def65d5ba
codeSamplesRevisionDigest: sha256:141f18575f52ef007c6effe9d1f546bb7e1188178dc920c8a784b40e5e58bcbe
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand Down
4 changes: 2 additions & 2 deletions lending/.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.448.2
generationVersion: 2.467.4
releaseVersion: 0.7.5
configChecksum: 4ec3a815dd4299475dda31ec3a90d0d3
releaseVersion: 0.7.6
configChecksum: cea12b3e5e6a2e35b4266ce8e597663e
repoURL: https://github.com/ryan-timothy-albert/sample-ts-monorepo.git
repoSubDirectory: lending
installationURL: https://gitpkg.now.sh/ryan-timothy-albert/sample-ts-monorepo/lending
Expand Down
2 changes: 1 addition & 1 deletion lending/.speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ generation:
oAuth2ClientCredentialsEnabled: true
oAuth2PasswordEnabled: false
typescript:
version: 0.7.5
version: 0.7.6
additionalDependencies:
dependencies: {}
devDependencies: {}
Expand Down
12 changes: 11 additions & 1 deletion lending/RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -778,4 +778,14 @@ Based on:
### Generated
- [typescript v0.7.5] lending
### Releases
- [NPM v0.7.5] https://www.npmjs.com/package/ryan-lending/v/0.7.5 - lending
- [NPM v0.7.5] https://www.npmjs.com/package/ryan-lending/v/0.7.5 - lending

## 2024-12-02 01:05:23
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.448.2 (2.467.4) https://github.com/speakeasy-api/speakeasy
### Generated
- [typescript v0.7.6] lending
### Releases
- [NPM v0.7.6] https://www.npmjs.com/package/ryan-lending/v/0.7.6 - lending
2 changes: 1 addition & 1 deletion lending/jsr.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

{
"name": "ryan-lending",
"version": "0.7.5",
"version": "0.7.6",
"exports": {
".": "./src/index.ts",
"./models/errors": "./src/models/errors/index.ts",
Expand Down
4 changes: 2 additions & 2 deletions lending/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 lending/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ryan-lending",
"version": "0.7.5",
"version": "0.7.6",
"author": "ryan-timothy-albert",
"main": "./index.js",
"sideEffects": false,
Expand Down
4 changes: 2 additions & 2 deletions lending/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.7.5",
sdkVersion: "0.7.6",
genVersion: "2.467.4",
userAgent: "speakeasy-sdk/typescript 0.7.5 2.467.4 1.0.0 ryan-lending",
userAgent: "speakeasy-sdk/typescript 0.7.6 2.467.4 1.0.0 ryan-lending",
} as const;

0 comments on commit 5ab2315

Please sign in to comment.