Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc 1.0.0, Speakeasy CLI 1.127.0
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot committed Dec 19, 2023
1 parent f996d98 commit f406553
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 15 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Handling errors in this SDK should largely match your expectations. All operati

| Error Object | Status Code | Content Type |
| --------------- | --------------- | --------------- |
| errors.SDKError | 400-600 | */* |
| errors.SDKError | 4xx-5xx | */* |

Example

Expand Down
10 changes: 9 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,12 @@ Based on:
- OpenAPI Doc 1.0.0
- Speakeasy CLI 1.126.0 (2.213.3) https://github.com/speakeasy-api/speakeasy
### Generated
- [typescript v0.5.0] .
- [typescript v0.5.0] .

## 2023-12-19 00:50:57
### Changes
Based on:
- OpenAPI Doc 1.0.0
- Speakeasy CLI 1.127.0 (2.220.0) https://github.com/speakeasy-api/speakeasy
### Generated
- [typescript v0.5.1] .
6 changes: 3 additions & 3 deletions docs/sdks/pets/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ run();

| Error Object | Status Code | Content Type |
| --------------- | --------------- | --------------- |
| errors.SDKError | 400-600 | */* |
| errors.SDKError | 4xx-5xx | */* |

## listPets

Expand Down Expand Up @@ -82,7 +82,7 @@ run();

| Error Object | Status Code | Content Type |
| --------------- | --------------- | --------------- |
| errors.SDKError | 400-600 | */* |
| errors.SDKError | 4xx-5xx | */* |

## showPetById

Expand Down Expand Up @@ -123,4 +123,4 @@ run();

| Error Object | Status Code | Content Type |
| --------------- | --------------- | --------------- |
| errors.SDKError | 400-600 | */* |
| errors.SDKError | 4xx-5xx | */* |
10 changes: 6 additions & 4 deletions gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,22 @@ configVersion: 1.0.0
management:
docChecksum: 2516596125ef223fbbef6c434d22eaac
docVersion: 1.0.0
speakeasyVersion: 1.126.0
generationVersion: 2.213.3
speakeasyVersion: 1.127.0
generationVersion: 2.220.0
generation:
comments: {}
sdkClassName: Swagger-Petstore
repoURL: https://github.com/speakeasy-sdks/petstore-typescript-sdk.git
usageSnippets:
optionalPropertyRendering: withExample
fixes:
nameResolutionDec2023: false
features:
typescript:
core: 3.3.0
core: 3.3.9
globalServerURLs: 2.82.1
typescript:
version: 0.5.0
version: 0.5.1
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.5.0",
"version": "0.5.1",
"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.5.0";
genVersion = "2.213.3";
userAgent = "speakeasy-sdk/typescript 0.5.0 2.213.3 1.0.0 Swagger-Petstore";
sdkVersion = "0.5.1";
genVersion = "2.220.0";
userAgent = "speakeasy-sdk/typescript 0.5.1 2.220.0 1.0.0 Swagger-Petstore";
retryConfig?: utils.RetryConfig;
public constructor(init?: Partial<SDKConfiguration>) {
Object.assign(this, init);
Expand Down

0 comments on commit f406553

Please sign in to comment.