Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.416.0
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot committed Oct 10, 2024
1 parent 74f70d3 commit 41abfbd
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 12 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: 1.0.0
speakeasyVersion: 1.416.0
generationVersion: 2.438.1
releaseVersion: 0.1.2
configChecksum: 46ec87737ff289c39ad9598f786468ae
releaseVersion: 0.1.3
configChecksum: 31077ae28b1efec080b691a04d8927d5
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.2
version: 0.1.3
additionalDependencies:
dependencies: {}
devDependencies: {}
Expand Down
4 changes: 2 additions & 2 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ speakeasyVersion: 1.416.0
sources:
petstore-oas:
sourceNamespace: petstore-oas
sourceRevisionDigest: sha256:f544338cac9d23203c12ebffbaa334c39a6ade94792cae12b294aba931043e99
sourceRevisionDigest: sha256:3a38ce68c32c9d655def41f34d2edd0eb4bf68c983cbf609f37facb8c75b8c48
sourceBlobDigest: sha256:849ab95113a7a54b7944402c86e88af54754f8ef15f449005e30ca17bac3f5a0
tags:
- latest
Expand All @@ -11,7 +11,7 @@ targets:
petstore:
source: petstore-oas
sourceNamespace: petstore-oas
sourceRevisionDigest: sha256:f544338cac9d23203c12ebffbaa334c39a6ade94792cae12b294aba931043e99
sourceRevisionDigest: sha256:3a38ce68c32c9d655def41f34d2edd0eb4bf68c983cbf609f37facb8c75b8c48
sourceBlobDigest: sha256:849ab95113a7a54b7944402c86e88af54754f8ef15f449005e30ca17bac3f5a0
workflow:
workflowVersion: 1.0.0
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,14 @@ Based on:
### Generated
- [typescript v0.1.2] .
### Releases
- [NPM v0.1.2] https://www.npmjs.com/package/petstore/v/0.1.2 - .
- [NPM v0.1.2] https://www.npmjs.com/package/petstore/v/0.1.2 - .

## 2024-10-10 19:27:11
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.416.0 (2.438.1) https://github.com/speakeasy-api/speakeasy
### Generated
- [typescript v0.1.3] .
### Releases
- [NPM v0.1.3] https://www.npmjs.com/package/petstore/v/0.1.3 - .
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": "petstore",
"version": "0.1.2",
"version": "0.1.3",
"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": "petstore",
"version": "0.1.2",
"version": "0.1.3",
"author": "Speakeasy",
"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,7 +81,7 @@ export function serverURLFromOptions(options: SDKOptions): URL | null {
export const SDK_METADATA = {
language: "typescript",
openapiDocVersion: "1.0.0",
sdkVersion: "0.1.2",
sdkVersion: "0.1.3",
genVersion: "2.438.1",
userAgent: "speakeasy-sdk/typescript 0.1.2 2.438.1 1.0.0 petstore",
userAgent: "speakeasy-sdk/typescript 0.1.3 2.438.1 1.0.0 petstore",
} as const;

0 comments on commit 41abfbd

Please sign in to comment.