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',
|