435176c0c3
PG stores columns lowercase but frontend expects camelCase. Each GET endpoint now maps the response to include camelCase aliases alongside the lowercase fields. - agendamentos: dentistaId, pacienteNome, pacienteCelular - dentistas: corAgenda - procedimentos: especialidadeId, especialidadeNome, valorParticular, codigoInterno; fix valoresPlanos filter (v.procedimentoid) and map planoId, planoNome, codigoPlano - guias: full camelCase map (dataSolicitacao, beneficiarioNome, tipoTratamento, etc.) - gto-builder: map items (builderId, procedimentoId, codigoTUSS, valorTotal, etc.) and builder fields (pacienteId, dentistaId, credenciadaId) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>