n8n-nodes-aivencerealtycrm 1.8.3 → 1.8.4

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.
@@ -808,27 +808,6 @@ class AivenceRealty {
808
808
  default: 0,
809
809
  description: 'Precio máximo en USD',
810
810
  },
811
- {
812
- displayName: 'Estado',
813
- name: 'searchEstado',
814
- type: 'options',
815
- displayOptions: {
816
- show: {
817
- resource: ['property'],
818
- operation: ['search'],
819
- },
820
- },
821
- options: [
822
- { name: 'En Venta', value: 'for_sale' },
823
- { name: 'En Alquiler', value: 'for_rent' },
824
- { name: 'Vendido', value: 'sold' },
825
- { name: 'Alquilado', value: 'rented' },
826
- { name: 'Pendiente', value: 'pending' },
827
- { name: 'Reservado', value: 'reserved' },
828
- ],
829
- default: 'for_sale',
830
- description: 'Estado de la propiedad',
831
- },
832
811
  {
833
812
  displayName: 'Amenidades',
834
813
  name: 'searchAmenidades',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "n8n-nodes-aivencerealtycrm",
3
- "version": "1.8.3",
3
+ "version": "1.8.4",
4
4
  "description": "Nodo n8n para integrar el CRM inmobiliario AivenceRealty",
5
5
  "keywords": [
6
6
  "n8n-community-node-package",