Skip to content

Commit

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

chore: 🐝 Update SDK - Generate PETSTORE 5.2.0-alpha.5
  • Loading branch information
ryan-timothy-albert authored Dec 16, 2024
2 parents 795bca7 + d15ea66 commit c9dad3b
Show file tree
Hide file tree
Showing 8 changed files with 61 additions and 10 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.455.7
generationVersion: 2.480.1
releaseVersion: 5.2.0-alpha.4
configChecksum: 1773e82e2fde2ac70734438bf70aebcd
releaseVersion: 5.2.0-alpha.5
configChecksum: ff977dc33a63ac9fe6f51fe1674b8ec0
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.2.0-alpha.4
version: 5.2.0-alpha.5
additionalDependencies:
dependencies: {}
devDependencies: {}
Expand Down
41 changes: 41 additions & 0 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
speakeasyVersion: 1.455.7
sources:
petstore-oas:
sourceNamespace: petstore-oas
sourceRevisionDigest: sha256:596a54ffd168f55a6ccf95c41238c64fec143ba83b6c4a71042da64db0074fd6
sourceBlobDigest: sha256:96cc6fae3e7a587d1440a68ab7d0ec805f37c12baa238e0aaefe4fd7e4e755a2
tags:
- latest
- speakeasy-sdk-regen-1734385142
- 4.0.0
targets:
petstore:
source: petstore-oas
sourceNamespace: petstore-oas
sourceRevisionDigest: sha256:596a54ffd168f55a6ccf95c41238c64fec143ba83b6c4a71042da64db0074fd6
sourceBlobDigest: sha256:96cc6fae3e7a587d1440a68ab7d0ec805f37c12baa238e0aaefe4fd7e4e755a2
codeSamplesNamespace: petstore-oas-typescript-code-samples
codeSamplesRevisionDigest: sha256:45379d056eb84554b0a13b157fc0a72db22a7198d108d8cb1d6fbd975aa037b1
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
sources:
petstore-oas:
inputs:
- location: openapi.json
registry:
location: registry.speakeasyapi.dev/ryan-local/ryan-docs-demo/petstore-oas
targets:
petstore:
target: typescript
source: petstore-oas
output: .
publish:
npm:
token: $npm_token
codeSamples:
registry:
location: registry.speakeasyapi.dev/ryan-local/ryan-docs-demo/petstore-oas-typescript-code-samples
labelOverride:
fixedValue: Typescript
blocking: false
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -472,4 +472,14 @@ Based on:
### Generated
- [typescript v5.2.0-alpha.4] .
### Releases
- [NPM v5.2.0-alpha.4] https://www.npmjs.com/package/ryan-simple-test-act/v/5.2.0-alpha.4 - .
- [NPM v5.2.0-alpha.4] https://www.npmjs.com/package/ryan-simple-test-act/v/5.2.0-alpha.4 - .

## 2024-12-16 21:38:59
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.455.7 (2.480.1) https://github.com/speakeasy-api/speakeasy
### Generated
- [typescript v5.2.0-alpha.5] .
### Releases
- [NPM v5.2.0-alpha.5] https://www.npmjs.com/package/ryan-simple-test-act/v/5.2.0-alpha.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.2.0-alpha.4",
"version": "5.2.0-alpha.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.2.0-alpha.4",
"version": "5.2.0-alpha.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.2.0-alpha.4",
sdkVersion: "5.2.0-alpha.5",
genVersion: "2.480.1",
userAgent:
"speakeasy-sdk/typescript 5.2.0-alpha.4 2.480.1 4.0.0 ryan-simple-test-act",
"speakeasy-sdk/typescript 5.2.0-alpha.5 2.480.1 4.0.0 ryan-simple-test-act",
} as const;

0 comments on commit c9dad3b

Please sign in to comment.