Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.424.0
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot committed Nov 4, 2024
1 parent fc9108b commit f8efa9c
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 14 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.424.0
sources:
source1:
sourceNamespace: source-1
sourceRevisionDigest: sha256:e846050739f25d9cd78640c851d970c4932737ae21a2d23891489d27a9f53c45
sourceRevisionDigest: sha256:7d9b5b4f0589f4bc043bf4e49c4769bd342326a0a64aa5943d9e78d3bb06adde
sourceBlobDigest: sha256:b51ff396c812e5270dad2ba1c47700f138d9a263866fb02f197d9cb5d9b87c08
tags:
- latest
Expand All @@ -21,8 +21,8 @@ targets:
lending:
source: source1
sourceNamespace: source-1
sourceRevisionDigest: sha256:ce3aa44b536b655b7078e214b1f29189a61b332a9470503c4857d599ed166681
sourceBlobDigest: sha256:7c35756702030633a8d2ebb1d378d34f883126319b06edcd798ac7bb2fddb189
sourceRevisionDigest: sha256:7d9b5b4f0589f4bc043bf4e49c4769bd342326a0a64aa5943d9e78d3bb06adde
sourceBlobDigest: sha256:b51ff396c812e5270dad2ba1c47700f138d9a263866fb02f197d9cb5d9b87c08
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.423.5
speakeasyVersion: 1.424.0
generationVersion: 2.445.1
releaseVersion: 0.5.3
configChecksum: 825be1b3561ccfabbf98919c4c39e07c
releaseVersion: 0.5.4
configChecksum: 135d3de4d9a07290acee2b41703eeaf2
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.5.3
version: 0.5.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 @@ -488,4 +488,14 @@ Based on:
### Generated
- [typescript v0.5.3] lending
### Releases
- [NPM v0.5.3] https://www.npmjs.com/package/ryan-lending/v/0.5.3 - lending
- [NPM v0.5.3] https://www.npmjs.com/package/ryan-lending/v/0.5.3 - lending

## 2024-11-04 02:00:42
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.424.0 (2.445.1) https://github.com/speakeasy-api/speakeasy
### Generated
- [typescript v0.5.4] lending
### Releases
- [NPM v0.5.4] https://www.npmjs.com/package/ryan-lending/v/0.5.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.5.3",
"version": "0.5.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.5.3",
"version": "0.5.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.5.3",
sdkVersion: "0.5.4",
genVersion: "2.445.1",
userAgent: "speakeasy-sdk/typescript 0.5.3 2.445.1 1.0.0 ryan-lending",
userAgent: "speakeasy-sdk/typescript 0.5.4 2.445.1 1.0.0 ryan-lending",
} as const;

0 comments on commit f8efa9c

Please sign in to comment.