Skip to content

Commit

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

## 2023-11-16 00:02:51
### Changes
Based on:
- OpenAPI Doc 1.0.0
- Speakeasy CLI 1.120.2 (2.191.3) https://github.com/speakeasy-api/speakeasy
### Generated
- [typescript v0.2.7] .
### Releases
- [NPM v0.2.7] https://www.npmjs.com/package/@ding-live/ding/v/0.2.7 - .
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: 5e4ef027bc51f54368e8b1607b77c098
docVersion: 1.0.0
speakeasyVersion: 1.120.0
generationVersion: 2.188.3
speakeasyVersion: 1.120.2
generationVersion: 2.191.3
generation:
comments: {}
sdkClassName: Ding
Expand All @@ -12,14 +12,14 @@ generation:
optionalPropertyRendering: withExample
features:
typescript:
core: 3.1.3
core: 3.1.4
examples: 2.81.3
flattening: 2.81.1
globalSecurity: 2.82.0
globalServerURLs: 2.82.0
serverIDs: 2.81.2
typescript:
version: 0.2.6
version: 0.2.7
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.6",
"version": "0.2.7",
"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.2.6";
genVersion = "2.188.3";
userAgent = "speakeasy-sdk/typescript 0.2.6 2.188.3 1.0.0 @ding-live/ding";
sdkVersion = "0.2.7";
genVersion = "2.191.3";
userAgent = "speakeasy-sdk/typescript 0.2.7 2.191.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 6ff732d

Please sign in to comment.