Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.456.1
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot committed Dec 20, 2024
1 parent ddaa242 commit dece62b
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.456.1
generationVersion: 2.481.0
releaseVersion: 0.14.43
configChecksum: b1bbe1eae30aa07dde6aabf6b0843e2b
releaseVersion: 0.14.44
configChecksum: d56cb7e51950b99fd873b4f9918f96b7
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.456.1
sources:
my-source:
sourceNamespace: my-source
sourceRevisionDigest: sha256:3fe3059bfac88edc6cba81ffd1cff9b4aca79d17c71b1e58e3531c7bb7a894ef
sourceRevisionDigest: sha256:30265f3a910f64a91354f8ca23ba8969a944fe1504530056d998debff6c06bab
sourceBlobDigest: sha256:1bc8346f862d17395d3ec227c51c74504f59eabaf83eb40c2932c517c8a40bf8
tags:
- latest
- speakeasy-sdk-regen-1734566609
- speakeasy-sdk-regen-1734653000
- 1.0.0
targets:
'@ding-live/ding':
source: my-source
sourceNamespace: my-source
sourceRevisionDigest: sha256:3fe3059bfac88edc6cba81ffd1cff9b4aca79d17c71b1e58e3531c7bb7a894ef
sourceRevisionDigest: sha256:30265f3a910f64a91354f8ca23ba8969a944fe1504530056d998debff6c06bab
sourceBlobDigest: sha256:1bc8346f862d17395d3ec227c51c74504f59eabaf83eb40c2932c517c8a40bf8
codeSamplesNamespace: my-source-typescript-code-samples
codeSamplesRevisionDigest: sha256:c7b4477a7ff5d5195e06ab93fdd271f6c23fad7a6fbe6aad04a8d72d834faf03
codeSamplesRevisionDigest: sha256:4b1d7b98587631d6b74f1c9e20829f75c4f3ca1578f838a523c80e84a7ce4aa0
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 @@ -1036,4 +1036,14 @@ Based on:
### Generated
- [typescript v0.14.43] .
### Releases
- [NPM v0.14.43] https://www.npmjs.com/package/@ding-live/ding/v/0.14.43 - .
- [NPM v0.14.43] https://www.npmjs.com/package/@ding-live/ding/v/0.14.43 - .

## 2024-12-20 00:03:17
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.456.1 (2.481.0) https://github.com/speakeasy-api/speakeasy
### Generated
- [typescript v0.14.44] .
### Releases
- [NPM v0.14.44] https://www.npmjs.com/package/@ding-live/ding/v/0.14.44 - .
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.43
version: 0.14.44
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.43",
"version": "0.14.44",
"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.43",
"version": "0.14.44",
"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.43",
sdkVersion: "0.14.44",
genVersion: "2.481.0",
userAgent: "speakeasy-sdk/typescript 0.14.43 2.481.0 1.0.0 @ding-live/ding",
userAgent: "speakeasy-sdk/typescript 0.14.44 2.481.0 1.0.0 @ding-live/ding",
} as const;

0 comments on commit dece62b

Please sign in to comment.