Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.453.3
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot committed Dec 8, 2024
1 parent 878991c commit e3b4e05
Show file tree
Hide file tree
Showing 8 changed files with 28 additions and 122 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.453.1
generationVersion: 2.474.4
releaseVersion: 0.14.31
configChecksum: eb6b339d1f7986dbbc826db7bdbd6048
speakeasyVersion: 1.453.3
generationVersion: 2.474.6
releaseVersion: 0.14.32
configChecksum: f944e4d2c0f7ef3f265380876e5e0c8b
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.453.1
speakeasyVersion: 1.453.3
sources:
my-source:
sourceNamespace: my-source
sourceRevisionDigest: sha256:47981ac3993a8ee3452c2c437ffbc640dacd79d3a3a96b39506388a513ca30f7
sourceRevisionDigest: sha256:63a6003caf6772f388120fe54e7e7138c179409214385635d3bc8cd5e520edbf
sourceBlobDigest: sha256:4d3dd890b21d2c069d944869e00ea2505c58a172c1b06fa3cb7b59c56c21a500
tags:
- latest
- speakeasy-sdk-regen-1733529828
- speakeasy-sdk-regen-1733616234
- 1.0.0
targets:
'@ding-live/ding':
source: my-source
sourceNamespace: my-source
sourceRevisionDigest: sha256:47981ac3993a8ee3452c2c437ffbc640dacd79d3a3a96b39506388a513ca30f7
sourceRevisionDigest: sha256:63a6003caf6772f388120fe54e7e7138c179409214385635d3bc8cd5e520edbf
sourceBlobDigest: sha256:4d3dd890b21d2c069d944869e00ea2505c58a172c1b06fa3cb7b59c56c21a500
codeSamplesNamespace: my-source-typescript-code-samples
codeSamplesRevisionDigest: sha256:132775528051303dc3491d9a1b35db14af0eceb7dcd67beca934aa100da32bed
codeSamplesRevisionDigest: sha256:8d7ce41c6e274c29172e95ded87bc7f952062517e3695ddc1c36c2acbd951138
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 @@ -916,4 +916,14 @@ Based on:
### Generated
- [typescript v0.14.31] .
### Releases
- [NPM v0.14.31] https://www.npmjs.com/package/@ding-live/ding/v/0.14.31 - .
- [NPM v0.14.31] https://www.npmjs.com/package/@ding-live/ding/v/0.14.31 - .

## 2024-12-08 00:03:52
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.453.3 (2.474.6) https://github.com/speakeasy-api/speakeasy
### Generated
- [typescript v0.14.32] .
### Releases
- [NPM v0.14.32] https://www.npmjs.com/package/@ding-live/ding/v/0.14.32 - .
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.31
version: 0.14.32
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.31",
"version": "0.14.32",
"exports": {
".": "./src/index.ts",
"./models/errors": "./src/models/errors/index.ts",
Expand Down
106 changes: 2 additions & 104 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ding-live/ding",
"version": "0.14.31",
"version": "0.14.32",
"author": "Ding",
"main": "./index.js",
"sideEffects": false,
Expand All @@ -15,8 +15,6 @@
"prepublishOnly": "npm run build"
},
"peerDependencies": {
"react": "^18 || ^19",
"react-dom": "^18 || ^19",
"zod": ">= 3"
},
"devDependencies": {
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.31",
genVersion: "2.474.4",
userAgent: "speakeasy-sdk/typescript 0.14.31 2.474.4 1.0.0 @ding-live/ding",
sdkVersion: "0.14.32",
genVersion: "2.474.6",
userAgent: "speakeasy-sdk/typescript 0.14.32 2.474.6 1.0.0 @ding-live/ding",
} as const;

0 comments on commit e3b4e05

Please sign in to comment.