n8n-nodes-aivencerealtycrm 2.0.1 → 2.0.2

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.
@@ -2287,7 +2287,9 @@ class AivenceRealty {
2287
2287
  responseData = await this.helpers.httpRequest({
2288
2288
  method: 'POST',
2289
2289
  url: `${baseUrl}/api/v1/emails/ingest`,
2290
- headers: { 'Authorization': `Bearer ${apiKey}`, 'Accept': 'application/json', 'Content-Type': 'application/json' },
2290
+ headers: {
2291
+ 'Authorization': `Bearer ${apiKey}`,
2292
+ },
2291
2293
  body,
2292
2294
  json: true,
2293
2295
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "n8n-nodes-aivencerealtycrm",
3
- "version": "2.0.1",
3
+ "version": "2.0.2",
4
4
  "description": "Nodo n8n para integrar el CRM inmobiliario AivenceRealty",
5
5
  "keywords": [
6
6
  "n8n-community-node-package",