Skip to content

Commit

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

chore: 🐝 Update SDK - Generate 0.1.18
  • Loading branch information
ryan-timothy-albert authored Oct 23, 2024
2 parents 3704acb + f2b7f7e commit f31f628
Show file tree
Hide file tree
Showing 8 changed files with 29 additions and 16 deletions.
8 changes: 4 additions & 4 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: 7c524b4be7afdadc4b2f448072865ac4
docVersion: 1.0.0
speakeasyVersion: 1.418.1
generationVersion: 2.438.3
releaseVersion: 0.1.17
configChecksum: f0c3b3eb9589f6b0441bfe47cc2b5db4
speakeasyVersion: 1.421.0
generationVersion: 2.438.15
releaseVersion: 0.1.18
configChecksum: 5afa2f1601fb848b3e71da906dd30d47
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 @@ -15,7 +15,7 @@ generation:
auth:
oAuth2ClientCredentialsEnabled: true
typescript:
version: 0.1.17
version: 0.1.18
additionalDependencies:
dependencies: {}
devDependencies: {}
Expand Down
9 changes: 6 additions & 3 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
speakeasyVersion: 1.418.1
speakeasyVersion: 1.421.0
sources:
petstore-oas:
sourceNamespace: petstore-oas
sourceRevisionDigest: sha256:2fdc392c2c3183f483ffd7e0660bf5fbf9346b80d81023c0460326cb3d683b68
sourceRevisionDigest: sha256:eac28b81137298736a13600aaa0a7a4572716c27f0988afa32413308342b7217
sourceBlobDigest: sha256:849ab95113a7a54b7944402c86e88af54754f8ef15f449005e30ca17bac3f5a0
tags:
- latest
Expand All @@ -11,7 +11,7 @@ targets:
petstore:
source: petstore-oas
sourceNamespace: petstore-oas
sourceRevisionDigest: sha256:2fdc392c2c3183f483ffd7e0660bf5fbf9346b80d81023c0460326cb3d683b68
sourceRevisionDigest: sha256:eac28b81137298736a13600aaa0a7a4572716c27f0988afa32413308342b7217
sourceBlobDigest: sha256:849ab95113a7a54b7944402c86e88af54754f8ef15f449005e30ca17bac3f5a0
workflow:
workflowVersion: 1.0.0
Expand All @@ -26,3 +26,6 @@ workflow:
petstore:
target: typescript
source: petstore-oas
publish:
npm:
token: $npm_token
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,14 @@ Based on:
- OpenAPI Doc
- Speakeasy CLI 1.418.1 (2.438.3) https://github.com/speakeasy-api/speakeasy
### Generated
- [typescript v0.1.17] .
- [typescript v0.1.17] .

## 2024-10-23 17:32:45
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.421.0 (2.438.15) https://github.com/speakeasy-api/speakeasy
### Generated
- [typescript v0.1.18] .
### Releases
- [NPM v0.1.18] https://www.npmjs.com/package/ryan-simple-test-act/v/0.1.18 - .
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": "0.1.17",
"version": "0.1.18",
"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": "0.1.17",
"version": "0.1.18",
"author": "ryan-timothy-albert",
"main": "./index.js",
"sideEffects": false,
Expand Down
6 changes: 3 additions & 3 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: "1.0.0",
sdkVersion: "0.1.17",
genVersion: "2.438.3",
sdkVersion: "0.1.18",
genVersion: "2.438.15",
userAgent:
"speakeasy-sdk/typescript 0.1.17 2.438.3 1.0.0 ryan-simple-test-act",
"speakeasy-sdk/typescript 0.1.18 2.438.15 1.0.0 ryan-simple-test-act",
} as const;

0 comments on commit f31f628

Please sign in to comment.