From 88950d71e6ef3f324c686335865c32111e9c0fb0 Mon Sep 17 00:00:00 2001 From: speakeasybot Date: Tue, 19 Dec 2023 00:03:01 +0000 Subject: [PATCH] ci: regenerated with OpenAPI Doc 1.0.0, Speakeasy CLI 1.127.0 --- README.md | 2 +- RELEASES.md | 12 +++++++++++- docs/sdks/lookup/README.md | 2 +- docs/sdks/otp/README.md | 6 +++--- gen.yaml | 12 +++++++----- package-lock.json | 4 ++-- package.json | 2 +- src/sdk/sdk.ts | 6 +++--- 8 files changed, 29 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index 343a84d..95e3d9f 100755 --- a/README.md +++ b/README.md @@ -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 diff --git a/RELEASES.md b/RELEASES.md index dd40032..515c7ba 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -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 - . \ No newline at end of file +- [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 - . \ No newline at end of file diff --git a/docs/sdks/lookup/README.md b/docs/sdks/lookup/README.md index b9a3b10..6784150 100644 --- a/docs/sdks/lookup/README.md +++ b/docs/sdks/lookup/README.md @@ -53,4 +53,4 @@ run(); | Error Object | Status Code | Content Type | | -------------------- | -------------------- | -------------------- | | errors.ErrorResponse | 400 | application/json | -| errors.SDKError | 400-600 | */* | +| errors.SDKError | 4xx-5xx | */* | diff --git a/docs/sdks/otp/README.md b/docs/sdks/otp/README.md index 1360433..8051c56 100644 --- a/docs/sdks/otp/README.md +++ b/docs/sdks/otp/README.md @@ -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 @@ -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 @@ -146,4 +146,4 @@ run(); | Error Object | Status Code | Content Type | | -------------------- | -------------------- | -------------------- | | errors.ErrorResponse | 400 | application/json | -| errors.SDKError | 400-600 | */* | +| errors.SDKError | 4xx-5xx | */* | diff --git a/gen.yaml b/gen.yaml index 81cb96c..6ea97ab 100644 --- a/gen.yaml +++ b/gen.yaml @@ -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 diff --git a/package-lock.json b/package-lock.json index f881e5b..9bec334 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@ding-live/ding", - "version": "0.3.0", + "version": "0.3.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ding-live/ding", - "version": "0.3.0", + "version": "0.3.1", "dependencies": { "axios": "^1.1.3", "class-transformer": "^0.5.1", diff --git a/package.json b/package.json index a8f88f8..8ad68ed 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ding-live/ding", - "version": "0.3.0", + "version": "0.3.1", "author": "Ding", "scripts": { "prepare": "tsc --build", diff --git a/src/sdk/sdk.ts b/src/sdk/sdk.ts index 2afed7c..c57c1f9 100644 --- a/src/sdk/sdk.ts +++ b/src/sdk/sdk.ts @@ -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) { Object.assign(this, init);