n8n-nodes-aivencerealtycrm 1.0.10 → 1.1.0
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.
|
@@ -128,7 +128,7 @@ class AivenceRealty {
|
|
|
128
128
|
},
|
|
129
129
|
// Lead Create/Update: JSON from previous node
|
|
130
130
|
{
|
|
131
|
-
displayName: '
|
|
131
|
+
displayName: 'Modo de entrada',
|
|
132
132
|
name: 'useJsonInput',
|
|
133
133
|
type: 'boolean',
|
|
134
134
|
displayOptions: {
|
|
@@ -138,7 +138,7 @@ class AivenceRealty {
|
|
|
138
138
|
},
|
|
139
139
|
},
|
|
140
140
|
default: false,
|
|
141
|
-
description: '
|
|
141
|
+
description: 'Usar JSON del nodo anterior (true) o campos individuales (false). Por defecto muestra campos individuales para mayor claridad.',
|
|
142
142
|
},
|
|
143
143
|
// ============================================
|
|
144
144
|
// LEAD CREATE/UPDATE FIELDS (Structured)
|
|
@@ -664,7 +664,7 @@ class AivenceRealty {
|
|
|
664
664
|
},
|
|
665
665
|
// Email Ingest: JSON from previous node
|
|
666
666
|
{
|
|
667
|
-
displayName: '
|
|
667
|
+
displayName: 'Modo de entrada',
|
|
668
668
|
name: 'useJsonInput',
|
|
669
669
|
type: 'boolean',
|
|
670
670
|
displayOptions: {
|
|
@@ -674,7 +674,7 @@ class AivenceRealty {
|
|
|
674
674
|
},
|
|
675
675
|
},
|
|
676
676
|
default: true,
|
|
677
|
-
description: '
|
|
677
|
+
description: 'Usar JSON del nodo anterior (true) o campos individuales (false). Por defecto muestra campos individuales para mayor claridad.',
|
|
678
678
|
},
|
|
679
679
|
// ============================================
|
|
680
680
|
// MAINTENANCE REQUEST OPERATIONS
|
|
@@ -760,7 +760,7 @@ class AivenceRealty {
|
|
|
760
760
|
description: 'ID del contratista a asignar',
|
|
761
761
|
},
|
|
762
762
|
{
|
|
763
|
-
displayName: '
|
|
763
|
+
displayName: 'Modo de entrada',
|
|
764
764
|
name: 'useJsonInput',
|
|
765
765
|
type: 'boolean',
|
|
766
766
|
displayOptions: {
|
|
@@ -769,8 +769,8 @@ class AivenceRealty {
|
|
|
769
769
|
operation: ['create', 'update', 'addMessage'],
|
|
770
770
|
},
|
|
771
771
|
},
|
|
772
|
-
default:
|
|
773
|
-
description: '
|
|
772
|
+
default: false,
|
|
773
|
+
description: 'Usar JSON del nodo anterior (true) o campos individuales (false). Por defecto muestra campos individuales para mayor claridad.',
|
|
774
774
|
},
|
|
775
775
|
// ============================================
|
|
776
776
|
// CONTRACTOR OPERATIONS
|
|
@@ -830,7 +830,7 @@ class AivenceRealty {
|
|
|
830
830
|
},
|
|
831
831
|
// Contractor Create: JSON from previous node
|
|
832
832
|
{
|
|
833
|
-
displayName: '
|
|
833
|
+
displayName: 'Modo de entrada',
|
|
834
834
|
name: 'useJsonInput',
|
|
835
835
|
type: 'boolean',
|
|
836
836
|
displayOptions: {
|
|
@@ -839,7 +839,7 @@ class AivenceRealty {
|
|
|
839
839
|
operation: ['create'],
|
|
840
840
|
},
|
|
841
841
|
},
|
|
842
|
-
default:
|
|
842
|
+
default: false,
|
|
843
843
|
description: 'Si está activado, usará el JSON completo del nodo anterior con campos: name, email, phone, specialties, rating, availability',
|
|
844
844
|
},
|
|
845
845
|
// ============================================
|
|
@@ -894,7 +894,7 @@ class AivenceRealty {
|
|
|
894
894
|
},
|
|
895
895
|
// Tenant Create: JSON from previous node
|
|
896
896
|
{
|
|
897
|
-
displayName: '
|
|
897
|
+
displayName: 'Modo de entrada',
|
|
898
898
|
name: 'useJsonInput',
|
|
899
899
|
type: 'boolean',
|
|
900
900
|
displayOptions: {
|
|
@@ -903,7 +903,7 @@ class AivenceRealty {
|
|
|
903
903
|
operation: ['create'],
|
|
904
904
|
},
|
|
905
905
|
},
|
|
906
|
-
default:
|
|
906
|
+
default: false,
|
|
907
907
|
description: 'Si está activado, usará el JSON completo del nodo anterior con campos: name, email, phone, property_id, lease_start, lease_end, monthly_rent',
|
|
908
908
|
},
|
|
909
909
|
// ============================================
|
|
@@ -954,7 +954,7 @@ class AivenceRealty {
|
|
|
954
954
|
default: 'list',
|
|
955
955
|
},
|
|
956
956
|
{
|
|
957
|
-
displayName: '
|
|
957
|
+
displayName: 'Modo de entrada',
|
|
958
958
|
name: 'useJsonInput',
|
|
959
959
|
type: 'boolean',
|
|
960
960
|
displayOptions: {
|
|
@@ -963,8 +963,8 @@ class AivenceRealty {
|
|
|
963
963
|
operation: ['create'],
|
|
964
964
|
},
|
|
965
965
|
},
|
|
966
|
-
default:
|
|
967
|
-
description: '
|
|
966
|
+
default: false,
|
|
967
|
+
description: 'Usar JSON del nodo anterior (true) o campos individuales (false). Por defecto muestra campos individuales para mayor claridad.',
|
|
968
968
|
},
|
|
969
969
|
// Appointment ID para get, updateStatus y delete
|
|
970
970
|
{
|