Skip to content

Commit f2e64ae

Browse files
committed
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.615.2
1 parent 0e8fedf commit f2e64ae

File tree

12 files changed

+50
-17
lines changed

12 files changed

+50
-17
lines changed

.devcontainer/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11

2+
<div align="center">
3+
<a href="https://codespaces.new/charliedevelops/dokploy-sdk-ts.git/tree/main"><img src="https://github.com/codespaces/badge.svg" /></a>
4+
</div>
5+
<br>
6+
27
> **Remember to shutdown a GitHub Codespace when it is not in use!**
38
49
# Dev Containers Quick Start

.speakeasy/gen.lock

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,10 @@ management:
55
docVersion: 1.0.0
66
speakeasyVersion: 1.615.2
77
generationVersion: 2.698.4
8-
releaseVersion: 0.0.1
9-
configChecksum: bc84e988b6ba8bec0aff2f7e4c9d12f8
8+
releaseVersion: 0.0.2
9+
configChecksum: 0476083f8fdb7a8da917817a84979ff4
10+
repoURL: https://github.com/charliedevelops/dokploy-sdk-ts.git
11+
installationURL: https://github.com/charliedevelops/dokploy-sdk-ts
1012
features:
1113
typescript:
1214
additionalDependencies: 0.1.0

.speakeasy/gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ generation:
2727
generateNewTests: true
2828
skipResponseBodyAssertions: false
2929
typescript:
30-
version: 0.0.1
30+
version: 0.0.2
3131
additionalDependencies:
3232
dependencies: {}
3333
devDependencies: {}

.speakeasy/workflow.lock

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ sources:
66
sourceBlobDigest: sha256:e9a09bd4c3668899d5a7dcb0002cfa69fd53ba8e9664de8ab9dc028b03f1dbfb
77
tags:
88
- latest
9+
- speakeasy-sdk-regen-1757762271
910
- 1.0.0
1011
targets:
1112
typescript:
@@ -14,7 +15,7 @@ targets:
1415
sourceRevisionDigest: sha256:3d4517a3dfb81e139fc097c6131f8270036e2396ea168aa0c8e14d964269dbe0
1516
sourceBlobDigest: sha256:e9a09bd4c3668899d5a7dcb0002cfa69fd53ba8e9664de8ab9dc028b03f1dbfb
1617
codeSamplesNamespace: dokploy-api-typescript-code-samples
17-
codeSamplesRevisionDigest: sha256:39de5e6afe48f5f991dd914e42471772bcdc24e7500c1b6293873f3b1aa09980
18+
codeSamplesRevisionDigest: sha256:7d020bb5d7843c680b3cc6375d862f5c063380c76070896ff919eadcc4cec708
1819
workflow:
1920
workflowVersion: 1.0.0
2021
speakeasyVersion: latest
@@ -27,8 +28,14 @@ workflow:
2728
location: registry.speakeasyapi.dev/polariselabs/dokploy/dokploy-api
2829
targets:
2930
dokploy:
30-
target: ""
31-
source: ""
31+
target: typescript
32+
source: Dokploy API
33+
codeSamples:
34+
registry:
35+
location: registry.speakeasyapi.dev/polariselabs/dokploy/dokploy-api-typescript-code-samples
36+
labelOverride:
37+
fixedValue: Typescript (SDK)
38+
blocking: false
3239
typescript:
3340
target: typescript
3441
source: Dokploy API

.speakeasy/workflow.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ targets:
1111
dokploy:
1212
target: typescript
1313
source: Dokploy API
14+
codeSamples:
15+
registry:
16+
location: registry.speakeasyapi.dev/polariselabs/dokploy/dokploy-api-typescript-code-samples
17+
labelOverride:
18+
fixedValue: Typescript (SDK)
19+
blocking: false
1420
typescript:
1521
target: typescript
1622
source: Dokploy API

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,25 +55,25 @@ The SDK can be installed with either [npm](https://www.npmjs.com/), [pnpm](https
5555
### NPM
5656

5757
```bash
58-
npm add <UNSET>
58+
npm add https://github.com/charliedevelops/dokploy-sdk-ts
5959
```
6060

6161
### PNPM
6262

6363
```bash
64-
pnpm add <UNSET>
64+
pnpm add https://github.com/charliedevelops/dokploy-sdk-ts
6565
```
6666

6767
### Bun
6868

6969
```bash
70-
bun add <UNSET>
70+
bun add https://github.com/charliedevelops/dokploy-sdk-ts
7171
```
7272

7373
### Yarn
7474

7575
```bash
76-
yarn add <UNSET> zod
76+
yarn add https://github.com/charliedevelops/dokploy-sdk-ts zod
7777

7878
# Note that Yarn does not install peer dependencies automatically. You will need
7979
# to install zod as shown above.

RELEASES.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
2+
3+
## 2025-09-13 11:17:34
4+
### Changes
5+
Based on:
6+
- OpenAPI Doc
7+
- Speakeasy CLI 1.615.2 (2.698.4) https://github.com/speakeasy-api/speakeasy
8+
### Generated
9+
- [typescript v0.0.2] .

examples/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

jsr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
{
44
"name": "dokploy-sdk",
5-
"version": "0.0.1",
5+
"version": "0.0.2",
66
"exports": {
77
".": "./src/index.ts",
88
"./models/errors": "./src/models/errors/index.ts",

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)