Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc 1.0.0, Speakeasy CLI 1.121.1
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot committed Nov 18, 2023
1 parent 9c70b98 commit cf34002
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 11 deletions.
10 changes: 9 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,12 @@ Based on:
- OpenAPI Doc 1.0.0
- Speakeasy CLI 1.120.3 (2.192.1) https://github.com/speakeasy-api/speakeasy
### Generated
- [typescript v0.4.3] .
- [typescript v0.4.3] .

## 2023-11-18 01:11:11
### Changes
Based on:
- OpenAPI Doc 1.0.0
- Speakeasy CLI 1.121.1 (2.194.1) https://github.com/speakeasy-api/speakeasy
### Generated
- [typescript v0.4.4] .
8 changes: 4 additions & 4 deletions gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ configVersion: 1.0.0
management:
docChecksum: 2516596125ef223fbbef6c434d22eaac
docVersion: 1.0.0
speakeasyVersion: 1.120.3
generationVersion: 2.192.1
speakeasyVersion: 1.121.1
generationVersion: 2.194.1
generation:
comments: {}
sdkClassName: Swagger-Petstore
Expand All @@ -13,9 +13,9 @@ generation:
features:
typescript:
core: 3.1.4
globalServerURLs: 2.82.0
globalServerURLs: 2.82.1
typescript:
version: 0.4.3
version: 0.4.4
author: demo
clientServerStatusCodesAsErrors: true
flattenGlobalSecurity: true
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": "Swagger-Petstore",
"version": "0.4.3",
"version": "0.4.4",
"author": "demo",
"scripts": {
"prepare": "tsc --build",
Expand Down
6 changes: 3 additions & 3 deletions src/sdk/sdk.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ export class SDKConfiguration {
serverDefaults: any;
language = "typescript";
openapiDocVersion = "1.0.0";
sdkVersion = "0.4.3";
genVersion = "2.192.1";
userAgent = "speakeasy-sdk/typescript 0.4.3 2.192.1 1.0.0 Swagger-Petstore";
sdkVersion = "0.4.4";
genVersion = "2.194.1";
userAgent = "speakeasy-sdk/typescript 0.4.4 2.194.1 1.0.0 Swagger-Petstore";
retryConfig?: utils.RetryConfig;
public constructor(init?: Partial<SDKConfiguration>) {
Object.assign(this, init);
Expand Down

0 comments on commit cf34002

Please sign in to comment.