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 70104c9 commit 88950d7
Show file tree
Hide file tree
Showing 8 changed files with 29 additions and 17 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ Handling errors in this SDK should largely match your expectations. All operati
| Error Object | Status Code | Content Type |
| -------------------- | -------------------- | -------------------- |
| errors.ErrorResponse | 400 | application/json |
| errors.SDKError | 400-600 | */* |
| errors.SDKError | 4xx-5xx | */* |

Example

Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,4 +106,14 @@ Based on:
### Generated
- [typescript v0.3.0] .
### Releases
- [NPM v0.3.0] https://www.npmjs.com/package/@ding-live/ding/v/0.3.0 - .
- [NPM v0.3.0] https://www.npmjs.com/package/@ding-live/ding/v/0.3.0 - .

## 2023-12-19 00:02:48
### 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.3.1] .
### Releases
- [NPM v0.3.1] https://www.npmjs.com/package/@ding-live/ding/v/0.3.1 - .
2 changes: 1 addition & 1 deletion docs/sdks/lookup/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ run();
| Error Object | Status Code | Content Type |
| -------------------- | -------------------- | -------------------- |
| errors.ErrorResponse | 400 | application/json |
| errors.SDKError | 400-600 | */* |
| errors.SDKError | 4xx-5xx | */* |
6 changes: 3 additions & 3 deletions docs/sdks/otp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ run();
| Error Object | Status Code | Content Type |
| -------------------- | -------------------- | -------------------- |
| errors.ErrorResponse | 400 | application/json |
| errors.SDKError | 400-600 | */* |
| errors.SDKError | 4xx-5xx | */* |

## createAutentication

Expand Down Expand Up @@ -101,7 +101,7 @@ run();
| Error Object | Status Code | Content Type |
| -------------------- | -------------------- | -------------------- |
| errors.ErrorResponse | 400 | application/json |
| errors.SDKError | 400-600 | */* |
| errors.SDKError | 4xx-5xx | */* |

## retry

Expand Down Expand Up @@ -146,4 +146,4 @@ run();
| Error Object | Status Code | Content Type |
| -------------------- | -------------------- | -------------------- |
| errors.ErrorResponse | 400 | application/json |
| errors.SDKError | 400-600 | */* |
| errors.SDKError | 4xx-5xx | */* |
12 changes: 7 additions & 5 deletions gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,26 @@ configVersion: 1.0.0
management:
docChecksum: 5e4ef027bc51f54368e8b1607b77c098
docVersion: 1.0.0
speakeasyVersion: 1.126.0
generationVersion: 2.213.3
speakeasyVersion: 1.127.0
generationVersion: 2.220.0
generation:
comments: {}
sdkClassName: Ding
repoURL: https://github.com/ding-live/ding-typescript.git
usageSnippets:
optionalPropertyRendering: withExample
fixes:
nameResolutionDec2023: false
features:
typescript:
core: 3.3.0
core: 3.3.9
examples: 2.81.3
flattening: 2.81.1
globalSecurity: 2.82.1
globalSecurity: 2.82.2
globalServerURLs: 2.82.1
serverIDs: 2.81.2
typescript:
version: 0.3.0
version: 0.3.1
author: Ding
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": "@ding-live/ding",
"version": "0.3.0",
"version": "0.3.1",
"author": "Ding",
"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 @@ -53,9 +53,9 @@ export class SDKConfiguration {
serverDefaults: any;
language = "typescript";
openapiDocVersion = "1.0.0";
sdkVersion = "0.3.0";
genVersion = "2.213.3";
userAgent = "speakeasy-sdk/typescript 0.3.0 2.213.3 1.0.0 @ding-live/ding";
sdkVersion = "0.3.1";
genVersion = "2.220.0";
userAgent = "speakeasy-sdk/typescript 0.3.1 2.220.0 1.0.0 @ding-live/ding";
retryConfig?: utils.RetryConfig;
public constructor(init?: Partial<SDKConfiguration>) {
Object.assign(this, init);
Expand Down

0 comments on commit 88950d7

Please sign in to comment.