Skip to content

Commit

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

chore: 🐝 Update SDK - Generate 4.1.1.3.5
  • Loading branch information
ryan-timothy-albert authored Nov 12, 2024
2 parents 52d9efa + c3522b5 commit e26c0b3
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: be8867ee6a40cb9115b74910eb979633
docVersion: 4.0.0
speakeasyVersion: 1.437.0
generationVersion: 2.456.0
releaseVersion: 2.0.0
configChecksum: ceca9bd064f28b2fedd1fd6e99a8f68f
speakeasyVersion: 1.438.1
generationVersion: 2.457.2
releaseVersion: 4.1.1.3.5
configChecksum: 860784be6ada74c36fe7a5dd7250d10a
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,20 +1,20 @@
speakeasyVersion: 1.437.0
speakeasyVersion: 1.438.1
sources:
petstore-oas:
sourceNamespace: petstore-oas
sourceRevisionDigest: sha256:2c09c4ba5caab0560729d4dcff1a85681cafbc885dd6e7ef94069004a3fc891d
sourceRevisionDigest: sha256:c8b770e5a45a4e417acaf573c38c8c74cf071a6e66aa281e80394bacb2bce7a3
sourceBlobDigest: sha256:f816afdab3bfe4f267011ac13ad6be3d38b0be8f4b8930dbf9914f875be0dcf9
tags:
- latest
- main
- speakeasy-sdk-regen-1731449371
targets:
petstore:
source: petstore-oas
sourceNamespace: petstore-oas
sourceRevisionDigest: sha256:2c09c4ba5caab0560729d4dcff1a85681cafbc885dd6e7ef94069004a3fc891d
sourceRevisionDigest: sha256:c8b770e5a45a4e417acaf573c38c8c74cf071a6e66aa281e80394bacb2bce7a3
sourceBlobDigest: sha256:f816afdab3bfe4f267011ac13ad6be3d38b0be8f4b8930dbf9914f875be0dcf9
codeSamplesNamespace: petstore-oas-code-samples
codeSamplesRevisionDigest: sha256:c4701f5251b4d4b3a64d4b61ab64a1bf8277b9246c79a157f3e9ddb69c1bc4f5
codeSamplesRevisionDigest: sha256:b9d45aa4765d558b3c2c31703c24f6c9f11367ceb9dbd15de4a55983d002ec20
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 @@ -172,4 +172,14 @@ Based on:
### Generated
- [typescript v2.0.0] .
### Releases
- [NPM v2.0.0] https://www.npmjs.com/package/ryan-simple-test-act/v/2.0.0 - .
- [NPM v2.0.0] https://www.npmjs.com/package/ryan-simple-test-act/v/2.0.0 - .

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

0 comments on commit e26c0b3

Please sign in to comment.