Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.452.0
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot committed Dec 5, 2024
1 parent 969ff66 commit 8f208b4
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 17 deletions.
8 changes: 4 additions & 4 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ id: ede0e8e6-5a63-4cc3-bd29-551cf1036a60
management:
docChecksum: d5a789891ce0c96a50ecae850b0722ea
docVersion: 4.0.0
speakeasyVersion: 1.451.6
generationVersion: 2.471.2
releaseVersion: 5.1.0
configChecksum: 4fea3568fd7c3d2cd32a79c4bacc88b2
speakeasyVersion: 1.452.0
generationVersion: 2.472.1
releaseVersion: 5.2.0-alpha.1
configChecksum: d31541b7e3562c4fb70e3cf5608ca928
repoURL: https://github.com/ryan-timothy-albert/simple-ts-sdk.git
installationURL: https://github.com/ryan-timothy-albert/simple-ts-sdk
published: true
Expand Down
10 changes: 5 additions & 5 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
speakeasyVersion: 1.451.6
speakeasyVersion: 1.452.0
sources:
petstore-oas:
sourceNamespace: petstore-oas
sourceRevisionDigest: sha256:6a21120ba502ce7c521b8c857287b4bab420613647e44ef22a22a94f50d33a96
sourceRevisionDigest: sha256:72b7f9d31a8851c002e7e79a9c8f94358b8779506992fc92eb8e8a426ddeb2d2
sourceBlobDigest: sha256:c6c82ed79c2507368596455f17c3e4e4dd8c727feaace70c14db9bed1644ea24
tags:
- latest
- speakeasy-sdk-regen-1733365618
- speakeasy-sdk-regen-1733427001
- 4.0.0
targets:
petstore:
source: petstore-oas
sourceNamespace: petstore-oas
sourceRevisionDigest: sha256:6a21120ba502ce7c521b8c857287b4bab420613647e44ef22a22a94f50d33a96
sourceRevisionDigest: sha256:72b7f9d31a8851c002e7e79a9c8f94358b8779506992fc92eb8e8a426ddeb2d2
sourceBlobDigest: sha256:c6c82ed79c2507368596455f17c3e4e4dd8c727feaace70c14db9bed1644ea24
codeSamplesNamespace: petstore-oas-typescript-code-samples
codeSamplesRevisionDigest: sha256:7b1ff44840c93929834d404f9fd0dd818e159e751d871de0a91561955672b00c
codeSamplesRevisionDigest: sha256:33c7fc46c0e73ba22318dcebf5c4070d99e7f34e6546c7521fb6404e3804516b
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -432,4 +432,14 @@ Based on:
### Generated
- [typescript v5.1.0] .
### Releases
- [NPM v5.1.0] https://www.npmjs.com/package/ryan-simple-test-act/v/5.1.0 - .
- [NPM v5.1.0] https://www.npmjs.com/package/ryan-simple-test-act/v/5.1.0 - .

## 2024-12-05 19:29:58
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.452.0 (2.472.1) https://github.com/speakeasy-api/speakeasy
### Generated
- [typescript v5.2.0-alpha.1] .
### Releases
- [NPM v5.2.0-alpha.1] https://www.npmjs.com/package/ryan-simple-test-act/v/5.2.0-alpha.1 - .
2 changes: 1 addition & 1 deletion jsr.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

{
"name": "ryan-simple-test-act",
"version": "5.1.0",
"version": "5.2.0-alpha.1",
"exports": {
".": "./src/index.ts",
"./models/errors": "./src/models/errors/index.ts",
Expand Down
4 changes: 2 additions & 2 deletions 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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ryan-simple-test-act",
"version": "5.1.0",
"version": "5.2.0-alpha.1",
"author": "ryan-timothy-albert",
"main": "./index.js",
"sideEffects": false,
Expand Down
6 changes: 3 additions & 3 deletions src/lib/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ export function serverURLFromOptions(options: SDKOptions): URL | null {
export const SDK_METADATA = {
language: "typescript",
openapiDocVersion: "4.0.0",
sdkVersion: "5.1.0",
genVersion: "2.471.2",
sdkVersion: "5.2.0-alpha.1",
genVersion: "2.472.1",
userAgent:
"speakeasy-sdk/typescript 5.1.0 2.471.2 4.0.0 ryan-simple-test-act",
"speakeasy-sdk/typescript 5.2.0-alpha.1 2.472.1 4.0.0 ryan-simple-test-act",
} as const;

0 comments on commit 8f208b4

Please sign in to comment.