n8n-nodes-idb2b 3.2.7 → 3.2.8

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.
@@ -163,7 +163,7 @@ class IDB2B {
163
163
  endpoint = `/contacts/${(0, common_1.sanitizeId)(contactId)}/activities`;
164
164
  }
165
165
  else {
166
- const companyId = this.getNodeParameter("companyId", i);
166
+ const companyId = this.getNodeParameter("getAllCompanyId", i);
167
167
  endpoint = `/leads/${(0, common_1.sanitizeId)(companyId)}/activities`;
168
168
  }
169
169
  qs.limit = limit;
@@ -82,7 +82,7 @@ exports.activityFields = [
82
82
  },
83
83
  {
84
84
  displayName: 'Company ID',
85
- name: 'companyId',
85
+ name: 'getAllCompanyId',
86
86
  type: 'string',
87
87
  default: '',
88
88
  required: true,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "n8n-nodes-idb2b",
3
- "version": "3.2.7",
3
+ "version": "3.2.8",
4
4
  "description": "n8n community node for IDB2B - WhatsApp AI Agents",
5
5
  "main": "index.js",
6
6
  "scripts": {