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 f5e0667 commit fd44be9
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 19 deletions.
15 changes: 6 additions & 9 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:fe52c93e59473ea1eace5f32014554eca5b2a630bf878f6a488c4ae1a21b7c9b
sourceBlobDigest: sha256:0e63f59aa74a9c8dcc702f6a0d52bd3f754f2718a67015dd28be0ec7f0880d74
sourceRevisionDigest: sha256:75560e49e43997686d2c4a213e10c7386f4f3f993c2c2bbbd782ef62a6d6dc21
sourceBlobDigest: sha256:af9c3817a50dedbaec6fb0bb6e8f64526954a036ae80417395d1f739ea9d81ee
tags:
- latest
- main
Expand All @@ -23,9 +23,9 @@ targets:
lending:
source: source1
sourceNamespace: source-1
sourceRevisionDigest: sha256:ad99f5e6b321b7dbf7afd0e61263ec3f00ab6b031d6380af771ebda63e49ec9c
sourceBlobDigest: sha256:21e43da8e397352630177b567bb8e3620e6ed5ac072b262fc56305a03d8b204f
outLocation: lending
sourceRevisionDigest: sha256:75560e49e43997686d2c4a213e10c7386f4f3f993c2c2bbbd782ef62a6d6dc21
sourceBlobDigest: sha256:af9c3817a50dedbaec6fb0bb6e8f64526954a036ae80417395d1f739ea9d81ee
outLocation: ./lending
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand All @@ -47,13 +47,10 @@ workflow:
target: typescript
source: source1
output: ./finance
publish:
npm:
token: $npm_token
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.1
configChecksum: ff630174fc11b8698f6c0ad3c50a61a7
releaseVersion: 0.1.2
configChecksum: 85b941624ed476982498ef2d3cdf897a
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.1
version: 0.1.2
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 @@ -148,4 +148,14 @@ Based on:
### Generated
- [typescript v0.1.1] lending
### Releases
- [NPM v0.1.1] https://www.npmjs.com/package/ryan-lending/v/0.1.1 - lending
- [NPM v0.1.1] https://www.npmjs.com/package/ryan-lending/v/0.1.1 - lending

## 2024-07-15 21:42:33
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.335.2 (2.372.3) https://github.com/speakeasy-api/speakeasy
### Generated
- [typescript v0.1.2] lending
### Releases
- [NPM v0.1.2] https://www.npmjs.com/package/ryan-lending/v/0.1.2 - 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.1",
"version": "0.1.2",
"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.1",
"version": "0.1.2",
"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.1",
sdkVersion: "0.1.2",
genVersion: "2.372.3",
userAgent: "speakeasy-sdk/typescript 0.1.1 2.372.3 1.0.0 ryan-lending",
userAgent: "speakeasy-sdk/typescript 0.1.2 2.372.3 1.0.0 ryan-lending",
} as const;

0 comments on commit fd44be9

Please sign in to comment.