Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.444.1
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot committed Nov 23, 2024
1 parent 483abf9 commit 73beb94
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 16 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.443.0
speakeasyVersion: 1.444.1
sources:
source1:
sourceNamespace: source-1
sourceRevisionDigest: sha256:76cdc7fbf8f807520c2a16d7d7e7ffd5c8df05245695025d23bfb38b7c2bec85
sourceRevisionDigest: sha256:50265c7d0cf678dcc5c4d9b5394e15e1393352677c6fee2c82c8d6d5188ee8f7
sourceBlobDigest: sha256:b51ff396c812e5270dad2ba1c47700f138d9a263866fb02f197d9cb5d9b87c08
tags:
- latest
- speakeasy-sdk-regen-1732237333
- speakeasy-sdk-regen-1732323582
targets:
accounting:
source: source1
Expand All @@ -23,10 +23,10 @@ targets:
lending:
source: source1
sourceNamespace: source-1
sourceRevisionDigest: sha256:76cdc7fbf8f807520c2a16d7d7e7ffd5c8df05245695025d23bfb38b7c2bec85
sourceRevisionDigest: sha256:50265c7d0cf678dcc5c4d9b5394e15e1393352677c6fee2c82c8d6d5188ee8f7
sourceBlobDigest: sha256:b51ff396c812e5270dad2ba1c47700f138d9a263866fb02f197d9cb5d9b87c08
codeSamplesNamespace: source-1-code-samples
codeSamplesRevisionDigest: sha256:b12dcbb7ed2e17d59acdf1c9026a2779186638f288c0b2f8c73245aa817fdec6
codeSamplesRevisionDigest: sha256:12e419480c0e7507e3679bc60b67e45dec3bbe7b19f98d90d0e902938b62c380
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand Down
6 changes: 3 additions & 3 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.443.0
speakeasyVersion: 1.444.1
generationVersion: 2.461.4
releaseVersion: 0.6.17
configChecksum: 253fb6828c453d9e92f8bd566d540e38
releaseVersion: 0.6.18
configChecksum: 9990e8b300faa6b82f7f8641c6a4a25c
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.6.17
version: 0.6.18
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 @@ -688,4 +688,14 @@ Based on:
### Generated
- [typescript v0.6.17] lending
### Releases
- [NPM v0.6.17] https://www.npmjs.com/package/ryan-lending/v/0.6.17 - lending
- [NPM v0.6.17] https://www.npmjs.com/package/ryan-lending/v/0.6.17 - lending

## 2024-11-23 00:59:38
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.444.1 (2.461.4) https://github.com/speakeasy-api/speakeasy
### Generated
- [typescript v0.6.18] lending
### Releases
- [NPM v0.6.18] https://www.npmjs.com/package/ryan-lending/v/0.6.18 - 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.6.17",
"version": "0.6.18",
"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.6.17",
"version": "0.6.18",
"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.6.17",
sdkVersion: "0.6.18",
genVersion: "2.461.4",
userAgent: "speakeasy-sdk/typescript 0.6.17 2.461.4 1.0.0 ryan-lending",
userAgent: "speakeasy-sdk/typescript 0.6.18 2.461.4 1.0.0 ryan-lending",
} as const;

0 comments on commit 73beb94

Please sign in to comment.