Skip to content

Commit

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

chore: 🐝 Update SDK - Generate 5.0.14
  • Loading branch information
ryan-timothy-albert authored Nov 18, 2024
2 parents 480d1a6 + 2473f9d commit 39583d8
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.13
configChecksum: c9b882bd07b6d2d5388a2eb4d4ed86a5
releaseVersion: 5.0.14
configChecksum: 235571622ef86fec6bcc905f918b697e
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.13
version: 5.0.14
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:244fc980beaedef941febf90a2f72280207c6061faf1c1941d7bea650a9f7cbd
sourceRevisionDigest: sha256:755de3b2cb79517a39bcb0ecbec6e980aa1b0eb9e5285fc2b3edc41d1b2d087b
sourceBlobDigest: sha256:2c233fb0aeec9e0604105c8f8f7b34580440014e60aeb2acb1ae4919ed6698c3
tags:
- latest
- speakeasy-sdk-regen-1731963896
- speakeasy-sdk-regen-1731973514
targets:
petstore:
source: petstore-oas
sourceNamespace: petstore-oas
sourceRevisionDigest: sha256:244fc980beaedef941febf90a2f72280207c6061faf1c1941d7bea650a9f7cbd
sourceRevisionDigest: sha256:755de3b2cb79517a39bcb0ecbec6e980aa1b0eb9e5285fc2b3edc41d1b2d087b
sourceBlobDigest: sha256:2c233fb0aeec9e0604105c8f8f7b34580440014e60aeb2acb1ae4919ed6698c3
codeSamplesNamespace: petstore-oas-code-samples
codeSamplesRevisionDigest: sha256:66eb6668f7cea189fc00b17a809e86e5e17f1f41e41ec4f44f8dbb60db2ed6c7
codeSamplesRevisionDigest: sha256:058a5654dff7505dd5adf6adb2115881f313fa722ac90287aafd717ad4212416
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 @@ -332,4 +332,14 @@ Based on:
### Generated
- [typescript v5.0.13] .
### Releases
- [NPM v5.0.13] https://www.npmjs.com/package/ryan-simple-test-act/v/5.0.13 - .
- [NPM v5.0.13] https://www.npmjs.com/package/ryan-simple-test-act/v/5.0.13 - .

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

0 comments on commit 39583d8

Please sign in to comment.