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