Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.449.0
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot committed Dec 3, 2024
1 parent 986eaf7 commit b9e4a6a
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.448.2
speakeasyVersion: 1.449.0
generationVersion: 2.467.4
releaseVersion: 0.14.26
configChecksum: 626d74f7f9980b60a0de72e6103c4af1
releaseVersion: 0.14.27
configChecksum: 3c0c750a67afc5a72461692ab89b81f5
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.448.2
speakeasyVersion: 1.449.0
sources:
my-source:
sourceNamespace: my-source
sourceRevisionDigest: sha256:11cb831f9cda90e7c69c5415b48d033594a446033bb45b065baa325da6bbcd5c
sourceRevisionDigest: sha256:99e777f54793b4dd0d9f9e38fb74f206421f731b3c8ea99f0888b9006ea8e388
sourceBlobDigest: sha256:4d3dd890b21d2c069d944869e00ea2505c58a172c1b06fa3cb7b59c56c21a500
tags:
- latest
- speakeasy-sdk-regen-1733097835
- speakeasy-sdk-regen-1733184239
- 1.0.0
targets:
'@ding-live/ding':
source: my-source
sourceNamespace: my-source
sourceRevisionDigest: sha256:11cb831f9cda90e7c69c5415b48d033594a446033bb45b065baa325da6bbcd5c
sourceRevisionDigest: sha256:99e777f54793b4dd0d9f9e38fb74f206421f731b3c8ea99f0888b9006ea8e388
sourceBlobDigest: sha256:4d3dd890b21d2c069d944869e00ea2505c58a172c1b06fa3cb7b59c56c21a500
codeSamplesNamespace: my-source-typescript-code-samples
codeSamplesRevisionDigest: sha256:a1541d100a17888b74469bd8b928882468c0aad65059385e58e0a647d31f94e8
codeSamplesRevisionDigest: sha256:40fe6b9baf4473246cae54254ccf4a9d56060e1fefbfb41e60d453b626515ad1
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 @@ -866,4 +866,14 @@ Based on:
### Generated
- [typescript v0.14.26] .
### Releases
- [NPM v0.14.26] https://www.npmjs.com/package/@ding-live/ding/v/0.14.26 - .
- [NPM v0.14.26] https://www.npmjs.com/package/@ding-live/ding/v/0.14.26 - .

## 2024-12-03 00:03:56
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.449.0 (2.467.4) https://github.com/speakeasy-api/speakeasy
### Generated
- [typescript v0.14.27] .
### Releases
- [NPM v0.14.27] https://www.npmjs.com/package/@ding-live/ding/v/0.14.27 - .
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.26
version: 0.14.27
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.26",
"version": "0.14.27",
"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.26",
"version": "0.14.27",
"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.26",
sdkVersion: "0.14.27",
genVersion: "2.467.4",
userAgent: "speakeasy-sdk/typescript 0.14.26 2.467.4 1.0.0 @ding-live/ding",
userAgent: "speakeasy-sdk/typescript 0.14.27 2.467.4 1.0.0 @ding-live/ding",
} as const;

0 comments on commit b9e4a6a

Please sign in to comment.