Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.453.0
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot committed Dec 6, 2024
1 parent 1733dec commit e5b2362
Show file tree
Hide file tree
Showing 8 changed files with 28 additions and 18 deletions.
8 changes: 4 additions & 4 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.451.3
generationVersion: 2.471.2
releaseVersion: 0.14.29
configChecksum: 152185afdb54bdda5db9eab035f29e4d
speakeasyVersion: 1.453.0
generationVersion: 2.472.1
releaseVersion: 0.14.30
configChecksum: d4f27ec18c26460bafbfa3ebb6dc28a6
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,21 +1,21 @@
speakeasyVersion: 1.451.3
speakeasyVersion: 1.453.0
sources:
my-source:
sourceNamespace: my-source
sourceRevisionDigest: sha256:18db0ca29476676abbf53c082fed4e7031daba11ce841d0d266982ea43064a61
sourceRevisionDigest: sha256:d18709e7f9711a128330c7424122b7b9c7cd24b2d7d4bccd3b8ef14e13d0b035
sourceBlobDigest: sha256:4d3dd890b21d2c069d944869e00ea2505c58a172c1b06fa3cb7b59c56c21a500
tags:
- latest
- speakeasy-sdk-regen-1733357027
- speakeasy-sdk-regen-1733443427
- 1.0.0
targets:
'@ding-live/ding':
source: my-source
sourceNamespace: my-source
sourceRevisionDigest: sha256:18db0ca29476676abbf53c082fed4e7031daba11ce841d0d266982ea43064a61
sourceRevisionDigest: sha256:d18709e7f9711a128330c7424122b7b9c7cd24b2d7d4bccd3b8ef14e13d0b035
sourceBlobDigest: sha256:4d3dd890b21d2c069d944869e00ea2505c58a172c1b06fa3cb7b59c56c21a500
codeSamplesNamespace: my-source-typescript-code-samples
codeSamplesRevisionDigest: sha256:1cd62ba417ba0e76680ef6ec77903d9811390708772947f80471f2d29ff8d464
codeSamplesRevisionDigest: sha256:471f31051639ad2c79a48bfad11d549a753859d13a0c9a0f10776293f9644580
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 @@ -896,4 +896,14 @@ Based on:
### Generated
- [typescript v0.14.29] .
### Releases
- [NPM v0.14.29] https://www.npmjs.com/package/@ding-live/ding/v/0.14.29 - .
- [NPM v0.14.29] https://www.npmjs.com/package/@ding-live/ding/v/0.14.29 - .

## 2024-12-06 00:03:43
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.453.0 (2.472.1) https://github.com/speakeasy-api/speakeasy
### Generated
- [typescript v0.14.30] .
### Releases
- [NPM v0.14.30] https://www.npmjs.com/package/@ding-live/ding/v/0.14.30 - .
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.29
version: 0.14.30
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.29",
"version": "0.14.30",
"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.29",
"version": "0.14.30",
"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.29",
genVersion: "2.471.2",
userAgent: "speakeasy-sdk/typescript 0.14.29 2.471.2 1.0.0 @ding-live/ding",
sdkVersion: "0.14.30",
genVersion: "2.472.1",
userAgent: "speakeasy-sdk/typescript 0.14.30 2.472.1 1.0.0 @ding-live/ding",
} as const;

0 comments on commit e5b2362

Please sign in to comment.