Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.423.1
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot committed Oct 29, 2024
1 parent 243c668 commit 2908ddf
Show file tree
Hide file tree
Showing 8 changed files with 27 additions and 16 deletions.
6 changes: 3 additions & 3 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
speakeasyVersion: 1.422.1
speakeasyVersion: 1.423.1
sources:
source1:
sourceNamespace: source-1
sourceRevisionDigest: sha256:08cf63bff73f157ce8dd7b2e2e3fcf6fa4eeb51963e9f7c362035c2571f824f8
sourceRevisionDigest: sha256:5a8d3f0616daca73b1e0fec2699f56f24b6c0dcd95fc91bce4924d3721b809c8
sourceBlobDigest: sha256:7c35756702030633a8d2ebb1d378d34f883126319b06edcd798ac7bb2fddb189
tags:
- latest
Expand All @@ -21,7 +21,7 @@ targets:
lending:
source: source1
sourceNamespace: source-1
sourceRevisionDigest: sha256:08cf63bff73f157ce8dd7b2e2e3fcf6fa4eeb51963e9f7c362035c2571f824f8
sourceRevisionDigest: sha256:5a8d3f0616daca73b1e0fec2699f56f24b6c0dcd95fc91bce4924d3721b809c8
sourceBlobDigest: sha256:7c35756702030633a8d2ebb1d378d34f883126319b06edcd798ac7bb2fddb189
workflow:
workflowVersion: 1.0.0
Expand Down
9 changes: 5 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.422.1
generationVersion: 2.438.15
releaseVersion: 0.4.21
configChecksum: c9881c8826cad82000624b6f746311d1
speakeasyVersion: 1.423.1
generationVersion: 2.442.11
releaseVersion: 0.5.0
configChecksum: f01d373a18f7c5c009b11cce3a992147
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 All @@ -22,6 +22,7 @@ features:
responseFormat: 0.2.3
retries: 2.83.0
sdkHooks: 0.1.0
tests: 0.7.0
generatedFiles:
- .eslintrc.cjs
- .gitattributes
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.21
version: 0.5.0
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 @@ -448,4 +448,14 @@ Based on:
### Generated
- [typescript v0.4.21] lending
### Releases
- [NPM v0.4.21] https://www.npmjs.com/package/ryan-lending/v/0.4.21 - lending
- [NPM v0.4.21] https://www.npmjs.com/package/ryan-lending/v/0.4.21 - lending

## 2024-10-29 01:00:07
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.423.1 (2.442.11) https://github.com/speakeasy-api/speakeasy
### Generated
- [typescript v0.5.0] lending
### Releases
- [NPM v0.5.0] https://www.npmjs.com/package/ryan-lending/v/0.5.0 - 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.21",
"version": "0.5.0",
"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.21",
"version": "0.5.0",
"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.4.21",
genVersion: "2.438.15",
userAgent: "speakeasy-sdk/typescript 0.4.21 2.438.15 1.0.0 ryan-lending",
sdkVersion: "0.5.0",
genVersion: "2.442.11",
userAgent: "speakeasy-sdk/typescript 0.5.0 2.442.11 1.0.0 ryan-lending",
} as const;

0 comments on commit 2908ddf

Please sign in to comment.