Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc 1.0.0, Speakeasy CLI 1.120.0
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot committed Nov 15, 2023
1 parent ef65673 commit 2aa63c3
Show file tree
Hide file tree
Showing 8 changed files with 29 additions and 19 deletions.
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,14 @@ Based on:
### Generated
- [typescript v0.2.5] .
### Releases
- [NPM v0.2.5] https://www.npmjs.com/package/@ding-live/ding/v/0.2.5 - .
- [NPM v0.2.5] https://www.npmjs.com/package/@ding-live/ding/v/0.2.5 - .

## 2023-11-15 00:03:04
### Changes
Based on:
- OpenAPI Doc 1.0.0
- Speakeasy CLI 1.120.0 (2.188.3) https://github.com/speakeasy-api/speakeasy
### Generated
- [typescript v0.2.6] .
### Releases
- [NPM v0.2.6] https://www.npmjs.com/package/@ding-live/ding/v/0.2.6 - .
14 changes: 7 additions & 7 deletions docs/models/components/retryauthenticationresponse.md

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
The status of the retry. Possible values are:
* `approved` - The retry was approved and a new code was sent.
* `denied` - The retry was denied.
* `no_attempt` - No attempt was sent yet so a retry cannot be completed.
* `no_attempt` - No attempt was sent yet, so a retry cannot be completed.
* `rate_limited` - The authentication was rate limited and cannot be retried.
* `expired_auth` - The authentication has expired and cannot be retried.
* `already_validated` - The authentication has already been validated.
Expand Down
6 changes: 3 additions & 3 deletions gen.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
configVersion: 1.0.0
management:
docChecksum: 23b3c6cfafa85126477a7c1c67a9cf5c
docChecksum: 5e4ef027bc51f54368e8b1607b77c098
docVersion: 1.0.0
speakeasyVersion: 1.119.1
speakeasyVersion: 1.120.0
generationVersion: 2.188.3
generation:
comments: {}
Expand All @@ -19,7 +19,7 @@ features:
globalServerURLs: 2.82.0
serverIDs: 2.81.2
typescript:
version: 0.2.5
version: 0.2.6
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.2.5",
"version": "0.2.6",
"author": "Ding",
"scripts": {
"prepare": "tsc --build",
Expand Down
4 changes: 2 additions & 2 deletions src/models/components/retryauthenticationresponse.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { Expose, Transform } from "class-transformer";
* @remarks
* * `approved` - The retry was approved and a new code was sent.
* * `denied` - The retry was denied.
* * `no_attempt` - No attempt was sent yet so a retry cannot be completed.
* * `no_attempt` - No attempt was sent yet, so a retry cannot be completed.
* * `rate_limited` - The authentication was rate limited and cannot be retried.
* * `expired_auth` - The authentication has expired and cannot be retried.
* * `already_validated` - The authentication has already been validated.
Expand Down Expand Up @@ -60,7 +60,7 @@ export class RetryAuthenticationResponse extends SpeakeasyBase {
* @remarks
* * `approved` - The retry was approved and a new code was sent.
* * `denied` - The retry was denied.
* * `no_attempt` - No attempt was sent yet so a retry cannot be completed.
* * `no_attempt` - No attempt was sent yet, so a retry cannot be completed.
* * `rate_limited` - The authentication was rate limited and cannot be retried.
* * `expired_auth` - The authentication has expired and cannot be retried.
* * `already_validated` - The authentication has already been validated.
Expand Down
4 changes: 2 additions & 2 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.2.5";
sdkVersion = "0.2.6";
genVersion = "2.188.3";
userAgent = "speakeasy-sdk/typescript 0.2.5 2.188.3 1.0.0 @ding-live/ding";
userAgent = "speakeasy-sdk/typescript 0.2.6 2.188.3 1.0.0 @ding-live/ding";
retryConfig?: utils.RetryConfig;
public constructor(init?: Partial<SDKConfiguration>) {
Object.assign(this, init);
Expand Down

0 comments on commit 2aa63c3

Please sign in to comment.