Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.454.0
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot committed Dec 12, 2024
1 parent 08ef8ed commit 59c1a07
Show file tree
Hide file tree
Showing 8 changed files with 28 additions and 18 deletions.
8 changes: 4 additions & 4 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ id: 7a2c976b-8158-4d12-8b59-c491e9e10cfd
management:
docChecksum: 7b0a21df5c4526c3e13357d16d9397df
docVersion: 1.0.0
speakeasyVersion: 1.453.10
generationVersion: 2.474.15
releaseVersion: 0.14.35
configChecksum: cbc6aa60beca585043a7651b972b9db3
speakeasyVersion: 1.454.0
generationVersion: 2.477.0
releaseVersion: 0.14.36
configChecksum: a7e01bed1bd8d5a57eb89811cfa090b7
repoURL: https://github.com/ding-live/ding-typescript.git
repoSubDirectory: .
installationURL: https://github.com/ding-live/ding-typescript
Expand Down
10 changes: 5 additions & 5 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
speakeasyVersion: 1.453.10
speakeasyVersion: 1.454.0
sources:
my-source:
sourceNamespace: my-source
sourceRevisionDigest: sha256:19049754db9673ddbc40b82ab5ee9890d164f9dfcb8fac0c4f97a1bfd31f6771
sourceRevisionDigest: sha256:8b34dbd28104f1e349f95ae16935168257e5f74c494763eb901750a9db5deab8
sourceBlobDigest: sha256:1bc8346f862d17395d3ec227c51c74504f59eabaf83eb40c2932c517c8a40bf8
tags:
- latest
- speakeasy-sdk-regen-1733875425
- speakeasy-sdk-regen-1733961823
- 1.0.0
targets:
'@ding-live/ding':
source: my-source
sourceNamespace: my-source
sourceRevisionDigest: sha256:19049754db9673ddbc40b82ab5ee9890d164f9dfcb8fac0c4f97a1bfd31f6771
sourceRevisionDigest: sha256:8b34dbd28104f1e349f95ae16935168257e5f74c494763eb901750a9db5deab8
sourceBlobDigest: sha256:1bc8346f862d17395d3ec227c51c74504f59eabaf83eb40c2932c517c8a40bf8
codeSamplesNamespace: my-source-typescript-code-samples
codeSamplesRevisionDigest: sha256:1f8ea72effcc48423702fbee4e1d6d0d0766f111ca22c324dea5c442533aa3d4
codeSamplesRevisionDigest: sha256:5203b6170d9da0d3152e09f54023d081203ba3e9c5e88466cfa48a5027621a99
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -956,4 +956,14 @@ Based on:
### Generated
- [typescript v0.14.35] .
### Releases
- [NPM v0.14.35] https://www.npmjs.com/package/@ding-live/ding/v/0.14.35 - .
- [NPM v0.14.35] https://www.npmjs.com/package/@ding-live/ding/v/0.14.35 - .

## 2024-12-12 00:03:40
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.454.0 (2.477.0) https://github.com/speakeasy-api/speakeasy
### Generated
- [typescript v0.14.36] .
### Releases
- [NPM v0.14.36] https://www.npmjs.com/package/@ding-live/ding/v/0.14.36 - .
2 changes: 1 addition & 1 deletion gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ generation:
oAuth2ClientCredentialsEnabled: false
oAuth2PasswordEnabled: false
typescript:
version: 0.14.35
version: 0.14.36
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.14.35",
"version": "0.14.36",
"exports": {
".": "./src/index.ts",
"./models/errors": "./src/models/errors/index.ts",
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.14.35",
"version": "0.14.36",
"author": "Ding",
"main": "./index.js",
"sideEffects": false,
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.14.35",
genVersion: "2.474.15",
userAgent: "speakeasy-sdk/typescript 0.14.35 2.474.15 1.0.0 @ding-live/ding",
sdkVersion: "0.14.36",
genVersion: "2.477.0",
userAgent: "speakeasy-sdk/typescript 0.14.36 2.477.0 1.0.0 @ding-live/ding",
} as const;

0 comments on commit 59c1a07

Please sign in to comment.