Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.335.2
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot committed Jul 15, 2024
1 parent e7812ba commit 004a394
Show file tree
Hide file tree
Showing 8 changed files with 27 additions and 17 deletions.
14 changes: 7 additions & 7 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ speakeasyVersion: 1.335.2
sources:
source1:
sourceNamespace: source-1
sourceRevisionDigest: sha256:eabb4a6af01606d6e6fb07e6381921ecc0b25e031e2d172afa497a17aa8d4e1b
sourceBlobDigest: sha256:614ef27789e2ab0d262263d1dbf21398cb6240c4c4173bddad2fa3fcff4cada0
sourceRevisionDigest: sha256:ad99f5e6b321b7dbf7afd0e61263ec3f00ab6b031d6380af771ebda63e49ec9c
sourceBlobDigest: sha256:21e43da8e397352630177b567bb8e3620e6ed5ac072b262fc56305a03d8b204f
tags:
- latest
- main
Expand All @@ -23,9 +23,9 @@ targets:
lending:
source: source1
sourceNamespace: source-1
sourceRevisionDigest: sha256:70427d8936519bbb31834da18b6a64ce50e62c8caa39ab27fadf1279d25bb412
sourceBlobDigest: sha256:41d6992001501dc4f8757117e3902f01178807fd20fbd9ce3a0b33ac2a99e283
outLocation: ./lending
sourceRevisionDigest: sha256:ad99f5e6b321b7dbf7afd0e61263ec3f00ab6b031d6380af771ebda63e49ec9c
sourceBlobDigest: sha256:21e43da8e397352630177b567bb8e3620e6ed5ac072b262fc56305a03d8b204f
outLocation: lending
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand All @@ -39,7 +39,7 @@ workflow:
accounting:
target: typescript
source: source1
output: ./accounting
output: accounting
publish:
npm:
token: $npm_token
Expand All @@ -53,7 +53,7 @@ workflow:
lending:
target: typescript
source: source1
output: ./lending
output: lending
publish:
npm:
token: $npm_token
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.335.2
generationVersion: 2.372.3
releaseVersion: 0.1.0
configChecksum: 83b6549f9c6e71f0f8c0c20aae613df1
releaseVersion: 0.1.1
configChecksum: ff630174fc11b8698f6c0ad3c50a61a7
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.1.0
version: 0.1.1
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 @@ -138,4 +138,14 @@ Based on:
### Generated
- [typescript v0.1.0] lending
### Releases
- [NPM v0.1.0] https://www.npmjs.com/package/ryan-lending/v/0.1.0 - lending
- [NPM v0.1.0] https://www.npmjs.com/package/ryan-lending/v/0.1.0 - lending

## 2024-07-15 19:45:11
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.335.2 (2.372.3) https://github.com/speakeasy-api/speakeasy
### Generated
- [typescript v0.1.1] lending
### Releases
- [NPM v0.1.1] https://www.npmjs.com/package/ryan-lending/v/0.1.1 - 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.1.0",
"version": "0.1.1",
"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.1.0",
"version": "0.1.1",
"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 @@ -48,7 +48,7 @@ export function serverURLFromOptions(options: SDKOptions): URL | null {
export const SDK_METADATA = {
language: "typescript",
openapiDocVersion: "1.0.0",
sdkVersion: "0.1.0",
sdkVersion: "0.1.1",
genVersion: "2.372.3",
userAgent: "speakeasy-sdk/typescript 0.1.0 2.372.3 1.0.0 ryan-lending",
userAgent: "speakeasy-sdk/typescript 0.1.1 2.372.3 1.0.0 ryan-lending",
} as const;

0 comments on commit 004a394

Please sign in to comment.