Skip to content

Commit

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

chore: 🐝 Update SDK - Generate 5.0.5
  • Loading branch information
ryan-timothy-albert authored Nov 18, 2024
2 parents 1814f7c + 3f563a4 commit fe7710c
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 16 deletions.
6 changes: 3 additions & 3 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: 55065f93fdcc6be1a140cbf922085627
docVersion: 4.0.0
speakeasyVersion: 1.440.1
speakeasyVersion: 1.440.2
generationVersion: 2.460.1
releaseVersion: 5.0.4
configChecksum: d5ca5549051e4d923be5f34e181f3025
releaseVersion: 5.0.5
configChecksum: ef63a3c3b6a19f80aef90fe861f42b93
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.4
version: 5.0.5
additionalDependencies:
dependencies: {}
devDependencies: {}
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.440.1
speakeasyVersion: 1.440.2
sources:
petstore-oas:
sourceNamespace: petstore-oas
sourceRevisionDigest: sha256:23dab6d4b2dc373d58f0eb29bb763278bfaeafad87c08a3d46e9a4f9f0d0a048
sourceRevisionDigest: sha256:310a8642e09cde8ba97aa9956ae5623c54c62af945a0ad4cf54cf1b86446238b
sourceBlobDigest: sha256:2c233fb0aeec9e0604105c8f8f7b34580440014e60aeb2acb1ae4919ed6698c3
tags:
- latest
- speakeasy-sdk-regen-1731951112
- speakeasy-sdk-regen-1731952676
targets:
petstore:
source: petstore-oas
sourceNamespace: petstore-oas
sourceRevisionDigest: sha256:23dab6d4b2dc373d58f0eb29bb763278bfaeafad87c08a3d46e9a4f9f0d0a048
sourceRevisionDigest: sha256:310a8642e09cde8ba97aa9956ae5623c54c62af945a0ad4cf54cf1b86446238b
sourceBlobDigest: sha256:2c233fb0aeec9e0604105c8f8f7b34580440014e60aeb2acb1ae4919ed6698c3
codeSamplesNamespace: petstore-oas-code-samples
codeSamplesRevisionDigest: sha256:3fd927c53991b50592914fc6d2549d39fc809968e7236985cabaa05c56ffa0b6
codeSamplesRevisionDigest: sha256:e68bd747d54d8072852943891db4e9ce3a905ad44be7f167fe3f4dac2cdedf89
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 @@ -242,4 +242,14 @@ Based on:
### Generated
- [typescript v5.0.4] .
### Releases
- [NPM v5.0.4] https://www.npmjs.com/package/ryan-simple-test-act/v/5.0.4 - .
- [NPM v5.0.4] https://www.npmjs.com/package/ryan-simple-test-act/v/5.0.4 - .

## 2024-11-18 17:57:53
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.440.2 (2.460.1) https://github.com/speakeasy-api/speakeasy
### Generated
- [typescript v5.0.5] .
### Releases
- [NPM v5.0.5] https://www.npmjs.com/package/ryan-simple-test-act/v/5.0.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": "5.0.4",
"version": "5.0.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": "5.0.4",
"version": "5.0.5",
"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.4",
sdkVersion: "5.0.5",
genVersion: "2.460.1",
userAgent:
"speakeasy-sdk/typescript 5.0.4 2.460.1 4.0.0 ryan-simple-test-act",
"speakeasy-sdk/typescript 5.0.5 2.460.1 4.0.0 ryan-simple-test-act",
} as const;

0 comments on commit fe7710c

Please sign in to comment.