Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.378.0
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot committed Aug 24, 2024
1 parent ce76010 commit 78ede58
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.378.0
generationVersion: 2.404.3
releaseVersion: 0.0.2
configChecksum: 24dcfd9b00148c38d467193f252023c3
releaseVersion: 0.0.3
configChecksum: 5750dbc3b9d5c61d1e57227fd04a92c3
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.0.2
version: 0.0.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.378.0
sources:
petstore-oas:
sourceNamespace: petstore-oas
sourceRevisionDigest: sha256:cf6fc2e4bdf159254ceb470cfa1414ba15a7b0e834ad82b0f53dadbd799ca2c7
sourceRevisionDigest: sha256:41b6cd70c803b5bc5ae7a224b761e6e1b7d8b6658446ec21859f86651d65413c
sourceBlobDigest: sha256:849ab95113a7a54b7944402c86e88af54754f8ef15f449005e30ca17bac3f5a0
tags:
- latest
Expand All @@ -11,7 +11,7 @@ targets:
petstore:
source: petstore-oas
sourceNamespace: petstore-oas
sourceRevisionDigest: sha256:cf6fc2e4bdf159254ceb470cfa1414ba15a7b0e834ad82b0f53dadbd799ca2c7
sourceRevisionDigest: sha256:41b6cd70c803b5bc5ae7a224b761e6e1b7d8b6658446ec21859f86651d65413c
sourceBlobDigest: sha256:849ab95113a7a54b7944402c86e88af54754f8ef15f449005e30ca17bac3f5a0
outLocation: /github/workspace/repo
workflow:
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,14 @@ Based on:
### Generated
- [typescript v0.0.2] .
### Releases
- [NPM v0.0.2] https://www.npmjs.com/package/petstore/v/0.0.2 - .
- [NPM v0.0.2] https://www.npmjs.com/package/petstore/v/0.0.2 - .

## 2024-08-24 20:40:00
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.378.0 (2.404.3) https://github.com/speakeasy-api/speakeasy
### Generated
- [typescript v0.0.3] .
### Releases
- [NPM v0.0.3] https://www.npmjs.com/package/petstore/v/0.0.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.0.2",
"version": "0.0.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.0.2",
"version": "0.0.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.0.2",
sdkVersion: "0.0.3",
genVersion: "2.404.3",
userAgent: "speakeasy-sdk/typescript 0.0.2 2.404.3 1.0.0 petstore",
userAgent: "speakeasy-sdk/typescript 0.0.3 2.404.3 1.0.0 petstore",
} as const;

0 comments on commit 78ede58

Please sign in to comment.