Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.423.1
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot committed Oct 28, 2024
1 parent 93d505b commit 022b915
Show file tree
Hide file tree
Showing 8 changed files with 28 additions and 17 deletions.
9 changes: 5 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.422.1
generationVersion: 2.438.15
releaseVersion: 0.1.19
configChecksum: d6fb585992178eb56860643541f97f13
speakeasyVersion: 1.423.1
generationVersion: 2.442.11
releaseVersion: 0.2.0
configChecksum: 4a8e9ee04a28688f9bc735bb234923ed
repoURL: https://github.com/ryan-timothy-albert/simple-ts-sdk.git
installationURL: https://github.com/ryan-timothy-albert/simple-ts-sdk
published: true
Expand All @@ -26,6 +26,7 @@ features:
responseFormat: 0.2.3
retries: 2.83.0
sdkHooks: 0.1.0
tests: 0.7.0
uploadStreams: 0.1.0
generatedFiles:
- .devcontainer/README.md
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.19
version: 0.2.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
@@ -1,8 +1,8 @@
speakeasyVersion: 1.422.1
speakeasyVersion: 1.423.1
sources:
petstore-oas:
sourceNamespace: petstore-oas
sourceRevisionDigest: sha256:69f67177d1cc6bec21fe33c3e092c9699ef0b77bc017c4320340d1fd6306cf21
sourceRevisionDigest: sha256:ecc3a94e32f5954fcbfe98700b23e091556a2ea7fae0a86e16861dc131871d50
sourceBlobDigest: sha256:849ab95113a7a54b7944402c86e88af54754f8ef15f449005e30ca17bac3f5a0
tags:
- latest
Expand All @@ -11,10 +11,10 @@ targets:
petstore:
source: petstore-oas
sourceNamespace: petstore-oas
sourceRevisionDigest: sha256:69f67177d1cc6bec21fe33c3e092c9699ef0b77bc017c4320340d1fd6306cf21
sourceRevisionDigest: sha256:ecc3a94e32f5954fcbfe98700b23e091556a2ea7fae0a86e16861dc131871d50
sourceBlobDigest: sha256:849ab95113a7a54b7944402c86e88af54754f8ef15f449005e30ca17bac3f5a0
codeSamplesNamespace: petstore-oas-code-samples
codeSamplesRevisionDigest: sha256:27c261a862d82738943330fa333b3ddf4c22dd52750cfc316d825f31c82a1000
codeSamplesRevisionDigest: sha256:8b8a53241c5050f93dc1a07593f2f5d5fb6e0f84c99a6d0ceda09203e07e8f83
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 @@ -82,4 +82,14 @@ Based on:
### Generated
- [typescript v0.1.19] .
### Releases
- [NPM v0.1.19] https://www.npmjs.com/package/ryan-simple-test-act/v/0.1.19 - .
- [NPM v0.1.19] https://www.npmjs.com/package/ryan-simple-test-act/v/0.1.19 - .

## 2024-10-28 22:34:38
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.423.1 (2.442.11) https://github.com/speakeasy-api/speakeasy
### Generated
- [typescript v0.2.0] .
### Releases
- [NPM v0.2.0] https://www.npmjs.com/package/ryan-simple-test-act/v/0.2.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": "0.1.19",
"version": "0.2.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": "0.1.19",
"version": "0.2.0",
"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.19",
genVersion: "2.438.15",
sdkVersion: "0.2.0",
genVersion: "2.442.11",
userAgent:
"speakeasy-sdk/typescript 0.1.19 2.438.15 1.0.0 ryan-simple-test-act",
"speakeasy-sdk/typescript 0.2.0 2.442.11 1.0.0 ryan-simple-test-act",
} as const;

0 comments on commit 022b915

Please sign in to comment.