Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.441.0
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot committed Nov 20, 2024
1 parent aaa3abb commit b382a87
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 14 deletions.
4 changes: 2 additions & 2 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ management:
docVersion: 4.0.0
speakeasyVersion: 1.441.0
generationVersion: 2.460.1
releaseVersion: 5.0.21
configChecksum: f5aafcf1042ab4b0a07de861ed7fc004
releaseVersion: 5.0.22
configChecksum: bd55b26ca6745e61fdab541ffa0bb39a
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
2 changes: 1 addition & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ generation:
oAuth2ClientCredentialsEnabled: true
oAuth2PasswordEnabled: false
typescript:
version: 5.0.21
version: 5.0.22
additionalDependencies:
dependencies: {}
devDependencies: {}
Expand Down
8 changes: 4 additions & 4 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@ speakeasyVersion: 1.441.0
sources:
petstore-oas:
sourceNamespace: petstore-oas
sourceRevisionDigest: sha256:ca8831cb4a21884fa326c7e8322bf020e64fd730a1bb9dec2a8879dffbdce096
sourceRevisionDigest: sha256:479595b6cb5f42f4fad92c7bf8b082ba28a855ea47a245f090fd2b72f2dff38c
sourceBlobDigest: sha256:2c233fb0aeec9e0604105c8f8f7b34580440014e60aeb2acb1ae4919ed6698c3
tags:
- latest
- speakeasy-sdk-regen-1732058253
- speakeasy-sdk-regen-1732059998
targets:
petstore:
source: petstore-oas
sourceNamespace: petstore-oas
sourceRevisionDigest: sha256:ca8831cb4a21884fa326c7e8322bf020e64fd730a1bb9dec2a8879dffbdce096
sourceRevisionDigest: sha256:479595b6cb5f42f4fad92c7bf8b082ba28a855ea47a245f090fd2b72f2dff38c
sourceBlobDigest: sha256:2c233fb0aeec9e0604105c8f8f7b34580440014e60aeb2acb1ae4919ed6698c3
codeSamplesNamespace: petstore-oas-code-samples
codeSamplesRevisionDigest: sha256:333d350d7828286941dffc93d318e7399bac9f7e2d9b6670a094b4136c68b2ed
codeSamplesRevisionDigest: sha256:1cced06966f887a85113d802fb25319474a557a6e9d022663d1c74a74ee51e0a
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 @@ -412,4 +412,14 @@ Based on:
### Generated
- [typescript v5.0.21] .
### Releases
- [NPM v5.0.21] https://www.npmjs.com/package/ryan-simple-test-act/v/5.0.21 - .
- [NPM v5.0.21] https://www.npmjs.com/package/ryan-simple-test-act/v/5.0.21 - .

## 2024-11-20 00:05:32
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.441.0 (2.460.1) https://github.com/speakeasy-api/speakeasy
### Generated
- [typescript v5.0.22] .
### Releases
- [NPM v5.0.22] https://www.npmjs.com/package/ryan-simple-test-act/v/5.0.22 - .
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.0.21",
"version": "5.0.22",
"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.0.21",
"version": "5.0.22",
"author": "ryan-timothy-albert",
"main": "./index.js",
"sideEffects": false,
Expand Down
4 changes: 2 additions & 2 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.0.21",
sdkVersion: "5.0.22",
genVersion: "2.460.1",
userAgent:
"speakeasy-sdk/typescript 5.0.21 2.460.1 4.0.0 ryan-simple-test-act",
"speakeasy-sdk/typescript 5.0.22 2.460.1 4.0.0 ryan-simple-test-act",
} as const;

0 comments on commit b382a87

Please sign in to comment.