Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: 🐝 Update SDK - Generate PETSTORE 5.1.0 #50

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.21
configChecksum: f5aafcf1042ab4b0a07de861ed7fc004
releaseVersion: 5.1.0
configChecksum: 8bf802550a78d22bf76d0ebb459e30b6
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.21
version: 5.1.0
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:ca8831cb4a21884fa326c7e8322bf020e64fd730a1bb9dec2a8879dffbdce096
sourceRevisionDigest: sha256:479595b6cb5f42f4fad92c7bf8b082ba28a855ea47a245f090fd2b72f2dff38c
sourceBlobDigest: sha256:2c233fb0aeec9e0604105c8f8f7b34580440014e60aeb2acb1ae4919ed6698c3
tags:
- latest
- speakeasy-sdk-regen-1732058253
- speakeasy-sdk-regen-1732059998
targets:
petstore:
source: petstore-oas
sourceNamespace: petstore-oas
sourceRevisionDigest: sha256:ca8831cb4a21884fa326c7e8322bf020e64fd730a1bb9dec2a8879dffbdce096
sourceRevisionDigest: sha256:479595b6cb5f42f4fad92c7bf8b082ba28a855ea47a245f090fd2b72f2dff38c
sourceBlobDigest: sha256:2c233fb0aeec9e0604105c8f8f7b34580440014e60aeb2acb1ae4919ed6698c3
codeSamplesNamespace: petstore-oas-code-samples
codeSamplesRevisionDigest: sha256:333d350d7828286941dffc93d318e7399bac9f7e2d9b6670a094b4136c68b2ed
codeSamplesRevisionDigest: sha256:1cced06966f887a85113d802fb25319474a557a6e9d022663d1c74a74ee51e0a
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 @@ -412,4 +412,14 @@ Based on:
### Generated
- [typescript v5.0.21] .
### Releases
- [NPM v5.0.21] https://www.npmjs.com/package/ryan-simple-test-act/v/5.0.21 - .
- [NPM v5.0.21] https://www.npmjs.com/package/ryan-simple-test-act/v/5.0.21 - .

## 2024-11-20 01:42:09
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.441.0 (2.460.1) https://github.com/speakeasy-api/speakeasy
### Generated
- [typescript v5.1.0] .
### Releases
- [NPM v5.1.0] https://www.npmjs.com/package/ryan-simple-test-act/v/5.1.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": "5.0.21",
"version": "5.1.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": "5.0.21",
"version": "5.1.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: "5.0.21",
sdkVersion: "5.1.0",
genVersion: "2.460.1",
userAgent:
"speakeasy-sdk/typescript 5.0.21 2.460.1 4.0.0 ryan-simple-test-act",
"speakeasy-sdk/typescript 5.1.0 2.460.1 4.0.0 ryan-simple-test-act",
} as const;