updated build add update delete

This commit is contained in:
2025-12-02 17:13:25 +03:00
parent 0394d42d02
commit 5bb6021102
87 changed files with 1470 additions and 1158 deletions

View File

@@ -19,7 +19,6 @@ export async function POST(request: Request) {
typeToken
type
}
collectionToken
info {
govAddressCode
buildName

View File

@@ -2,7 +2,6 @@ import { z } from "zod"
export const buildTypesAddSchema = z.object({
buildType: z.string(),
collectionToken: z.string(),
info: z.object({
govAddressCode: z.string(),
buildName: z.string(),