Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.326.0
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot committed Jul 3, 2024
1 parent 5db02a1 commit 03d64fc
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 14 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:e54cd095014beb974f9f28a5a10dfbe53f5c39325ce1261ca10cb78ede730aef
sourceBlobDigest: sha256:1fb3abe2609e0f6e7c5553f8ce2b0ecfd5b83cfbae7dc09586aad2f974b5baf4
sourceRevisionDigest: sha256:91ea00297ddac4c9e3a3ece953e42f3409dc9f3d52104d305b8cd5864503b96c
sourceBlobDigest: sha256:e2283c7aa734b44d799dc44ac9a7a4da238df60bf1d69d9d93e4525da44805ec
tags:
- latest
- main
Expand All @@ -23,8 +23,8 @@ targets:
lending:
source: source1
sourceNamespace: source-1
sourceRevisionDigest: sha256:e54cd095014beb974f9f28a5a10dfbe53f5c39325ce1261ca10cb78ede730aef
sourceBlobDigest: sha256:1fb3abe2609e0f6e7c5553f8ce2b0ecfd5b83cfbae7dc09586aad2f974b5baf4
sourceRevisionDigest: sha256:91ea00297ddac4c9e3a3ece953e42f3409dc9f3d52104d305b8cd5864503b96c
sourceBlobDigest: sha256:e2283c7aa734b44d799dc44ac9a7a4da238df60bf1d69d9d93e4525da44805ec
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.12
configChecksum: ef90b8f521e84b82d828f7c9afacd965
releaseVersion: 0.0.13
configChecksum: 340eee4b26358f392690f006e7313bbc
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.12
version: 0.0.13
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 @@ -68,4 +68,14 @@ Based on:
### Generated
- [typescript v0.0.12] lending
### Releases
- [NPM v0.0.12] https://www.npmjs.com/package/ryan-lending/v/0.0.12 - lending
- [NPM v0.0.12] https://www.npmjs.com/package/ryan-lending/v/0.0.12 - lending

## 2024-07-03 00:52:14
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.326.0 (2.359.0) https://github.com/speakeasy-api/speakeasy
### Generated
- [typescript v0.0.13] lending
### Releases
- [NPM v0.0.13] https://www.npmjs.com/package/ryan-lending/v/0.0.13 - 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.12",
"version": "0.0.13",
"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.12",
"version": "0.0.13",
"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.12",
sdkVersion: "0.0.13",
genVersion: "2.359.0",
userAgent: "speakeasy-sdk/typescript 0.0.12 2.359.0 1.0.0 ryan-lending",
userAgent: "speakeasy-sdk/typescript 0.0.13 2.359.0 1.0.0 ryan-lending",
} as const;

0 comments on commit 03d64fc

Please sign in to comment.