Skip to content

Commit

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

chore: 🐝 Update SDK - Generate 5.0.13
  • Loading branch information
ryan-timothy-albert authored Nov 18, 2024
2 parents 9cbb3a2 + ad87527 commit 480d1a6
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.2
speakeasyVersion: 1.441.0
generationVersion: 2.460.1
releaseVersion: 5.0.12
configChecksum: dd94462ea7773afb151dcb26c596e3f8
releaseVersion: 5.0.13
configChecksum: c9b882bd07b6d2d5388a2eb4d4ed86a5
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.12
version: 5.0.13
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.2
speakeasyVersion: 1.441.0
sources:
petstore-oas:
sourceNamespace: petstore-oas
sourceRevisionDigest: sha256:fac5438538ee8049f55afae18b67b9efda353c492e812f71bdfdd5d7d817d9f0
sourceRevisionDigest: sha256:244fc980beaedef941febf90a2f72280207c6061faf1c1941d7bea650a9f7cbd
sourceBlobDigest: sha256:2c233fb0aeec9e0604105c8f8f7b34580440014e60aeb2acb1ae4919ed6698c3
tags:
- latest
- speakeasy-sdk-regen-1731961974
- speakeasy-sdk-regen-1731963896
targets:
petstore:
source: petstore-oas
sourceNamespace: petstore-oas
sourceRevisionDigest: sha256:fac5438538ee8049f55afae18b67b9efda353c492e812f71bdfdd5d7d817d9f0
sourceRevisionDigest: sha256:244fc980beaedef941febf90a2f72280207c6061faf1c1941d7bea650a9f7cbd
sourceBlobDigest: sha256:2c233fb0aeec9e0604105c8f8f7b34580440014e60aeb2acb1ae4919ed6698c3
codeSamplesNamespace: petstore-oas-code-samples
codeSamplesRevisionDigest: sha256:985ae8db9c118442ccd332b1fe320590a5588a5d910d773ae3426b5df185301c
codeSamplesRevisionDigest: sha256:66eb6668f7cea189fc00b17a809e86e5e17f1f41e41ec4f44f8dbb60db2ed6c7
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 @@ -322,4 +322,14 @@ Based on:
### Generated
- [typescript v5.0.12] .
### Releases
- [NPM v5.0.12] https://www.npmjs.com/package/ryan-simple-test-act/v/5.0.12 - .
- [NPM v5.0.12] https://www.npmjs.com/package/ryan-simple-test-act/v/5.0.12 - .

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

0 comments on commit 480d1a6

Please sign in to comment.