Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.448.2
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot committed Nov 30, 2024
1 parent ee02b1d commit 479f052
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.448.2
generationVersion: 2.467.4
releaseVersion: 0.14.23
configChecksum: 2e58170ba7613ebc11e07ffb90f22a86
releaseVersion: 0.14.24
configChecksum: 28d4c52447942fdb58361bc2e0bbfdfb
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.448.2
sources:
my-source:
sourceNamespace: my-source
sourceRevisionDigest: sha256:7ce19b7f3bdd4d3a41bc2e75c6ca2273101ffa63a85ba54488a3823dcc6c5cfa
sourceRevisionDigest: sha256:47d3d2662a3c92b30eb5b2b80e5f1c3bc0c2027669250302c0d4a361590fe3ae
sourceBlobDigest: sha256:4d3dd890b21d2c069d944869e00ea2505c58a172c1b06fa3cb7b59c56c21a500
tags:
- latest
- speakeasy-sdk-regen-1732838619
- speakeasy-sdk-regen-1732925015
- 1.0.0
targets:
'@ding-live/ding':
source: my-source
sourceNamespace: my-source
sourceRevisionDigest: sha256:7ce19b7f3bdd4d3a41bc2e75c6ca2273101ffa63a85ba54488a3823dcc6c5cfa
sourceRevisionDigest: sha256:47d3d2662a3c92b30eb5b2b80e5f1c3bc0c2027669250302c0d4a361590fe3ae
sourceBlobDigest: sha256:4d3dd890b21d2c069d944869e00ea2505c58a172c1b06fa3cb7b59c56c21a500
codeSamplesNamespace: my-source-typescript-code-samples
codeSamplesRevisionDigest: sha256:0ae7088db40433bbca9a0275299073e359ef21c1c84181d96bcea9da7ed8335e
codeSamplesRevisionDigest: sha256:1cecb1a669ba67677fb211c6f6571529d1c7c0a3de677ea9f92bc4f62e4f6628
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 @@ -836,4 +836,14 @@ Based on:
### Generated
- [typescript v0.14.23] .
### Releases
- [NPM v0.14.23] https://www.npmjs.com/package/@ding-live/ding/v/0.14.23 - .
- [NPM v0.14.23] https://www.npmjs.com/package/@ding-live/ding/v/0.14.23 - .

## 2024-11-30 00:03:32
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.448.2 (2.467.4) https://github.com/speakeasy-api/speakeasy
### Generated
- [typescript v0.14.24] .
### Releases
- [NPM v0.14.24] https://www.npmjs.com/package/@ding-live/ding/v/0.14.24 - .
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.23
version: 0.14.24
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.23",
"version": "0.14.24",
"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.23",
"version": "0.14.24",
"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.23",
sdkVersion: "0.14.24",
genVersion: "2.467.4",
userAgent: "speakeasy-sdk/typescript 0.14.23 2.467.4 1.0.0 @ding-live/ding",
userAgent: "speakeasy-sdk/typescript 0.14.24 2.467.4 1.0.0 @ding-live/ding",
} as const;

0 comments on commit 479f052

Please sign in to comment.