Skip to content

Commit

Permalink
Merge pull request #3 from ryan-timothy-albert/speakeasy-sdk-regen-17…
Browse files Browse the repository at this point in the history
…19961152

chore: 🐝 Update SDK - Generate LENDING
  • Loading branch information
ryan-timothy-albert committed Jul 2, 2024
2 parents db50d45 + b229768 commit 499a0a9
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 13 deletions.
8 changes: 4 additions & 4 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ speakeasyVersion: 1.326.0
sources:
source1:
sourceNamespace: source-1
sourceRevisionDigest: sha256:7888ff64b55debf12a4956f902014ac3b3915c2121d71e54dc098efe1baea462
sourceBlobDigest: sha256:9aca1349a1b742af9714ce27e0b65a5a7a8e4672a57e9aba3580b520cbc83427
sourceRevisionDigest: sha256:2791b20b960501212843c236de62db53a1190c2f1783af09215f449c0c33519d
sourceBlobDigest: sha256:c69ed778d6d474920ad722276917e5d27c1141425875db556aa7f67858fea37f
tags:
- latest
- main
Expand All @@ -23,8 +23,8 @@ targets:
lending:
source: source1
sourceNamespace: source-1
sourceRevisionDigest: sha256:cf4cbe27dcca0c2d8423321c2c5fe7553b178059ff1e30c20254a7b3b37d81fa
sourceBlobDigest: sha256:0511e1fee511618557c5284839ba253b5d281eed2a75f265df30f050558dafa0
sourceRevisionDigest: sha256:2791b20b960501212843c236de62db53a1190c2f1783af09215f449c0c33519d
sourceBlobDigest: sha256:c69ed778d6d474920ad722276917e5d27c1141425875db556aa7f67858fea37f
outLocation: lending
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.326.0
generationVersion: 2.359.0
releaseVersion: 0.0.5
configChecksum: cdb6a5130c5c5bbda78347d5a52c81b9
releaseVersion: 0.0.6
configChecksum: 6bdd43c60006d883ef7eea472bf47d0f
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.0.5
version: 0.0.6
additionalDependencies:
dependencies: {}
devDependencies: {}
Expand Down
11 changes: 11 additions & 0 deletions lending/RELEASES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@


## 2024-07-02 22:59:10
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.326.0 (2.359.0) https://github.com/speakeasy-api/speakeasy
### Generated
- [typescript v0.0.6] lending
### Releases
- [NPM v0.0.6] https://www.npmjs.com/package/ryan-lending/v/0.0.6 - 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.0.5",
"version": "0.0.6",
"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.0.5",
"version": "0.0.6",
"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 @@ -47,7 +47,7 @@ export function serverURLFromOptions(options: SDKOptions): URL | null {
export const SDK_METADATA = {
language: "typescript",
openapiDocVersion: "1.0.0",
sdkVersion: "0.0.5",
sdkVersion: "0.0.6",
genVersion: "2.359.0",
userAgent: "speakeasy-sdk/typescript 0.0.5 2.359.0 1.0.0 ryan-lending",
userAgent: "speakeasy-sdk/typescript 0.0.6 2.359.0 1.0.0 ryan-lending",
} as const;

0 comments on commit 499a0a9

Please sign in to comment.