Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.453.8
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot committed Dec 10, 2024
1 parent 4b4714e commit 4e78fe1
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.453.4
speakeasyVersion: 1.453.8
sources:
source1:
sourceNamespace: source-1
sourceRevisionDigest: sha256:3d96466ebfb18ee002a2eadcfa68ab28fee074ece9f051fab8da4a9a3264dfd5
sourceRevisionDigest: sha256:83862b12ad7f3cd4e33119068f4fe43fd9c8e8117fcf4057eac605167e5dbea5
sourceBlobDigest: sha256:012d4be23953adcc7552fbaf9a012f9f2ce1acb929189304bea43cccd9e8e681
tags:
- latest
- speakeasy-sdk-regen-1733706363
- speakeasy-sdk-regen-1733792731
- 1.0.0
targets:
accounting:
Expand All @@ -24,10 +24,10 @@ targets:
lending:
source: source1
sourceNamespace: source-1
sourceRevisionDigest: sha256:3d96466ebfb18ee002a2eadcfa68ab28fee074ece9f051fab8da4a9a3264dfd5
sourceRevisionDigest: sha256:83862b12ad7f3cd4e33119068f4fe43fd9c8e8117fcf4057eac605167e5dbea5
sourceBlobDigest: sha256:012d4be23953adcc7552fbaf9a012f9f2ce1acb929189304bea43cccd9e8e681
codeSamplesNamespace: source-1-typescript-code-samples
codeSamplesRevisionDigest: sha256:5c4cf18ea5b8861027393a6117352e430c058af29001b18cd5d0c890e78a5d3b
codeSamplesRevisionDigest: sha256:dc8625fc4cc1228554dadccda236e3ee95fde48b4fbee715d3248612df7937a6
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.453.4
generationVersion: 2.474.6
releaseVersion: 0.7.14
configChecksum: 9f5370e375ec6a78121cc57e1b215114
speakeasyVersion: 1.453.8
generationVersion: 2.474.15
releaseVersion: 0.7.15
configChecksum: 3d828ea4af49f4a8fde8a78e8579d908
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.8
core: 3.18.9
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.7.14
version: 0.7.15
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 @@ -868,4 +868,14 @@ Based on:
### Generated
- [typescript v0.7.14] lending
### Releases
- [NPM v0.7.14] https://www.npmjs.com/package/ryan-lending/v/0.7.14 - lending
- [NPM v0.7.14] https://www.npmjs.com/package/ryan-lending/v/0.7.14 - lending

## 2024-12-10 01:05:28
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.453.8 (2.474.15) https://github.com/speakeasy-api/speakeasy
### Generated
- [typescript v0.7.15] lending
### Releases
- [NPM v0.7.15] https://www.npmjs.com/package/ryan-lending/v/0.7.15 - 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.7.14",
"version": "0.7.15",
"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.7.14",
"version": "0.7.15",
"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.7.14",
genVersion: "2.474.6",
userAgent: "speakeasy-sdk/typescript 0.7.14 2.474.6 1.0.0 ryan-lending",
sdkVersion: "0.7.15",
genVersion: "2.474.15",
userAgent: "speakeasy-sdk/typescript 0.7.15 2.474.15 1.0.0 ryan-lending",
} as const;

0 comments on commit 4e78fe1

Please sign in to comment.