Skip to content

Commit

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

chore: 🐝 Update SDK - Generate 5.0.19
  • Loading branch information
ryan-timothy-albert authored Nov 19, 2024
2 parents 3207f0b + 7291d6a commit 1aaf77d
Show file tree
Hide file tree
Showing 8 changed files with 25 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.18
configChecksum: a5d11112a151a36b8ed0f023f718902f
releaseVersion: 5.0.19
configChecksum: b8558ec9809000eb8299acdfcdb1f939
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.18
version: 5.0.19
additionalDependencies:
dependencies: {}
devDependencies: {}
Expand Down
9 changes: 5 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:ffb60b111ab40a642e89df775b310c9d398176b175a987f2cab3bc3cfdd94e96
sourceRevisionDigest: sha256:72799639fdbd6d38fb7f2f2533f4b24b507d6e340fe3a2315e6393a3fc26cc03
sourceBlobDigest: sha256:2c233fb0aeec9e0604105c8f8f7b34580440014e60aeb2acb1ae4919ed6698c3
tags:
- latest
- speakeasy-sdk-regen-1731974979
- speakeasy-sdk-regen-1731975292
targets:
petstore:
source: petstore-oas
sourceNamespace: petstore-oas
sourceRevisionDigest: sha256:ffb60b111ab40a642e89df775b310c9d398176b175a987f2cab3bc3cfdd94e96
sourceRevisionDigest: sha256:72799639fdbd6d38fb7f2f2533f4b24b507d6e340fe3a2315e6393a3fc26cc03
sourceBlobDigest: sha256:2c233fb0aeec9e0604105c8f8f7b34580440014e60aeb2acb1ae4919ed6698c3
codeSamplesNamespace: petstore-oas-code-samples
codeSamplesRevisionDigest: sha256:3b3d4b31b5cf1a9c8c09ec1334d786478304c5e8d8915f7a73263462d326b7cb
codeSamplesRevisionDigest: sha256:484815fccd542e7ae0a524c797b6d57c651cc7ceda8a3110158a323c5fda31b1
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand All @@ -28,6 +28,7 @@ workflow:
petstore:
target: typescript
source: petstore-oas
output: .
publish:
npm:
token: $npm_token
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -382,4 +382,14 @@ Based on:
### Generated
- [typescript v5.0.18] .
### Releases
- [NPM v5.0.18] https://www.npmjs.com/package/ryan-simple-test-act/v/5.0.18 - .
- [NPM v5.0.18] https://www.npmjs.com/package/ryan-simple-test-act/v/5.0.18 - .

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

0 comments on commit 1aaf77d

Please sign in to comment.