Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.453.3
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot committed Dec 8, 2024
1 parent 14a2bad commit 28a4c7c
Show file tree
Hide file tree
Showing 8 changed files with 28 additions and 122 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.2
speakeasyVersion: 1.453.3
sources:
source1:
sourceNamespace: source-1
sourceRevisionDigest: sha256:53193fc497254fb91c96461a139c081051024db5456d56bf03edc22f14bc2d90
sourceRevisionDigest: sha256:44219fcef5ce5a75bc502ae31b9cc5457776afe9ba7dbb9b007c64a0657ef0f2
sourceBlobDigest: sha256:012d4be23953adcc7552fbaf9a012f9f2ce1acb929189304bea43cccd9e8e681
tags:
- latest
- speakeasy-sdk-regen-1733533449
- speakeasy-sdk-regen-1733620154
- 1.0.0
targets:
accounting:
Expand All @@ -24,10 +24,10 @@ targets:
lending:
source: source1
sourceNamespace: source-1
sourceRevisionDigest: sha256:53193fc497254fb91c96461a139c081051024db5456d56bf03edc22f14bc2d90
sourceRevisionDigest: sha256:44219fcef5ce5a75bc502ae31b9cc5457776afe9ba7dbb9b007c64a0657ef0f2
sourceBlobDigest: sha256:012d4be23953adcc7552fbaf9a012f9f2ce1acb929189304bea43cccd9e8e681
codeSamplesNamespace: source-1-typescript-code-samples
codeSamplesRevisionDigest: sha256:9d8b7db027c7b82758209b81533d362188dc345916ee21f65a7d7f2a6714184e
codeSamplesRevisionDigest: sha256:6bb694414c177725e9a5b2fc1e4775586007fb9e7a8c2a8a5029aea3186217d4
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
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.453.2
generationVersion: 2.474.5
releaseVersion: 0.7.12
configChecksum: 268c11850ce6ce6640fc0a0616059b2d
speakeasyVersion: 1.453.3
generationVersion: 2.474.6
releaseVersion: 0.7.13
configChecksum: 3c71e448975ce18a4a6ee32cc8ece218
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.12
version: 0.7.13
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 @@ -848,4 +848,14 @@ Based on:
### Generated
- [typescript v0.7.12] lending
### Releases
- [NPM v0.7.12] https://www.npmjs.com/package/ryan-lending/v/0.7.12 - lending
- [NPM v0.7.12] https://www.npmjs.com/package/ryan-lending/v/0.7.12 - lending

## 2024-12-08 01:09:11
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.453.3 (2.474.6) https://github.com/speakeasy-api/speakeasy
### Generated
- [typescript v0.7.13] lending
### Releases
- [NPM v0.7.13] https://www.npmjs.com/package/ryan-lending/v/0.7.13 - 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.12",
"version": "0.7.13",
"exports": {
".": "./src/index.ts",
"./models/errors": "./src/models/errors/index.ts",
Expand Down
106 changes: 2 additions & 104 deletions lending/package-lock.json

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

4 changes: 1 addition & 3 deletions lending/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ryan-lending",
"version": "0.7.12",
"version": "0.7.13",
"author": "ryan-timothy-albert",
"main": "./index.js",
"sideEffects": false,
Expand All @@ -15,8 +15,6 @@
"prepublishOnly": "npm run build"
},
"peerDependencies": {
"react": "^18 || ^19",
"react-dom": "^18 || ^19",
"zod": ">= 3"
},
"devDependencies": {
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.12",
genVersion: "2.474.5",
userAgent: "speakeasy-sdk/typescript 0.7.12 2.474.5 1.0.0 ryan-lending",
sdkVersion: "0.7.13",
genVersion: "2.474.6",
userAgent: "speakeasy-sdk/typescript 0.7.13 2.474.6 1.0.0 ryan-lending",
} as const;

0 comments on commit 28a4c7c

Please sign in to comment.