chore: update @dokploy/trpc-openapi to version 0.0.18

- Bumped the version of @dokploy/trpc-openapi in both package.json and pnpm-lock.yaml.
- Removed unnecessary metadata from the dropDeployment procedure in application.ts.
This commit is contained in:
Mauricio Siu
2026-03-18 22:49:08 -06:00
parent 1b70763ba5
commit 7878bf29ba
3 changed files with 6 additions and 13 deletions

View File

@@ -57,7 +57,7 @@
"@codemirror/search": "^6.6.0",
"@codemirror/view": "^6.39.15",
"@dokploy/server": "workspace:*",
"@dokploy/trpc-openapi": "0.0.17",
"@dokploy/trpc-openapi": "0.0.18",
"@faker-js/faker": "^8.4.1",
"@hookform/resolvers": "^5.2.2",
"@octokit/auth-app": "^6.1.3",

View File

@@ -770,13 +770,6 @@ export const applicationRouter = createTRPCRouter({
}),
dropDeployment: protectedProcedure
.meta({
openapi: {
path: "/drop-deployment",
method: "POST",
override: true,
},
})
.input(
zfd.formData({
applicationId: z.string(),