Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.441.1
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot committed Nov 21, 2024
1 parent 3621bc4 commit e95d02e
Show file tree
Hide file tree
Showing 8 changed files with 29 additions and 19 deletions.
10 changes: 5 additions & 5 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@ id: 7a2c976b-8158-4d12-8b59-c491e9e10cfd
management:
docChecksum: 9fbd6321083c0c2d44365ff84b8e2cb8
docVersion: 1.0.0
speakeasyVersion: 1.441.0
generationVersion: 2.460.1
releaseVersion: 0.14.14
configChecksum: 9e4b977c3cef03a35b27963eb041e35c
speakeasyVersion: 1.441.1
generationVersion: 2.461.2
releaseVersion: 0.14.15
configChecksum: 9024e5a9c076cd0696abac9d30ae7ab8
repoURL: https://github.com/ding-live/ding-typescript.git
repoSubDirectory: .
installationURL: https://github.com/ding-live/ding-typescript
published: true
features:
typescript:
additionalDependencies: 0.1.0
core: 3.18.5
core: 3.18.6
defaultEnabledRetries: 0.1.0
enumUnions: 0.1.0
envVarSecurityUsage: 0.1.2
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.441.0
speakeasyVersion: 1.441.1
sources:
my-source:
sourceNamespace: my-source
sourceRevisionDigest: sha256:151ee96f64d590b22a25317a7354da32b0488e85c4b6e316e6e1509b1e79aeca
sourceRevisionDigest: sha256:56ad9be84c22af747e8a9d0ce21bf93cc283e7e9d7d4455679b05d2ea39966c6
sourceBlobDigest: sha256:5af8c0b479857b3c3702e2f951b863313e7be5db05d7f80a994bb3bb138ccdaa
tags:
- latest
- speakeasy-sdk-regen-1732061020
- speakeasy-sdk-regen-1732147423
targets:
'@ding-live/ding':
source: my-source
sourceNamespace: my-source
sourceRevisionDigest: sha256:151ee96f64d590b22a25317a7354da32b0488e85c4b6e316e6e1509b1e79aeca
sourceRevisionDigest: sha256:56ad9be84c22af747e8a9d0ce21bf93cc283e7e9d7d4455679b05d2ea39966c6
sourceBlobDigest: sha256:5af8c0b479857b3c3702e2f951b863313e7be5db05d7f80a994bb3bb138ccdaa
codeSamplesNamespace: my-source-code-samples
codeSamplesRevisionDigest: sha256:a28816cb6bf472cb948791e4bf8623e17b7bd53ed3dbd4bfc03ef218980051e8
codeSamplesRevisionDigest: sha256:10e26b7c387f9bac9be01529eaebd60e3e8436561c12ae96004bfa6f69076890
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 @@ -746,4 +746,14 @@ Based on:
### Generated
- [typescript v0.14.14] .
### Releases
- [NPM v0.14.14] https://www.npmjs.com/package/@ding-live/ding/v/0.14.14 - .
- [NPM v0.14.14] https://www.npmjs.com/package/@ding-live/ding/v/0.14.14 - .

## 2024-11-21 00:03:41
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.441.1 (2.461.2) https://github.com/speakeasy-api/speakeasy
### Generated
- [typescript v0.14.15] .
### Releases
- [NPM v0.14.15] https://www.npmjs.com/package/@ding-live/ding/v/0.14.15 - .
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.14
version: 0.14.15
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.14",
"version": "0.14.15",
"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.14",
"version": "0.14.15",
"author": "Ding",
"main": "./index.js",
"sideEffects": false,
Expand Down
6 changes: 3 additions & 3 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.14",
genVersion: "2.460.1",
userAgent: "speakeasy-sdk/typescript 0.14.14 2.460.1 1.0.0 @ding-live/ding",
sdkVersion: "0.14.15",
genVersion: "2.461.2",
userAgent: "speakeasy-sdk/typescript 0.14.15 2.461.2 1.0.0 @ding-live/ding",
} as const;

0 comments on commit e95d02e

Please sign in to comment.