n8n-nodes-idb2b 1.3.0 → 1.6.0

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.
@@ -4,8 +4,8 @@ exports.IDB2BApi = void 0;
4
4
  class IDB2BApi {
5
5
  constructor() {
6
6
  this.name = 'idb2bApi';
7
- this.displayName = 'IDB2B CRM';
8
- this.documentationUrl = 'https://docs.idb2b.com';
7
+ this.displayName = 'IDB2B WhatsApp AI Agents';
8
+ this.documentationUrl = 'https://idb2b.com/en';
9
9
  this.properties = [
10
10
  {
11
11
  displayName: 'Email',
@@ -17,7 +17,7 @@ class IDB2B {
17
17
  this.description = {
18
18
  displayName: 'IDB2B CRM',
19
19
  name: 'idb2b',
20
- icon: 'file:idb2b.png',
20
+ iconUrl: 'https://ik.imagekit.io/idb2b/idb2b.svg',
21
21
  group: ['transform'],
22
22
  version: 1,
23
23
  subtitle: '={{$parameter["operation"] + ": " + $parameter["resource"]}}',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "n8n-nodes-idb2b",
3
- "version": "1.3.0",
3
+ "version": "1.6.0",
4
4
  "description": "n8n community node for IDB2B CRM",
5
5
  "main": "index.js",
6
6
  "scripts": {