n8n-nodes-aivencerealtycrm 1.8.5 → 1.8.6

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.
@@ -636,28 +636,15 @@ class AivenceRealty {
636
636
  {
637
637
  displayName: 'Tipo de Propiedad',
638
638
  name: 'searchTipoPropiedad',
639
- type: 'options',
639
+ type: 'string',
640
640
  displayOptions: {
641
641
  show: {
642
642
  resource: ['property'],
643
643
  operation: ['search'],
644
644
  },
645
645
  },
646
- options: [
647
- { name: 'Casa', value: 'casa' },
648
- { name: 'Apartamento', value: 'apartamento' },
649
- { name: 'Departamento', value: 'apartamento' },
650
- { name: 'Duplex', value: 'duplex' },
651
- { name: 'PH', value: 'ph' },
652
- { name: 'Local Comercial', value: 'local_comercial' },
653
- { name: 'Oficina', value: 'oficina' },
654
- { name: 'Terreno', value: 'terreno' },
655
- { name: 'Bodega', value: 'bodega' },
656
- { name: 'Quinta', value: 'quinta' },
657
- { name: 'Cochera', value: 'cochera' },
658
- ],
659
646
  default: '',
660
- description: 'Tipo de propiedad a buscar',
647
+ description: 'Tipo de propiedad a buscar. Valores: casa, apartamento, duplex, ph, local_comercial, oficina, terreno, bodega, quinta, cochera. Soporta múltiples valores separados por coma (ej: "apartamento,ph,casa")',
661
648
  },
662
649
  {
663
650
  displayName: 'Zonas (Barrios)',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "n8n-nodes-aivencerealtycrm",
3
- "version": "1.8.5",
3
+ "version": "1.8.6",
4
4
  "description": "Nodo n8n para integrar el CRM inmobiliario AivenceRealty",
5
5
  "keywords": [
6
6
  "n8n-community-node-package",