Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.455.3
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot committed Dec 15, 2024
1 parent 5b685b7 commit aaedf3f
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 14 deletions.
4 changes: 2 additions & 2 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ management:
docVersion: 1.0.0
speakeasyVersion: 1.455.3
generationVersion: 2.479.3
releaseVersion: 0.14.38
configChecksum: 7ec35e720b76a3b8b6391686b0e590bf
releaseVersion: 0.14.39
configChecksum: 2671b8a5eb7f80bd78f68d98911e552f
repoURL: https://github.com/ding-live/ding-typescript.git
repoSubDirectory: .
installationURL: https://github.com/ding-live/ding-typescript
Expand Down
8 changes: 4 additions & 4 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@ speakeasyVersion: 1.455.3
sources:
my-source:
sourceNamespace: my-source
sourceRevisionDigest: sha256:596e1c9851a7b4051690484276c74c27efcb6107762f6bd7b6c827c5f837bd74
sourceRevisionDigest: sha256:942fc429286db9fd1eac977f33f6a25f673424e24a829925d4e32a269a32ea89
sourceBlobDigest: sha256:1bc8346f862d17395d3ec227c51c74504f59eabaf83eb40c2932c517c8a40bf8
tags:
- latest
- speakeasy-sdk-regen-1734134624
- speakeasy-sdk-regen-1734221041
- 1.0.0
targets:
'@ding-live/ding':
source: my-source
sourceNamespace: my-source
sourceRevisionDigest: sha256:596e1c9851a7b4051690484276c74c27efcb6107762f6bd7b6c827c5f837bd74
sourceRevisionDigest: sha256:942fc429286db9fd1eac977f33f6a25f673424e24a829925d4e32a269a32ea89
sourceBlobDigest: sha256:1bc8346f862d17395d3ec227c51c74504f59eabaf83eb40c2932c517c8a40bf8
codeSamplesNamespace: my-source-typescript-code-samples
codeSamplesRevisionDigest: sha256:3a3e8631b10323494cb2ad8084c743c516f0345f6a67fe0946a2455718f6117c
codeSamplesRevisionDigest: sha256:3dab6bc10e890d68e5824762d3b70f3cd444b0bda03066393905ef3870a13546
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 @@ -986,4 +986,14 @@ Based on:
### Generated
- [typescript v0.14.38] .
### Releases
- [NPM v0.14.38] https://www.npmjs.com/package/@ding-live/ding/v/0.14.38 - .
- [NPM v0.14.38] https://www.npmjs.com/package/@ding-live/ding/v/0.14.38 - .

## 2024-12-15 00:03:58
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.455.3 (2.479.3) https://github.com/speakeasy-api/speakeasy
### Generated
- [typescript v0.14.39] .
### Releases
- [NPM v0.14.39] https://www.npmjs.com/package/@ding-live/ding/v/0.14.39 - .
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.38
version: 0.14.39
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.38",
"version": "0.14.39",
"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.38",
"version": "0.14.39",
"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.38",
sdkVersion: "0.14.39",
genVersion: "2.479.3",
userAgent: "speakeasy-sdk/typescript 0.14.38 2.479.3 1.0.0 @ding-live/ding",
userAgent: "speakeasy-sdk/typescript 0.14.39 2.479.3 1.0.0 @ding-live/ding",
} as const;

0 comments on commit aaedf3f

Please sign in to comment.