We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents abeda74 + 269063d commit a6f488dCopy full SHA for a6f488d
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "evolution-api-sdk",
3
"private": false,
4
- "version": "0.6.9",
+ "version": "0.6.10",
5
"description": "Unofficial SDK for the Evolution Whatsapp API v2",
6
"main": "lib/index.js",
7
"types": "lib/index.d.ts",
src/modules/messages/schemas/contact.ts
@@ -88,6 +88,9 @@ export const ContactMessageBodyTransform = ({
88
contactItem.phoneNumber
89
).formatInternational(),
90
wuid: contactItem.phoneNumber.replace(/\D/g, ""),
91
+ organization: contactItem.organization || "",
92
+ email: contactItem.email || "",
93
+ url: contactItem.url || "",
94
})),
95
});
96
0 commit comments