Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.460.3
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot committed Jan 1, 2025
1 parent 3a764be commit 89854c3
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.460.3
sources:
source1:
sourceNamespace: source-1
sourceRevisionDigest: sha256:ebe0e368b1ea61d8818e5f16c72355393273869a022d49714aedd5d34a12532e
sourceRevisionDigest: sha256:40cde48b3a45b34bad5b9e83c63c2bfe12ac56e9faca0bc495a180df533e82cc
sourceBlobDigest: sha256:012d4be23953adcc7552fbaf9a012f9f2ce1acb929189304bea43cccd9e8e681
tags:
- latest
- speakeasy-sdk-regen-1735606719
- speakeasy-sdk-regen-1735693451
- 1.0.0
targets:
accounting:
Expand All @@ -24,10 +24,10 @@ targets:
lending:
source: source1
sourceNamespace: source-1
sourceRevisionDigest: sha256:ebe0e368b1ea61d8818e5f16c72355393273869a022d49714aedd5d34a12532e
sourceRevisionDigest: sha256:40cde48b3a45b34bad5b9e83c63c2bfe12ac56e9faca0bc495a180df533e82cc
sourceBlobDigest: sha256:012d4be23953adcc7552fbaf9a012f9f2ce1acb929189304bea43cccd9e8e681
codeSamplesNamespace: source-1-typescript-code-samples
codeSamplesRevisionDigest: sha256:92e691df34aca84bb18395d811b9e558db5654f88484214ba2eeebfce2c046d7
codeSamplesRevisionDigest: sha256:61f9f8f34da34d83da38d1762d5a2929c9163e7a9fce65d86ecb56827af442ec
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.460.3
generationVersion: 2.484.0
releaseVersion: 0.7.36
configChecksum: 7bb60c21c2beb6d0737882d38aae07ec
releaseVersion: 0.7.37
configChecksum: ad7fb815a35e7cd3e95df37bf7ee628e
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.36
version: 0.7.37
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 @@ -1088,4 +1088,14 @@ Based on:
### Generated
- [typescript v0.7.36] lending
### Releases
- [NPM v0.7.36] https://www.npmjs.com/package/ryan-lending/v/0.7.36 - lending
- [NPM v0.7.36] https://www.npmjs.com/package/ryan-lending/v/0.7.36 - lending

## 2025-01-01 01:04:08
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.460.3 (2.484.0) https://github.com/speakeasy-api/speakeasy
### Generated
- [typescript v0.7.37] lending
### Releases
- [NPM v0.7.37] https://www.npmjs.com/package/ryan-lending/v/0.7.37 - 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.36",
"version": "0.7.37",
"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.36",
"version": "0.7.37",
"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.36",
sdkVersion: "0.7.37",
genVersion: "2.484.0",
userAgent: "speakeasy-sdk/typescript 0.7.36 2.484.0 1.0.0 ryan-lending",
userAgent: "speakeasy-sdk/typescript 0.7.37 2.484.0 1.0.0 ryan-lending",
} as const;

0 comments on commit 89854c3

Please sign in to comment.