Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.441.1
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot committed Nov 21, 2024
1 parent 6d76d24 commit 5d5d4e5
Show file tree
Hide file tree
Showing 8 changed files with 29 additions and 19 deletions.
10 changes: 5 additions & 5 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
speakeasyVersion: 1.441.0
speakeasyVersion: 1.441.1
sources:
source1:
sourceNamespace: source-1
sourceRevisionDigest: sha256:641f3cf6d3cc1e159532426ba528553a5571f81552c618988b7885a284a7ee71
sourceRevisionDigest: sha256:a6c6f07ee2675d5b609edd3a89389e97027dccd2514518c942172c8cb9825e64
sourceBlobDigest: sha256:b51ff396c812e5270dad2ba1c47700f138d9a263866fb02f197d9cb5d9b87c08
tags:
- latest
- speakeasy-sdk-regen-1732064476
- speakeasy-sdk-regen-1732150873
targets:
accounting:
source: source1
Expand All @@ -23,10 +23,10 @@ targets:
lending:
source: source1
sourceNamespace: source-1
sourceRevisionDigest: sha256:641f3cf6d3cc1e159532426ba528553a5571f81552c618988b7885a284a7ee71
sourceRevisionDigest: sha256:a6c6f07ee2675d5b609edd3a89389e97027dccd2514518c942172c8cb9825e64
sourceBlobDigest: sha256:b51ff396c812e5270dad2ba1c47700f138d9a263866fb02f197d9cb5d9b87c08
codeSamplesNamespace: source-1-code-samples
codeSamplesRevisionDigest: sha256:0718691d5dc4d13c32874ba9cc9c6b6f6c6e9f3a936de12420aadc9487befeaa
codeSamplesRevisionDigest: sha256:f1968d517cf0fff462eb1b4bfe47430053f12725b2fd3f023962c060ee3418bb
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
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.441.0
generationVersion: 2.460.1
releaseVersion: 0.6.15
configChecksum: eeeaaf2aae5a6e5a4eab39cb343dbc19
speakeasyVersion: 1.441.1
generationVersion: 2.461.2
releaseVersion: 0.6.16
configChecksum: f61fd39e1810f2955081665ed13e10af
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.18.5
core: 3.18.6
defaultEnabledRetries: 0.1.0
envVarSecurityUsage: 0.1.2
globalSecurityCallbacks: 0.1.0
Expand Down
2 changes: 1 addition & 1 deletion lending/.speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ generation:
oAuth2ClientCredentialsEnabled: true
oAuth2PasswordEnabled: false
typescript:
version: 0.6.15
version: 0.6.16
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 @@ -668,4 +668,14 @@ Based on:
### Generated
- [typescript v0.6.15] lending
### Releases
- [NPM v0.6.15] https://www.npmjs.com/package/ryan-lending/v/0.6.15 - lending
- [NPM v0.6.15] https://www.npmjs.com/package/ryan-lending/v/0.6.15 - lending

## 2024-11-21 01:01:09
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.441.1 (2.461.2) https://github.com/speakeasy-api/speakeasy
### Generated
- [typescript v0.6.16] lending
### Releases
- [NPM v0.6.16] https://www.npmjs.com/package/ryan-lending/v/0.6.16 - 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.6.15",
"version": "0.6.16",
"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.6.15",
"version": "0.6.16",
"author": "ryan-timothy-albert",
"main": "./index.js",
"sideEffects": false,
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 @@ -52,7 +52,7 @@ export function serverURLFromOptions(options: SDKOptions): URL | null {
export const SDK_METADATA = {
language: "typescript",
openapiDocVersion: "1.0.0",
sdkVersion: "0.6.15",
genVersion: "2.460.1",
userAgent: "speakeasy-sdk/typescript 0.6.15 2.460.1 1.0.0 ryan-lending",
sdkVersion: "0.6.16",
genVersion: "2.461.2",
userAgent: "speakeasy-sdk/typescript 0.6.16 2.461.2 1.0.0 ryan-lending",
} as const;

0 comments on commit 5d5d4e5

Please sign in to comment.