Skip to content

Commit 21d0492

Browse files
committed
feat: add carousel message functionality and update related schemas
- Introduced the ability to send carousel messages via the WhatsApp integration. - Added new DTOs for carousel messages and their cards. - Updated the message validation schema to include carousel message requirements. - Enhanced the sendMessage controller to handle carousel message requests. - Updated TypeScript configuration to include new paths for the Baileys library.
1 parent 8b53ffd commit 21d0492

File tree

10 files changed

+453
-634
lines changed

10 files changed

+453
-634
lines changed

.gitattributes

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Force submodule updates on pull
2+
* submodule=diff
3+

.gitmodules

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
[submodule "evolution-manager-v2"]
22
path = evolution-manager-v2
33
url = https://github.com/EvolutionAPI/evolution-manager-v2.git
4+
[submodule "papi"]
5+
path = papi
6+
url = https://github.com/mktpastorini/papi.git
7+
branch = main

0 commit comments

Comments
 (0)