Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.436.0
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot committed Nov 10, 2024
1 parent ebc1879 commit 2156956
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 13 deletions.
6 changes: 3 additions & 3 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ speakeasyVersion: 1.436.0
sources:
source1:
sourceNamespace: source-1
sourceRevisionDigest: sha256:54b15c1ec2f13a9727826112146c58dca42436a16e3588346f39ff5298baf417
sourceRevisionDigest: sha256:ba07cab1cbb0faa8439e67d056c0efa6c1840b8dd413ffa10829df2e3c5030b9
sourceBlobDigest: sha256:b51ff396c812e5270dad2ba1c47700f138d9a263866fb02f197d9cb5d9b87c08
tags:
- latest
Expand All @@ -21,10 +21,10 @@ targets:
lending:
source: source1
sourceNamespace: source-1
sourceRevisionDigest: sha256:54b15c1ec2f13a9727826112146c58dca42436a16e3588346f39ff5298baf417
sourceRevisionDigest: sha256:ba07cab1cbb0faa8439e67d056c0efa6c1840b8dd413ffa10829df2e3c5030b9
sourceBlobDigest: sha256:b51ff396c812e5270dad2ba1c47700f138d9a263866fb02f197d9cb5d9b87c08
codeSamplesNamespace: source-1-code-samples
codeSamplesRevisionDigest: sha256:9e70d1f33c7823c84463148ad1f98b6c43a87a76a383766118000989ade9307e
codeSamplesRevisionDigest: sha256:0ed15bda9206ec1c48fbd5426231773f6b31444524b45beafacf212c7b028fd4
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.436.0
generationVersion: 2.455.2
releaseVersion: 0.6.3
configChecksum: 9d375cc93cdecaf6b429342c4faa980f
releaseVersion: 0.6.4
configChecksum: 26b0ed9607c075647f3e464a0d1c53fb
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.3
version: 0.6.4
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 @@ -548,4 +548,14 @@ Based on:
### Generated
- [typescript v0.6.3] lending
### Releases
- [NPM v0.6.3] https://www.npmjs.com/package/ryan-lending/v/0.6.3 - lending
- [NPM v0.6.3] https://www.npmjs.com/package/ryan-lending/v/0.6.3 - lending

## 2024-11-10 01:01:42
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.436.0 (2.455.2) https://github.com/speakeasy-api/speakeasy
### Generated
- [typescript v0.6.4] lending
### Releases
- [NPM v0.6.4] https://www.npmjs.com/package/ryan-lending/v/0.6.4 - 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.3",
"version": "0.6.4",
"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.3",
"version": "0.6.4",
"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.3",
sdkVersion: "0.6.4",
genVersion: "2.455.2",
userAgent: "speakeasy-sdk/typescript 0.6.3 2.455.2 1.0.0 ryan-lending",
userAgent: "speakeasy-sdk/typescript 0.6.4 2.455.2 1.0.0 ryan-lending",
} as const;

0 comments on commit 2156956

Please sign in to comment.