swagger-autogen is a devDep not present in the Docker image.
Committing the generated file keeps the container self-contained.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Remove external network and Swarm deploy labels; use expose + service-level
Traefik labels like the existing whatsapp-api container.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
API Node.js/Express que encapsula a Meta Cloud API (Graph API v21.0):
- POST /account/configure/:accountId — salva credenciais WABA no SQLite
- GET /account/status/:accountId — verifica credenciais via Meta API
- POST /message/send/:accountId — envia texto, template ou mídia
- GET /templates/:accountId — lista templates aprovados da WABA
- GET /webhooks/meta — verificação de token (Meta handshake)
- POST /webhooks/meta — recebe eventos Meta e repassa ao sys
- Dockerfile + docker-compose.yml com Traefik (apimsgoficial.neuralsys.com.br)
- Swagger em /api-docs com autenticação por x-api-key
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>