chore: Deprecate buttons and list in new Baileys version

Updated CHANGELOG.md, package.json, src/api/dto/chat.dto.ts, and src/api/services/channels/whatsapp.baileys.service.ts to deprecate buttons and list due to the new Baileys version. This change improves compatibility and maintainability of the codebase.
This commit is contained in:
Davidson Gomes
2024-08-14 11:27:54 -03:00
parent 04f6e11cbd
commit 881a011493
4 changed files with 14 additions and 26 deletions

View File

@@ -55,7 +55,7 @@
"@sentry/node": "^7.59.2",
"amqplib": "^0.10.3",
"axios": "^1.6.5",
"baileys": "github:WhiskeySockets/Baileys",
"baileys": "6.7.6",
"class-validator": "^0.14.1",
"compression": "^1.7.4",
"cors": "^2.8.5",