n8n-nodes-aivencerealtycrm 1.8.8 → 1.8.9

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.
@@ -1991,7 +1991,7 @@ class AivenceRealty {
1991
1991
  }
1992
1992
  responseData = await this.helpers.httpRequestWithAuthentication.call(this, 'aivenceRealtyApi', {
1993
1993
  method: 'GET',
1994
- url: `${baseUrl}/api/v1/propiedades/search/agent`,
1994
+ url: `${baseUrl}/api/v1/propiedades/agent`,
1995
1995
  qs,
1996
1996
  json: true,
1997
1997
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "n8n-nodes-aivencerealtycrm",
3
- "version": "1.8.8",
3
+ "version": "1.8.9",
4
4
  "description": "Nodo n8n para integrar el CRM inmobiliario AivenceRealty",
5
5
  "keywords": [
6
6
  "n8n-community-node-package",