Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.404.3
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot committed Oct 16, 2024
1 parent 1f742b0 commit a8cbcc6
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 12 deletions.
4 changes: 2 additions & 2 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ speakeasyVersion: 1.404.3
sources:
source1:
sourceNamespace: source-1
sourceRevisionDigest: sha256:e1489ab0686685456e1eac30eeec50d11cf4f8ca2d60f4b9a962e36480d76067
sourceRevisionDigest: sha256:012979c28fd9da1c52c048e360d5274384bef02f1577f912944b83cad9c09c4e
sourceBlobDigest: sha256:7c35756702030633a8d2ebb1d378d34f883126319b06edcd798ac7bb2fddb189
tags:
- latest
Expand All @@ -21,7 +21,7 @@ targets:
lending:
source: source1
sourceNamespace: source-1
sourceRevisionDigest: sha256:e1489ab0686685456e1eac30eeec50d11cf4f8ca2d60f4b9a962e36480d76067
sourceRevisionDigest: sha256:012979c28fd9da1c52c048e360d5274384bef02f1577f912944b83cad9c09c4e
sourceBlobDigest: sha256:7c35756702030633a8d2ebb1d378d34f883126319b06edcd798ac7bb2fddb189
workflow:
workflowVersion: 1.0.0
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.404.3
generationVersion: 2.426.2
releaseVersion: 0.4.8
configChecksum: c05ea727adc837a6aff17cc5423f50e0
releaseVersion: 0.4.9
configChecksum: b7592872cb278a5e5983d42ecd8acf69
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 @@ -12,7 +12,7 @@ generation:
auth:
oAuth2ClientCredentialsEnabled: true
typescript:
version: 0.4.8
version: 0.4.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 @@ -318,4 +318,14 @@ Based on:
### Generated
- [typescript v0.4.8] lending
### Releases
- [NPM v0.4.8] https://www.npmjs.com/package/ryan-lending/v/0.4.8 - lending
- [NPM v0.4.8] https://www.npmjs.com/package/ryan-lending/v/0.4.8 - lending

## 2024-10-16 00:59:00
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.404.3 (2.426.2) https://github.com/speakeasy-api/speakeasy
### Generated
- [typescript v0.4.9] lending
### Releases
- [NPM v0.4.9] https://www.npmjs.com/package/ryan-lending/v/0.4.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.4.8",
"version": "0.4.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.4.8",
"version": "0.4.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.4.8",
sdkVersion: "0.4.9",
genVersion: "2.426.2",
userAgent: "speakeasy-sdk/typescript 0.4.8 2.426.2 1.0.0 ryan-lending",
userAgent: "speakeasy-sdk/typescript 0.4.9 2.426.2 1.0.0 ryan-lending",
} as const;

0 comments on commit a8cbcc6

Please sign in to comment.