{"version":3,"file":"features.schema.cjs","sources":["../../../../../../src/schema/public/components/features/features.schema.ts"],"sourcesContent":["import { z } from \"zod\";\nimport zodToCamelCase from \"zod-to-camel-case\";\n\nexport const featuresSchema = z\n  .object({\n    pe_practical: z.boolean(),\n    age_restriction: z.string().nullable(),\n    agf__geo_restricted: z.boolean().nullish(),\n    agf__login_required: z.boolean().nullish(),\n  })\n  .partial();\nexport type Features = z.infer<typeof featuresSchema>;\n\nexport const featuresSchemaCamel = zodToCamelCase(featuresSchema);\nexport type FeaturesCamel = z.infer<typeof featuresSchemaCamel>;\n"],"names":["featuresSchema","z","object","pe_practical","boolean","age_restriction","string","nullable","agf__geo_restricted","nullish","agf__login_required","partial","featuresSchemaCamel","zodToCamelCase"],"mappings":"2HAGO,MAAMA,EAAiBC,EAAAA,EAC3BC,OAAO,CACNC,aAAcF,EAAAA,EAAEG,UAChBC,gBAAiBJ,EAAAA,EAAEK,SAASC,WAC5BC,oBAAqBP,EAAAA,EAAEG,UAAUK,UACjCC,oBAAqBT,EAAAA,EAAEG,UAAUK,YAElCE,UAGUC,EAAsBC,EAAAA,QAAeb"}