Skip to content

Commit

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

chore: 🐝 Update SDK - Generate 5.0.0
  • Loading branch information
ryan-timothy-albert authored Nov 12, 2024
2 parents f259260 + b67d7a8 commit 5595d72
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 12 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.438.1
generationVersion: 2.457.2
releaseVersion: 4.0.0
configChecksum: b0869a68d37d0684781236067d747930
releaseVersion: 5.0.0
configChecksum: f5583aaed662329331f8c9530f6e6509
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
6 changes: 3 additions & 3 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ speakeasyVersion: 1.438.1
sources:
petstore-oas:
sourceNamespace: petstore-oas
sourceRevisionDigest: sha256:a72428e69b83a3302403b4332f4740f0b09897ace7279386d5ff3f0b3c3ad263
sourceRevisionDigest: sha256:9c483d4ecaa701897ec8badfb42f997fc193587c4a87f5f20019c9ab51ca0f01
sourceBlobDigest: sha256:f816afdab3bfe4f267011ac13ad6be3d38b0be8f4b8930dbf9914f875be0dcf9
tags:
- latest
Expand All @@ -11,10 +11,10 @@ targets:
petstore:
source: petstore-oas
sourceNamespace: petstore-oas
sourceRevisionDigest: sha256:a72428e69b83a3302403b4332f4740f0b09897ace7279386d5ff3f0b3c3ad263
sourceRevisionDigest: sha256:9c483d4ecaa701897ec8badfb42f997fc193587c4a87f5f20019c9ab51ca0f01
sourceBlobDigest: sha256:f816afdab3bfe4f267011ac13ad6be3d38b0be8f4b8930dbf9914f875be0dcf9
codeSamplesNamespace: petstore-oas-code-samples
codeSamplesRevisionDigest: sha256:73bf0a89f019f2a97cbcbb125fdcb62dd8fc8f83932cd2f3e379d2aef0eaa747
codeSamplesRevisionDigest: sha256:2ee6304402439abbf2cbc08a635eb67f32b42bb796dce06c166206f21aa9e603
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 @@ -192,4 +192,14 @@ Based on:
### Generated
- [typescript v4.0.0] .
### Releases
- [NPM v4.0.0] https://www.npmjs.com/package/ryan-simple-test-act/v/4.0.0 - .
- [NPM v4.0.0] https://www.npmjs.com/package/ryan-simple-test-act/v/4.0.0 - .

## 2024-11-12 22:32:34
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.438.1 (2.457.2) https://github.com/speakeasy-api/speakeasy
### Generated
- [typescript v5.0.0] .
### Releases
- [NPM v5.0.0] https://www.npmjs.com/package/ryan-simple-test-act/v/5.0.0 - .
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": "4.0.0",
"version": "5.0.0",
"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": "4.0.0",
"version": "5.0.0",
"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: "4.0.0",
sdkVersion: "5.0.0",
genVersion: "2.457.2",
userAgent:
"speakeasy-sdk/typescript 4.0.0 2.457.2 4.0.0 ryan-simple-test-act",
"speakeasy-sdk/typescript 5.0.0 2.457.2 4.0.0 ryan-simple-test-act",
} as const;

0 comments on commit 5595d72

Please sign in to comment.