Backend de michangarrito - Workspace V2
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> |
||
|---|---|---|
| src | ||
| .dockerignore | ||
| .env | ||
| .gitignore | ||
| Dockerfile | ||
| nest-cli.json | ||
| package-lock.json | ||
| package.json | ||
| tsconfig.json | ||