evolution-api/src/api
Davidson Gomes 9d42ad3495 refactor(eslint): update TypeScript object type usage and adjust linting rules
- Change usage of `Object` to `object` in various files for better type safety.
- Update ESLint configuration to change `@typescript-eslint/no-unused-vars` from 'error' to 'warn' and disable certain rules related to object types.
2025-09-18 14:48:56 -03:00
..
abstract Path mapping & deps fix & bundler changed to tsup 2024-08-11 20:47:17 -03:00
controllers feat: enhance logging for proxy testing errors 2025-08-05 07:08:49 -03:00
dto feat(IsOnWhatsapp): add optional lid field and update related logic 2025-06-13 11:52:32 -03:00
guards fix: adjusts on prisma connections 2024-10-03 17:59:40 -03:00
integrations refactor(eslint): update TypeScript object type usage and adjust linting rules 2025-09-18 14:48:56 -03:00
provider fix: change execSync to execFileSync 2025-04-02 11:55:23 -03:00
repository Path mapping & deps fix & bundler changed to tsup 2024-08-11 20:47:17 -03:00
routes feat(config): add telemetry and metrics configuration options 2025-09-17 16:50:36 -03:00
services refactor(eslint): update TypeScript object type usage and adjust linting rules 2025-09-18 14:48:56 -03:00
types Adding a new webhook that triggers when a message is updated by the user 2025-03-27 11:13:22 -03:00
server.module.ts refactor: reorder parameters and simplify EvolutionBot DTO 2025-05-27 17:52:45 -03:00