Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.441.0
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot committed Nov 19, 2024
1 parent 8f45bae commit 34e8ebd
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: 9fbd6321083c0c2d44365ff84b8e2cb8
docVersion: 1.0.0
speakeasyVersion: 1.440.1
speakeasyVersion: 1.441.0
generationVersion: 2.460.1
releaseVersion: 0.14.12
configChecksum: fcb72f5e7ac6b953dd7c54a8533cb32c
releaseVersion: 0.14.13
configChecksum: fd34b6f6da66bcd793b1cd16300dcd1d
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,20 +1,20 @@
speakeasyVersion: 1.440.1
speakeasyVersion: 1.441.0
sources:
my-source:
sourceNamespace: my-source
sourceRevisionDigest: sha256:bd7136f5078abf0e46e6fa32e4f44dc527c9ac89850eaae9f92f707255e15b6d
sourceRevisionDigest: sha256:5fb2c3aabee9ba0d098b29d5146ba3db539aeea764f5943c3511ae36953e0283
sourceBlobDigest: sha256:5af8c0b479857b3c3702e2f951b863313e7be5db05d7f80a994bb3bb138ccdaa
tags:
- latest
- speakeasy-sdk-regen-1731888225
- speakeasy-sdk-regen-1731974619
targets:
'@ding-live/ding':
source: my-source
sourceNamespace: my-source
sourceRevisionDigest: sha256:bd7136f5078abf0e46e6fa32e4f44dc527c9ac89850eaae9f92f707255e15b6d
sourceRevisionDigest: sha256:5fb2c3aabee9ba0d098b29d5146ba3db539aeea764f5943c3511ae36953e0283
sourceBlobDigest: sha256:5af8c0b479857b3c3702e2f951b863313e7be5db05d7f80a994bb3bb138ccdaa
codeSamplesNamespace: my-source-code-samples
codeSamplesRevisionDigest: sha256:298d3d77ae63fe05a49b543a82706897e8c002dd3934d8564e1022d5fd53d832
codeSamplesRevisionDigest: sha256:3f75370b15ae0669311b8e314e9f728e80b88a49d81bdcb2e5ec7bec4218e9f6
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 @@ -726,4 +726,14 @@ Based on:
### Generated
- [typescript v0.14.12] .
### Releases
- [NPM v0.14.12] https://www.npmjs.com/package/@ding-live/ding/v/0.14.12 - .
- [NPM v0.14.12] https://www.npmjs.com/package/@ding-live/ding/v/0.14.12 - .

## 2024-11-19 00:03:36
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.441.0 (2.460.1) https://github.com/speakeasy-api/speakeasy
### Generated
- [typescript v0.14.13] .
### Releases
- [NPM v0.14.13] https://www.npmjs.com/package/@ding-live/ding/v/0.14.13 - .
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.12
version: 0.14.13
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.12",
"version": "0.14.13",
"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.12",
"version": "0.14.13",
"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.12",
sdkVersion: "0.14.13",
genVersion: "2.460.1",
userAgent: "speakeasy-sdk/typescript 0.14.12 2.460.1 1.0.0 @ding-live/ding",
userAgent: "speakeasy-sdk/typescript 0.14.13 2.460.1 1.0.0 @ding-live/ding",
} as const;

0 comments on commit 34e8ebd

Please sign in to comment.