Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
767 changes: 758 additions & 9 deletions .speakeasy/gen.lock

Large diffs are not rendered by default.

11 changes: 10 additions & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,23 @@ generation:
hoistGlobalSecurity: true
inferSSEOverload: true
sdkHooksConfigAccess: true
schemas:
allOfMergeStrategy: shallowMerge
requestBodyFieldName: ""
tests:
generateTests: false
generateNewTests: true
skipResponseBodyAssertions: false
typescript:
version: 0.2.0
version: 0.3.0
acceptHeaderEnum: true
additionalDependencies:
dependencies: {}
devDependencies: {}
peerDependencies: {}
additionalPackageJSON: {}
additionalScripts: {}
alwaysIncludeInboundAndOutbound: false
author: Speakeasy
baseErrorName: DokployError
clientServerStatusCodesAsErrors: true
Expand All @@ -43,6 +49,7 @@ typescript:
enableReactQuery: false
enumFormat: union
envVarPrefix: DOKPLOY
exportZodModelNamespace: false
flattenGlobalSecurity: true
flatteningOrder: parameters-first
generateExamples: true
Expand All @@ -65,5 +72,7 @@ typescript:
responseFormat: flat
sseFlatResponse: true
templateVersion: v2
unionStrategy: left-to-right
usageSDKInitImports: []
useIndexModules: true
zodVersion: v3
13 changes: 7 additions & 6 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
speakeasyVersion: 1.631.0
speakeasyVersion: 1.656.2
sources:
Dokploy API:
sourceNamespace: dokploy-api
sourceRevisionDigest: sha256:4dc175c5fd273b53ce03d25702db7fe5d3fdc5cb6bcb3c02c1ace80a17bfb7d0
sourceBlobDigest: sha256:2bdb7d3656fe40f5635dd040ec7db89ecb2869e95326e57445f5b9407bbaf408
sourceRevisionDigest: sha256:70bdeef8a1f34be2a1dfaee80ac39a3ee3beca04b3aedb77fb7cac92dac0bc78
sourceBlobDigest: sha256:6ddbe3a5b887c1183e1b964d3534994effc3156bc0a3e287777fd9d6459e0d56
tags:
- latest
- speakeasy-sdk-regen-1759020931
- 1.0.0
targets:
dokploy:
Expand All @@ -18,10 +19,10 @@ targets:
typescript:
source: Dokploy API
sourceNamespace: dokploy-api
sourceRevisionDigest: sha256:4dc175c5fd273b53ce03d25702db7fe5d3fdc5cb6bcb3c02c1ace80a17bfb7d0
sourceBlobDigest: sha256:2bdb7d3656fe40f5635dd040ec7db89ecb2869e95326e57445f5b9407bbaf408
sourceRevisionDigest: sha256:70bdeef8a1f34be2a1dfaee80ac39a3ee3beca04b3aedb77fb7cac92dac0bc78
sourceBlobDigest: sha256:6ddbe3a5b887c1183e1b964d3534994effc3156bc0a3e287777fd9d6459e0d56
codeSamplesNamespace: dokploy-api-typescript-code-samples
codeSamplesRevisionDigest: sha256:b59cdd4647b296b849104f6590a3e07a1f93381cab47e474b42418fa2e0ae12d
codeSamplesRevisionDigest: sha256:48cbd782290e13b34cacedffd7f99164bbb6818ae7360ae47bfd941203e637ff
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Developer-friendly & type-safe Typescript SDK specifically catered to leverage *

Dokploy API: Endpoints for dokploy

More information about the API can be found at https://docs.dokploy.com/docs/api or you local swagger instance at https://yourDokployInstance.com/swagger
More information about the API can be found at http://localhost:3000/api/settings.getOpenApiDocument
<!-- End Summary [summary] -->

