@horizon-integrations/si9-crm 1.1.10 → 1.1.12

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.
package/dist/index.js CHANGED
@@ -831,7 +831,7 @@ var HorizonPropertySchemaBySi9 = {
831
831
  unit: "BRL",
832
832
  categories: ["valores"],
833
833
  ui: { label: "Valor de desconto" },
834
- audit: { origin: "si9:property", source: "values.discountValue (REAIS)" }
834
+ audit: { origin: "provider-extra", source: "values.discountValue (REAIS)" }
835
835
  },
836
836
  {
837
837
  key: "values_fci_value",
@@ -840,7 +840,7 @@ var HorizonPropertySchemaBySi9 = {
840
840
  unit: "BRL",
841
841
  categories: ["valores"],
842
842
  ui: { label: "Valor FCI" },
843
- audit: { origin: "si9:property", source: "values.fciValue (REAIS)" }
843
+ audit: { origin: "provider-extra", source: "values.fciValue (REAIS)" }
844
844
  },
845
845
  {
846
846
  key: "values_assigned_value",
@@ -849,25 +849,25 @@ var HorizonPropertySchemaBySi9 = {
849
849
  unit: "BRL",
850
850
  categories: ["valores"],
851
851
  ui: { label: "Valor atribu\xEDdo" },
852
- audit: { origin: "si9:property", source: "values.assignedValue (REAIS)" }
852
+ audit: { origin: "provider-extra", source: "values.assignedValue (REAIS)" }
853
853
  },
854
854
  {
855
855
  key: "values_trash_fee",
856
856
  type: "Number",
857
857
  format: "currency",
858
858
  unit: "BRL",
859
- categories: ["valores"],
859
+ categories: ["valores", "taxas"],
860
860
  ui: { label: "Taxa de lixo" },
861
- audit: { origin: "si9:property", source: "values.trashFee (REAIS)" }
861
+ audit: { origin: "provider-extra", source: "values.trashFee (REAIS)" }
862
862
  },
863
863
  {
864
864
  key: "values_disaster_fee",
865
865
  type: "Number",
866
866
  format: "currency",
867
867
  unit: "BRL",
868
- categories: ["valores"],
868
+ categories: ["valores", "taxas"],
869
869
  ui: { label: "Taxa de sinistro" },
870
- audit: { origin: "si9:property", source: "values.disasterFee (REAIS)" }
870
+ audit: { origin: "provider-extra", source: "values.disasterFee (REAIS)" }
871
871
  },
872
872
  // ========================================
873
873
  // general_data.*
@@ -875,7 +875,7 @@ var HorizonPropertySchemaBySi9 = {
875
875
  {
876
876
  key: "general_data_situation",
877
877
  type: "String",
878
- categories: ["situacoes"],
878
+ categories: ["comercial", "situacoes"],
879
879
  ui: { label: "Situa\xE7\xE3o" },
880
880
  enum: {
881
881
  SOLD: "Vendido",
@@ -883,7 +883,7 @@ var HorizonPropertySchemaBySi9 = {
883
883
  RESERVED: "Reservado"
884
884
  },
885
885
  audit: {
886
- origin: "si9:property",
886
+ origin: "provider-extra",
887
887
  source: "generalData.situation (enum: AVALIABLE, INACTIVE, RENTED, RESERVED, SOLD, INVOICE, TODOCUMENT, DELETE, TERMINATION, RENOVATION)"
888
888
  }
889
889
  },
@@ -892,7 +892,7 @@ var HorizonPropertySchemaBySi9 = {
892
892
  type: "String",
893
893
  categories: ["comercial"],
894
894
  ui: { label: "Placa" },
895
- audit: { origin: "si9:property", source: "generalData.board" }
895
+ audit: { origin: "provider-extra", source: "generalData.board" }
896
896
  },
897
897
  // ========================================
898
898
  // website.*
@@ -902,21 +902,21 @@ var HorizonPropertySchemaBySi9 = {
902
902
  type: "Boolean",
903
903
  categories: ["comercial"],
904
904
  ui: { label: "Super destaque" },
905
- audit: { origin: "si9:property", source: "website.superHighlight" }
905
+ audit: { origin: "provider-extra", source: "website.superHighlight" }
906
906
  },
907
907
  {
908
908
  key: "website_show_in_core",
909
909
  type: "Boolean",
910
910
  categories: ["comercial"],
911
911
  ui: { label: "Publicado no n\xFAcleo" },
912
- audit: { origin: "si9:property", source: "website.showInCore" }
912
+ audit: { origin: "provider-extra", source: "website.showInCore" }
913
913
  },
914
914
  {
915
915
  key: "website_mcmv",
916
916
  type: "Boolean",
917
- categories: ["comercial"],
917
+ categories: ["comercial", "situacoes"],
918
918
  ui: { label: "Minha Casa Minha Vida" },
919
- audit: { origin: "si9:property", source: "website.mcmv" }
919
+ audit: { origin: "provider-extra", source: "website.mcmv" }
920
920
  },
921
921
  // ========================================
922
922
  // destination.*
@@ -924,9 +924,9 @@ var HorizonPropertySchemaBySi9 = {
924
924
  {
925
925
  key: "destination_exchange",
926
926
  type: "Boolean",
927
- categories: ["comercial"],
927
+ categories: ["comercial", "situacoes"],
928
928
  ui: { label: "Aceita permuta" },
929
- audit: { origin: "si9:property", source: "destination.exchange" }
929
+ audit: { origin: "provider-extra", source: "destination.exchange" }
930
930
  },
931
931
  // ========================================
932
932
  // location.* (complementar)
@@ -934,37 +934,37 @@ var HorizonPropertySchemaBySi9 = {
934
934
  {
935
935
  key: "location_apartment",
936
936
  type: "String",
937
- categories: ["endereco"],
937
+ categories: ["localizacao", "endereco"],
938
938
  ui: { label: "Apartamento" },
939
- audit: { origin: "si9:property", source: "location.apartment" }
939
+ audit: { origin: "provider-extra", source: "location.apartment" }
940
940
  },
941
941
  {
942
942
  key: "location_block",
943
943
  type: "String",
944
- categories: ["endereco"],
944
+ categories: ["localizacao", "endereco"],
945
945
  ui: { label: "Bloco" },
946
- audit: { origin: "si9:property", source: "location.block" }
946
+ audit: { origin: "provider-extra", source: "location.block" }
947
947
  },
948
948
  {
949
949
  key: "location_floor",
950
950
  type: "String",
951
- categories: ["endereco"],
951
+ categories: ["localizacao", "endereco"],
952
952
  ui: { label: "Andar" },
953
- audit: { origin: "si9:property", source: "location.floor (string: '1', '10', 'Terreo')" }
953
+ audit: { origin: "provider-extra", source: "location.floor (string: '1', '10', 'Terreo')" }
954
954
  },
955
955
  {
956
956
  key: "location_quatrain",
957
957
  type: "String",
958
- categories: ["endereco"],
958
+ categories: ["localizacao", "endereco"],
959
959
  ui: { label: "Quadra" },
960
- audit: { origin: "si9:property", source: "location.quatrain" }
960
+ audit: { origin: "provider-extra", source: "location.quatrain" }
961
961
  },
962
962
  {
963
963
  key: "location_lot",
964
964
  type: "String",
965
- categories: ["endereco"],
965
+ categories: ["localizacao", "endereco"],
966
966
  ui: { label: "Lote" },
967
- audit: { origin: "si9:property", source: "location.lot" }
967
+ audit: { origin: "provider-extra", source: "location.lot" }
968
968
  },
969
969
  // ========================================
970
970
  // dimensions.*
@@ -974,90 +974,90 @@ var HorizonPropertySchemaBySi9 = {
974
974
  type: "Number",
975
975
  format: "area",
976
976
  unit: "m2",
977
- categories: ["medidas"],
977
+ categories: ["areas", "estrutura"],
978
978
  ui: { label: "\xC1rea constru\xEDda" },
979
- audit: { origin: "si9:property", source: "dimensions.buildingArea (m\xB2)" }
979
+ audit: { origin: "provider-extra", source: "dimensions.buildingArea (m\xB2)" }
980
980
  },
981
981
  {
982
982
  key: "dimensions_land_area",
983
983
  type: "Number",
984
984
  format: "area",
985
985
  unit: "m2",
986
- categories: ["medidas"],
986
+ categories: ["areas", "estrutura"],
987
987
  ui: { label: "\xC1rea do terreno" },
988
- audit: { origin: "si9:property", source: "dimensions.landArea (m\xB2)" }
988
+ audit: { origin: "provider-extra", source: "dimensions.landArea (m\xB2)" }
989
989
  },
990
990
  {
991
991
  key: "dimensions_internal_area",
992
992
  type: "Number",
993
993
  format: "area",
994
994
  unit: "m2",
995
- categories: ["medidas"],
995
+ categories: ["areas", "estrutura"],
996
996
  ui: { label: "\xC1rea interna" },
997
- audit: { origin: "si9:property", source: "dimensions.internalArea (m\xB2)" }
997
+ audit: { origin: "provider-extra", source: "dimensions.internalArea (m\xB2)" }
998
998
  },
999
999
  {
1000
1000
  key: "dimensions_registered_area",
1001
1001
  type: "Number",
1002
1002
  format: "area",
1003
1003
  unit: "m2",
1004
- categories: ["medidas"],
1004
+ categories: ["areas", "estrutura"],
1005
1005
  ui: { label: "\xC1rea registrada" },
1006
- audit: { origin: "si9:property", source: "dimensions.registeredArea (m\xB2)" }
1006
+ audit: { origin: "provider-extra", source: "dimensions.registeredArea (m\xB2)" }
1007
1007
  },
1008
1008
  {
1009
1009
  key: "dimensions_common_area",
1010
1010
  type: "Number",
1011
1011
  format: "area",
1012
1012
  unit: "m2",
1013
- categories: ["medidas"],
1013
+ categories: ["areas", "estrutura"],
1014
1014
  ui: { label: "\xC1rea comum" },
1015
- audit: { origin: "si9:property", source: "dimensions.commonArea (m\xB2)" }
1015
+ audit: { origin: "provider-extra", source: "dimensions.commonArea (m\xB2)" }
1016
1016
  },
1017
1017
  {
1018
1018
  key: "dimensions_garage_area",
1019
1019
  type: "Number",
1020
1020
  format: "area",
1021
1021
  unit: "m2",
1022
- categories: ["medidas"],
1022
+ categories: ["areas", "estrutura"],
1023
1023
  ui: { label: "\xC1rea da garagem" },
1024
- audit: { origin: "si9:property", source: "dimensions.garageArea (m\xB2)" }
1024
+ audit: { origin: "provider-extra", source: "dimensions.garageArea (m\xB2)" }
1025
1025
  },
1026
1026
  {
1027
1027
  key: "dimensions_front_size",
1028
1028
  type: "Number",
1029
1029
  format: "distance",
1030
1030
  unit: "m",
1031
- categories: ["medidas"],
1031
+ categories: ["areas", "estrutura"],
1032
1032
  ui: { label: "Frente do terreno" },
1033
- audit: { origin: "si9:property", source: "dimensions.frontSize (metros)" }
1033
+ audit: { origin: "provider-extra", source: "dimensions.frontSize (metros)" }
1034
1034
  },
1035
1035
  {
1036
1036
  key: "dimensions_funds_size",
1037
1037
  type: "Number",
1038
1038
  format: "distance",
1039
1039
  unit: "m",
1040
- categories: ["medidas"],
1040
+ categories: ["areas", "estrutura"],
1041
1041
  ui: { label: "Fundos do terreno" },
1042
- audit: { origin: "si9:property", source: "dimensions.fundsSize (metros)" }
1042
+ audit: { origin: "provider-extra", source: "dimensions.fundsSize (metros)" }
1043
1043
  },
1044
1044
  {
1045
1045
  key: "dimensions_left_size",
1046
1046
  type: "Number",
1047
1047
  format: "distance",
1048
1048
  unit: "m",
1049
- categories: ["medidas"],
1049
+ categories: ["areas", "estrutura"],
1050
1050
  ui: { label: "Lateral esquerda" },
1051
- audit: { origin: "si9:property", source: "dimensions.leftSize (metros)" }
1051
+ audit: { origin: "provider-extra", source: "dimensions.leftSize (metros)" }
1052
1052
  },
1053
1053
  {
1054
1054
  key: "dimensions_right_size",
1055
1055
  type: "Number",
1056
1056
  format: "distance",
1057
1057
  unit: "m",
1058
- categories: ["medidas"],
1058
+ categories: ["areas", "estrutura"],
1059
1059
  ui: { label: "Lateral direita" },
1060
- audit: { origin: "si9:property", source: "dimensions.rightSize (metros)" }
1060
+ audit: { origin: "provider-extra", source: "dimensions.rightSize (metros)" }
1061
1061
  },
1062
1062
  // ========================================
1063
1063
  // features (booleans → array) + features.* (numbers/strings)
@@ -1065,91 +1065,91 @@ var HorizonPropertySchemaBySi9 = {
1065
1065
  {
1066
1066
  key: "features",
1067
1067
  type: "String[]",
1068
- categories: ["ficha-tecnica"],
1068
+ categories: ["caracteristicas"],
1069
1069
  db: { type: "jsonb", index: "gin" },
1070
1070
  ui: { label: "Caracter\xEDsticas" },
1071
1071
  audit: {
1072
- origin: "si9:property",
1072
+ origin: "provider-extra",
1073
1073
  source: "features booleans true \u2192 labels PT-BR via FEATURES_LABELS (27 booleans)"
1074
1074
  }
1075
1075
  },
1076
1076
  {
1077
1077
  key: "features_room",
1078
1078
  type: "Number",
1079
- categories: ["ficha-tecnica"],
1079
+ categories: ["comodos", "caracteristicas"],
1080
1080
  ui: { label: "Salas" },
1081
- audit: { origin: "si9:property", source: "features.room" }
1081
+ audit: { origin: "provider-extra", source: "features.room" }
1082
1082
  },
1083
1083
  {
1084
1084
  key: "features_kitchen",
1085
1085
  type: "Number",
1086
- categories: ["ficha-tecnica"],
1086
+ categories: ["comodos", "caracteristicas"],
1087
1087
  ui: { label: "Cozinhas" },
1088
- audit: { origin: "si9:property", source: "features.kitchen" }
1088
+ audit: { origin: "provider-extra", source: "features.kitchen" }
1089
1089
  },
1090
1090
  {
1091
1091
  key: "features_closet",
1092
1092
  type: "Number",
1093
- categories: ["ficha-tecnica"],
1093
+ categories: ["comodos", "caracteristicas"],
1094
1094
  ui: { label: "Closets" },
1095
- audit: { origin: "si9:property", source: "features.closet" }
1095
+ audit: { origin: "provider-extra", source: "features.closet" }
1096
1096
  },
1097
1097
  {
1098
1098
  key: "features_balcony",
1099
1099
  type: "Number",
1100
- categories: ["ficha-tecnica"],
1100
+ categories: ["comodos", "caracteristicas"],
1101
1101
  ui: { label: "Sacadas" },
1102
- audit: { origin: "si9:property", source: "features.balcony" }
1102
+ audit: { origin: "provider-extra", source: "features.balcony" }
1103
1103
  },
1104
1104
  {
1105
1105
  key: "features_ar_condicionado",
1106
1106
  type: "Number",
1107
- categories: ["ficha-tecnica"],
1107
+ categories: ["comodos", "caracteristicas"],
1108
1108
  ui: { label: "Ar condicionado" },
1109
- audit: { origin: "si9:property", source: "features.arCondicionado (quantidade)" }
1109
+ audit: { origin: "provider-extra", source: "features.arCondicionado (quantidade)" }
1110
1110
  },
1111
1111
  {
1112
1112
  key: "features_toilet",
1113
1113
  type: "Number",
1114
- categories: ["ficha-tecnica"],
1114
+ categories: ["comodos", "caracteristicas"],
1115
1115
  ui: { label: "Lavabos" },
1116
- audit: { origin: "si9:property", source: "features.toilet (separado de banheiros)" }
1116
+ audit: { origin: "provider-extra", source: "features.toilet (separado de banheiros)" }
1117
1117
  },
1118
1118
  {
1119
1119
  key: "features_floor",
1120
1120
  type: "String",
1121
- categories: ["estrutura"],
1121
+ categories: ["estrutura", "caracteristicas"],
1122
1122
  ui: { label: "Tipo de piso" },
1123
- audit: { origin: "si9:property", source: "features.floor (ex: Porcelanato, Madeira)" }
1123
+ audit: { origin: "provider-extra", source: "features.floor (ex: Porcelanato, Madeira)" }
1124
1124
  },
1125
1125
  {
1126
1126
  key: "features_roof",
1127
1127
  type: "String",
1128
- categories: ["estrutura"],
1128
+ categories: ["estrutura", "caracteristicas"],
1129
1129
  ui: { label: "Tipo de telhado" },
1130
- audit: { origin: "si9:property", source: "features.roof (ex: Cer\xE2mico, Laje)" }
1130
+ audit: { origin: "provider-extra", source: "features.roof (ex: Cer\xE2mico, Laje)" }
1131
1131
  },
1132
1132
  {
1133
1133
  key: "features_ceiling",
1134
1134
  type: "String",
1135
- categories: ["estrutura"],
1135
+ categories: ["estrutura", "caracteristicas"],
1136
1136
  ui: { label: "Tipo de forro" },
1137
- audit: { origin: "si9:property", source: "features.ceiling (ex: Gesso, PVC, Laje)" }
1137
+ audit: { origin: "provider-extra", source: "features.ceiling (ex: Gesso, PVC, Laje)" }
1138
1138
  },
1139
1139
  {
1140
1140
  key: "features_paving",
1141
1141
  type: "String",
1142
- categories: ["estrutura"],
1142
+ categories: ["estrutura", "caracteristicas"],
1143
1143
  ui: { label: "Pavimenta\xE7\xE3o interna" },
1144
- audit: { origin: "si9:property", source: "features.paving (string livre, dados inconsistentes)" }
1144
+ audit: { origin: "provider-extra", source: "features.paving (string livre, dados inconsistentes)" }
1145
1145
  },
1146
1146
  {
1147
1147
  key: "features_pavement",
1148
1148
  type: "String",
1149
- categories: ["estrutura"],
1149
+ categories: ["estrutura", "caracteristicas"],
1150
1150
  ui: { label: "Tipo de cal\xE7amento" },
1151
1151
  enum: { COBBLESTONE: "Paralelep\xEDpedo", ASPHALT: "Asfalto", GRAVEL: "Cascalho" },
1152
- audit: { origin: "si9:property", source: "features.pavement (enum: COBBLESTONE, ASPHALT, GRAVEL)" }
1152
+ audit: { origin: "provider-extra", source: "features.pavement (enum: COBBLESTONE, ASPHALT, GRAVEL)" }
1153
1153
  },
1154
1154
  // ========================================
1155
1155
  // security (booleans → array)
@@ -1157,11 +1157,11 @@ var HorizonPropertySchemaBySi9 = {
1157
1157
  {
1158
1158
  key: "security",
1159
1159
  type: "String[]",
1160
- categories: ["ficha-tecnica"],
1160
+ categories: ["caracteristicas", "seguranca"],
1161
1161
  db: { type: "jsonb", index: "gin" },
1162
1162
  ui: { label: "Seguran\xE7a" },
1163
1163
  audit: {
1164
- origin: "si9:property",
1164
+ origin: "provider-extra",
1165
1165
  source: "security booleans true \u2192 labels PT-BR via SECURITY_LABELS (8 booleans)"
1166
1166
  }
1167
1167
  },
@@ -1171,37 +1171,37 @@ var HorizonPropertySchemaBySi9 = {
1171
1171
  {
1172
1172
  key: "recreation",
1173
1173
  type: "String[]",
1174
- categories: ["ficha-tecnica"],
1174
+ categories: ["caracteristicas", "lazer"],
1175
1175
  db: { type: "jsonb", index: "gin" },
1176
1176
  ui: { label: "Lazer" },
1177
1177
  audit: {
1178
- origin: "si9:property",
1178
+ origin: "provider-extra",
1179
1179
  source: "recreation booleans true \u2192 labels PT-BR via RECREATION_LABELS (9 booleans)"
1180
1180
  }
1181
1181
  },
1182
1182
  {
1183
1183
  key: "recreation_heating",
1184
1184
  type: "String",
1185
- categories: ["estrutura"],
1185
+ categories: ["estrutura", "caracteristicas"],
1186
1186
  ui: { label: "Aquecimento" },
1187
1187
  enum: { GAS: "G\xE1s", SOLAR: "Solar", ELETRIC: "El\xE9trico" },
1188
- audit: { origin: "si9:property", source: "recreation.heating (enum: GAS, SOLAR, ELETRIC)" }
1188
+ audit: { origin: "provider-extra", source: "recreation.heating (enum: GAS, SOLAR, ELETRIC)" }
1189
1189
  },
1190
1190
  {
1191
1191
  key: "recreation_position_sun",
1192
1192
  type: "String",
1193
- categories: ["estrutura"],
1193
+ categories: ["estrutura", "caracteristicas"],
1194
1194
  ui: { label: "Posi\xE7\xE3o solar" },
1195
1195
  enum: { NORTH: "Norte", SOUTH: "Sul", EAST: "Leste", WEST: "Oeste" },
1196
- audit: { origin: "si9:property", source: "recreation.positionSun (enum: NORTH, SOUTH, EAST, WEST)" }
1196
+ audit: { origin: "provider-extra", source: "recreation.positionSun (enum: NORTH, SOUTH, EAST, WEST)" }
1197
1197
  },
1198
1198
  {
1199
1199
  key: "recreation_position_court",
1200
1200
  type: "String",
1201
- categories: ["estrutura"],
1201
+ categories: ["estrutura", "caracteristicas"],
1202
1202
  ui: { label: "Posi\xE7\xE3o na quadra" },
1203
1203
  enum: { MIDDLE_COURT: "Meio de quadra", CORNER: "Esquina", SUB_CORNER: "Sub-esquina" },
1204
- audit: { origin: "si9:property", source: "recreation.positionCourt (enum: MIDDLE_COURT, CORNER, SUB_CORNER)" }
1204
+ audit: { origin: "provider-extra", source: "recreation.positionCourt (enum: MIDDLE_COURT, CORNER, SUB_CORNER)" }
1205
1205
  },
1206
1206
  // ========================================
1207
1207
  // rural (booleans → array) + rural.* (numbers/strings)
@@ -1209,11 +1209,11 @@ var HorizonPropertySchemaBySi9 = {
1209
1209
  {
1210
1210
  key: "rural",
1211
1211
  type: "String[]",
1212
- categories: ["rural"],
1212
+ categories: ["caracteristicas", "rural"],
1213
1213
  db: { type: "jsonb", index: "gin" },
1214
1214
  ui: { label: "Caracter\xEDsticas rurais" },
1215
1215
  audit: {
1216
- origin: "si9:property",
1216
+ origin: "provider-extra",
1217
1217
  source: "rural booleans true \u2192 labels PT-BR via RURAL_LABELS (4 booleans: river, mine, hose, footballField)"
1218
1218
  }
1219
1219
  },
@@ -1222,77 +1222,77 @@ var HorizonPropertySchemaBySi9 = {
1222
1222
  type: "Number",
1223
1223
  categories: ["rural"],
1224
1224
  ui: { label: "Sacas" },
1225
- audit: { origin: "si9:property", source: "rural.bushels (capacidade produtiva)" }
1225
+ audit: { origin: "provider-extra", source: "rural.bushels (capacidade produtiva)" }
1226
1226
  },
1227
1227
  {
1228
1228
  key: "rural_acre",
1229
1229
  type: "Number",
1230
1230
  categories: ["rural"],
1231
1231
  ui: { label: "Alqueires" },
1232
- audit: { origin: "si9:property", source: "rural.acre" }
1232
+ audit: { origin: "provider-extra", source: "rural.acre" }
1233
1233
  },
1234
1234
  {
1235
1235
  key: "rural_pasture",
1236
1236
  type: "String",
1237
1237
  categories: ["rural"],
1238
1238
  ui: { label: "Pastagem" },
1239
- audit: { origin: "si9:property", source: "rural.pasture (ex: formado, degradado)" }
1239
+ audit: { origin: "provider-extra", source: "rural.pasture (ex: formado, degradado)" }
1240
1240
  },
1241
1241
  {
1242
1242
  key: "rural_mechanized",
1243
1243
  type: "String",
1244
1244
  categories: ["rural"],
1245
1245
  ui: { label: "Mecanizada" },
1246
- audit: { origin: "si9:property", source: "rural.mechanized (ex: total, parcial)" }
1246
+ audit: { origin: "provider-extra", source: "rural.mechanized (ex: total, parcial)" }
1247
1247
  },
1248
1248
  {
1249
1249
  key: "rural_reserve",
1250
1250
  type: "Number",
1251
1251
  categories: ["rural"],
1252
1252
  ui: { label: "Reserva" },
1253
- audit: { origin: "si9:property", source: "rural.reserve (hectares)" }
1253
+ audit: { origin: "provider-extra", source: "rural.reserve (hectares)" }
1254
1254
  },
1255
1255
  {
1256
1256
  key: "rural_pigsty",
1257
1257
  type: "Number",
1258
1258
  categories: ["rural"],
1259
1259
  ui: { label: "Pocilgas" },
1260
- audit: { origin: "si9:property", source: "rural.pigsty" }
1260
+ audit: { origin: "provider-extra", source: "rural.pigsty" }
1261
1261
  },
1262
1262
  {
1263
1263
  key: "rural_aviary",
1264
1264
  type: "Number",
1265
1265
  categories: ["rural"],
1266
1266
  ui: { label: "Avi\xE1rios" },
1267
- audit: { origin: "si9:property", source: "rural.aviary" }
1267
+ audit: { origin: "provider-extra", source: "rural.aviary" }
1268
1268
  },
1269
1269
  {
1270
1270
  key: "rural_weir",
1271
1271
  type: "Number",
1272
1272
  categories: ["rural"],
1273
1273
  ui: { label: "A\xE7udes" },
1274
- audit: { origin: "si9:property", source: "rural.weir" }
1274
+ audit: { origin: "provider-extra", source: "rural.weir" }
1275
1275
  },
1276
1276
  {
1277
1277
  key: "rural_wood_house",
1278
1278
  type: "Number",
1279
1279
  categories: ["rural"],
1280
1280
  ui: { label: "Casas de madeira" },
1281
- audit: { origin: "si9:property", source: "rural.woodHouse" }
1281
+ audit: { origin: "provider-extra", source: "rural.woodHouse" }
1282
1282
  },
1283
1283
  {
1284
1284
  key: "rural_brick_house",
1285
1285
  type: "Number",
1286
1286
  categories: ["rural"],
1287
1287
  ui: { label: "Casas de alvenaria" },
1288
- audit: { origin: "si9:property", source: "rural.brickHouse" }
1288
+ audit: { origin: "provider-extra", source: "rural.brickHouse" }
1289
1289
  },
1290
1290
  {
1291
1291
  key: "rural_mixed_house",
1292
1292
  type: "Number",
1293
1293
  categories: ["rural"],
1294
1294
  ui: { label: "Casas mistas" },
1295
- audit: { origin: "si9:property", source: "rural.mixedHouse" }
1295
+ audit: { origin: "provider-extra", source: "rural.mixedHouse" }
1296
1296
  },
1297
1297
  // ========================================
1298
1298
  // fields (campos extras)
@@ -1304,7 +1304,7 @@ var HorizonPropertySchemaBySi9 = {
1304
1304
  db: { type: "jsonb" },
1305
1305
  ui: { label: "Campos extras" },
1306
1306
  audit: {
1307
- origin: "si9:property",
1307
+ origin: "provider-extra",
1308
1308
  source: "fields[] ({field, value} \u2014 campos personalizados criados pela imobili\xE1ria)"
1309
1309
  }
1310
1310
  }