n8n-nodes-idb2b 3.1.5 → 3.1.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -125,6 +125,7 @@ function buildContactRequestBody(data, includesPhone = true) {
125
125
  // Include phone if provided
126
126
  if (includesPhone &&
127
127
  data.phone_number !== undefined &&
128
+ data.phone_number !== null &&
128
129
  data.phone_number !== "") {
129
130
  body.phone_number = data.phone_number;
130
131
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "n8n-nodes-idb2b",
3
- "version": "3.1.5",
3
+ "version": "3.1.6",
4
4
  "description": "n8n community node for IDB2B - WhatsApp AI Agents",
5
5
  "main": "index.js",
6
6
  "scripts": {