fix: clean up endpoints

This commit is contained in:
David Nguyen
2025-10-31 15:48:05 +11:00
parent 8c228f965a
commit f93d34c38e
3 changed files with 0 additions and 5 deletions

View File

@ -1,5 +1,3 @@
import { EnvelopeType } from '@prisma/client';
// import type { OpenApiMeta } from 'trpc-to-openapi';
import { z } from 'zod';
import {
@ -17,7 +15,6 @@ import {
export const ZUpdateEnvelopeRequestSchema = z.object({
envelopeId: z.string(),
envelopeType: z.nativeEnum(EnvelopeType),
data: z
.object({
title: ZDocumentTitleSchema.optional(),