{"version":3,"file":"keyLearningPoints.schema.cjs","sources":["../../../../../../src/schema/public/components/keyLearningPoints/keyLearningPoints.schema.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { safeString } from \"@/schema/public/components/base/safe-string.schema\";\n\nexport const keyLearningPointsSchema = z.object({\n  key_learning_point: safeString,\n});\n\nexport type KeyLearningPoints = z.infer<typeof keyLearningPointsSchema>;\n\nexport const keyLearningPointsSchemaCamel = z.object({\n  keyLearningPoint: z.string(),\n});\nexport type KeyLearningPointsCamel = z.infer<\n  typeof keyLearningPointsSchemaCamel\n>;\n"],"names":["keyLearningPointsSchema","z","object","key_learning_point","safeString","keyLearningPointsSchemaCamel","keyLearningPoint","string"],"mappings":"8EAIO,MAAMA,EAA0BC,EAAAA,EAAEC,OAAO,CAC9CC,mBAAoBC,EAAAA,aAKTC,EAA+BJ,EAAAA,EAAEC,OAAO,CACnDI,iBAAkBL,EAAAA,EAAEM"}