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 2, 2024
1 parent faf9656 commit 633b48f
Show file tree
Hide file tree
Showing 8 changed files with 23 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:66e6c411864cedc14976c25d8751e33725cdda80880a25b064bf7fbfac4a9c25
sourceBlobDigest: sha256:801a95c3219930f28bd2a94f3e042f0351bca1cfe869761b48c50b2d70ef7e35
sourceRevisionDigest: sha256:cc6da2771494379fc234253ba60c854e528d816222dd67f1afed0991339cb705
sourceBlobDigest: sha256:23f0e54c5051bf9e5c3eab171ca86ab6dfae40119d75cbc54d2ab2fd4bc9c5af
tags:
- latest
- main
Expand All @@ -23,8 +23,8 @@ targets:
lending:
source: source1
sourceNamespace: source-1
sourceRevisionDigest: sha256:66e6c411864cedc14976c25d8751e33725cdda80880a25b064bf7fbfac4a9c25
sourceBlobDigest: sha256:801a95c3219930f28bd2a94f3e042f0351bca1cfe869761b48c50b2d70ef7e35
sourceRevisionDigest: sha256:cc6da2771494379fc234253ba60c854e528d816222dd67f1afed0991339cb705
sourceBlobDigest: sha256:23f0e54c5051bf9e5c3eab171ca86ab6dfae40119d75cbc54d2ab2fd4bc9c5af
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.2
configChecksum: dba2da95db30698a838f76c45242778c
releaseVersion: 0.0.3
configChecksum: faea556d27d2e41e5532436b59c5dc25
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.2
version: 0.0.3
additionalDependencies:
dependencies: {}
devDependencies: {}
Expand Down
10 changes: 10 additions & 0 deletions lending/RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,14 @@ Based on:
### Generated
- [typescript v0.0.1] accounting
### Releases
- [NPM v0.0.1] https://www.npmjs.com/package/ryan-accounting/v/0.0.1 - accounting

## 2024-07-02 21:55:32
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.326.0 (2.359.0) https://github.com/speakeasy-api/speakeasy
### Generated
- [typescript v0.0.1] accounting
### Releases
- [NPM v0.0.1] https://www.npmjs.com/package/ryan-accounting/v/0.0.1 - accounting
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.2",
"version": "0.0.3",
"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.2",
"version": "0.0.3",
"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.2",
sdkVersion: "0.0.3",
genVersion: "2.359.0",
userAgent: "speakeasy-sdk/typescript 0.0.2 2.359.0 1.0.0 ryan-lending",
userAgent: "speakeasy-sdk/typescript 0.0.3 2.359.0 1.0.0 ryan-lending",
} as const;

0 comments on commit 633b48f

Please sign in to comment.