n8n-nodes-dataforb2b 1.0.6 → 1.0.7

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.
@@ -465,7 +465,7 @@ class DataForB2B {
465
465
  break;
466
466
  }
467
467
  case "searchCompanies": {
468
- endpoint = "/search/company";
468
+ endpoint = "/search/companies";
469
469
  const filterLogic = this.getNodeParameter("filterLogic", i);
470
470
  const companyFilters = this.getNodeParameter("companyFilters", i);
471
471
  const conditions = (companyFilters.conditions || []).map((cond) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "n8n-nodes-dataforb2b",
3
- "version": "1.0.6",
3
+ "version": "1.0.7",
4
4
  "description": "n8n node for DataForB2B API - Search people, companies and enrich B2B data",
5
5
  "keywords": [
6
6
  "n8n-community-node-package",