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

@@ -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(),