Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.440.0
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot committed Nov 15, 2024
1 parent 6ab1914 commit 2f1b8d4
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.439.0
speakeasyVersion: 1.440.0
sources:
source1:
sourceNamespace: source-1
sourceRevisionDigest: sha256:9eaa0ae973402f91c3f1edd92466b25577c73704bc536d43bb256b2bfc824d46
sourceRevisionDigest: sha256:e10175b59cfde2a82a605caa65fffd82e4f450772f0058b4d87ea644f7689702
sourceBlobDigest: sha256:b51ff396c812e5270dad2ba1c47700f138d9a263866fb02f197d9cb5d9b87c08
tags:
- latest
- main
- speakeasy-sdk-regen-1731632537
targets:
accounting:
source: source1
Expand All @@ -21,10 +21,10 @@ targets:
lending:
source: source1
sourceNamespace: source-1
sourceRevisionDigest: sha256:9eaa0ae973402f91c3f1edd92466b25577c73704bc536d43bb256b2bfc824d46
sourceRevisionDigest: sha256:e10175b59cfde2a82a605caa65fffd82e4f450772f0058b4d87ea644f7689702
sourceBlobDigest: sha256:b51ff396c812e5270dad2ba1c47700f138d9a263866fb02f197d9cb5d9b87c08
codeSamplesNamespace: source-1-code-samples
codeSamplesRevisionDigest: sha256:008dd874a0699c2baf4436ffb5aa55c30328647d2ccfe378c8f2855cb622a164
codeSamplesRevisionDigest: sha256:2755411ab037e127708f9c61e2f0382f65cad5ddbc6c604f0a7cfa9a32184b22
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.439.0
speakeasyVersion: 1.440.0
generationVersion: 2.457.9
releaseVersion: 0.6.8
configChecksum: 9d262420c427625f1412f660df437695
releaseVersion: 0.6.9
configChecksum: b8ba59e7de7a36fc50e984b58a633096
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.8
version: 0.6.9
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 @@ -598,4 +598,14 @@ Based on:
### Generated
- [typescript v0.6.8] lending
### Releases
- [NPM v0.6.8] https://www.npmjs.com/package/ryan-lending/v/0.6.8 - lending
- [NPM v0.6.8] https://www.npmjs.com/package/ryan-lending/v/0.6.8 - lending

## 2024-11-15 01:02:14
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.440.0 (2.457.9) https://github.com/speakeasy-api/speakeasy
### Generated
- [typescript v0.6.9] lending
### Releases
- [NPM v0.6.9] https://www.npmjs.com/package/ryan-lending/v/0.6.9 - 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.8",
"version": "0.6.9",
"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.8",
"version": "0.6.9",
"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.8",
sdkVersion: "0.6.9",
genVersion: "2.457.9",
userAgent: "speakeasy-sdk/typescript 0.6.8 2.457.9 1.0.0 ryan-lending",
userAgent: "speakeasy-sdk/typescript 0.6.9 2.457.9 1.0.0 ryan-lending",
} as const;

0 comments on commit 2f1b8d4

Please sign in to comment.