@win2win/shared-ui 0.3.237 → 0.3.239
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/_virtual/ProductPrice.js +4 -0
- package/dist/_virtual/_commonjsHelpers.js +4 -0
- package/dist/_virtual/_plugin-vue_export-helper.js +9 -0
- package/dist/_virtual/archivo.js +4 -0
- package/dist/_virtual/canal-props.js +4 -0
- package/dist/_virtual/captacion.js +4 -0
- package/dist/_virtual/captacion2.js +4 -0
- package/dist/_virtual/comision.js +4 -0
- package/dist/_virtual/conditions.js +4 -0
- package/dist/_virtual/control-types.js +4 -0
- package/dist/_virtual/countries.js +4 -0
- package/dist/_virtual/estado-effect.js +4 -0
- package/dist/_virtual/estado-rule.js +4 -0
- package/dist/_virtual/estado.js +4 -0
- package/dist/_virtual/flag.js +4 -0
- package/dist/_virtual/formatters.js +4 -0
- package/dist/_virtual/gama.js +4 -0
- package/dist/_virtual/garantia.js +4 -0
- package/dist/_virtual/iban.js +4 -0
- package/dist/_virtual/id.js +4 -0
- package/dist/_virtual/import_schema.js +4 -0
- package/dist/_virtual/importacion.js +4 -0
- package/dist/_virtual/index.js +4 -0
- package/dist/_virtual/index10.js +4 -0
- package/dist/_virtual/index11.js +4 -0
- package/dist/_virtual/index12.js +4 -0
- package/dist/_virtual/index13.js +4 -0
- package/dist/_virtual/index14.js +4 -0
- package/dist/_virtual/index15.js +4 -0
- package/dist/_virtual/index16.js +4 -0
- package/dist/_virtual/index17.js +4 -0
- package/dist/_virtual/index18.js +4 -0
- package/dist/_virtual/index2.js +4 -0
- package/dist/_virtual/index3.js +4 -0
- package/dist/_virtual/index4.js +4 -0
- package/dist/_virtual/index5.js +4 -0
- package/dist/_virtual/index6.js +4 -0
- package/dist/_virtual/index7.js +4 -0
- package/dist/_virtual/index8.js +4 -0
- package/dist/_virtual/index9.js +4 -0
- package/dist/_virtual/item-liquidable.js +4 -0
- package/dist/_virtual/landing.js +4 -0
- package/dist/_virtual/languages.js +4 -0
- package/dist/_virtual/layout.js +4 -0
- package/dist/_virtual/layout2.js +4 -0
- package/dist/_virtual/liquidacion.js +4 -0
- package/dist/_virtual/liquidaciones.js +4 -0
- package/dist/_virtual/llamada.js +4 -0
- package/dist/_virtual/lodash.js +4 -0
- package/dist/_virtual/mappers.js +4 -0
- package/dist/_virtual/notificacion.js +4 -0
- package/dist/_virtual/options.js +4 -0
- package/dist/_virtual/page_sections.js +4 -0
- package/dist/_virtual/partner.js +4 -0
- package/dist/_virtual/pedido.js +4 -0
- package/dist/_virtual/perfiles.js +4 -0
- package/dist/_virtual/permisos.js +4 -0
- package/dist/_virtual/producto.js +4 -0
- package/dist/_virtual/producto2.js +4 -0
- package/dist/_virtual/query-params.js +4 -0
- package/dist/_virtual/regla.js +4 -0
- package/dist/_virtual/resultado.js +4 -0
- package/dist/_virtual/seguimiento.js +4 -0
- package/dist/_virtual/shared-types.js +4 -0
- package/dist/_virtual/shared.js +4 -0
- package/dist/_virtual/timestamp.js +4 -0
- package/dist/_virtual/validators.js +4 -0
- package/dist/_virtual/validators2.js +4 -0
- package/dist/_virtual/visibility.js +4 -0
- package/dist/components/Common/Button.vue.js +52 -0
- package/dist/components/Common/Button.vue2.js +4 -0
- package/dist/components/Common/Card.vue.js +7 -0
- package/dist/components/Common/Card.vue2.js +66 -0
- package/dist/components/Common/DynamicCarousel.vue.js +102 -0
- package/dist/components/Common/DynamicCarousel.vue3.js +5 -0
- package/dist/components/Common/FlagsIcons.vue.js +7 -0
- package/dist/components/Common/FlagsIcons.vue2.js +45 -0
- package/dist/components/Common/GeneratingError.vue.js +25 -0
- package/dist/components/Common/GeneratingError.vue2.js +4 -0
- package/dist/components/Common/GeneratingLoader.vue.js +25 -0
- package/dist/components/Common/GeneratingLoader.vue2.js +4 -0
- package/dist/components/Common/IconButton.vue.js +7 -0
- package/dist/components/Common/IconButton.vue2.js +97 -0
- package/dist/components/Common/IndicatorColor.vue.js +7 -0
- package/dist/components/Common/IndicatorColor.vue2.js +20 -0
- package/dist/components/Common/MenuButton.vue.js +91 -0
- package/dist/components/Common/MenuButton.vue2.js +4 -0
- package/dist/components/Common/SectionSpinner.vue.js +7 -0
- package/dist/components/Common/SectionSpinner.vue2.js +36 -0
- package/dist/components/Common/StateIndicator.vue.js +7 -0
- package/dist/components/Common/StateIndicator.vue2.js +41 -0
- package/dist/components/index.d.ts +16 -0
- package/dist/components/index.d.ts.map +1 -0
- package/dist/components/pdf/DomSection.vue.js +19 -0
- package/dist/components/pdf/DomSection.vue2.js +4 -0
- package/dist/components/pdf/PdfContainer.vue.js +7 -0
- package/dist/components/pdf/PdfContainer.vue2.js +102 -0
- package/dist/components/pdf/SectionWrapper.vue.js +33 -0
- package/dist/components/pdf/SectionWrapper.vue2.js +4 -0
- package/dist/components/pdf/SectionsContainer.vue.js +9 -0
- package/dist/components/pdf/SectionsContainer.vue2.js +56 -0
- package/dist/components/pdf/SectionsContainer.vue3.js +6 -0
- package/dist/components/pdf/helpers.js +23 -0
- package/dist/components/pdf/sections/Card.vue.js +9 -0
- package/dist/components/pdf/sections/Card.vue2.js +52 -0
- package/dist/components/pdf/sections/Card.vue3.js +12 -0
- package/dist/components/pdf/sections/CardGridSection.vue.js +9 -0
- package/dist/components/pdf/sections/CardGridSection.vue2.js +30 -0
- package/dist/components/pdf/sections/CardGridSection.vue3.js +6 -0
- package/dist/components/pdf/sections/ImageSection.vue.js +9 -0
- package/dist/components/pdf/sections/ImageSection.vue2.js +26 -0
- package/dist/components/pdf/sections/ImageSection.vue3.js +6 -0
- package/dist/components/pdf/sections/RadioButtonsSection.vue.js +7 -0
- package/dist/components/pdf/sections/RadioButtonsSection.vue2.js +43 -0
- package/dist/components/pdf/sections/SignatureSection.vue.js +7 -0
- package/dist/components/pdf/sections/SignatureSection.vue2.js +115 -0
- package/dist/components/pdf/sections/TableSection.vue.js +9 -0
- package/dist/components/pdf/sections/TableSection.vue2.js +49 -0
- package/dist/components/pdf/sections/TableSection.vue3.js +6 -0
- package/dist/components/pdf/sections/TextSection.vue.js +9 -0
- package/dist/components/pdf/sections/TextSection.vue2.js +135 -0
- package/dist/components/pdf/sections/TextSection.vue3.js +11 -0
- package/dist/components/pdf/sections/useData.js +8 -0
- package/dist/components/widgets/broker-card/BrokerCard.vue.js +7 -0
- package/dist/components/widgets/broker-card/BrokerCard.vue2.js +171 -0
- package/dist/components/widgets/broker-card/components/BrokerProps.vue.js +7 -0
- package/dist/components/widgets/broker-card/components/BrokerProps.vue2.js +117 -0
- package/dist/components/widgets/broker-card/mock-data.js +452 -0
- package/dist/components/widgets/broker-card/mock-props.js +273 -0
- package/dist/components/widgets/broker-card/schema.js +11 -0
- package/dist/components/widgets/broker-detail/BrokerDetail.vue.js +7 -0
- package/dist/components/widgets/broker-detail/BrokerDetail.vue2.js +174 -0
- package/dist/components/widgets/broker-detail/components/BrokertActions.vue.js +7 -0
- package/dist/components/widgets/broker-detail/components/BrokertActions.vue2.js +31 -0
- package/dist/components/widgets/broker-detail/components/ImagesMiniature.vue.js +7 -0
- package/dist/components/widgets/broker-detail/components/ImagesMiniature.vue2.js +90 -0
- package/dist/components/widgets/broker-detail/mock-data.js +227 -0
- package/dist/components/widgets/broker-detail/mock-props.js +12 -0
- package/dist/components/widgets/broker-detail/schema.js +10 -0
- package/dist/components/widgets/broker-detail/useContext.js +32 -0
- package/dist/components/widgets/linvermedia-product-card/LinvermediaProductCard.vue.d.ts.map +1 -1
- package/dist/components/widgets/linvermedia-product-card/LinvermediaProductCard.vue.js +7 -0
- package/dist/components/widgets/linvermedia-product-card/LinvermediaProductCard.vue2.js +249 -0
- package/dist/components/widgets/linvermedia-product-card/components/PublicToggleButton.vue.js +36 -0
- package/dist/components/widgets/linvermedia-product-card/components/PublicToggleButton.vue2.js +4 -0
- package/dist/components/widgets/linvermedia-product-card/mock-data.js +1121 -0
- package/dist/components/widgets/linvermedia-product-card/mock-props.js +20 -0
- package/dist/components/widgets/linvermedia-product-card/schema.js +13 -0
- package/dist/components/widgets/linvermedia-product-detail/LinvermediaProductDetail.vue.js +7 -0
- package/dist/components/widgets/linvermedia-product-detail/LinvermediaProductDetail.vue2.js +151 -0
- package/dist/components/widgets/linvermedia-product-detail/components/ImagesMiniature.vue.js +7 -0
- package/dist/components/widgets/linvermedia-product-detail/components/ImagesMiniature.vue2.js +90 -0
- package/dist/components/widgets/linvermedia-product-detail/components/ProductConfiguration.vue.js +9 -0
- package/dist/components/widgets/linvermedia-product-detail/components/ProductConfiguration.vue2.js +147 -0
- package/dist/components/widgets/linvermedia-product-detail/components/ProductCustomizableIndicator.vue.js +37 -0
- package/dist/components/widgets/linvermedia-product-detail/components/ProductCustomizableIndicator.vue2.js +4 -0
- package/dist/components/widgets/linvermedia-product-detail/components/ProductDetallePack.vue.js +7 -0
- package/dist/components/widgets/linvermedia-product-detail/components/ProductDetallePack.vue2.js +61 -0
- package/dist/components/widgets/linvermedia-product-detail/components/ProductImageHeader.vue.js +7 -0
- package/dist/components/widgets/linvermedia-product-detail/components/ProductImageHeader.vue2.js +56 -0
- package/dist/components/widgets/linvermedia-product-detail/components/ProductLongDescription.vue.js +21 -0
- package/dist/components/widgets/linvermedia-product-detail/components/ProductLongDescription.vue2.js +4 -0
- package/dist/components/widgets/linvermedia-product-detail/components/ProductShopcartActions.vue.js +7 -0
- package/dist/components/widgets/linvermedia-product-detail/components/ProductShopcartActions.vue2.js +91 -0
- package/dist/components/widgets/linvermedia-product-detail/components/ProductShortDescription.vue.js +20 -0
- package/dist/components/widgets/linvermedia-product-detail/components/ProductShortDescription.vue2.js +4 -0
- package/dist/components/widgets/linvermedia-product-detail/components/PublicImageButton.vue.js +7 -0
- package/dist/components/widgets/linvermedia-product-detail/components/PublicImageButton.vue2.js +49 -0
- package/dist/components/widgets/linvermedia-product-detail/mock-data.js +1005 -0
- package/dist/components/widgets/linvermedia-product-detail/mock-props.js +12 -0
- package/dist/components/widgets/linvermedia-product-detail/schema.js +11 -0
- package/dist/components/widgets/linvermedia-product-detail/useContext.js +43 -0
- package/dist/components/widgets/linvermedia-solicitud-card/LinvermediaSolicitudCard.vue.js +7 -0
- package/dist/components/widgets/linvermedia-solicitud-card/LinvermediaSolicitudCard.vue2.js +74 -0
- package/dist/components/widgets/linvermedia-solicitud-card/mock-data.js +580 -0
- package/dist/components/widgets/linvermedia-solicitud-card/mock-props.js +8 -0
- package/dist/components/widgets/linvermedia-solicitud-card/schema.js +5 -0
- package/dist/components/widgets/perdm-telephony-product-detail/PerdmTelephonyProductDetail.vue.js +7 -0
- package/dist/components/widgets/perdm-telephony-product-detail/PerdmTelephonyProductDetail.vue2.js +263 -0
- package/dist/components/widgets/perdm-telephony-product-detail/components/ProductLongDescription.vue.js +21 -0
- package/dist/components/widgets/perdm-telephony-product-detail/components/ProductLongDescription.vue2.js +4 -0
- package/dist/components/widgets/perdm-telephony-product-detail/components/ProductShortDescription.vue.js +20 -0
- package/dist/components/widgets/perdm-telephony-product-detail/components/ProductShortDescription.vue2.js +4 -0
- package/dist/components/widgets/perdm-telephony-product-detail/mock-data.js +1187 -0
- package/dist/components/widgets/perdm-telephony-product-detail/mock-props.js +12 -0
- package/dist/components/widgets/perdm-telephony-product-detail/schema.js +11 -0
- package/dist/components/widgets/perdm-telephony-product-detail/useContext.js +41 -0
- package/dist/components/widgets/shared/LinvermediaGamaProps.js +1688 -0
- package/dist/components/widgets/shared/PerdmTelephonyGamaProps.js +1688 -0
- package/dist/components/widgets/shared/ProductPrice.vue.js +7 -0
- package/dist/components/widgets/shared/ProductPrice.vue2.js +84 -0
- package/dist/components/widgets/shared/ProductProps.vue.js +294 -0
- package/dist/components/widgets/shared/ProductProps.vue2.js +4 -0
- package/dist/components/widgets/shared/ProductTag.vue.js +7 -0
- package/dist/components/widgets/shared/ProductTag.vue2.js +38 -0
- package/dist/components/widgets/shared/helpers.js +52 -0
- package/dist/components/widgets/shared/schema.js +17 -0
- package/dist/components/widgets/shared/useWidgetEvent.js +13 -0
- package/dist/components/widgets/telephony-card/TelephonyCard.vue.js +7 -0
- package/dist/components/widgets/telephony-card/TelephonyCard.vue2.js +292 -0
- package/dist/components/widgets/telephony-card/mock-data.js +1197 -0
- package/dist/components/widgets/telephony-card/mock-props.js +400 -0
- package/dist/components/widgets/telephony-card/schema.js +22 -0
- package/dist/components/widgets/telmex-card/TelmexCard.vue.js +7 -0
- package/dist/components/widgets/telmex-card/TelmexCard.vue2.js +232 -0
- package/dist/components/widgets/telmex-card/mock-data.js +1545 -0
- package/dist/components/widgets/telmex-card/mock-props.js +1332 -0
- package/dist/components/widgets/telmex-card/schema.js +22 -0
- package/dist/components/widgets/telmex-product-detail/TelmexProductDetail.vue.js +7 -0
- package/dist/components/widgets/telmex-product-detail/TelmexProductDetail.vue2.js +648 -0
- package/dist/components/widgets/telmex-product-detail/components/ProductInfo.vue.js +7 -0
- package/dist/components/widgets/telmex-product-detail/components/ProductInfo.vue2.js +316 -0
- package/dist/components/widgets/telmex-product-detail/components/ProductLongDescription.vue.js +21 -0
- package/dist/components/widgets/telmex-product-detail/components/ProductLongDescription.vue2.js +4 -0
- package/dist/components/widgets/telmex-product-detail/components/ProductShortDescription.vue.js +20 -0
- package/dist/components/widgets/telmex-product-detail/components/ProductShortDescription.vue2.js +4 -0
- package/dist/components/widgets/telmex-product-detail/components/TotalOrder.vue.js +7 -0
- package/dist/components/widgets/telmex-product-detail/components/TotalOrder.vue2.js +52 -0
- package/dist/components/widgets/telmex-product-detail/mock-data.js +1561 -0
- package/dist/components/widgets/telmex-product-detail/mock-props.js +10 -0
- package/dist/components/widgets/telmex-product-detail/schema.js +11 -0
- package/dist/components/widgets/telmex-product-detail/useContext.js +41 -0
- package/dist/components.js +31 -0
- package/dist/composables/fetching/fetchUniqFactory.js +21 -0
- package/dist/composables/fetching/fetchUniqProvider.js +15 -0
- package/dist/composables/fetching/types.js +11 -0
- package/dist/composables/fetching/useFetch.js +40 -0
- package/dist/composables/fetching/useFetchPages.js +101 -0
- package/dist/composables/useDragAndDrop.js +65 -0
- package/dist/composables/utils.js +11 -0
- package/dist/composables.js +17 -0
- package/dist/index.js +58 -0
- package/dist/node_modules/@win2win/shared/dist/consts/countries.js +1082 -0
- package/dist/node_modules/@win2win/shared/dist/consts/index.js +26 -0
- package/dist/node_modules/@win2win/shared/dist/consts/languages.js +173 -0
- package/dist/node_modules/@win2win/shared/dist/consts/perfiles/index.js +18 -0
- package/dist/node_modules/@win2win/shared/dist/consts/perfiles/perfiles.js +38 -0
- package/dist/node_modules/@win2win/shared/dist/consts/permisos/index.js +18 -0
- package/dist/node_modules/@win2win/shared/dist/consts/permisos/permisos.js +129 -0
- package/dist/node_modules/@win2win/shared/dist/consts/visitas/index.js +18 -0
- package/dist/node_modules/@win2win/shared/dist/consts/visitas/resultado.js +40 -0
- package/dist/node_modules/@win2win/shared/dist/enums/captacion.js +14 -0
- package/dist/node_modules/@win2win/shared/dist/enums/garantia.js +10 -0
- package/dist/node_modules/@win2win/shared/dist/enums/importacion.js +10 -0
- package/dist/node_modules/@win2win/shared/dist/enums/index.js +32 -0
- package/dist/node_modules/@win2win/shared/dist/enums/liquidacion.js +18 -0
- package/dist/node_modules/@win2win/shared/dist/enums/notificacion.js +10 -0
- package/dist/node_modules/@win2win/shared/dist/enums/pedido.js +10 -0
- package/dist/node_modules/@win2win/shared/dist/enums/producto.js +22 -0
- package/dist/node_modules/@win2win/shared/dist/enums/shared.js +10 -0
- package/dist/node_modules/@win2win/shared/dist/helpers/ProductPrice.js +61 -0
- package/dist/node_modules/@win2win/shared/dist/helpers/formatters.js +76 -0
- package/dist/node_modules/@win2win/shared/dist/helpers/index.js +22 -0
- package/dist/node_modules/@win2win/shared/dist/helpers/validators.js +15 -0
- package/dist/node_modules/@win2win/shared/dist/index.js +24 -0
- package/dist/node_modules/@win2win/shared/dist/interfaces/escaparates/canal-props.js +5 -0
- package/dist/node_modules/@win2win/shared/dist/interfaces/escaparates/index.js +18 -0
- package/dist/node_modules/@win2win/shared/dist/interfaces/estados/estado-effect.js +10 -0
- package/dist/node_modules/@win2win/shared/dist/interfaces/estados/estado-rule.js +23 -0
- package/dist/node_modules/@win2win/shared/dist/interfaces/estados/estado.js +5 -0
- package/dist/node_modules/@win2win/shared/dist/interfaces/estados/flag.js +10 -0
- package/dist/node_modules/@win2win/shared/dist/interfaces/estados/index.js +26 -0
- package/dist/node_modules/@win2win/shared/dist/interfaces/estados/llamada.js +18 -0
- package/dist/node_modules/@win2win/shared/dist/interfaces/importaciones/import_schema.js +5 -0
- package/dist/node_modules/@win2win/shared/dist/interfaces/importaciones/index.js +20 -0
- package/dist/node_modules/@win2win/shared/dist/interfaces/importaciones/layout.js +7 -0
- package/dist/node_modules/@win2win/shared/dist/interfaces/index.js +34 -0
- package/dist/node_modules/@win2win/shared/dist/interfaces/landings/index.js +20 -0
- package/dist/node_modules/@win2win/shared/dist/interfaces/landings/landing.js +5 -0
- package/dist/node_modules/@win2win/shared/dist/interfaces/landings/page_sections.js +270 -0
- package/dist/node_modules/@win2win/shared/dist/interfaces/layout_documentos/index.js +18 -0
- package/dist/node_modules/@win2win/shared/dist/interfaces/layout_documentos/layout.js +15 -0
- package/dist/node_modules/@win2win/shared/dist/interfaces/liquidaciones/comision.js +11 -0
- package/dist/node_modules/@win2win/shared/dist/interfaces/liquidaciones/index.js +24 -0
- package/dist/node_modules/@win2win/shared/dist/interfaces/liquidaciones/item-liquidable.js +5 -0
- package/dist/node_modules/@win2win/shared/dist/interfaces/liquidaciones/liquidaciones.js +10 -0
- package/dist/node_modules/@win2win/shared/dist/interfaces/liquidaciones/regla.js +27 -0
- package/dist/node_modules/@win2win/shared/dist/interfaces/props/conditions.js +7 -0
- package/dist/node_modules/@win2win/shared/dist/interfaces/props/control-types.js +27 -0
- package/dist/node_modules/@win2win/shared/dist/interfaces/props/index.js +28 -0
- package/dist/node_modules/@win2win/shared/dist/interfaces/props/mappers.js +5 -0
- package/dist/node_modules/@win2win/shared/dist/interfaces/props/options.js +5 -0
- package/dist/node_modules/@win2win/shared/dist/interfaces/props/validators.js +85 -0
- package/dist/node_modules/@win2win/shared/dist/interfaces/props/visibility.js +5 -0
- package/dist/node_modules/@win2win/shared/dist/interfaces/raw_entities/archivo.js +5 -0
- package/dist/node_modules/@win2win/shared/dist/interfaces/raw_entities/captacion.js +5 -0
- package/dist/node_modules/@win2win/shared/dist/interfaces/raw_entities/gama.js +5 -0
- package/dist/node_modules/@win2win/shared/dist/interfaces/raw_entities/index.js +28 -0
- package/dist/node_modules/@win2win/shared/dist/interfaces/raw_entities/partner.js +5 -0
- package/dist/node_modules/@win2win/shared/dist/interfaces/raw_entities/producto.js +5 -0
- package/dist/node_modules/@win2win/shared/dist/interfaces/raw_entities/seguimiento.js +17 -0
- package/dist/node_modules/@win2win/shared/dist/interfaces/shared/id.js +5 -0
- package/dist/node_modules/@win2win/shared/dist/interfaces/shared/index.js +24 -0
- package/dist/node_modules/@win2win/shared/dist/interfaces/shared/query-params.js +5 -0
- package/dist/node_modules/@win2win/shared/dist/interfaces/shared/shared-types.js +5 -0
- package/dist/node_modules/@win2win/shared/dist/interfaces/shared/timestamp.js +10 -0
- package/dist/node_modules/better-dni/dist/index.js +67 -0
- package/dist/node_modules/iban/iban.js +114 -0
- package/dist/node_modules/lodash/lodash.js +3676 -0
- package/dist/style.css +1 -1
- package/dist/widgets.js +154 -0
- package/package.json +21 -5
- package/dist/w2w-shared-ui.js +0 -26033
- package/dist/w2w-shared-ui.umd.cjs +0 -48
|
@@ -0,0 +1,452 @@
|
|
|
1
|
+
const a = Object.freeze([
|
|
2
|
+
{
|
|
3
|
+
ID_PARTNER: 25,
|
|
4
|
+
NOMBRE: "Alfonso",
|
|
5
|
+
DESCRIPCION_CORTA: "Nuestra misión está clara: cambiar la dinámica de las negociaciones bancarias para que tú, nuestro cliente, seas el centro de cada decisión. Ya no basta con obtener simplemente “buenas” condiciones financieras; nuestro objetivo es asegurar las mejores condiciones posibles, minimizar las garantías y reducir al mínimo los compromisos de vinculación. Cada cliente es único, y cada solución financiera debe serlo también.",
|
|
6
|
+
URL: "www.dartmolins.com",
|
|
7
|
+
AVATAR: null,
|
|
8
|
+
PROPS: {
|
|
9
|
+
value: {},
|
|
10
|
+
idiomas: ["catalan", "spanish"],
|
|
11
|
+
especializacion: ["empleados_publico", "mayores_de_55"],
|
|
12
|
+
especializacion_hipotecas: ["hipotecas_100", "hipotecas_verde"],
|
|
13
|
+
fecha_de_inicio: "09/08/2025",
|
|
14
|
+
numero_de_broker: "124122141",
|
|
15
|
+
especializacion_de_residencia: ["segunda_residencia_casa_vacacional"]
|
|
16
|
+
},
|
|
17
|
+
ID_GAMA: 16,
|
|
18
|
+
FECHA_CREADO: "2025-08-06T04:50:55.000Z",
|
|
19
|
+
R_ARCHIVOS: [
|
|
20
|
+
{
|
|
21
|
+
ID_ARCHIVO: 13,
|
|
22
|
+
LOCATION: "https://w2w-files.s3.amazonaws.com/myhipoteca/6b83b75533f878bd_abogado-junior-despacho.jpg",
|
|
23
|
+
FILETYPE: "image"
|
|
24
|
+
}
|
|
25
|
+
],
|
|
26
|
+
CONTACTO: {
|
|
27
|
+
NOMBRE: "simon",
|
|
28
|
+
APELLIDO: null,
|
|
29
|
+
APELLIDO2: null,
|
|
30
|
+
UBICACION: {
|
|
31
|
+
ID_CONTACTO: 13,
|
|
32
|
+
PROVINCIA: "Cataluña",
|
|
33
|
+
CIUDAD: "Barcelona"
|
|
34
|
+
}
|
|
35
|
+
},
|
|
36
|
+
SERVICIOS: [
|
|
37
|
+
{
|
|
38
|
+
ID_LINK: "8a707477-86a3-458a-9c1f-0b45ad47be0b",
|
|
39
|
+
URL: "http://51.178.37.201:9001/formulario?id=1,6&productId=1",
|
|
40
|
+
CODE: "nueva_hipoteca",
|
|
41
|
+
NAME: "Nueva hipoteca"
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
ID_LINK: "0deadd63-4b04-413b-8b01-4e52b9658d42",
|
|
45
|
+
URL: "http://51.178.37.201:9001/formulario?id=13,6&productId=2",
|
|
46
|
+
CODE: "cambio_banco",
|
|
47
|
+
NAME: "Cambio de banco"
|
|
48
|
+
}
|
|
49
|
+
],
|
|
50
|
+
PAISES: [
|
|
51
|
+
{
|
|
52
|
+
CODIGO: "ES",
|
|
53
|
+
NOMBRE: "España"
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
CODIGO: "US",
|
|
57
|
+
NOMBRE: "Estados Unidos"
|
|
58
|
+
},
|
|
59
|
+
{
|
|
60
|
+
CODIGO: "PT",
|
|
61
|
+
NOMBRE: "Portugal"
|
|
62
|
+
}
|
|
63
|
+
]
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
ID_PARTNER: 24,
|
|
67
|
+
NOMBRE: "José Oyarzún",
|
|
68
|
+
DESCRIPCION: "",
|
|
69
|
+
URL: "www.simo.com",
|
|
70
|
+
AVATAR: null,
|
|
71
|
+
PROPS: {
|
|
72
|
+
value: {},
|
|
73
|
+
idiomas: ["catalan", "english", "spanish"],
|
|
74
|
+
especializacion: ["empleados_publico", "mayores_de_55"],
|
|
75
|
+
fecha_de_inicio: "09/08/2025",
|
|
76
|
+
numero_de_broker: "124122141",
|
|
77
|
+
especializacion_de_residencia: ["segunda_residencia_casa_vacacional"]
|
|
78
|
+
},
|
|
79
|
+
ID_GAMA: 16,
|
|
80
|
+
FECHA_CREADO: "2025-08-06T04:44:21.000Z",
|
|
81
|
+
R_ARCHIVOS: [
|
|
82
|
+
{
|
|
83
|
+
ID_ARCHIVO: 10,
|
|
84
|
+
LOCATION: "https://w2w-files.s3.amazonaws.com/myhipoteca/ee6299222552a9c9_Juan-Gonzalo-Ospina-PPL.webp",
|
|
85
|
+
FILETYPE: "image"
|
|
86
|
+
}
|
|
87
|
+
],
|
|
88
|
+
CONTACTO: {
|
|
89
|
+
NOMBRE: "simon",
|
|
90
|
+
APELLIDO: null,
|
|
91
|
+
APELLIDO2: null,
|
|
92
|
+
UBICACION: {
|
|
93
|
+
ID_CONTACTO: 13,
|
|
94
|
+
PROVINCIA: "Cataluña",
|
|
95
|
+
CIUDAD: "Barcelona"
|
|
96
|
+
}
|
|
97
|
+
},
|
|
98
|
+
SERVICIOS: [],
|
|
99
|
+
PAISES: []
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
ID_PARTNER: 21,
|
|
103
|
+
NOMBRE: "Mauricio Farias",
|
|
104
|
+
DESCRIPCION: "",
|
|
105
|
+
URL: "www.simo.com",
|
|
106
|
+
AVATAR: null,
|
|
107
|
+
PROPS: {
|
|
108
|
+
idiomas: ["catalan", "english"],
|
|
109
|
+
especializacion: ["empleados_publico", "mayores_de_55"],
|
|
110
|
+
especializacion_hipotecas: ["hipotecas_100", "hipotecas_verde"],
|
|
111
|
+
fecha_de_inicio: "09/08/2025",
|
|
112
|
+
numero_de_broker: "124122141",
|
|
113
|
+
especializacion_de_residencia: ["segunda_residencia_casa_vacacional"]
|
|
114
|
+
},
|
|
115
|
+
ID_GAMA: 16,
|
|
116
|
+
FECHA_CREADO: "2025-08-06T04:37:09.000Z",
|
|
117
|
+
R_ARCHIVOS: [
|
|
118
|
+
{
|
|
119
|
+
ID_ARCHIVO: 7,
|
|
120
|
+
LOCATION: "https://w2w-files.s3.amazonaws.com/myhipoteca/d4bd8460e5deb331_2025021916350151582.webp",
|
|
121
|
+
FILETYPE: "image"
|
|
122
|
+
}
|
|
123
|
+
],
|
|
124
|
+
CONTACTO: {
|
|
125
|
+
NOMBRE: "simon",
|
|
126
|
+
APELLIDO: null,
|
|
127
|
+
APELLIDO2: null,
|
|
128
|
+
UBICACION: {
|
|
129
|
+
ID_CONTACTO: 13,
|
|
130
|
+
PROVINCIA: "Cataluña",
|
|
131
|
+
CIUDAD: "Barcelona"
|
|
132
|
+
}
|
|
133
|
+
},
|
|
134
|
+
SERVICIOS: [],
|
|
135
|
+
PAISES: [
|
|
136
|
+
{
|
|
137
|
+
CODIGO: "ES",
|
|
138
|
+
NOMBRE: "España"
|
|
139
|
+
}
|
|
140
|
+
]
|
|
141
|
+
},
|
|
142
|
+
{
|
|
143
|
+
ID_PARTNER: 20,
|
|
144
|
+
NOMBRE: "Sebastián Zepeda",
|
|
145
|
+
DESCRIPCION: "",
|
|
146
|
+
URL: "www.simo.com",
|
|
147
|
+
AVATAR: null,
|
|
148
|
+
PROPS: {
|
|
149
|
+
value: {},
|
|
150
|
+
idiomas: ["spanish"],
|
|
151
|
+
especializacion: ["empleados_publico", "mayores_de_55"],
|
|
152
|
+
especializacion_hipotecas: ["hipotecas_100", "hipotecas_verde"],
|
|
153
|
+
fecha_de_inicio: "09/08/2025",
|
|
154
|
+
numero_de_broker: "124122141",
|
|
155
|
+
especializacion_de_residencia: ["segunda_residencia_casa_vacacional"]
|
|
156
|
+
},
|
|
157
|
+
ID_GAMA: 16,
|
|
158
|
+
FECHA_CREADO: "2025-08-06T04:34:58.000Z",
|
|
159
|
+
R_ARCHIVOS: [
|
|
160
|
+
{
|
|
161
|
+
ID_ARCHIVO: 8,
|
|
162
|
+
LOCATION: "https://w2w-files.s3.amazonaws.com/myhipoteca/a35f8fbbefbfed2d_compra-casa-documentos-hipoteca-inmobiliaria.jpg",
|
|
163
|
+
FILETYPE: "image"
|
|
164
|
+
}
|
|
165
|
+
],
|
|
166
|
+
CONTACTO: {
|
|
167
|
+
NOMBRE: "simon",
|
|
168
|
+
APELLIDO: null,
|
|
169
|
+
APELLIDO2: null,
|
|
170
|
+
UBICACION: {
|
|
171
|
+
ID_CONTACTO: 13,
|
|
172
|
+
PROVINCIA: "Cataluña",
|
|
173
|
+
CIUDAD: "Barcelona"
|
|
174
|
+
}
|
|
175
|
+
},
|
|
176
|
+
SERVICIOS: [],
|
|
177
|
+
PAISES: []
|
|
178
|
+
},
|
|
179
|
+
{
|
|
180
|
+
ID_PARTNER: 19,
|
|
181
|
+
NOMBRE: "Amelia Hernández",
|
|
182
|
+
DESCRIPCION: "",
|
|
183
|
+
URL: "www.simo.com",
|
|
184
|
+
AVATAR: null,
|
|
185
|
+
PROPS: {
|
|
186
|
+
idiomas: ["catalan", "english"],
|
|
187
|
+
especializacion: ["empleados_publico", "mayores_de_55"],
|
|
188
|
+
fecha_de_inicio: "09/08/2025",
|
|
189
|
+
numero_de_broker: "124122141",
|
|
190
|
+
especializacion_de_residencia: ["segunda_residencia_casa_vacacional"]
|
|
191
|
+
},
|
|
192
|
+
ID_GAMA: 16,
|
|
193
|
+
FECHA_CREADO: "2025-08-06T04:30:44.000Z",
|
|
194
|
+
R_ARCHIVOS: [
|
|
195
|
+
{
|
|
196
|
+
ID_ARCHIVO: 9,
|
|
197
|
+
LOCATION: "https://w2w-files.s3.amazonaws.com/myhipoteca/c842a6e167a53166_istockphoto-1587604256-612x612.jpg",
|
|
198
|
+
FILETYPE: "image"
|
|
199
|
+
}
|
|
200
|
+
],
|
|
201
|
+
CONTACTO: {
|
|
202
|
+
NOMBRE: "simon",
|
|
203
|
+
APELLIDO: null,
|
|
204
|
+
APELLIDO2: null,
|
|
205
|
+
UBICACION: {
|
|
206
|
+
ID_CONTACTO: 13,
|
|
207
|
+
PROVINCIA: "Cataluña",
|
|
208
|
+
CIUDAD: "Barcelona"
|
|
209
|
+
}
|
|
210
|
+
},
|
|
211
|
+
SERVICIOS: [],
|
|
212
|
+
PAISES: []
|
|
213
|
+
},
|
|
214
|
+
{
|
|
215
|
+
ID_PARTNER: 18,
|
|
216
|
+
NOMBRE: "Ana Beltrán",
|
|
217
|
+
DESCRIPCION: "",
|
|
218
|
+
URL: "www.smo.com",
|
|
219
|
+
AVATAR: null,
|
|
220
|
+
PROPS: {
|
|
221
|
+
idiomas: ["english", "catalan"],
|
|
222
|
+
especializacion: ["trabajadores_temporales", "empleados_publico"],
|
|
223
|
+
fecha_de_inicio: "02/08/2025",
|
|
224
|
+
numero_de_broker: "1231",
|
|
225
|
+
especializacion_de_residencia: ["areas_metropolitanas"]
|
|
226
|
+
},
|
|
227
|
+
ID_GAMA: 16,
|
|
228
|
+
FECHA_CREADO: "2025-08-06T04:24:02.000Z",
|
|
229
|
+
R_ARCHIVOS: [
|
|
230
|
+
{
|
|
231
|
+
ID_ARCHIVO: 11,
|
|
232
|
+
LOCATION: "https://w2w-files.s3.amazonaws.com/myhipoteca/444a0bd030e42466_cualidades-abogada-reunion-1.jpg",
|
|
233
|
+
FILETYPE: "image"
|
|
234
|
+
}
|
|
235
|
+
],
|
|
236
|
+
CONTACTO: {
|
|
237
|
+
NOMBRE: "SImon",
|
|
238
|
+
APELLIDO: null,
|
|
239
|
+
APELLIDO2: null,
|
|
240
|
+
UBICACION: null
|
|
241
|
+
},
|
|
242
|
+
SERVICIOS: [],
|
|
243
|
+
PAISES: []
|
|
244
|
+
},
|
|
245
|
+
{
|
|
246
|
+
ID_PARTNER: 14,
|
|
247
|
+
NOMBRE: "H&A Asociados",
|
|
248
|
+
DESCRIPCION: "",
|
|
249
|
+
URL: "www.simo.com",
|
|
250
|
+
AVATAR: null,
|
|
251
|
+
PROPS: {
|
|
252
|
+
idiomas: ["english", "catalan"],
|
|
253
|
+
especializacion: ["empleados_publico"],
|
|
254
|
+
fecha_de_inicio: "04/08/2021",
|
|
255
|
+
numero_de_broker: "6757576",
|
|
256
|
+
especializacion_de_residencia: [
|
|
257
|
+
"areas_metropolitanas",
|
|
258
|
+
"segunda_residencia_casa_vacacional"
|
|
259
|
+
]
|
|
260
|
+
},
|
|
261
|
+
ID_GAMA: 16,
|
|
262
|
+
FECHA_CREADO: "2025-08-06T01:15:17.000Z",
|
|
263
|
+
R_ARCHIVOS: [
|
|
264
|
+
{
|
|
265
|
+
ID_ARCHIVO: 12,
|
|
266
|
+
LOCATION: "https://w2w-files.s3.amazonaws.com/myhipoteca/8c59c8632e044101_iStock-1159560350.jpg",
|
|
267
|
+
FILETYPE: "image"
|
|
268
|
+
}
|
|
269
|
+
],
|
|
270
|
+
CONTACTO: {
|
|
271
|
+
NOMBRE: "simon",
|
|
272
|
+
APELLIDO: null,
|
|
273
|
+
APELLIDO2: null,
|
|
274
|
+
UBICACION: {
|
|
275
|
+
ID_CONTACTO: 13,
|
|
276
|
+
PROVINCIA: "Cataluña",
|
|
277
|
+
CIUDAD: "Barcelona"
|
|
278
|
+
}
|
|
279
|
+
},
|
|
280
|
+
SERVICIOS: [],
|
|
281
|
+
PAISES: []
|
|
282
|
+
},
|
|
283
|
+
{
|
|
284
|
+
ID_PARTNER: 3,
|
|
285
|
+
NOMBRE: "Jean Gutierrez",
|
|
286
|
+
DESCRIPCION: "Gestiono propiedades en arriendo y venta con una amplia cartera de clientes inversionistas. Mi enfoque está en maximizar el valor de cada activo mediante estrategias de marketing digital, staging y negociación directa con potenciales compradores.",
|
|
287
|
+
URL: "http://51.178.37.201:9001",
|
|
288
|
+
AVATAR: "",
|
|
289
|
+
PROPS: {
|
|
290
|
+
value: {},
|
|
291
|
+
idiomas: ["spanish", "english", "catalan"],
|
|
292
|
+
especializacion: [
|
|
293
|
+
"familias_monoparentales",
|
|
294
|
+
"personas_con_discapacidad",
|
|
295
|
+
"familias_numerosas",
|
|
296
|
+
"mayores_de_55"
|
|
297
|
+
],
|
|
298
|
+
fecha_de_inicio: "2020",
|
|
299
|
+
numero_de_broker: "A03",
|
|
300
|
+
especializacion_de_residencia: ["segunda_residencia_casa_vacacional"]
|
|
301
|
+
},
|
|
302
|
+
ID_GAMA: 16,
|
|
303
|
+
FECHA_CREADO: "2025-07-25T23:47:03.000Z",
|
|
304
|
+
R_ARCHIVOS: [
|
|
305
|
+
{
|
|
306
|
+
ID_ARCHIVO: 3,
|
|
307
|
+
LOCATION: "https://w2w-files.s3.amazonaws.com/myhipoteca/94f5a94e8c7fee5f_retrato-de-hombre-joven-expresivo-vistiendo-traje-formal.jpg",
|
|
308
|
+
FILETYPE: "image"
|
|
309
|
+
}
|
|
310
|
+
],
|
|
311
|
+
CONTACTO: {
|
|
312
|
+
NOMBRE: "Emilia",
|
|
313
|
+
APELLIDO: "Perez",
|
|
314
|
+
APELLIDO2: "Gonzales",
|
|
315
|
+
UBICACION: {
|
|
316
|
+
ID_CONTACTO: 3,
|
|
317
|
+
PROVINCIA: "Cataluña",
|
|
318
|
+
CIUDAD: "Barcelona"
|
|
319
|
+
}
|
|
320
|
+
},
|
|
321
|
+
SERVICIOS: [
|
|
322
|
+
{
|
|
323
|
+
ID_LINK: "febe528c-acf7-4722-a837-fd5aa2f750d9",
|
|
324
|
+
URL: "http://51.178.37.201:9001/formulario?id=1,6&productId=1&titulo=Solicitud_de_Nueva_Hipoteca",
|
|
325
|
+
CODE: "nueva_hipoteca",
|
|
326
|
+
NAME: "Nueva hipoteca"
|
|
327
|
+
},
|
|
328
|
+
{
|
|
329
|
+
ID_LINK: "98d3e9d1-44bd-4b3d-b876-5cf939eb80fa",
|
|
330
|
+
URL: "http://51.178.37.201:9001/formulario?id=13,6&productId=2&titulo=Solicitud_de_Cambio_de_Banco",
|
|
331
|
+
CODE: "cambio_banco",
|
|
332
|
+
NAME: "Cambio de banco"
|
|
333
|
+
}
|
|
334
|
+
],
|
|
335
|
+
PAISES: [
|
|
336
|
+
{
|
|
337
|
+
CODIGO: "CO",
|
|
338
|
+
NOMBRE: "Colombia"
|
|
339
|
+
}
|
|
340
|
+
]
|
|
341
|
+
},
|
|
342
|
+
{
|
|
343
|
+
ID_PARTNER: 2,
|
|
344
|
+
NOMBRE: "Pablo Contreras",
|
|
345
|
+
DESCRIPCION: "Me dedico a ayudar a familias y jóvenes profesionales a encontrar su primera vivienda, con un acompañamiento cercano y personalizado. Trabajo con desarrollos nuevos, subsidios y financiamiento bancario, guiando en todo el proceso de compra.",
|
|
346
|
+
URL: "http://51.178.37.201:9001",
|
|
347
|
+
AVATAR: "",
|
|
348
|
+
PROPS: {
|
|
349
|
+
value: {},
|
|
350
|
+
idiomas: ["french", "english", "spanish"],
|
|
351
|
+
especializacion: [
|
|
352
|
+
"familias_numerosas",
|
|
353
|
+
"familias_monoparentales",
|
|
354
|
+
"trabajadores_temporales"
|
|
355
|
+
],
|
|
356
|
+
fecha_de_inicio: "2012",
|
|
357
|
+
numero_de_broker: "A02",
|
|
358
|
+
especializacion_de_residencia: ["areas_metropolitanas"]
|
|
359
|
+
},
|
|
360
|
+
ID_GAMA: 16,
|
|
361
|
+
FECHA_CREADO: "2025-07-25T23:39:10.000Z",
|
|
362
|
+
R_ARCHIVOS: [
|
|
363
|
+
{
|
|
364
|
+
ID_ARCHIVO: 2,
|
|
365
|
+
LOCATION: "https://w2w-files.s3.amazonaws.com/myhipoteca/e6f5321c60640576_liz-sonrisa-joven-guapo-chico-en-elegante-traje-posar-encima-aislado-fondo-gris.jpg",
|
|
366
|
+
FILETYPE: "image"
|
|
367
|
+
}
|
|
368
|
+
],
|
|
369
|
+
CONTACTO: {
|
|
370
|
+
NOMBRE: "Juan",
|
|
371
|
+
APELLIDO: "Perez",
|
|
372
|
+
APELLIDO2: "García",
|
|
373
|
+
UBICACION: {
|
|
374
|
+
ID_CONTACTO: 2,
|
|
375
|
+
PROVINCIA: "Comunidad de Madrid",
|
|
376
|
+
CIUDAD: "Madrid"
|
|
377
|
+
}
|
|
378
|
+
},
|
|
379
|
+
SERVICIOS: [
|
|
380
|
+
{
|
|
381
|
+
ID_LINK: "f56202c8-ee7a-43a5-aa1c-7403ed145ed3",
|
|
382
|
+
URL: "http://51.178.37.201:9001/formulario?id=1,6&productId=1&titulo=Solicitud_de_Nueva_Hipoteca",
|
|
383
|
+
CODE: "nueva_hipoteca",
|
|
384
|
+
NAME: "Nueva hipoteca"
|
|
385
|
+
},
|
|
386
|
+
{
|
|
387
|
+
ID_LINK: "2fc0ce2b-e2c7-4df7-a589-0d215f89946f",
|
|
388
|
+
URL: "http://51.178.37.201:9001/formulario?id=13,6&productId=2&titulo=Solicitud_de_Cambio_de_Banco",
|
|
389
|
+
CODE: "cambio_banco",
|
|
390
|
+
NAME: "Cambio de banco"
|
|
391
|
+
}
|
|
392
|
+
],
|
|
393
|
+
PAISES: []
|
|
394
|
+
},
|
|
395
|
+
{
|
|
396
|
+
ID_PARTNER: 1,
|
|
397
|
+
NOMBRE: "Manuel Plaza",
|
|
398
|
+
DESCRIPCION: "Con más de 10 años de experiencia en el mercado financiero, asesoro a inversionistas en la compra y venta de propiedades con alto retorno. Acompaño cada operación desde el análisis inicial hasta la firma, priorizando la seguridad jurídica y el rendimiento financiero.",
|
|
399
|
+
URL: "http://51.178.37.201:9001",
|
|
400
|
+
AVATAR: "",
|
|
401
|
+
PROPS: {
|
|
402
|
+
value: {},
|
|
403
|
+
idiomas: ["catalan", "english"],
|
|
404
|
+
especializacion: [
|
|
405
|
+
"jovenes_profesionales",
|
|
406
|
+
"mayores_de_55",
|
|
407
|
+
"empleados_publico",
|
|
408
|
+
"personas_con_discapacidad"
|
|
409
|
+
],
|
|
410
|
+
fecha_de_inicio: "1999",
|
|
411
|
+
numero_de_broker: "A01",
|
|
412
|
+
especializacion_de_residencia: ["segunda_residencia_casa_vacacional"]
|
|
413
|
+
},
|
|
414
|
+
ID_GAMA: 16,
|
|
415
|
+
FECHA_CREADO: "2025-07-25T23:00:23.000Z",
|
|
416
|
+
R_ARCHIVOS: [
|
|
417
|
+
{
|
|
418
|
+
ID_ARCHIVO: 1,
|
|
419
|
+
LOCATION: "https://w2w-files.s3.amazonaws.com/myhipoteca/f8018dcad413b357_retrato-del-abogado-maduro-contemplado-con-la-mano-en-el-bolsillo.jpg",
|
|
420
|
+
FILETYPE: "image"
|
|
421
|
+
}
|
|
422
|
+
],
|
|
423
|
+
CONTACTO: {
|
|
424
|
+
NOMBRE: "Manuel",
|
|
425
|
+
APELLIDO: "Rodriguez",
|
|
426
|
+
APELLIDO2: "Perez",
|
|
427
|
+
UBICACION: {
|
|
428
|
+
ID_CONTACTO: 11,
|
|
429
|
+
PROVINCIA: "Barcelona",
|
|
430
|
+
CIUDAD: "Castellcir"
|
|
431
|
+
}
|
|
432
|
+
},
|
|
433
|
+
SERVICIOS: [
|
|
434
|
+
{
|
|
435
|
+
ID_LINK: "85aacfa8-e394-431a-b6c2-fb0f683c5c2f",
|
|
436
|
+
URL: "http://51.178.37.201:9001/formulario?id=1,6&productId=1&titulo=Solicitud_de_Nueva_Hipoteca",
|
|
437
|
+
CODE: "cambio_banco",
|
|
438
|
+
NAME: "Cambio de banco"
|
|
439
|
+
},
|
|
440
|
+
{
|
|
441
|
+
ID_LINK: "9a9a12b7-b809-4eb2-a477-26a6f95e91b1",
|
|
442
|
+
URL: "http://51.178.37.201:9001/formulario?id=13,6&productId=2&titulo=Solicitud_de_Cambio_de_Banco",
|
|
443
|
+
CODE: "nueva_hipoteca",
|
|
444
|
+
NAME: "Nueva hipoteca"
|
|
445
|
+
}
|
|
446
|
+
],
|
|
447
|
+
PAISES: []
|
|
448
|
+
}
|
|
449
|
+
]);
|
|
450
|
+
export {
|
|
451
|
+
a as default
|
|
452
|
+
};
|
|
@@ -0,0 +1,273 @@
|
|
|
1
|
+
const e = {
|
|
2
|
+
isPublic: !0,
|
|
3
|
+
data: {},
|
|
4
|
+
fetching: !1,
|
|
5
|
+
descriptionLines: 4,
|
|
6
|
+
scale: 1,
|
|
7
|
+
unelevated: !0,
|
|
8
|
+
imageHeight: "200px",
|
|
9
|
+
borderRadius: "6.5px",
|
|
10
|
+
hoverable: !0,
|
|
11
|
+
gamaProps: [
|
|
12
|
+
{
|
|
13
|
+
id: "cfd54388-32c2-4210-bf5d-79d796f589d5",
|
|
14
|
+
code: "idiomas",
|
|
15
|
+
image: null,
|
|
16
|
+
label: "Idiomas",
|
|
17
|
+
prefix: "",
|
|
18
|
+
suffix: "",
|
|
19
|
+
options: [
|
|
20
|
+
{
|
|
21
|
+
image: null,
|
|
22
|
+
label: "Castellano",
|
|
23
|
+
value: "castellano",
|
|
24
|
+
condition: "",
|
|
25
|
+
exclusive: !1
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
image: null,
|
|
29
|
+
label: "Catalán",
|
|
30
|
+
value: "catalan",
|
|
31
|
+
condition: "",
|
|
32
|
+
exclusive: !1
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
image: null,
|
|
36
|
+
label: "Ingles",
|
|
37
|
+
value: "ingles",
|
|
38
|
+
condition: "",
|
|
39
|
+
exclusive: !1
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
image: null,
|
|
43
|
+
label: "Frances",
|
|
44
|
+
value: "frances",
|
|
45
|
+
condition: "",
|
|
46
|
+
exclusive: !1
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
image: null,
|
|
50
|
+
label: "Arabe",
|
|
51
|
+
value: "arabe",
|
|
52
|
+
condition: "",
|
|
53
|
+
exclusive: !1
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
image: null,
|
|
57
|
+
label: "Chino",
|
|
58
|
+
value: "chino",
|
|
59
|
+
condition: "",
|
|
60
|
+
exclusive: !1
|
|
61
|
+
}
|
|
62
|
+
],
|
|
63
|
+
multiple: !1,
|
|
64
|
+
structure: [],
|
|
65
|
+
validators: [],
|
|
66
|
+
visibility: {
|
|
67
|
+
form: !0,
|
|
68
|
+
roles: [],
|
|
69
|
+
detail: !0,
|
|
70
|
+
public: !1,
|
|
71
|
+
summary: !0
|
|
72
|
+
},
|
|
73
|
+
controlType: "cards_select"
|
|
74
|
+
},
|
|
75
|
+
{
|
|
76
|
+
id: "d1bc7acf-0d4c-408a-9964-f44a4ea2793c",
|
|
77
|
+
code: "numero_de_broker",
|
|
78
|
+
image: null,
|
|
79
|
+
label: "Número de Broker",
|
|
80
|
+
prefix: "",
|
|
81
|
+
suffix: "",
|
|
82
|
+
options: [],
|
|
83
|
+
multiple: !1,
|
|
84
|
+
structure: [],
|
|
85
|
+
validators: [],
|
|
86
|
+
visibility: {
|
|
87
|
+
form: !0,
|
|
88
|
+
roles: [],
|
|
89
|
+
detail: !0,
|
|
90
|
+
public: !1,
|
|
91
|
+
summary: !0
|
|
92
|
+
},
|
|
93
|
+
controlType: "input_text"
|
|
94
|
+
},
|
|
95
|
+
{
|
|
96
|
+
id: "8aa0194d-eb5b-4366-8836-75dd53a2ecc3",
|
|
97
|
+
code: "especializacion",
|
|
98
|
+
image: null,
|
|
99
|
+
label: "Especialización",
|
|
100
|
+
prefix: "",
|
|
101
|
+
suffix: "",
|
|
102
|
+
options: [
|
|
103
|
+
{
|
|
104
|
+
image: null,
|
|
105
|
+
label: "Jóvenes profesionales",
|
|
106
|
+
value: "jovenes_profesionales",
|
|
107
|
+
condition: "",
|
|
108
|
+
exclusive: !1
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
image: null,
|
|
112
|
+
label: "Mayores de 55",
|
|
113
|
+
value: "mayores_de_55",
|
|
114
|
+
condition: "",
|
|
115
|
+
exclusive: !1
|
|
116
|
+
},
|
|
117
|
+
{
|
|
118
|
+
image: null,
|
|
119
|
+
label: "Empleados público",
|
|
120
|
+
value: "empleados_publico",
|
|
121
|
+
condition: "",
|
|
122
|
+
exclusive: !1
|
|
123
|
+
},
|
|
124
|
+
{
|
|
125
|
+
image: null,
|
|
126
|
+
label: "Trabajadores temporales",
|
|
127
|
+
value: "trabajadores_temporales",
|
|
128
|
+
condition: "",
|
|
129
|
+
exclusive: !1
|
|
130
|
+
},
|
|
131
|
+
{
|
|
132
|
+
image: null,
|
|
133
|
+
label: "Parejas",
|
|
134
|
+
value: "parejas",
|
|
135
|
+
condition: "",
|
|
136
|
+
exclusive: !1
|
|
137
|
+
},
|
|
138
|
+
{
|
|
139
|
+
image: null,
|
|
140
|
+
label: "Familias numerosas",
|
|
141
|
+
value: "familias_numerosas",
|
|
142
|
+
condition: "",
|
|
143
|
+
exclusive: !1
|
|
144
|
+
},
|
|
145
|
+
{
|
|
146
|
+
image: null,
|
|
147
|
+
label: "Personas con discapacidad",
|
|
148
|
+
value: "personas_con_discapacidad",
|
|
149
|
+
condition: "",
|
|
150
|
+
exclusive: !1
|
|
151
|
+
}
|
|
152
|
+
],
|
|
153
|
+
multiple: !1,
|
|
154
|
+
structure: [],
|
|
155
|
+
validators: [],
|
|
156
|
+
visibility: {
|
|
157
|
+
form: !0,
|
|
158
|
+
roles: [],
|
|
159
|
+
detail: !0,
|
|
160
|
+
public: !1,
|
|
161
|
+
summary: !0
|
|
162
|
+
},
|
|
163
|
+
controlType: "cards_select"
|
|
164
|
+
},
|
|
165
|
+
{
|
|
166
|
+
id: "e11f27fb-3943-47d7-a270-a01358a81f3f",
|
|
167
|
+
code: "especializacion_de_residencia",
|
|
168
|
+
image: null,
|
|
169
|
+
label: "Especialización de residencia",
|
|
170
|
+
prefix: "",
|
|
171
|
+
suffix: "",
|
|
172
|
+
options: [
|
|
173
|
+
{
|
|
174
|
+
image: null,
|
|
175
|
+
label: "Zonas rurales",
|
|
176
|
+
value: "zonas_rurales",
|
|
177
|
+
condition: "",
|
|
178
|
+
exclusive: !1
|
|
179
|
+
},
|
|
180
|
+
{
|
|
181
|
+
image: null,
|
|
182
|
+
label: "Áreas metropolitanas ",
|
|
183
|
+
value: "areas_metropolitanas",
|
|
184
|
+
condition: "",
|
|
185
|
+
exclusive: !1
|
|
186
|
+
},
|
|
187
|
+
{
|
|
188
|
+
image: null,
|
|
189
|
+
label: "Segunda residencia (casa vacacional)",
|
|
190
|
+
value: "segunda_residencia_casa_vacacional",
|
|
191
|
+
condition: "",
|
|
192
|
+
exclusive: !1
|
|
193
|
+
}
|
|
194
|
+
],
|
|
195
|
+
multiple: !1,
|
|
196
|
+
structure: [],
|
|
197
|
+
validators: [],
|
|
198
|
+
visibility: {
|
|
199
|
+
form: !0,
|
|
200
|
+
roles: [],
|
|
201
|
+
detail: !0,
|
|
202
|
+
public: !1,
|
|
203
|
+
summary: !0
|
|
204
|
+
},
|
|
205
|
+
controlType: "cards_select"
|
|
206
|
+
},
|
|
207
|
+
{
|
|
208
|
+
id: "0baf5bb3-ea86-4345-bfce-c61975366b9f",
|
|
209
|
+
code: "fecha_de_inicio",
|
|
210
|
+
image: null,
|
|
211
|
+
label: "Fecha de inicio",
|
|
212
|
+
prefix: "",
|
|
213
|
+
suffix: "",
|
|
214
|
+
options: [],
|
|
215
|
+
multiple: !1,
|
|
216
|
+
structure: [],
|
|
217
|
+
validators: [],
|
|
218
|
+
visibility: {
|
|
219
|
+
form: !0,
|
|
220
|
+
roles: [],
|
|
221
|
+
detail: !0,
|
|
222
|
+
public: !1,
|
|
223
|
+
summary: !0
|
|
224
|
+
},
|
|
225
|
+
controlType: "input_text"
|
|
226
|
+
},
|
|
227
|
+
{
|
|
228
|
+
id: "e11f27fb-3943-47d7-a270-a01358a81f3f",
|
|
229
|
+
code: "especializacion_hipotecas",
|
|
230
|
+
image: null,
|
|
231
|
+
label: "Especialización de hipotecas",
|
|
232
|
+
prefix: "",
|
|
233
|
+
suffix: "",
|
|
234
|
+
options: [
|
|
235
|
+
{
|
|
236
|
+
image: null,
|
|
237
|
+
label: "Zonas rurales",
|
|
238
|
+
value: "zonas_rurales",
|
|
239
|
+
condition: "",
|
|
240
|
+
exclusive: !1
|
|
241
|
+
},
|
|
242
|
+
{
|
|
243
|
+
image: null,
|
|
244
|
+
label: "Hipotecas 100% ",
|
|
245
|
+
value: "hipotecas_100",
|
|
246
|
+
condition: "",
|
|
247
|
+
exclusive: !1
|
|
248
|
+
},
|
|
249
|
+
{
|
|
250
|
+
image: null,
|
|
251
|
+
label: "Segunda residencia (casa vacacional)",
|
|
252
|
+
value: "segunda_residencia_casa_vacacional",
|
|
253
|
+
condition: "",
|
|
254
|
+
exclusive: !1
|
|
255
|
+
}
|
|
256
|
+
],
|
|
257
|
+
multiple: !1,
|
|
258
|
+
structure: [],
|
|
259
|
+
validators: [],
|
|
260
|
+
visibility: {
|
|
261
|
+
form: !0,
|
|
262
|
+
roles: [],
|
|
263
|
+
detail: !0,
|
|
264
|
+
public: !1,
|
|
265
|
+
summary: !0
|
|
266
|
+
},
|
|
267
|
+
controlType: "cards_select"
|
|
268
|
+
}
|
|
269
|
+
]
|
|
270
|
+
};
|
|
271
|
+
export {
|
|
272
|
+
e as default
|
|
273
|
+
};
|