Skip to content

Commit

Permalink
Merge pull request #38 from ryan-timothy-albert/speakeasy-sdk-regen-1…
Browse files Browse the repository at this point in the history
…731953347

chore: 🐝 Update SDK - Generate 5.0.6
  • Loading branch information
ryan-timothy-albert authored Nov 18, 2024
2 parents fe7710c + 6d9c84c commit 41e7c24
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.440.2
generationVersion: 2.460.1
releaseVersion: 5.0.5
configChecksum: ef63a3c3b6a19f80aef90fe861f42b93
releaseVersion: 5.0.6
configChecksum: ea4e70efc7e42200760834bf5368d28f
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.5
version: 5.0.6
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.440.2
sources:
petstore-oas:
sourceNamespace: petstore-oas
sourceRevisionDigest: sha256:310a8642e09cde8ba97aa9956ae5623c54c62af945a0ad4cf54cf1b86446238b
sourceRevisionDigest: sha256:71e0be81dd65a2eda73fc3c8712078bb8e0979e152158302eff4243e022ffaa4
sourceBlobDigest: sha256:2c233fb0aeec9e0604105c8f8f7b34580440014e60aeb2acb1ae4919ed6698c3
tags:
- latest
- speakeasy-sdk-regen-1731952676
- speakeasy-sdk-regen-1731953347
targets:
petstore:
source: petstore-oas
sourceNamespace: petstore-oas
sourceRevisionDigest: sha256:310a8642e09cde8ba97aa9956ae5623c54c62af945a0ad4cf54cf1b86446238b
sourceRevisionDigest: sha256:71e0be81dd65a2eda73fc3c8712078bb8e0979e152158302eff4243e022ffaa4
sourceBlobDigest: sha256:2c233fb0aeec9e0604105c8f8f7b34580440014e60aeb2acb1ae4919ed6698c3
codeSamplesNamespace: petstore-oas-code-samples
codeSamplesRevisionDigest: sha256:e68bd747d54d8072852943891db4e9ce3a905ad44be7f167fe3f4dac2cdedf89
codeSamplesRevisionDigest: sha256:598b8c838378de54a6c7509bdbb09795e6c10ca9a1985dd77802fa7e953c40de
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 @@ -252,4 +252,14 @@ Based on:
### Generated
- [typescript v5.0.5] .
### Releases
- [NPM v5.0.5] https://www.npmjs.com/package/ryan-simple-test-act/v/5.0.5 - .
- [NPM v5.0.5] https://www.npmjs.com/package/ryan-simple-test-act/v/5.0.5 - .

## 2024-11-18 18:09:03
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.440.2 (2.460.1) https://github.com/speakeasy-api/speakeasy
### Generated
- [typescript v5.0.6] .
### Releases
- [NPM v5.0.6] https://www.npmjs.com/package/ryan-simple-test-act/v/5.0.6 - .
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.5",
"version": "5.0.6",
"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.5",
"version": "5.0.6",
"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.5",
sdkVersion: "5.0.6",
genVersion: "2.460.1",
userAgent:
"speakeasy-sdk/typescript 5.0.5 2.460.1 4.0.0 ryan-simple-test-act",
"speakeasy-sdk/typescript 5.0.6 2.460.1 4.0.0 ryan-simple-test-act",
} as const;

0 comments on commit 41e7c24

Please sign in to comment.