Backend de michangarrito - Workspace V2
Go to file
rckrdmrd c936f447cf [MCH-BE] feat: Add settings API endpoints
Implement settings module with endpoints for tenant configuration:
- GET /api/v1/settings - Get tenant settings
- PATCH /api/v1/settings - Update tenant settings
- GET /api/v1/settings/whatsapp - WhatsApp connection status
- POST /api/v1/settings/whatsapp/test - Test WhatsApp connection
- GET /api/v1/settings/subscription - Subscription information

Includes:
- TenantSettings entity for fiado, WhatsApp and notification preferences
- DTOs for business, fiado, WhatsApp and notification settings
- Service with full CRUD operations
- Integration with existing Tenant, Subscription and WhatsApp entities

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-20 02:28:32 -06:00
src [MCH-BE] feat: Add settings API endpoints 2026-01-20 02:28:32 -06:00
.dockerignore Migración desde michangarrito/backend - Estándar multi-repo v2 2026-01-16 08:12:07 -06:00
.env Sincronización completa desde michangarrito/apps/backend 2026-01-16 08:26:30 -06:00
.gitignore chore: Add .gitignore for build artifacts and dependencies 2026-01-18 05:35:11 -06:00
Dockerfile Migración desde michangarrito/backend - Estándar multi-repo v2 2026-01-16 08:12:07 -06:00
nest-cli.json Migración desde michangarrito/backend - Estándar multi-repo v2 2026-01-16 08:12:07 -06:00
package-lock.json feat(notifications): Add notifications module (MCH-017) 2026-01-18 03:32:03 -06:00
package.json feat(notifications): Add notifications module (MCH-017) 2026-01-18 03:32:03 -06:00
tsconfig.json Migración desde michangarrito/backend - Estándar multi-repo v2 2026-01-16 08:12:07 -06:00