Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.444.3
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot committed Nov 25, 2024
1 parent f4f7560 commit 48f7466
Show file tree
Hide file tree
Showing 8 changed files with 29 additions and 18 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: 9fbd6321083c0c2d44365ff84b8e2cb8
docVersion: 1.0.0
speakeasyVersion: 1.444.1
speakeasyVersion: 1.444.3
generationVersion: 2.461.4
releaseVersion: 0.14.18
configChecksum: 1020219269c2dc1910279fdef0065b90
releaseVersion: 0.14.19
configChecksum: 5738bbfa17e68aeb794a69645f6e8e0e
repoURL: https://github.com/ding-live/ding-typescript.git
repoSubDirectory: .
installationURL: https://github.com/ding-live/ding-typescript
Expand Down
15 changes: 8 additions & 7 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,20 +1,21 @@
speakeasyVersion: 1.444.1
speakeasyVersion: 1.444.3
sources:
my-source:
sourceNamespace: my-source
sourceRevisionDigest: sha256:48ecf961d6a6f479d4afb3545140d81767330a7df8e8a17347f37e1c7cd5b74c
sourceBlobDigest: sha256:5af8c0b479857b3c3702e2f951b863313e7be5db05d7f80a994bb3bb138ccdaa
sourceRevisionDigest: sha256:5fe878fe1a70faee5712fb6193774bbb51c9ff246b3d689462dda167b825beb4
sourceBlobDigest: sha256:4d3dd890b21d2c069d944869e00ea2505c58a172c1b06fa3cb7b59c56c21a500
tags:
- latest
- speakeasy-sdk-regen-1732406622
- speakeasy-sdk-regen-1732493025
- 1.0.0
targets:
'@ding-live/ding':
source: my-source
sourceNamespace: my-source
sourceRevisionDigest: sha256:48ecf961d6a6f479d4afb3545140d81767330a7df8e8a17347f37e1c7cd5b74c
sourceBlobDigest: sha256:5af8c0b479857b3c3702e2f951b863313e7be5db05d7f80a994bb3bb138ccdaa
sourceRevisionDigest: sha256:5fe878fe1a70faee5712fb6193774bbb51c9ff246b3d689462dda167b825beb4
sourceBlobDigest: sha256:4d3dd890b21d2c069d944869e00ea2505c58a172c1b06fa3cb7b59c56c21a500
codeSamplesNamespace: my-source-code-samples
codeSamplesRevisionDigest: sha256:0e9e35dab7170b34489f729a156c542fe16cd53b4de81e0665dfd9b3ff447f6f
codeSamplesRevisionDigest: sha256:dc76fe191eea868198bd921862f2caeaed9bb1b931729a5ed95ece18b4a225b6
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 @@ -786,4 +786,14 @@ Based on:
### Generated
- [typescript v0.14.18] .
### Releases
- [NPM v0.14.18] https://www.npmjs.com/package/@ding-live/ding/v/0.14.18 - .
- [NPM v0.14.18] https://www.npmjs.com/package/@ding-live/ding/v/0.14.18 - .

## 2024-11-25 00:03:42
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.444.3 (2.461.4) https://github.com/speakeasy-api/speakeasy
### Generated
- [typescript v0.14.19] .
### Releases
- [NPM v0.14.19] https://www.npmjs.com/package/@ding-live/ding/v/0.14.19 - .
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.18
version: 0.14.19
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.18",
"version": "0.14.19",
"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.18",
"version": "0.14.19",
"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.18",
sdkVersion: "0.14.19",
genVersion: "2.461.4",
userAgent: "speakeasy-sdk/typescript 0.14.18 2.461.4 1.0.0 @ding-live/ding",
userAgent: "speakeasy-sdk/typescript 0.14.19 2.461.4 1.0.0 @ding-live/ding",
} as const;

0 comments on commit 48f7466

Please sign in to comment.