<!-- Start Table of Contents [toc] -->
Expand Down Expand Up @@ -320,7 +320,6 @@ run();
* [serviceContainersByAppName](docs/sdks/dockerget/README.md#servicecontainersbyappname)
* [stackContainersByAppName](docs/sdks/dockerget/README.md#stackcontainersbyappname)


### [domain](docs/sdks/domain/README.md)

* [byApplicationId](docs/sdks/domain/README.md#byapplicationid)
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,14 @@ Based on:
- OpenAPI Doc
- Speakeasy CLI 1.615.2 (2.698.4) https://github.com/speakeasy-api/speakeasy
### Generated
- [typescript v0.0.2] .
- [typescript v0.0.2] .

## 2025-11-14 00:53:53
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.656.2 (2.753.6) https://github.com/speakeasy-api/speakeasy
### Generated
- [typescript v0.3.0] .
### Releases
- [NPM v0.3.0] https://www.npmjs.com/package/dokploy-sdk/v/0.3.0 - .
12 changes: 6 additions & 6 deletions RUNTIMES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

This SDK is intended to be used in JavaScript runtimes that support ECMAScript 2020 or newer. The SDK uses the following features:

* [Web Fetch API][web-fetch]
* [Web Streams API][web-streams] and in particular `ReadableStream`
* [Async iterables][async-iter] using `Symbol.asyncIterator`
- [Web Fetch API][web-fetch]
- [Web Streams API][web-streams] and in particular `ReadableStream`
- [Async iterables][async-iter] using `Symbol.asyncIterator`

[web-fetch]: https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API
[web-streams]: https://developer.mozilla.org/en-US/docs/Web/API/Streams_API
Expand All @@ -25,7 +25,7 @@ Runtime environments that are explicitly supported are:

The following `tsconfig.json` options are recommended for projects using this
SDK in order to get static type support for features like async iterables,
streams and `fetch`-related APIs ([`for await...of`][for-await-of],
streams and `fetch`-related APIs ([`for await...of`][for-await-of],
[`AbortSignal`][abort-signal], [`Request`][request], [`Response`][response] and
so on):

Expand All @@ -38,11 +38,11 @@ so on):
{
"compilerOptions": {
"target": "es2020", // or higher
"lib": ["es2020", "dom", "dom.iterable"],
"lib": ["es2020", "dom", "dom.iterable"]
}
}
```

While `target` can be set to older ECMAScript versions, it may result in extra,
unnecessary compatibility code being generated if you are not targeting old
runtimes.
runtimes.
8 changes: 0 additions & 8 deletions docs/sdks/dokploy/README.md

This file was deleted.

4 changes: 2 additions & 2 deletions examples/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 jsr.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

{
"name": "dokploy-sdk",
"version": "0.2.0",
"version": "0.3.0",
"exports": {
".": "./src/index.ts",
"./models/errors": "./src/models/errors/index.ts",
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dokploy-sdk",
"version": "0.2.0",
"version": "0.3.0",
"author": "Speakeasy",
"type": "module",
"tshy": {
Expand Down Expand Up @@ -38,7 +38,7 @@
"typescript-eslint": "^8.26.0"
},
"dependencies": {
"zod": "^3.20.0"
"zod": "^3.25.0 || ^4.0.0"
},
"exports": {
".": {
Expand Down
2 changes: 1 addition & 1 deletion src/funcs/adminSetupMonitoring.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ async function $do(
options: client._options,
baseURL: options?.serverURL ?? client._baseURL ?? "",
operationID: "admin-setupMonitoring",
oAuth2Scopes: [],
oAuth2Scopes: null,

resolvedSecurity: requestSecurity,

Expand Down
2 changes: 1 addition & 1 deletion src/funcs/aiCreate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ async function $do(
options: client._options,
baseURL: options?.serverURL ?? client._baseURL ?? "",
operationID: "ai-create",
oAuth2Scopes: [],
oAuth2Scopes: null,

resolvedSecurity: requestSecurity,

Expand Down
2 changes: 1 addition & 1 deletion src/funcs/aiDelete.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ async function $do(
options: client._options,
baseURL: options?.serverURL ?? client._baseURL ?? "",
operationID: "ai-delete",
oAuth2Scopes: [],
oAuth2Scopes: null,

resolvedSecurity: requestSecurity,

Expand Down
2 changes: 1 addition & 1 deletion src/funcs/aiDeploy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ async function $do(
options: client._options,
baseURL: options?.serverURL ?? client._baseURL ?? "",
operationID: "ai-deploy",
oAuth2Scopes: [],
oAuth2Scopes: null,

resolvedSecurity: requestSecurity,

Expand Down
2 changes: 1 addition & 1 deletion src/funcs/aiGet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ async function $do(
options: client._options,
baseURL: options?.serverURL ?? client._baseURL ?? "",
operationID: "ai-get",
oAuth2Scopes: [],
oAuth2Scopes: null,

resolvedSecurity: requestSecurity,

Expand Down
2 changes: 1 addition & 1 deletion src/funcs/aiGetAll.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ async function $do(
options: client._options,
baseURL: options?.serverURL ?? client._baseURL ?? "",
operationID: "ai-getAll",
oAuth2Scopes: [],
oAuth2Scopes: null,

resolvedSecurity: requestSecurity,

Expand Down
2 changes: 1 addition & 1 deletion src/funcs/aiGetModels.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ async function $do(
options: client._options,
baseURL: options?.serverURL ?? client._baseURL ?? "",
operationID: "ai-getModels",
oAuth2Scopes: [],
oAuth2Scopes: null,

resolvedSecurity: requestSecurity,

Expand Down
2 changes: 1 addition & 1 deletion src/funcs/aiGetOne.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ async function $do(
options: client._options,
baseURL: options?.serverURL ?? client._baseURL ?? "",
operationID: "ai-one",
oAuth2Scopes: [],
oAuth2Scopes: null,

resolvedSecurity: requestSecurity,

Expand Down
2 changes: 1 addition & 1 deletion src/funcs/aiSuggest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ async function $do(
options: client._options,
baseURL: options?.serverURL ?? client._baseURL ?? "",
operationID: "ai-suggest",
oAuth2Scopes: [],
oAuth2Scopes: null,

resolvedSecurity: requestSecurity,

Expand Down
2 changes: 1 addition & 1 deletion src/funcs/aiUpdate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ async function $do(
options: client._options,
baseURL: options?.serverURL ?? client._baseURL ?? "",
operationID: "ai-update",
oAuth2Scopes: [],
oAuth2Scopes: null,

resolvedSecurity: requestSecurity,

Expand Down
2 changes: 1 addition & 1 deletion src/funcs/applicationCancelDeployment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ async function $do(
options: client._options,
baseURL: options?.serverURL ?? client._baseURL ?? "",
operationID: "application-cancelDeployment",
oAuth2Scopes: [],
oAuth2Scopes: null,

resolvedSecurity: requestSecurity,

Expand Down
2 changes: 1 addition & 1 deletion src/funcs/applicationCleanQueues.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ async function $do(
options: client._options,
baseURL: options?.serverURL ?? client._baseURL ?? "",
operationID: "application-cleanQueues",
oAuth2Scopes: [],
oAuth2Scopes: null,

resolvedSecurity: requestSecurity,

Expand Down
2 changes: 1 addition & 1 deletion src/funcs/applicationCreate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ async function $do(
options: client._options,
baseURL: options?.serverURL ?? client._baseURL ?? "",
operationID: "application-create",
oAuth2Scopes: [],
oAuth2Scopes: null,

resolvedSecurity: requestSecurity,

Expand Down
2 changes: 1 addition & 1 deletion src/funcs/applicationDelete.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ async function $do(
options: client._options,
baseURL: options?.serverURL ?? client._baseURL ?? "",
operationID: "application-delete",
oAuth2Scopes: [],
oAuth2Scopes: null,

resolvedSecurity: requestSecurity,

Expand Down
2 changes: 1 addition & 1 deletion src/funcs/applicationDeploy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ async function $do(
options: client._options,
baseURL: options?.serverURL ?? client._baseURL ?? "",
operationID: "application-deploy",
oAuth2Scopes: [],
oAuth2Scopes: null,

resolvedSecurity: requestSecurity,

Expand Down
2 changes: 1 addition & 1 deletion src/funcs/applicationDisconnectGitProvider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ async function $do(
options: client._options,
baseURL: options?.serverURL ?? client._baseURL ?? "",
operationID: "application-disconnectGitProvider",
oAuth2Scopes: [],
oAuth2Scopes: null,

resolvedSecurity: requestSecurity,

Expand Down
2 changes: 1 addition & 1 deletion src/funcs/applicationGet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ async function $do(
options: client._options,
baseURL: options?.serverURL ?? client._baseURL ?? "",
operationID: "application-one",
oAuth2Scopes: [],
oAuth2Scopes: null,

resolvedSecurity: requestSecurity,

Expand Down
2 changes: 1 addition & 1 deletion src/funcs/applicationMarkRunning.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ async function $do(
options: client._options,
baseURL: options?.serverURL ?? client._baseURL ?? "",
operationID: "application-markRunning",
oAuth2Scopes: [],
oAuth2Scopes: null,

resolvedSecurity: requestSecurity,

Expand Down
2 changes: 1 addition & 1 deletion src/funcs/applicationReadAppMonitoring.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ async function $do(
options: client._options,
baseURL: options?.serverURL ?? client._baseURL ?? "",
operationID: "application-readAppMonitoring",
oAuth2Scopes: [],
oAuth2Scopes: null,

resolvedSecurity: requestSecurity,

Expand Down
2 changes: 1 addition & 1 deletion src/funcs/applicationRedeploy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ async function $do(
options: client._options,
baseURL: options?.serverURL ?? client._baseURL ?? "",
operationID: "application-redeploy",
oAuth2Scopes: [],
oAuth2Scopes: null,

resolvedSecurity: requestSecurity,

Expand Down
2 changes: 1 addition & 1 deletion src/funcs/applicationReload.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ async function $do(
options: client._options,
baseURL: options?.serverURL ?? client._baseURL ?? "",
operationID: "application-reload",
oAuth2Scopes: [],
oAuth2Scopes: null,

resolvedSecurity: requestSecurity,

Expand Down
Loading