Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.331.0
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot committed Jul 11, 2024
1 parent 11016a3 commit 44e3f43
Show file tree
Hide file tree
Showing 8 changed files with 29 additions and 33 deletions.
10 changes: 5 additions & 5 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
speakeasyVersion: 1.330.0
speakeasyVersion: 1.331.0
sources:
source1:
sourceNamespace: source-1
sourceRevisionDigest: sha256:02083728f9902a51eac72f77398545b5368ce1c5fdb5b848367035b2e75737bf
sourceBlobDigest: sha256:6d125adf040b266c51ef0547b637b1bd9165553a54af4835feacbcc96a098296
sourceRevisionDigest: sha256:56ec44d889e3fda3ad03621a3ca66aa8ad51dcfa28894355b01740d2c52abf17
sourceBlobDigest: sha256:be8f049420bd34cd3b2da37cd59cb9a51540a3d879692a5ac8b28ce69d135b0a
tags:
- latest
- main
Expand All @@ -23,8 +23,8 @@ targets:
lending:
source: source1
sourceNamespace: source-1
sourceRevisionDigest: sha256:02083728f9902a51eac72f77398545b5368ce1c5fdb5b848367035b2e75737bf
sourceBlobDigest: sha256:6d125adf040b266c51ef0547b637b1bd9165553a54af4835feacbcc96a098296
sourceRevisionDigest: sha256:56ec44d889e3fda3ad03621a3ca66aa8ad51dcfa28894355b01740d2c52abf17
sourceBlobDigest: sha256:be8f049420bd34cd3b2da37cd59cb9a51540a3d879692a5ac8b28ce69d135b0a
outLocation: lending
workflow:
workflowVersion: 1.0.0
Expand Down
10 changes: 5 additions & 5 deletions lending/.speakeasy/gen.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@ id: 7caa457a-d738-4713-931d-4e4f19784732
management:
docChecksum: 1bdb7a6f8bf3995d4b40475228403253
docVersion: 1.0.0
speakeasyVersion: 1.330.0
generationVersion: 2.361.10
releaseVersion: 0.0.17
configChecksum: 37be3cd8c8969026a726cbb59e11c767
speakeasyVersion: 1.331.0
generationVersion: 2.365.0
releaseVersion: 0.0.18
configChecksum: 70265682e30ef46fd3c09844c1126003
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
published: true
features:
typescript:
additionalDependencies: 0.1.0
core: 3.11.5
core: 3.11.6
globalSecurityCallbacks: 0.1.0
globalServerURLs: 2.82.4
responseFormat: 0.2.3
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.17
version: 0.0.18
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 @@ -118,4 +118,14 @@ Based on:
### Generated
- [typescript v0.0.17] lending
### Releases
- [NPM v0.0.17] https://www.npmjs.com/package/ryan-lending/v/0.0.17 - lending
- [NPM v0.0.17] https://www.npmjs.com/package/ryan-lending/v/0.0.17 - lending

## 2024-07-11 00:51:35
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.331.0 (2.365.0) https://github.com/speakeasy-api/speakeasy
### Generated
- [typescript v0.0.18] lending
### Releases
- [NPM v0.0.18] https://www.npmjs.com/package/ryan-lending/v/0.0.18 - 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.17",
"version": "0.0.18",
"exports": {
".": "./src/index.ts",
"./models/errors": "./src/models/errors/index.ts",
Expand Down
17 changes: 2 additions & 15 deletions lending/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions lending/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ryan-lending",
"version": "0.0.17",
"version": "0.0.18",
"author": "ryan-timothy-albert",
"main": "./index.js",
"sideEffects": false,
Expand All @@ -18,7 +18,6 @@
"zod": ">= 3"
},
"devDependencies": {
"@types/jsonpath": "^0.2.4",
"@typescript-eslint/eslint-plugin": "^7.7.1",
"@typescript-eslint/parser": "^7.7.1",
"eslint": "^8.57.0",
Expand Down
6 changes: 3 additions & 3 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.17",
genVersion: "2.361.10",
userAgent: "speakeasy-sdk/typescript 0.0.17 2.361.10 1.0.0 ryan-lending",
sdkVersion: "0.0.18",
genVersion: "2.365.0",
userAgent: "speakeasy-sdk/typescript 0.0.18 2.365.0 1.0.0 ryan-lending",
} as const;

0 comments on commit 44e3f43

Please sign in to comment.