Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc 1.0.0, Speakeasy CLI 1.396.9
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot committed Sep 14, 2024
1 parent db71eb6 commit 66d3cc3
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 13 deletions.
10 changes: 5 additions & 5 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@ id: 7a2c976b-8158-4d12-8b59-c491e9e10cfd
management:
docChecksum: c2a5d8222f4117f238343d6187ef2751
docVersion: 1.0.0
speakeasyVersion: 1.396.6
generationVersion: 2.415.6
releaseVersion: 0.10.0
configChecksum: c5a9b35d59551d29c26d8ba936e9ac54
speakeasyVersion: 1.396.9
generationVersion: 2.415.7
releaseVersion: 0.10.1
configChecksum: a68288d69c12eb463780e5b2bad8aecb
repoURL: https://github.com/ding-live/ding-typescript.git
repoSubDirectory: .
installationURL: https://github.com/ding-live/ding-typescript
published: true
features:
typescript:
additionalDependencies: 0.1.0
core: 3.17.2
core: 3.17.3
defaultEnabledRetries: 0.1.0
enumUnions: 0.1.0
envVarSecurityUsage: 0.1.1
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -446,4 +446,14 @@ Based on:
### Generated
- [typescript v0.10.0] .
### Releases
- [NPM v0.10.0] https://www.npmjs.com/package/@ding-live/ding/v/0.10.0 - .
- [NPM v0.10.0] https://www.npmjs.com/package/@ding-live/ding/v/0.10.0 - .

## 2024-09-14 00:03:24
### Changes
Based on:
- OpenAPI Doc 1.0.0
- Speakeasy CLI 1.396.9 (2.415.7) https://github.com/speakeasy-api/speakeasy
### Generated
- [typescript v0.10.1] .
### Releases
- [NPM v0.10.1] https://www.npmjs.com/package/@ding-live/ding/v/0.10.1 - .
2 changes: 1 addition & 1 deletion gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ generation:
auth:
oAuth2ClientCredentialsEnabled: false
typescript:
version: 0.10.0
version: 0.10.1
additionalDependencies:
dependencies: {}
devDependencies: {}
Expand Down
2 changes: 1 addition & 1 deletion jsr.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

{
"name": "@ding-live/ding",
"version": "0.10.0",
"version": "0.10.1",
"exports": {
".": "./src/index.ts",
"./models/errors": "./src/models/errors/index.ts",
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ding-live/ding",
"version": "0.10.0",
"version": "0.10.1",
"author": "Ding",
"main": "./index.js",
"sideEffects": false,
Expand All @@ -18,7 +18,6 @@
"zod": ">= 3"
},
"devDependencies": {
"@types/node": "^18.19.3",
"@typescript-eslint/eslint-plugin": "^7.7.1",
"@typescript-eslint/parser": "^7.7.1",
"eslint": "^8.57.0",
Expand Down
6 changes: 3 additions & 3 deletions src/lib/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export function serverURLFromOptions(options: SDKOptions): URL | null {
export const SDK_METADATA = {
language: "typescript",
openapiDocVersion: "1.0.0",
sdkVersion: "0.10.0",
genVersion: "2.415.6",
userAgent: "speakeasy-sdk/typescript 0.10.0 2.415.6 1.0.0 @ding-live/ding",
sdkVersion: "0.10.1",
genVersion: "2.415.7",
userAgent: "speakeasy-sdk/typescript 0.10.1 2.415.7 1.0.0 @ding-live/ding",
} as const;

0 comments on commit 66d3cc3

Please sign in to comment.