Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.460.2
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot committed Dec 26, 2024
1 parent 64d8d33 commit 2fb28e9
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 14 deletions.
8 changes: 4 additions & 4 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ speakeasyVersion: 1.460.2
sources:
source1:
sourceNamespace: source-1
sourceRevisionDigest: sha256:d9184c17100e5571b902bd99c682d2969efef203c994bd9dd28c7abfcdc37f75
sourceRevisionDigest: sha256:1b50d9ae04c0eb59d29824665da4c075a51205b5c66a05d3b5ee42cfbb493340
sourceBlobDigest: sha256:012d4be23953adcc7552fbaf9a012f9f2ce1acb929189304bea43cccd9e8e681
tags:
- latest
- speakeasy-sdk-regen-1735088294
- speakeasy-sdk-regen-1735174710
- 1.0.0
targets:
accounting:
Expand All @@ -24,10 +24,10 @@ targets:
lending:
source: source1
sourceNamespace: source-1
sourceRevisionDigest: sha256:d9184c17100e5571b902bd99c682d2969efef203c994bd9dd28c7abfcdc37f75
sourceRevisionDigest: sha256:1b50d9ae04c0eb59d29824665da4c075a51205b5c66a05d3b5ee42cfbb493340
sourceBlobDigest: sha256:012d4be23953adcc7552fbaf9a012f9f2ce1acb929189304bea43cccd9e8e681
codeSamplesNamespace: source-1-typescript-code-samples
codeSamplesRevisionDigest: sha256:84dd21f38ec77e1cdc11704d2abdd28b39749a57e04c14ef6e79052145e817b0
codeSamplesRevisionDigest: sha256:977943ae4863adaa662b2e60a2d5eabb9851b61729165d53bc100045feb672f8
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand Down
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.460.2
generationVersion: 2.484.0
releaseVersion: 0.7.30
configChecksum: 948b2b255678d7c5fe35294ba4a62687
releaseVersion: 0.7.31
configChecksum: b23f18130535c1a577f52589d9dc2335
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 @@ -13,7 +13,7 @@ generation:
oAuth2ClientCredentialsEnabled: true
oAuth2PasswordEnabled: false
typescript:
version: 0.7.30
version: 0.7.31
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 @@ -1028,4 +1028,14 @@ Based on:
### Generated
- [typescript v0.7.30] lending
### Releases
- [NPM v0.7.30] https://www.npmjs.com/package/ryan-lending/v/0.7.30 - lending
- [NPM v0.7.30] https://www.npmjs.com/package/ryan-lending/v/0.7.30 - lending

## 2024-12-26 00:58:26
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.460.2 (2.484.0) https://github.com/speakeasy-api/speakeasy
### Generated
- [typescript v0.7.31] lending
### Releases
- [NPM v0.7.31] https://www.npmjs.com/package/ryan-lending/v/0.7.31 - 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.30",
"version": "0.7.31",
"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.30",
"version": "0.7.31",
"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 @@ -52,7 +52,7 @@ export function serverURLFromOptions(options: SDKOptions): URL | null {
export const SDK_METADATA = {
language: "typescript",
openapiDocVersion: "1.0.0",
sdkVersion: "0.7.30",
sdkVersion: "0.7.31",
genVersion: "2.484.0",
userAgent: "speakeasy-sdk/typescript 0.7.30 2.484.0 1.0.0 ryan-lending",
userAgent: "speakeasy-sdk/typescript 0.7.31 2.484.0 1.0.0 ryan-lending",
} as const;

0 comments on commit 2fb28e9

Please sign in to comment.