Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.463.1
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot committed Jan 7, 2025
1 parent 3ab5dd2 commit d041cde
Show file tree
Hide file tree
Showing 8 changed files with 28 additions and 18 deletions.
10 changes: 5 additions & 5 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
speakeasyVersion: 1.462.2
speakeasyVersion: 1.463.1
sources:
source1:
sourceNamespace: source-1
sourceRevisionDigest: sha256:b32935a5c7434600ba2d387503bc206d835168bc37cf82cc52a6e6d3c6d8fc75
sourceRevisionDigest: sha256:f7513e88a5f657f0032a605a9a14e4550ae8be8c6908325bc115b56053a18356
sourceBlobDigest: sha256:012d4be23953adcc7552fbaf9a012f9f2ce1acb929189304bea43cccd9e8e681
tags:
- latest
- speakeasy-sdk-regen-1736125312
- speakeasy-sdk-regen-1736211571
- 1.0.0
targets:
accounting:
Expand All @@ -24,10 +24,10 @@ targets:
lending:
source: source1
sourceNamespace: source-1
sourceRevisionDigest: sha256:b32935a5c7434600ba2d387503bc206d835168bc37cf82cc52a6e6d3c6d8fc75
sourceRevisionDigest: sha256:f7513e88a5f657f0032a605a9a14e4550ae8be8c6908325bc115b56053a18356
sourceBlobDigest: sha256:012d4be23953adcc7552fbaf9a012f9f2ce1acb929189304bea43cccd9e8e681
codeSamplesNamespace: source-1-typescript-code-samples
codeSamplesRevisionDigest: sha256:544cd5d07f558888b219be39e6a8bd17cf06af05c0453a4c3873628aae23c621
codeSamplesRevisionDigest: sha256:6fff1743c2ada39587f37e38f8483817991cdc3cc1a77c24c1f145f59483a8cb
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand Down
8 changes: 4 additions & 4 deletions lending/.speakeasy/gen.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ id: 7caa457a-d738-4713-931d-4e4f19784732
management:
docChecksum: 1bdb7a6f8bf3995d4b40475228403253
docVersion: 1.0.0
speakeasyVersion: 1.462.2
generationVersion: 2.486.1
releaseVersion: 0.7.42
configChecksum: 515a8254ee9e23814639dd5545af75d2
speakeasyVersion: 1.463.1
generationVersion: 2.486.6
releaseVersion: 0.7.43
configChecksum: 4b1f52c2945c4a785c4f56521f025c2e
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.42
version: 0.7.43
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 @@ -1148,4 +1148,14 @@ Based on:
### Generated
- [typescript v0.7.42] lending
### Releases
- [NPM v0.7.42] https://www.npmjs.com/package/ryan-lending/v/0.7.42 - lending
- [NPM v0.7.42] https://www.npmjs.com/package/ryan-lending/v/0.7.42 - lending

## 2025-01-07 00:59:27
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.463.1 (2.486.6) https://github.com/speakeasy-api/speakeasy
### Generated
- [typescript v0.7.43] lending
### Releases
- [NPM v0.7.43] https://www.npmjs.com/package/ryan-lending/v/0.7.43 - 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.42",
"version": "0.7.43",
"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.42",
"version": "0.7.43",
"author": "ryan-timothy-albert",
"main": "./index.js",
"sideEffects": false,
Expand Down
6 changes: 3 additions & 3 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.42",
genVersion: "2.486.1",
userAgent: "speakeasy-sdk/typescript 0.7.42 2.486.1 1.0.0 ryan-lending",
sdkVersion: "0.7.43",
genVersion: "2.486.6",
userAgent: "speakeasy-sdk/typescript 0.7.43 2.486.6 1.0.0 ryan-lending",
} as const;

0 comments on commit d041cde

Please sign in to comment.