Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.451.4
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot committed Dec 5, 2024
1 parent 8a2f756 commit fad38d8
Show file tree
Hide file tree
Showing 10 changed files with 31 additions and 17 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.451.4
sources:
source1:
sourceNamespace: source-1
sourceRevisionDigest: sha256:8f46105fc5dd785cfdeadeb5de21593b87179ec13c526bf2711ef03b8c6baa26
sourceRevisionDigest: sha256:e7b5115aa807038c032974bf64101acb950d95a327264d5567e0990dc60c8b21
sourceBlobDigest: sha256:012d4be23953adcc7552fbaf9a012f9f2ce1acb929189304bea43cccd9e8e681
tags:
- latest
- speakeasy-sdk-regen-1733357846
- speakeasy-sdk-regen-1733357986
- 1.0.0
targets:
accounting:
Expand All @@ -24,10 +24,10 @@ targets:
lending:
source: source1
sourceNamespace: source-1
sourceRevisionDigest: sha256:7578b17b8fde0af6a9c47111adc7d1cb868a1b7749ce24982f8ee8f55a92d767
sourceRevisionDigest: sha256:e7b5115aa807038c032974bf64101acb950d95a327264d5567e0990dc60c8b21
sourceBlobDigest: sha256:012d4be23953adcc7552fbaf9a012f9f2ce1acb929189304bea43cccd9e8e681
codeSamplesNamespace: source-1-typescript-code-samples
codeSamplesRevisionDigest: sha256:ab44c959a4e0bec60eaabf259c70ed17e6b2bbb14555047ff1448bfba0ee1cac
codeSamplesRevisionDigest: sha256:4bbd3d01d4b0b16fe50b8486bc5d7fa347f1630209a6df1f41a876a379eddfb1
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand Down
1 change: 1 addition & 0 deletions lending/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/react-query
/__tests__
/funcs
/core.*
Expand Down
3 changes: 3 additions & 0 deletions lending/.npmignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
**/*
!/FUNCTIONS.md
!/RUNTIMES.md
!/REACT_QUERY.md
!/**/*.ts
!/**/*.js
!/**/*.map
Expand Down
8 changes: 4 additions & 4 deletions lending/.speakeasy/gen.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ id: 7caa457a-d738-4713-931d-4e4f19784732
management:
docChecksum: 1bdb7a6f8bf3995d4b40475228403253
docVersion: 1.0.0
speakeasyVersion: 1.451.1
generationVersion: 2.470.1
releaseVersion: 0.7.8
configChecksum: cc88fec8ad813e61b92b50ce6e4e0bb9
speakeasyVersion: 1.451.4
generationVersion: 2.471.2
releaseVersion: 0.7.9
configChecksum: 3d0269ddeec44a96f6636c1e6c8f595d
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.8
version: 0.7.9
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 @@ -808,4 +808,14 @@ Based on:
### Generated
- [typescript v0.7.8] lending
### Releases
- [NPM v0.7.8] https://www.npmjs.com/package/ryan-lending/v/0.7.8 - lending
- [NPM v0.7.8] https://www.npmjs.com/package/ryan-lending/v/0.7.8 - lending

## 2024-12-05 00:19:43
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.451.4 (2.471.2) https://github.com/speakeasy-api/speakeasy
### Generated
- [typescript v0.7.9] lending
### Releases
- [NPM v0.7.9] https://www.npmjs.com/package/ryan-lending/v/0.7.9 - 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.8",
"version": "0.7.9",
"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.8",
"version": "0.7.9",
"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.8",
genVersion: "2.470.1",
userAgent: "speakeasy-sdk/typescript 0.7.8 2.470.1 1.0.0 ryan-lending",
sdkVersion: "0.7.9",
genVersion: "2.471.2",
userAgent: "speakeasy-sdk/typescript 0.7.9 2.471.2 1.0.0 ryan-lending",
} as const;

0 comments on commit fad38d8

Please sign in to comment.