Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.460.3
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot committed Dec 27, 2024
1 parent 9a65b06 commit f485c5d
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 16 deletions.
6 changes: 3 additions & 3 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.460.2
speakeasyVersion: 1.460.3
generationVersion: 2.484.0
releaseVersion: 0.14.50
configChecksum: bc4b38fa9ca83c604fc3a5f5bed81331
releaseVersion: 0.14.51
configChecksum: 90bea4b1ba1c150d9edcd4c3cd62c523
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.460.2
speakeasyVersion: 1.460.3
sources:
my-source:
sourceNamespace: my-source
sourceRevisionDigest: sha256:98c32adb38c12a23cf550292d1b8e0988e8cbaf197a7574d82a1c25b40b4104b
sourceRevisionDigest: sha256:00aa8ecda170ae8258a907882b4ec9b481a095a1d54da4cf565f21586403b2c5
sourceBlobDigest: sha256:1bc8346f862d17395d3ec227c51c74504f59eabaf83eb40c2932c517c8a40bf8
tags:
- latest
- speakeasy-sdk-regen-1735171397
- speakeasy-sdk-regen-1735257794
- 1.0.0
targets:
'@ding-live/ding':
source: my-source
sourceNamespace: my-source
sourceRevisionDigest: sha256:98c32adb38c12a23cf550292d1b8e0988e8cbaf197a7574d82a1c25b40b4104b
sourceRevisionDigest: sha256:00aa8ecda170ae8258a907882b4ec9b481a095a1d54da4cf565f21586403b2c5
sourceBlobDigest: sha256:1bc8346f862d17395d3ec227c51c74504f59eabaf83eb40c2932c517c8a40bf8
codeSamplesNamespace: my-source-typescript-code-samples
codeSamplesRevisionDigest: sha256:7c39db90b6034709c1900c6d82305d9be8de5f1ddbf754de3fa05bd583405de2
codeSamplesRevisionDigest: sha256:9646f118d6922c362a08a085c4e008dd875f45bad6f603e6f364dedc98a91860
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 @@ -1106,4 +1106,14 @@ Based on:
### Generated
- [typescript v0.14.50] .
### Releases
- [NPM v0.14.50] https://www.npmjs.com/package/@ding-live/ding/v/0.14.50 - .
- [NPM v0.14.50] https://www.npmjs.com/package/@ding-live/ding/v/0.14.50 - .

## 2024-12-27 00:03:10
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.460.3 (2.484.0) https://github.com/speakeasy-api/speakeasy
### Generated
- [typescript v0.14.51] .
### Releases
- [NPM v0.14.51] https://www.npmjs.com/package/@ding-live/ding/v/0.14.51 - .
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.50
version: 0.14.51
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.50",
"version": "0.14.51",
"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.50",
"version": "0.14.51",
"author": "Ding",
"main": "./index.js",
"sideEffects": false,
Expand Down
4 changes: 2 additions & 2 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.50",
sdkVersion: "0.14.51",
genVersion: "2.484.0",
userAgent: "speakeasy-sdk/typescript 0.14.50 2.484.0 1.0.0 @ding-live/ding",
userAgent: "speakeasy-sdk/typescript 0.14.51 2.484.0 1.0.0 @ding-live/ding",
} as const;

0 comments on commit f485c5d

Please sign in to comment.