{"version":3,"file":"thread.schema.cjs","sources":["../../../../../src/schema/public/thread/thread.schema.ts"],"sourcesContent":["import { z } from \"zod\";\nimport zodToCamelCase from \"zod-to-camel-case\";\n\nexport const threadSchema = z.object({\n  thread_id: z.number(),\n  thread_title: z.string(),\n  thread_slug: z.string(),\n});\nexport type Thread = z.infer<typeof threadSchema>;\n\nexport const threadSchemaCamel = zodToCamelCase(threadSchema);\nexport type ThreadCamel = z.infer<typeof threadSchemaCamel>;\n"],"names":["threadSchema","z","object","thread_id","number","thread_title","string","thread_slug","threadSchemaCamel","zodToCamelCase"],"mappings":"2HAGO,MAAMA,EAAeC,EAAAA,EAAEC,OAAO,CACnCC,UAAWF,EAAAA,EAAEG,SACbC,aAAcJ,EAAAA,EAAEK,SAChBC,YAAaN,EAAAA,EAAEK,WAIJE,EAAoBC,EAAAA,QAAeT"}