@vibetools/dokploy-mcp 1.2.0 → 2.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (126) hide show
  1. package/README.md +61 -168
  2. package/dist/api/client.d.ts +2 -1
  3. package/dist/api/client.js +3 -11
  4. package/dist/cli/index.js +1 -0
  5. package/dist/codemode/context/execute-context.d.ts +590 -0
  6. package/dist/codemode/context/execute-context.js +64 -0
  7. package/dist/codemode/context/search-context.d.ts +13851 -0
  8. package/dist/codemode/context/search-context.js +42 -0
  9. package/dist/codemode/gateway/api-gateway.d.ts +12 -0
  10. package/dist/codemode/gateway/api-gateway.js +160 -0
  11. package/dist/codemode/gateway/error-format.d.ts +13 -0
  12. package/dist/codemode/gateway/error-format.js +9 -0
  13. package/dist/codemode/gateway/request-normalizer.d.ts +3 -0
  14. package/dist/codemode/gateway/request-normalizer.js +21 -0
  15. package/dist/codemode/gateway/trace.d.ts +13 -0
  16. package/dist/codemode/gateway/trace.js +11 -0
  17. package/dist/codemode/sandbox/host.d.ts +11 -0
  18. package/dist/codemode/sandbox/host.js +28 -0
  19. package/dist/codemode/sandbox/limits.d.ts +2 -0
  20. package/dist/codemode/sandbox/limits.js +20 -0
  21. package/dist/codemode/sandbox/runner.d.ts +8 -0
  22. package/dist/codemode/sandbox/runner.js +113 -0
  23. package/dist/codemode/sandbox/runtime.d.ts +2 -0
  24. package/dist/codemode/sandbox/runtime.js +3 -0
  25. package/dist/codemode/sandbox/serialize.d.ts +1 -0
  26. package/dist/codemode/sandbox/serialize.js +45 -0
  27. package/dist/codemode/sandbox/subprocess-runner.d.ts +10 -0
  28. package/dist/codemode/sandbox/subprocess-runner.js +91 -0
  29. package/dist/codemode/sandbox/types.d.ts +12 -0
  30. package/dist/codemode/sandbox/types.js +1 -0
  31. package/dist/codemode/sandbox/worker-entry.d.ts +1 -0
  32. package/dist/codemode/sandbox/worker-entry.js +70 -0
  33. package/dist/codemode/server-codemode.d.ts +2 -0
  34. package/dist/codemode/server-codemode.js +17 -0
  35. package/dist/codemode/tools/execute.d.ts +583 -0
  36. package/dist/codemode/tools/execute.js +64 -0
  37. package/dist/codemode/tools/index.d.ts +2 -0
  38. package/dist/codemode/tools/index.js +3 -0
  39. package/dist/codemode/tools/search.d.ts +2 -0
  40. package/dist/codemode/tools/search.js +73 -0
  41. package/dist/generated/dokploy-catalog.d.ts +27 -0
  42. package/dist/generated/dokploy-catalog.js +16 -0
  43. package/dist/generated/dokploy-schemas.d.ts +17533 -0
  44. package/dist/generated/dokploy-schemas.js +20639 -0
  45. package/dist/generated/dokploy-sdk.d.ts +558 -0
  46. package/dist/generated/dokploy-sdk.js +561 -0
  47. package/dist/generated/openapi-index.json +10591 -0
  48. package/dist/{tools/_factory.js → mcp/tool-factory.js} +7 -5
  49. package/dist/server.d.ts +1 -1
  50. package/dist/server.js +2 -15
  51. package/package.json +22 -11
  52. package/dist/tools/_database.d.ts +0 -12
  53. package/dist/tools/_database.js +0 -115
  54. package/dist/tools/admin.d.ts +0 -2
  55. package/dist/tools/admin.js +0 -61
  56. package/dist/tools/application.d.ts +0 -2
  57. package/dist/tools/application.js +0 -601
  58. package/dist/tools/backup.d.ts +0 -2
  59. package/dist/tools/backup.js +0 -133
  60. package/dist/tools/certificates.d.ts +0 -2
  61. package/dist/tools/certificates.js +0 -54
  62. package/dist/tools/cluster.d.ts +0 -2
  63. package/dist/tools/cluster.js +0 -38
  64. package/dist/tools/compose.d.ts +0 -2
  65. package/dist/tools/compose.js +0 -451
  66. package/dist/tools/deployment.d.ts +0 -2
  67. package/dist/tools/deployment.js +0 -107
  68. package/dist/tools/destination.d.ts +0 -2
  69. package/dist/tools/destination.js +0 -78
  70. package/dist/tools/docker.d.ts +0 -2
  71. package/dist/tools/docker.js +0 -110
  72. package/dist/tools/domain.d.ts +0 -2
  73. package/dist/tools/domain.js +0 -147
  74. package/dist/tools/environment.d.ts +0 -2
  75. package/dist/tools/environment.js +0 -104
  76. package/dist/tools/git-provider.d.ts +0 -2
  77. package/dist/tools/git-provider.js +0 -22
  78. package/dist/tools/github.d.ts +0 -2
  79. package/dist/tools/github.js +0 -66
  80. package/dist/tools/gitlab.d.ts +0 -2
  81. package/dist/tools/gitlab.js +0 -98
  82. package/dist/tools/index.d.ts +0 -2
  83. package/dist/tools/index.js +0 -72
  84. package/dist/tools/mariadb.d.ts +0 -1
  85. package/dist/tools/mariadb.js +0 -14
  86. package/dist/tools/mongo.d.ts +0 -1
  87. package/dist/tools/mongo.js +0 -13
  88. package/dist/tools/mounts.d.ts +0 -2
  89. package/dist/tools/mounts.js +0 -109
  90. package/dist/tools/mysql.d.ts +0 -1
  91. package/dist/tools/mysql.js +0 -14
  92. package/dist/tools/notification.d.ts +0 -2
  93. package/dist/tools/notification.js +0 -559
  94. package/dist/tools/patch.d.ts +0 -2
  95. package/dist/tools/patch.js +0 -179
  96. package/dist/tools/port.d.ts +0 -2
  97. package/dist/tools/port.js +0 -54
  98. package/dist/tools/postgres.d.ts +0 -1
  99. package/dist/tools/postgres.js +0 -13
  100. package/dist/tools/preview-deployment.d.ts +0 -2
  101. package/dist/tools/preview-deployment.js +0 -50
  102. package/dist/tools/project.d.ts +0 -2
  103. package/dist/tools/project.js +0 -125
  104. package/dist/tools/redirects.d.ts +0 -2
  105. package/dist/tools/redirects.js +0 -53
  106. package/dist/tools/redis.d.ts +0 -1
  107. package/dist/tools/redis.js +0 -11
  108. package/dist/tools/registry.d.ts +0 -2
  109. package/dist/tools/registry.js +0 -81
  110. package/dist/tools/rollback.d.ts +0 -2
  111. package/dist/tools/rollback.js +0 -28
  112. package/dist/tools/schedule.d.ts +0 -2
  113. package/dist/tools/schedule.js +0 -92
  114. package/dist/tools/security.d.ts +0 -2
  115. package/dist/tools/security.js +0 -48
  116. package/dist/tools/server.d.ts +0 -2
  117. package/dist/tools/server.js +0 -192
  118. package/dist/tools/settings.d.ts +0 -2
  119. package/dist/tools/settings.js +0 -509
  120. package/dist/tools/ssh-key.d.ts +0 -2
  121. package/dist/tools/ssh-key.js +0 -74
  122. package/dist/tools/user.d.ts +0 -2
  123. package/dist/tools/user.js +0 -85
  124. package/dist/tools/volume-backups.d.ts +0 -2
  125. package/dist/tools/volume-backups.js +0 -96
  126. /package/dist/{tools/_factory.d.ts → mcp/tool-factory.d.ts} +0 -0
@@ -0,0 +1,558 @@
1
+ export declare function createGeneratedDokployRuntime(call: (procedure: string, input?: Record<string, unknown>) => Promise<unknown>): {
2
+ call: (procedure: string, input?: Record<string, unknown>) => Promise<unknown>;
3
+ admin: {
4
+ setupMonitoring: (input?: {}) => Promise<unknown>;
5
+ };
6
+ ai: {
7
+ create: (input?: {}) => Promise<unknown>;
8
+ delete: (input?: {}) => Promise<unknown>;
9
+ deploy: (input?: {}) => Promise<unknown>;
10
+ get: (input?: {}) => Promise<unknown>;
11
+ getAll: (input?: {}) => Promise<unknown>;
12
+ getModels: (input?: {}) => Promise<unknown>;
13
+ one: (input?: {}) => Promise<unknown>;
14
+ suggest: (input?: {}) => Promise<unknown>;
15
+ update: (input?: {}) => Promise<unknown>;
16
+ };
17
+ application: {
18
+ cancelDeployment: (input?: {}) => Promise<unknown>;
19
+ cleanQueues: (input?: {}) => Promise<unknown>;
20
+ clearDeployments: (input?: {}) => Promise<unknown>;
21
+ create: (input?: {}) => Promise<unknown>;
22
+ delete: (input?: {}) => Promise<unknown>;
23
+ deploy: (input?: {}) => Promise<unknown>;
24
+ disconnectGitProvider: (input?: {}) => Promise<unknown>;
25
+ killBuild: (input?: {}) => Promise<unknown>;
26
+ markRunning: (input?: {}) => Promise<unknown>;
27
+ move: (input?: {}) => Promise<unknown>;
28
+ one: (input?: {}) => Promise<unknown>;
29
+ readAppMonitoring: (input?: {}) => Promise<unknown>;
30
+ readTraefikConfig: (input?: {}) => Promise<unknown>;
31
+ redeploy: (input?: {}) => Promise<unknown>;
32
+ refreshToken: (input?: {}) => Promise<unknown>;
33
+ reload: (input?: {}) => Promise<unknown>;
34
+ saveBitbucketProvider: (input?: {}) => Promise<unknown>;
35
+ saveBuildType: (input?: {}) => Promise<unknown>;
36
+ saveDockerProvider: (input?: {}) => Promise<unknown>;
37
+ saveEnvironment: (input?: {}) => Promise<unknown>;
38
+ saveGitProvider: (input?: {}) => Promise<unknown>;
39
+ saveGiteaProvider: (input?: {}) => Promise<unknown>;
40
+ saveGithubProvider: (input?: {}) => Promise<unknown>;
41
+ saveGitlabProvider: (input?: {}) => Promise<unknown>;
42
+ search: (input?: {}) => Promise<unknown>;
43
+ start: (input?: {}) => Promise<unknown>;
44
+ stop: (input?: {}) => Promise<unknown>;
45
+ update: (input?: {}) => Promise<unknown>;
46
+ updateTraefikConfig: (input?: {}) => Promise<unknown>;
47
+ };
48
+ auditLog: {
49
+ all: (input?: {}) => Promise<unknown>;
50
+ };
51
+ backup: {
52
+ create: (input?: {}) => Promise<unknown>;
53
+ listBackupFiles: (input?: {}) => Promise<unknown>;
54
+ manualBackupCompose: (input?: {}) => Promise<unknown>;
55
+ manualBackupMariadb: (input?: {}) => Promise<unknown>;
56
+ manualBackupMongo: (input?: {}) => Promise<unknown>;
57
+ manualBackupMySql: (input?: {}) => Promise<unknown>;
58
+ manualBackupPostgres: (input?: {}) => Promise<unknown>;
59
+ manualBackupWebServer: (input?: {}) => Promise<unknown>;
60
+ one: (input?: {}) => Promise<unknown>;
61
+ remove: (input?: {}) => Promise<unknown>;
62
+ update: (input?: {}) => Promise<unknown>;
63
+ };
64
+ bitbucket: {
65
+ bitbucketProviders: (input?: {}) => Promise<unknown>;
66
+ create: (input?: {}) => Promise<unknown>;
67
+ getBitbucketBranches: (input?: {}) => Promise<unknown>;
68
+ getBitbucketRepositories: (input?: {}) => Promise<unknown>;
69
+ one: (input?: {}) => Promise<unknown>;
70
+ testConnection: (input?: {}) => Promise<unknown>;
71
+ update: (input?: {}) => Promise<unknown>;
72
+ };
73
+ certificates: {
74
+ all: (input?: {}) => Promise<unknown>;
75
+ create: (input?: {}) => Promise<unknown>;
76
+ one: (input?: {}) => Promise<unknown>;
77
+ remove: (input?: {}) => Promise<unknown>;
78
+ };
79
+ cluster: {
80
+ addManager: (input?: {}) => Promise<unknown>;
81
+ addWorker: (input?: {}) => Promise<unknown>;
82
+ getNodes: (input?: {}) => Promise<unknown>;
83
+ removeWorker: (input?: {}) => Promise<unknown>;
84
+ };
85
+ compose: {
86
+ cancelDeployment: (input?: {}) => Promise<unknown>;
87
+ cleanQueues: (input?: {}) => Promise<unknown>;
88
+ clearDeployments: (input?: {}) => Promise<unknown>;
89
+ create: (input?: {}) => Promise<unknown>;
90
+ delete: (input?: {}) => Promise<unknown>;
91
+ deploy: (input?: {}) => Promise<unknown>;
92
+ deployTemplate: (input?: {}) => Promise<unknown>;
93
+ disconnectGitProvider: (input?: {}) => Promise<unknown>;
94
+ fetchSourceType: (input?: {}) => Promise<unknown>;
95
+ getConvertedCompose: (input?: {}) => Promise<unknown>;
96
+ getDefaultCommand: (input?: {}) => Promise<unknown>;
97
+ getTags: (input?: {}) => Promise<unknown>;
98
+ import: (input?: {}) => Promise<unknown>;
99
+ isolatedDeployment: (input?: {}) => Promise<unknown>;
100
+ killBuild: (input?: {}) => Promise<unknown>;
101
+ loadMountsByService: (input?: {}) => Promise<unknown>;
102
+ loadServices: (input?: {}) => Promise<unknown>;
103
+ move: (input?: {}) => Promise<unknown>;
104
+ one: (input?: {}) => Promise<unknown>;
105
+ processTemplate: (input?: {}) => Promise<unknown>;
106
+ randomizeCompose: (input?: {}) => Promise<unknown>;
107
+ redeploy: (input?: {}) => Promise<unknown>;
108
+ refreshToken: (input?: {}) => Promise<unknown>;
109
+ search: (input?: {}) => Promise<unknown>;
110
+ start: (input?: {}) => Promise<unknown>;
111
+ stop: (input?: {}) => Promise<unknown>;
112
+ templates: (input?: {}) => Promise<unknown>;
113
+ update: (input?: {}) => Promise<unknown>;
114
+ };
115
+ customRole: {
116
+ all: (input?: {}) => Promise<unknown>;
117
+ create: (input?: {}) => Promise<unknown>;
118
+ getStatements: (input?: {}) => Promise<unknown>;
119
+ membersByRole: (input?: {}) => Promise<unknown>;
120
+ remove: (input?: {}) => Promise<unknown>;
121
+ update: (input?: {}) => Promise<unknown>;
122
+ };
123
+ deployment: {
124
+ all: (input?: {}) => Promise<unknown>;
125
+ allByCompose: (input?: {}) => Promise<unknown>;
126
+ allByServer: (input?: {}) => Promise<unknown>;
127
+ allByType: (input?: {}) => Promise<unknown>;
128
+ allCentralized: (input?: {}) => Promise<unknown>;
129
+ killProcess: (input?: {}) => Promise<unknown>;
130
+ queueList: (input?: {}) => Promise<unknown>;
131
+ removeDeployment: (input?: {}) => Promise<unknown>;
132
+ };
133
+ destination: {
134
+ all: (input?: {}) => Promise<unknown>;
135
+ create: (input?: {}) => Promise<unknown>;
136
+ one: (input?: {}) => Promise<unknown>;
137
+ remove: (input?: {}) => Promise<unknown>;
138
+ testConnection: (input?: {}) => Promise<unknown>;
139
+ update: (input?: {}) => Promise<unknown>;
140
+ };
141
+ docker: {
142
+ getConfig: (input?: {}) => Promise<unknown>;
143
+ getContainers: (input?: {}) => Promise<unknown>;
144
+ getContainersByAppLabel: (input?: {}) => Promise<unknown>;
145
+ getContainersByAppNameMatch: (input?: {}) => Promise<unknown>;
146
+ getServiceContainersByAppName: (input?: {}) => Promise<unknown>;
147
+ getStackContainersByAppName: (input?: {}) => Promise<unknown>;
148
+ restartContainer: (input?: {}) => Promise<unknown>;
149
+ };
150
+ domain: {
151
+ byApplicationId: (input?: {}) => Promise<unknown>;
152
+ byComposeId: (input?: {}) => Promise<unknown>;
153
+ canGenerateTraefikMeDomains: (input?: {}) => Promise<unknown>;
154
+ create: (input?: {}) => Promise<unknown>;
155
+ delete: (input?: {}) => Promise<unknown>;
156
+ generateDomain: (input?: {}) => Promise<unknown>;
157
+ one: (input?: {}) => Promise<unknown>;
158
+ update: (input?: {}) => Promise<unknown>;
159
+ validateDomain: (input?: {}) => Promise<unknown>;
160
+ };
161
+ environment: {
162
+ byProjectId: (input?: {}) => Promise<unknown>;
163
+ create: (input?: {}) => Promise<unknown>;
164
+ duplicate: (input?: {}) => Promise<unknown>;
165
+ one: (input?: {}) => Promise<unknown>;
166
+ remove: (input?: {}) => Promise<unknown>;
167
+ search: (input?: {}) => Promise<unknown>;
168
+ update: (input?: {}) => Promise<unknown>;
169
+ };
170
+ gitea: {
171
+ create: (input?: {}) => Promise<unknown>;
172
+ getGiteaBranches: (input?: {}) => Promise<unknown>;
173
+ getGiteaRepositories: (input?: {}) => Promise<unknown>;
174
+ getGiteaUrl: (input?: {}) => Promise<unknown>;
175
+ giteaProviders: (input?: {}) => Promise<unknown>;
176
+ one: (input?: {}) => Promise<unknown>;
177
+ testConnection: (input?: {}) => Promise<unknown>;
178
+ update: (input?: {}) => Promise<unknown>;
179
+ };
180
+ github: {
181
+ getGithubBranches: (input?: {}) => Promise<unknown>;
182
+ getGithubRepositories: (input?: {}) => Promise<unknown>;
183
+ githubProviders: (input?: {}) => Promise<unknown>;
184
+ one: (input?: {}) => Promise<unknown>;
185
+ testConnection: (input?: {}) => Promise<unknown>;
186
+ update: (input?: {}) => Promise<unknown>;
187
+ };
188
+ gitlab: {
189
+ create: (input?: {}) => Promise<unknown>;
190
+ getGitlabBranches: (input?: {}) => Promise<unknown>;
191
+ getGitlabRepositories: (input?: {}) => Promise<unknown>;
192
+ gitlabProviders: (input?: {}) => Promise<unknown>;
193
+ one: (input?: {}) => Promise<unknown>;
194
+ testConnection: (input?: {}) => Promise<unknown>;
195
+ update: (input?: {}) => Promise<unknown>;
196
+ };
197
+ gitProvider: {
198
+ getAll: (input?: {}) => Promise<unknown>;
199
+ remove: (input?: {}) => Promise<unknown>;
200
+ };
201
+ licenseKey: {
202
+ activate: (input?: {}) => Promise<unknown>;
203
+ deactivate: (input?: {}) => Promise<unknown>;
204
+ getEnterpriseSettings: (input?: {}) => Promise<unknown>;
205
+ haveValidLicenseKey: (input?: {}) => Promise<unknown>;
206
+ updateEnterpriseSettings: (input?: {}) => Promise<unknown>;
207
+ validate: (input?: {}) => Promise<unknown>;
208
+ };
209
+ mariadb: {
210
+ changeStatus: (input?: {}) => Promise<unknown>;
211
+ create: (input?: {}) => Promise<unknown>;
212
+ deploy: (input?: {}) => Promise<unknown>;
213
+ move: (input?: {}) => Promise<unknown>;
214
+ one: (input?: {}) => Promise<unknown>;
215
+ rebuild: (input?: {}) => Promise<unknown>;
216
+ reload: (input?: {}) => Promise<unknown>;
217
+ remove: (input?: {}) => Promise<unknown>;
218
+ saveEnvironment: (input?: {}) => Promise<unknown>;
219
+ saveExternalPort: (input?: {}) => Promise<unknown>;
220
+ search: (input?: {}) => Promise<unknown>;
221
+ start: (input?: {}) => Promise<unknown>;
222
+ stop: (input?: {}) => Promise<unknown>;
223
+ update: (input?: {}) => Promise<unknown>;
224
+ };
225
+ mongo: {
226
+ changeStatus: (input?: {}) => Promise<unknown>;
227
+ create: (input?: {}) => Promise<unknown>;
228
+ deploy: (input?: {}) => Promise<unknown>;
229
+ move: (input?: {}) => Promise<unknown>;
230
+ one: (input?: {}) => Promise<unknown>;
231
+ rebuild: (input?: {}) => Promise<unknown>;
232
+ reload: (input?: {}) => Promise<unknown>;
233
+ remove: (input?: {}) => Promise<unknown>;
234
+ saveEnvironment: (input?: {}) => Promise<unknown>;
235
+ saveExternalPort: (input?: {}) => Promise<unknown>;
236
+ search: (input?: {}) => Promise<unknown>;
237
+ start: (input?: {}) => Promise<unknown>;
238
+ stop: (input?: {}) => Promise<unknown>;
239
+ update: (input?: {}) => Promise<unknown>;
240
+ };
241
+ mounts: {
242
+ allNamedByApplicationId: (input?: {}) => Promise<unknown>;
243
+ create: (input?: {}) => Promise<unknown>;
244
+ listByServiceId: (input?: {}) => Promise<unknown>;
245
+ one: (input?: {}) => Promise<unknown>;
246
+ remove: (input?: {}) => Promise<unknown>;
247
+ update: (input?: {}) => Promise<unknown>;
248
+ };
249
+ mysql: {
250
+ changeStatus: (input?: {}) => Promise<unknown>;
251
+ create: (input?: {}) => Promise<unknown>;
252
+ deploy: (input?: {}) => Promise<unknown>;
253
+ move: (input?: {}) => Promise<unknown>;
254
+ one: (input?: {}) => Promise<unknown>;
255
+ rebuild: (input?: {}) => Promise<unknown>;
256
+ reload: (input?: {}) => Promise<unknown>;
257
+ remove: (input?: {}) => Promise<unknown>;
258
+ saveEnvironment: (input?: {}) => Promise<unknown>;
259
+ saveExternalPort: (input?: {}) => Promise<unknown>;
260
+ search: (input?: {}) => Promise<unknown>;
261
+ start: (input?: {}) => Promise<unknown>;
262
+ stop: (input?: {}) => Promise<unknown>;
263
+ update: (input?: {}) => Promise<unknown>;
264
+ };
265
+ notification: {
266
+ all: (input?: {}) => Promise<unknown>;
267
+ createCustom: (input?: {}) => Promise<unknown>;
268
+ createDiscord: (input?: {}) => Promise<unknown>;
269
+ createEmail: (input?: {}) => Promise<unknown>;
270
+ createGotify: (input?: {}) => Promise<unknown>;
271
+ createLark: (input?: {}) => Promise<unknown>;
272
+ createNtfy: (input?: {}) => Promise<unknown>;
273
+ createPushover: (input?: {}) => Promise<unknown>;
274
+ createResend: (input?: {}) => Promise<unknown>;
275
+ createSlack: (input?: {}) => Promise<unknown>;
276
+ createTeams: (input?: {}) => Promise<unknown>;
277
+ createTelegram: (input?: {}) => Promise<unknown>;
278
+ getEmailProviders: (input?: {}) => Promise<unknown>;
279
+ one: (input?: {}) => Promise<unknown>;
280
+ receiveNotification: (input?: {}) => Promise<unknown>;
281
+ remove: (input?: {}) => Promise<unknown>;
282
+ testCustomConnection: (input?: {}) => Promise<unknown>;
283
+ testDiscordConnection: (input?: {}) => Promise<unknown>;
284
+ testEmailConnection: (input?: {}) => Promise<unknown>;
285
+ testGotifyConnection: (input?: {}) => Promise<unknown>;
286
+ testLarkConnection: (input?: {}) => Promise<unknown>;
287
+ testNtfyConnection: (input?: {}) => Promise<unknown>;
288
+ testPushoverConnection: (input?: {}) => Promise<unknown>;
289
+ testResendConnection: (input?: {}) => Promise<unknown>;
290
+ testSlackConnection: (input?: {}) => Promise<unknown>;
291
+ testTeamsConnection: (input?: {}) => Promise<unknown>;
292
+ testTelegramConnection: (input?: {}) => Promise<unknown>;
293
+ updateCustom: (input?: {}) => Promise<unknown>;
294
+ updateDiscord: (input?: {}) => Promise<unknown>;
295
+ updateEmail: (input?: {}) => Promise<unknown>;
296
+ updateGotify: (input?: {}) => Promise<unknown>;
297
+ updateLark: (input?: {}) => Promise<unknown>;
298
+ updateNtfy: (input?: {}) => Promise<unknown>;
299
+ updatePushover: (input?: {}) => Promise<unknown>;
300
+ updateResend: (input?: {}) => Promise<unknown>;
301
+ updateSlack: (input?: {}) => Promise<unknown>;
302
+ updateTeams: (input?: {}) => Promise<unknown>;
303
+ updateTelegram: (input?: {}) => Promise<unknown>;
304
+ };
305
+ organization: {
306
+ active: (input?: {}) => Promise<unknown>;
307
+ all: (input?: {}) => Promise<unknown>;
308
+ allInvitations: (input?: {}) => Promise<unknown>;
309
+ create: (input?: {}) => Promise<unknown>;
310
+ delete: (input?: {}) => Promise<unknown>;
311
+ inviteMember: (input?: {}) => Promise<unknown>;
312
+ one: (input?: {}) => Promise<unknown>;
313
+ removeInvitation: (input?: {}) => Promise<unknown>;
314
+ setDefault: (input?: {}) => Promise<unknown>;
315
+ update: (input?: {}) => Promise<unknown>;
316
+ updateMemberRole: (input?: {}) => Promise<unknown>;
317
+ };
318
+ patch: {
319
+ byEntityId: (input?: {}) => Promise<unknown>;
320
+ cleanPatchRepos: (input?: {}) => Promise<unknown>;
321
+ create: (input?: {}) => Promise<unknown>;
322
+ delete: (input?: {}) => Promise<unknown>;
323
+ ensureRepo: (input?: {}) => Promise<unknown>;
324
+ markFileForDeletion: (input?: {}) => Promise<unknown>;
325
+ one: (input?: {}) => Promise<unknown>;
326
+ readRepoDirectories: (input?: {}) => Promise<unknown>;
327
+ readRepoFile: (input?: {}) => Promise<unknown>;
328
+ saveFileAsPatch: (input?: {}) => Promise<unknown>;
329
+ toggleEnabled: (input?: {}) => Promise<unknown>;
330
+ update: (input?: {}) => Promise<unknown>;
331
+ };
332
+ port: {
333
+ create: (input?: {}) => Promise<unknown>;
334
+ delete: (input?: {}) => Promise<unknown>;
335
+ one: (input?: {}) => Promise<unknown>;
336
+ update: (input?: {}) => Promise<unknown>;
337
+ };
338
+ postgres: {
339
+ changeStatus: (input?: {}) => Promise<unknown>;
340
+ create: (input?: {}) => Promise<unknown>;
341
+ deploy: (input?: {}) => Promise<unknown>;
342
+ move: (input?: {}) => Promise<unknown>;
343
+ one: (input?: {}) => Promise<unknown>;
344
+ rebuild: (input?: {}) => Promise<unknown>;
345
+ reload: (input?: {}) => Promise<unknown>;
346
+ remove: (input?: {}) => Promise<unknown>;
347
+ saveEnvironment: (input?: {}) => Promise<unknown>;
348
+ saveExternalPort: (input?: {}) => Promise<unknown>;
349
+ search: (input?: {}) => Promise<unknown>;
350
+ start: (input?: {}) => Promise<unknown>;
351
+ stop: (input?: {}) => Promise<unknown>;
352
+ update: (input?: {}) => Promise<unknown>;
353
+ };
354
+ previewDeployment: {
355
+ all: (input?: {}) => Promise<unknown>;
356
+ delete: (input?: {}) => Promise<unknown>;
357
+ one: (input?: {}) => Promise<unknown>;
358
+ redeploy: (input?: {}) => Promise<unknown>;
359
+ };
360
+ project: {
361
+ all: (input?: {}) => Promise<unknown>;
362
+ allForPermissions: (input?: {}) => Promise<unknown>;
363
+ create: (input?: {}) => Promise<unknown>;
364
+ duplicate: (input?: {}) => Promise<unknown>;
365
+ one: (input?: {}) => Promise<unknown>;
366
+ remove: (input?: {}) => Promise<unknown>;
367
+ search: (input?: {}) => Promise<unknown>;
368
+ update: (input?: {}) => Promise<unknown>;
369
+ };
370
+ redirects: {
371
+ create: (input?: {}) => Promise<unknown>;
372
+ delete: (input?: {}) => Promise<unknown>;
373
+ one: (input?: {}) => Promise<unknown>;
374
+ update: (input?: {}) => Promise<unknown>;
375
+ };
376
+ redis: {
377
+ changeStatus: (input?: {}) => Promise<unknown>;
378
+ create: (input?: {}) => Promise<unknown>;
379
+ deploy: (input?: {}) => Promise<unknown>;
380
+ move: (input?: {}) => Promise<unknown>;
381
+ one: (input?: {}) => Promise<unknown>;
382
+ rebuild: (input?: {}) => Promise<unknown>;
383
+ reload: (input?: {}) => Promise<unknown>;
384
+ remove: (input?: {}) => Promise<unknown>;
385
+ saveEnvironment: (input?: {}) => Promise<unknown>;
386
+ saveExternalPort: (input?: {}) => Promise<unknown>;
387
+ search: (input?: {}) => Promise<unknown>;
388
+ start: (input?: {}) => Promise<unknown>;
389
+ stop: (input?: {}) => Promise<unknown>;
390
+ update: (input?: {}) => Promise<unknown>;
391
+ };
392
+ registry: {
393
+ all: (input?: {}) => Promise<unknown>;
394
+ create: (input?: {}) => Promise<unknown>;
395
+ one: (input?: {}) => Promise<unknown>;
396
+ remove: (input?: {}) => Promise<unknown>;
397
+ testRegistry: (input?: {}) => Promise<unknown>;
398
+ testRegistryById: (input?: {}) => Promise<unknown>;
399
+ update: (input?: {}) => Promise<unknown>;
400
+ };
401
+ rollback: {
402
+ delete: (input?: {}) => Promise<unknown>;
403
+ rollback: (input?: {}) => Promise<unknown>;
404
+ };
405
+ schedule: {
406
+ create: (input?: {}) => Promise<unknown>;
407
+ delete: (input?: {}) => Promise<unknown>;
408
+ list: (input?: {}) => Promise<unknown>;
409
+ one: (input?: {}) => Promise<unknown>;
410
+ runManually: (input?: {}) => Promise<unknown>;
411
+ update: (input?: {}) => Promise<unknown>;
412
+ };
413
+ security: {
414
+ create: (input?: {}) => Promise<unknown>;
415
+ delete: (input?: {}) => Promise<unknown>;
416
+ one: (input?: {}) => Promise<unknown>;
417
+ update: (input?: {}) => Promise<unknown>;
418
+ };
419
+ server: {
420
+ all: (input?: {}) => Promise<unknown>;
421
+ buildServers: (input?: {}) => Promise<unknown>;
422
+ count: (input?: {}) => Promise<unknown>;
423
+ create: (input?: {}) => Promise<unknown>;
424
+ getDefaultCommand: (input?: {}) => Promise<unknown>;
425
+ getServerMetrics: (input?: {}) => Promise<unknown>;
426
+ getServerTime: (input?: {}) => Promise<unknown>;
427
+ one: (input?: {}) => Promise<unknown>;
428
+ publicIp: (input?: {}) => Promise<unknown>;
429
+ remove: (input?: {}) => Promise<unknown>;
430
+ security: (input?: {}) => Promise<unknown>;
431
+ setup: (input?: {}) => Promise<unknown>;
432
+ setupMonitoring: (input?: {}) => Promise<unknown>;
433
+ update: (input?: {}) => Promise<unknown>;
434
+ validate: (input?: {}) => Promise<unknown>;
435
+ withSSHKey: (input?: {}) => Promise<unknown>;
436
+ };
437
+ settings: {
438
+ assignDomainServer: (input?: {}) => Promise<unknown>;
439
+ checkGPUStatus: (input?: {}) => Promise<unknown>;
440
+ cleanAll: (input?: {}) => Promise<unknown>;
441
+ cleanAllDeploymentQueue: (input?: {}) => Promise<unknown>;
442
+ cleanDockerBuilder: (input?: {}) => Promise<unknown>;
443
+ cleanDockerPrune: (input?: {}) => Promise<unknown>;
444
+ cleanMonitoring: (input?: {}) => Promise<unknown>;
445
+ cleanRedis: (input?: {}) => Promise<unknown>;
446
+ cleanSSHPrivateKey: (input?: {}) => Promise<unknown>;
447
+ cleanStoppedContainers: (input?: {}) => Promise<unknown>;
448
+ cleanUnusedImages: (input?: {}) => Promise<unknown>;
449
+ cleanUnusedVolumes: (input?: {}) => Promise<unknown>;
450
+ getDokployCloudIps: (input?: {}) => Promise<unknown>;
451
+ getDokployVersion: (input?: {}) => Promise<unknown>;
452
+ getIp: (input?: {}) => Promise<unknown>;
453
+ getLogCleanupStatus: (input?: {}) => Promise<unknown>;
454
+ getOpenApiDocument: (input?: {}) => Promise<unknown>;
455
+ getReleaseTag: (input?: {}) => Promise<unknown>;
456
+ getTraefikPorts: (input?: {}) => Promise<unknown>;
457
+ getUpdateData: (input?: {}) => Promise<unknown>;
458
+ getWebServerSettings: (input?: {}) => Promise<unknown>;
459
+ haveActivateRequests: (input?: {}) => Promise<unknown>;
460
+ haveTraefikDashboardPortEnabled: (input?: {}) => Promise<unknown>;
461
+ health: (input?: {}) => Promise<unknown>;
462
+ isCloud: (input?: {}) => Promise<unknown>;
463
+ isUserSubscribed: (input?: {}) => Promise<unknown>;
464
+ readDirectories: (input?: {}) => Promise<unknown>;
465
+ readMiddlewareTraefikConfig: (input?: {}) => Promise<unknown>;
466
+ readTraefikConfig: (input?: {}) => Promise<unknown>;
467
+ readTraefikEnv: (input?: {}) => Promise<unknown>;
468
+ readTraefikFile: (input?: {}) => Promise<unknown>;
469
+ readWebServerTraefikConfig: (input?: {}) => Promise<unknown>;
470
+ reloadRedis: (input?: {}) => Promise<unknown>;
471
+ reloadServer: (input?: {}) => Promise<unknown>;
472
+ reloadTraefik: (input?: {}) => Promise<unknown>;
473
+ saveSSHPrivateKey: (input?: {}) => Promise<unknown>;
474
+ setupGPU: (input?: {}) => Promise<unknown>;
475
+ toggleDashboard: (input?: {}) => Promise<unknown>;
476
+ toggleRequests: (input?: {}) => Promise<unknown>;
477
+ updateDockerCleanup: (input?: {}) => Promise<unknown>;
478
+ updateLogCleanup: (input?: {}) => Promise<unknown>;
479
+ updateMiddlewareTraefikConfig: (input?: {}) => Promise<unknown>;
480
+ updateServer: (input?: {}) => Promise<unknown>;
481
+ updateServerIp: (input?: {}) => Promise<unknown>;
482
+ updateTraefikConfig: (input?: {}) => Promise<unknown>;
483
+ updateTraefikFile: (input?: {}) => Promise<unknown>;
484
+ updateTraefikPorts: (input?: {}) => Promise<unknown>;
485
+ updateWebServerTraefikConfig: (input?: {}) => Promise<unknown>;
486
+ writeTraefikEnv: (input?: {}) => Promise<unknown>;
487
+ };
488
+ sshKey: {
489
+ all: (input?: {}) => Promise<unknown>;
490
+ create: (input?: {}) => Promise<unknown>;
491
+ generate: (input?: {}) => Promise<unknown>;
492
+ one: (input?: {}) => Promise<unknown>;
493
+ remove: (input?: {}) => Promise<unknown>;
494
+ update: (input?: {}) => Promise<unknown>;
495
+ };
496
+ sso: {
497
+ addTrustedOrigin: (input?: {}) => Promise<unknown>;
498
+ deleteProvider: (input?: {}) => Promise<unknown>;
499
+ getTrustedOrigins: (input?: {}) => Promise<unknown>;
500
+ listProviders: (input?: {}) => Promise<unknown>;
501
+ one: (input?: {}) => Promise<unknown>;
502
+ register: (input?: {}) => Promise<unknown>;
503
+ removeTrustedOrigin: (input?: {}) => Promise<unknown>;
504
+ showSignInWithSSO: (input?: {}) => Promise<unknown>;
505
+ update: (input?: {}) => Promise<unknown>;
506
+ updateTrustedOrigin: (input?: {}) => Promise<unknown>;
507
+ };
508
+ stripe: {
509
+ canCreateMoreServers: (input?: {}) => Promise<unknown>;
510
+ createCheckoutSession: (input?: {}) => Promise<unknown>;
511
+ createCustomerPortalSession: (input?: {}) => Promise<unknown>;
512
+ getCurrentPlan: (input?: {}) => Promise<unknown>;
513
+ getInvoices: (input?: {}) => Promise<unknown>;
514
+ getProducts: (input?: {}) => Promise<unknown>;
515
+ upgradeSubscription: (input?: {}) => Promise<unknown>;
516
+ };
517
+ swarm: {
518
+ getNodeApps: (input?: {}) => Promise<unknown>;
519
+ getNodeInfo: (input?: {}) => Promise<unknown>;
520
+ getNodes: (input?: {}) => Promise<unknown>;
521
+ };
522
+ user: {
523
+ all: (input?: {}) => Promise<unknown>;
524
+ assignPermissions: (input?: {}) => Promise<unknown>;
525
+ checkUserOrganizations: (input?: {}) => Promise<unknown>;
526
+ createApiKey: (input?: {}) => Promise<unknown>;
527
+ deleteApiKey: (input?: {}) => Promise<unknown>;
528
+ generateToken: (input?: {}) => Promise<unknown>;
529
+ get: (input?: {}) => Promise<unknown>;
530
+ getBackups: (input?: {}) => Promise<unknown>;
531
+ getContainerMetrics: (input?: {}) => Promise<unknown>;
532
+ getInvitations: (input?: {}) => Promise<unknown>;
533
+ getMetricsToken: (input?: {}) => Promise<unknown>;
534
+ getPermissions: (input?: {}) => Promise<unknown>;
535
+ getServerMetrics: (input?: {}) => Promise<unknown>;
536
+ getUserByToken: (input?: {}) => Promise<unknown>;
537
+ haveRootAccess: (input?: {}) => Promise<unknown>;
538
+ one: (input?: {}) => Promise<unknown>;
539
+ remove: (input?: {}) => Promise<unknown>;
540
+ sendInvitation: (input?: {}) => Promise<unknown>;
541
+ session: (input?: {}) => Promise<unknown>;
542
+ update: (input?: {}) => Promise<unknown>;
543
+ };
544
+ volumeBackups: {
545
+ create: (input?: {}) => Promise<unknown>;
546
+ delete: (input?: {}) => Promise<unknown>;
547
+ list: (input?: {}) => Promise<unknown>;
548
+ one: (input?: {}) => Promise<unknown>;
549
+ runManually: (input?: {}) => Promise<unknown>;
550
+ update: (input?: {}) => Promise<unknown>;
551
+ };
552
+ whitelabeling: {
553
+ get: (input?: {}) => Promise<unknown>;
554
+ getPublic: (input?: {}) => Promise<unknown>;
555
+ reset: (input?: {}) => Promise<unknown>;
556
+ update: (input?: {}) => Promise<unknown>;
557
+ };
558
+ };