@win2win/shared-ui 0.3.238 → 0.3.240
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.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/widgets.js +154 -0
- package/package.json +21 -5
- package/dist/w2w-shared-ui.js +0 -26029
- package/dist/w2w-shared-ui.umd.cjs +0 -48
|
@@ -0,0 +1,1545 @@
|
|
|
1
|
+
const e = Object.freeze([
|
|
2
|
+
{
|
|
3
|
+
ID_PRODUCTO: 66,
|
|
4
|
+
COD_ART_MVX: "00000064",
|
|
5
|
+
NOMBRE: "PAQUETE NEGOCIO 399",
|
|
6
|
+
DESCRIPCION: "",
|
|
7
|
+
DESCRIPCION_CORTA: "",
|
|
8
|
+
ID_CAPTACION: null,
|
|
9
|
+
TIPO: "1",
|
|
10
|
+
ESTADO: "1",
|
|
11
|
+
ID_GAMA: 39,
|
|
12
|
+
ID_TIE_DEF: null,
|
|
13
|
+
TAGS: null,
|
|
14
|
+
PROPS: {
|
|
15
|
+
promocion_portabilidad: ["0_gastos_de_instalacion", "3_meses"],
|
|
16
|
+
cantidad_maxima_portabilidad: 3,
|
|
17
|
+
familia: ["internet", "telefonia", "streaming"],
|
|
18
|
+
antivirus: !0,
|
|
19
|
+
pagina_web: !1,
|
|
20
|
+
claro_drive: "300_gb",
|
|
21
|
+
complementos: [],
|
|
22
|
+
cliente_ideal: [],
|
|
23
|
+
respaldo_info: !1,
|
|
24
|
+
correo_negocio: !0,
|
|
25
|
+
uso_recomendado: [],
|
|
26
|
+
facebook_fanpage: !1,
|
|
27
|
+
seccion_amarilla: !0,
|
|
28
|
+
tipo_de_servicio: "negocio",
|
|
29
|
+
google_mi_negocio: !1,
|
|
30
|
+
lineas_telefonicas: "1",
|
|
31
|
+
llamadas_ilimitadas: !0,
|
|
32
|
+
whatsapp_empresarial: !1,
|
|
33
|
+
claro_video_paramounts: !1,
|
|
34
|
+
facturacion_electronica: !0,
|
|
35
|
+
videoconferencia_telmex: !1,
|
|
36
|
+
velocidad_de_internet_megas: "80_megas"
|
|
37
|
+
},
|
|
38
|
+
PUBLICO: !1,
|
|
39
|
+
PACK: !1,
|
|
40
|
+
CONFIGURABLE: !1,
|
|
41
|
+
GRUPO: null,
|
|
42
|
+
PAQUETE: !1,
|
|
43
|
+
ID_PRODUCTOS_PAQUETE: null,
|
|
44
|
+
PRECIO: "399.00",
|
|
45
|
+
ID_ESTADO: "924dcf2b-a5b6-44fb-9ba8-53a310d94f82",
|
|
46
|
+
ID_SEGMENTOS: null,
|
|
47
|
+
FECHA_ALTA: "2025-09-24",
|
|
48
|
+
FECHA_CREADO: "2025-09-24T20:50:06.778Z",
|
|
49
|
+
R_ESTADO: {
|
|
50
|
+
ID_ESTADO: "924dcf2b-a5b6-44fb-9ba8-53a310d94f82",
|
|
51
|
+
NAME: "No disponible",
|
|
52
|
+
COLOR: "#9c9c9c",
|
|
53
|
+
CODE: "no_disponible"
|
|
54
|
+
},
|
|
55
|
+
UBICACION: null,
|
|
56
|
+
PROVEEDORES: [],
|
|
57
|
+
DETALLE_PACK: [],
|
|
58
|
+
R_IMG: [],
|
|
59
|
+
R_PRECIOS: []
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
ID_PRODUCTO: 155,
|
|
63
|
+
NOMBRE: "INFINITUM NEGOCIO 399 el mejor",
|
|
64
|
+
DESCRIPCION: "Disfruta de la mejor experiencia en entretenimiento y conectividad con este paquete completo. Disfruta de la mejor experiencia",
|
|
65
|
+
DESCRIPCION_CORTA: "Disfruta de la mejor experiencia en entretenimiento y conectividad con este paquete completo.",
|
|
66
|
+
ID_GAMA: 39,
|
|
67
|
+
TAGS: "RECOMENDADO",
|
|
68
|
+
PROPS: {
|
|
69
|
+
familia: ["internet", "streaming", "tv"],
|
|
70
|
+
velocidad_de_internet_megas: 500,
|
|
71
|
+
claro_drive: "500_gb",
|
|
72
|
+
llamadas_ilimitadas: !0,
|
|
73
|
+
claro_video_paramounts: !0,
|
|
74
|
+
correo_negocio: !0,
|
|
75
|
+
antivirus: !0,
|
|
76
|
+
facturacion_electronica: !0,
|
|
77
|
+
seccion_amarilla: !0,
|
|
78
|
+
respaldo_info: !0
|
|
79
|
+
},
|
|
80
|
+
PACK: !1,
|
|
81
|
+
GRUPO: null,
|
|
82
|
+
PAQUETE: !1,
|
|
83
|
+
ID_PRODUCTOS_PAQUETE: null,
|
|
84
|
+
PRECIO: "299",
|
|
85
|
+
PRECIOS: null,
|
|
86
|
+
FECHA_ALTA: "2025-06-10",
|
|
87
|
+
R_IMG: [],
|
|
88
|
+
DETALLE_PACK: [
|
|
89
|
+
{
|
|
90
|
+
DETALLE: {
|
|
91
|
+
ID_PRODUCTO: 158,
|
|
92
|
+
NOMBRE: "INTERNET 80 MEGAS",
|
|
93
|
+
DESCRIPCION: "",
|
|
94
|
+
ID_GAMA: 39,
|
|
95
|
+
TAGS: null,
|
|
96
|
+
PROPS: {
|
|
97
|
+
grupo: [],
|
|
98
|
+
tipo_de_servicio: [],
|
|
99
|
+
familia: ["internet"]
|
|
100
|
+
},
|
|
101
|
+
ARCHIVOS: []
|
|
102
|
+
}
|
|
103
|
+
},
|
|
104
|
+
{
|
|
105
|
+
DETALLE: {
|
|
106
|
+
ID_PRODUCTO: 159,
|
|
107
|
+
NOMBRE: "VIX PREMIUM",
|
|
108
|
+
DESCRIPCION: "",
|
|
109
|
+
ID_GAMA: 39,
|
|
110
|
+
TAGS: null,
|
|
111
|
+
PROPS: {
|
|
112
|
+
grupo: [],
|
|
113
|
+
tipo_de_servicio: [],
|
|
114
|
+
familia: ["streaming"]
|
|
115
|
+
},
|
|
116
|
+
ARCHIVOS: [
|
|
117
|
+
{
|
|
118
|
+
LOCATION: "https://http2.mlstatic.com/resources/frontend/statics/loyal/partners/vix/logo/vix_white_square_18_10_23@3x.png"
|
|
119
|
+
}
|
|
120
|
+
]
|
|
121
|
+
}
|
|
122
|
+
},
|
|
123
|
+
{
|
|
124
|
+
DETALLE: {
|
|
125
|
+
ID_PRODUCTO: 160,
|
|
126
|
+
NOMBRE: "SKEELO",
|
|
127
|
+
DESCRIPCION: "",
|
|
128
|
+
ID_GAMA: 39,
|
|
129
|
+
TAGS: null,
|
|
130
|
+
PROPS: {
|
|
131
|
+
grupo: [],
|
|
132
|
+
tipo_de_servicio: [],
|
|
133
|
+
familia: ["streaming"]
|
|
134
|
+
},
|
|
135
|
+
ARCHIVOS: [
|
|
136
|
+
{
|
|
137
|
+
LOCATION: "https://media.giphy.com/avatars/skeelobr/RQHhAUTv4EPF.png"
|
|
138
|
+
}
|
|
139
|
+
]
|
|
140
|
+
}
|
|
141
|
+
}
|
|
142
|
+
],
|
|
143
|
+
R_PRECIOS: [
|
|
144
|
+
{
|
|
145
|
+
ID_PRECIO: 1,
|
|
146
|
+
TAG: "8_gb_x_12_m_3_pm|residencial",
|
|
147
|
+
VALOR: 500
|
|
148
|
+
},
|
|
149
|
+
{
|
|
150
|
+
ID_PRECIO: 2,
|
|
151
|
+
TAG: "8_gb_x_12_m_3_pm|negocio",
|
|
152
|
+
VALOR: 899
|
|
153
|
+
},
|
|
154
|
+
{
|
|
155
|
+
ID_PRECIO: 3,
|
|
156
|
+
TAG: "plan_famil_x_12_m_2_pm|residencial",
|
|
157
|
+
VALOR: 230
|
|
158
|
+
},
|
|
159
|
+
{
|
|
160
|
+
ID_PRECIO: 4,
|
|
161
|
+
TAG: "plan_famil_x_12_m_2_pm|negocio",
|
|
162
|
+
VALOR: 560
|
|
163
|
+
}
|
|
164
|
+
]
|
|
165
|
+
},
|
|
166
|
+
{
|
|
167
|
+
ID_PRODUCTO: 65,
|
|
168
|
+
COD_ART_MVX: "00000063",
|
|
169
|
+
NOMBRE: "ILIMITADO2 1789",
|
|
170
|
+
DESCRIPCION: "",
|
|
171
|
+
DESCRIPCION_CORTA: "",
|
|
172
|
+
ID_CAPTACION: null,
|
|
173
|
+
TIPO: "1",
|
|
174
|
+
ESTADO: "1",
|
|
175
|
+
ID_GAMA: 39,
|
|
176
|
+
ID_TIE_DEF: null,
|
|
177
|
+
TAGS: null,
|
|
178
|
+
PROPS: {
|
|
179
|
+
familia: ["internet", "telefonia", "streaming"],
|
|
180
|
+
antivirus: !0,
|
|
181
|
+
pagina_web: !0,
|
|
182
|
+
claro_drive: "300_gb",
|
|
183
|
+
complementos: [],
|
|
184
|
+
cliente_ideal: [],
|
|
185
|
+
respaldo_info: !0,
|
|
186
|
+
correo_negocio: !0,
|
|
187
|
+
uso_recomendado: [],
|
|
188
|
+
facebook_fanpage: !0,
|
|
189
|
+
seccion_amarilla: !0,
|
|
190
|
+
google_mi_negocio: !0,
|
|
191
|
+
lineas_telefonicas: "4",
|
|
192
|
+
llamadas_ilimitadas: !0,
|
|
193
|
+
whatsapp_empresarial: !0,
|
|
194
|
+
claro_video_paramounts: !1,
|
|
195
|
+
facturacion_electronica: !0,
|
|
196
|
+
videoconferencia_telmex: !0,
|
|
197
|
+
velocidad_de_internet_megas: "750_megas"
|
|
198
|
+
},
|
|
199
|
+
PUBLICO: !1,
|
|
200
|
+
PACK: !1,
|
|
201
|
+
CONFIGURABLE: !1,
|
|
202
|
+
GRUPO: null,
|
|
203
|
+
PAQUETE: !1,
|
|
204
|
+
ID_PRODUCTOS_PAQUETE: null,
|
|
205
|
+
PRECIO: "1789.00",
|
|
206
|
+
ID_ESTADO: "924dcf2b-a5b6-44fb-9ba8-53a310d94f82",
|
|
207
|
+
ID_SEGMENTOS: null,
|
|
208
|
+
FECHA_ALTA: "2025-09-24",
|
|
209
|
+
FECHA_CREADO: "2025-09-24T20:43:00.262Z",
|
|
210
|
+
R_GAMA: {
|
|
211
|
+
ID_GAMA: 39,
|
|
212
|
+
NOMBRE: "Producto telefonía",
|
|
213
|
+
PROPS: [
|
|
214
|
+
{
|
|
215
|
+
id: "da7a9c96-b0b2-4309-97c7-b596e8aa2ce4",
|
|
216
|
+
code: "tipo_de_servicio",
|
|
217
|
+
image: null,
|
|
218
|
+
label: "Tipo de cliente",
|
|
219
|
+
prefix: "",
|
|
220
|
+
suffix: "",
|
|
221
|
+
options: [
|
|
222
|
+
{
|
|
223
|
+
image: {
|
|
224
|
+
src: ""
|
|
225
|
+
},
|
|
226
|
+
label: "Residencial",
|
|
227
|
+
value: "residencial",
|
|
228
|
+
condition: "",
|
|
229
|
+
exclusive: !1
|
|
230
|
+
},
|
|
231
|
+
{
|
|
232
|
+
image: {
|
|
233
|
+
src: ""
|
|
234
|
+
},
|
|
235
|
+
label: "Comercial",
|
|
236
|
+
value: "negocio",
|
|
237
|
+
condition: "",
|
|
238
|
+
exclusive: !1
|
|
239
|
+
}
|
|
240
|
+
],
|
|
241
|
+
pricing: !0,
|
|
242
|
+
multiple: !1,
|
|
243
|
+
structure: [],
|
|
244
|
+
validators: [],
|
|
245
|
+
visibility: {
|
|
246
|
+
form: !0,
|
|
247
|
+
roles: [],
|
|
248
|
+
detail: !0,
|
|
249
|
+
public: !1,
|
|
250
|
+
summary: !0
|
|
251
|
+
},
|
|
252
|
+
controlType: "select"
|
|
253
|
+
},
|
|
254
|
+
{
|
|
255
|
+
id: "8c945fb0-bec4-4505-aa74-578fb51cea90",
|
|
256
|
+
code: "familia",
|
|
257
|
+
image: null,
|
|
258
|
+
label: "Servicios",
|
|
259
|
+
prefix: "",
|
|
260
|
+
suffix: "",
|
|
261
|
+
options: [
|
|
262
|
+
{
|
|
263
|
+
image: {
|
|
264
|
+
src: ""
|
|
265
|
+
},
|
|
266
|
+
label: "Internet",
|
|
267
|
+
value: "internet",
|
|
268
|
+
condition: "",
|
|
269
|
+
exclusive: !1
|
|
270
|
+
},
|
|
271
|
+
{
|
|
272
|
+
image: {
|
|
273
|
+
src: ""
|
|
274
|
+
},
|
|
275
|
+
label: "Telefonía",
|
|
276
|
+
value: "telefonia",
|
|
277
|
+
condition: "",
|
|
278
|
+
exclusive: !1
|
|
279
|
+
},
|
|
280
|
+
{
|
|
281
|
+
image: {
|
|
282
|
+
src: ""
|
|
283
|
+
},
|
|
284
|
+
label: "Claro video",
|
|
285
|
+
value: "tv",
|
|
286
|
+
condition: "",
|
|
287
|
+
exclusive: !1
|
|
288
|
+
},
|
|
289
|
+
{
|
|
290
|
+
image: {
|
|
291
|
+
src: ""
|
|
292
|
+
},
|
|
293
|
+
label: "Móvil",
|
|
294
|
+
value: "movil",
|
|
295
|
+
condition: "",
|
|
296
|
+
exclusive: !1
|
|
297
|
+
},
|
|
298
|
+
{
|
|
299
|
+
image: {
|
|
300
|
+
src: ""
|
|
301
|
+
},
|
|
302
|
+
label: "Streaming",
|
|
303
|
+
value: "streaming",
|
|
304
|
+
condition: "",
|
|
305
|
+
exclusive: !1
|
|
306
|
+
},
|
|
307
|
+
{
|
|
308
|
+
image: {
|
|
309
|
+
src: ""
|
|
310
|
+
},
|
|
311
|
+
label: "App",
|
|
312
|
+
value: "app",
|
|
313
|
+
condition: "",
|
|
314
|
+
exclusive: !1
|
|
315
|
+
}
|
|
316
|
+
],
|
|
317
|
+
pricing: !1,
|
|
318
|
+
multiple: !0,
|
|
319
|
+
structure: [],
|
|
320
|
+
validators: [],
|
|
321
|
+
visibility: {
|
|
322
|
+
form: !0,
|
|
323
|
+
roles: [],
|
|
324
|
+
detail: !0,
|
|
325
|
+
public: !1,
|
|
326
|
+
summary: !0
|
|
327
|
+
},
|
|
328
|
+
controlType: "select"
|
|
329
|
+
},
|
|
330
|
+
{
|
|
331
|
+
id: "110140d3-ca3b-4eca-b6f0-adb03229a380",
|
|
332
|
+
code: "complementos",
|
|
333
|
+
image: null,
|
|
334
|
+
label: "Complementos",
|
|
335
|
+
prefix: "",
|
|
336
|
+
suffix: "",
|
|
337
|
+
options: [
|
|
338
|
+
{
|
|
339
|
+
image: {
|
|
340
|
+
src: "blob:http://localhost:8081/86ea4d9d-f4f7-49a2-a6ae-0ba258224195",
|
|
341
|
+
file: {
|
|
342
|
+
__key: "1758645480963claro video.jpeg27620"
|
|
343
|
+
},
|
|
344
|
+
type: "image/jpeg",
|
|
345
|
+
width: 500,
|
|
346
|
+
height: 500
|
|
347
|
+
},
|
|
348
|
+
label: "Claro Video",
|
|
349
|
+
value: "claro_video",
|
|
350
|
+
condition: "",
|
|
351
|
+
exclusive: !1,
|
|
352
|
+
description: "Plataforma propia de Telmex para ver series, películas y canales en vivo, incluida gratis en la mayoría de paquetes Infinitum."
|
|
353
|
+
},
|
|
354
|
+
{
|
|
355
|
+
image: {
|
|
356
|
+
src: "blob:http://localhost:8081/af556329-728c-4e3d-8800-042d6d427541",
|
|
357
|
+
file: {
|
|
358
|
+
__key: "1758645421165netflix.jpeg15097"
|
|
359
|
+
},
|
|
360
|
+
type: "image/jpeg",
|
|
361
|
+
width: 500,
|
|
362
|
+
height: 500
|
|
363
|
+
},
|
|
364
|
+
label: "Netflix",
|
|
365
|
+
value: "netflix",
|
|
366
|
+
condition: "",
|
|
367
|
+
exclusive: !1,
|
|
368
|
+
description: "Servicio de streaming líder con películas, series y documentales en HD, 4K y contenido original exclusivo."
|
|
369
|
+
},
|
|
370
|
+
{
|
|
371
|
+
image: {
|
|
372
|
+
src: "blob:http://localhost:8081/95557e9a-3ffe-4e63-abb2-320b972269c1",
|
|
373
|
+
file: {
|
|
374
|
+
__key: "1758645487341prime video.jpeg16345"
|
|
375
|
+
},
|
|
376
|
+
type: "image/jpeg",
|
|
377
|
+
width: 265,
|
|
378
|
+
height: 274
|
|
379
|
+
},
|
|
380
|
+
label: "Amazon Prime Video",
|
|
381
|
+
value: "amazon_prime_video",
|
|
382
|
+
condition: "",
|
|
383
|
+
exclusive: !1,
|
|
384
|
+
description: "Plataforma con contenido original, películas y series, además de beneficios adicionales de Amazon Prime."
|
|
385
|
+
},
|
|
386
|
+
{
|
|
387
|
+
image: {
|
|
388
|
+
src: "blob:http://localhost:8081/000f2e62-6165-4fcd-b2a8-de0b2cab94ae",
|
|
389
|
+
file: {
|
|
390
|
+
__key: "1758645471412disnay.jpeg22090"
|
|
391
|
+
},
|
|
392
|
+
type: "image/jpeg",
|
|
393
|
+
width: 500,
|
|
394
|
+
height: 500
|
|
395
|
+
},
|
|
396
|
+
label: "Disney+",
|
|
397
|
+
value: "disney",
|
|
398
|
+
condition: "",
|
|
399
|
+
exclusive: !1,
|
|
400
|
+
description: "Servicio de streaming con contenido familiar de Disney, Pixar, Marvel, Star Wars y National Geographic."
|
|
401
|
+
},
|
|
402
|
+
{
|
|
403
|
+
image: {
|
|
404
|
+
src: "blob:http://localhost:8081/f0de6738-d29c-4894-909b-c4f2b72fe1ee",
|
|
405
|
+
file: {
|
|
406
|
+
__key: "1758645441427start channel.jpeg24693"
|
|
407
|
+
},
|
|
408
|
+
type: "image/jpeg",
|
|
409
|
+
width: 500,
|
|
410
|
+
height: 500
|
|
411
|
+
},
|
|
412
|
+
label: "Star+",
|
|
413
|
+
value: "star",
|
|
414
|
+
condition: "",
|
|
415
|
+
exclusive: !1,
|
|
416
|
+
description: "Plataforma con series, películas y deportes en vivo, incluyendo contenido exclusivo de ESPN."
|
|
417
|
+
},
|
|
418
|
+
{
|
|
419
|
+
image: {
|
|
420
|
+
src: "blob:http://localhost:8081/6ef93487-d4cc-4069-ba3e-1610eccb65a5",
|
|
421
|
+
file: {
|
|
422
|
+
__key: "1758645465659hbo.jpeg26373"
|
|
423
|
+
},
|
|
424
|
+
type: "image/jpeg",
|
|
425
|
+
width: 500,
|
|
426
|
+
height: 500
|
|
427
|
+
},
|
|
428
|
+
label: "HBO Max",
|
|
429
|
+
value: "hbo_max",
|
|
430
|
+
condition: "",
|
|
431
|
+
exclusive: !1,
|
|
432
|
+
description: "Streaming premium con series originales, películas y estrenos de Warner Bros."
|
|
433
|
+
},
|
|
434
|
+
{
|
|
435
|
+
image: {
|
|
436
|
+
src: "blob:http://localhost:8081/3397d613-5028-4eca-985a-3f87309eeef7",
|
|
437
|
+
file: {
|
|
438
|
+
__key: "1758645449749paramount.jpeg46078"
|
|
439
|
+
},
|
|
440
|
+
type: "image/jpeg",
|
|
441
|
+
width: 500,
|
|
442
|
+
height: 500
|
|
443
|
+
},
|
|
444
|
+
label: "Paramount+",
|
|
445
|
+
value: "paramount",
|
|
446
|
+
condition: "",
|
|
447
|
+
exclusive: !1,
|
|
448
|
+
description: "Plataforma con películas, series y contenido exclusivo de Paramount."
|
|
449
|
+
},
|
|
450
|
+
{
|
|
451
|
+
image: {
|
|
452
|
+
src: "https://w2w-files.s3.us-east-1.amazonaws.com/telmex/unnamed.png"
|
|
453
|
+
},
|
|
454
|
+
label: "Startv Stream",
|
|
455
|
+
value: "startv_stream",
|
|
456
|
+
condition: "",
|
|
457
|
+
exclusive: !1,
|
|
458
|
+
description: "Servicio de TV en vivo por streaming con canales de entretenimiento, deportes y noticias."
|
|
459
|
+
},
|
|
460
|
+
{
|
|
461
|
+
image: {
|
|
462
|
+
src: "blob:http://localhost:8081/cdba4418-b825-4a57-a627-ddc95b907351",
|
|
463
|
+
file: {
|
|
464
|
+
__key: "1758645455950fox sport.jpeg20780"
|
|
465
|
+
},
|
|
466
|
+
type: "image/jpeg",
|
|
467
|
+
width: 500,
|
|
468
|
+
height: 500
|
|
469
|
+
},
|
|
470
|
+
label: "Fox Sports Premium",
|
|
471
|
+
value: "fox_sports_premium",
|
|
472
|
+
condition: "",
|
|
473
|
+
exclusive: !1,
|
|
474
|
+
description: "Canales premium con eventos y transmisiones deportivas exclusivas."
|
|
475
|
+
},
|
|
476
|
+
{
|
|
477
|
+
image: {
|
|
478
|
+
src: "blob:http://localhost:8081/279fc46a-6b99-4528-ae2a-d15cd81232e2",
|
|
479
|
+
file: {
|
|
480
|
+
__key: "1758645433959vix premium.jpeg25985"
|
|
481
|
+
},
|
|
482
|
+
type: "image/jpeg",
|
|
483
|
+
width: 500,
|
|
484
|
+
height: 500
|
|
485
|
+
},
|
|
486
|
+
label: "ViX Premium",
|
|
487
|
+
value: "vix_premium",
|
|
488
|
+
condition: "",
|
|
489
|
+
exclusive: !1,
|
|
490
|
+
description: "Plataforma en español con novelas, películas, series y contenido original."
|
|
491
|
+
},
|
|
492
|
+
{
|
|
493
|
+
image: {
|
|
494
|
+
src: "https://w2w-files.s3.us-east-1.amazonaws.com/telmex/EDYE-MascotLogotype-rgb.jpg"
|
|
495
|
+
},
|
|
496
|
+
label: "Edye",
|
|
497
|
+
value: "edye",
|
|
498
|
+
condition: "",
|
|
499
|
+
exclusive: !1,
|
|
500
|
+
description: "Servicio infantil educativo y seguro para niños pequeños, sin anuncios."
|
|
501
|
+
}
|
|
502
|
+
],
|
|
503
|
+
pricing: !1,
|
|
504
|
+
multiple: !0,
|
|
505
|
+
structure: [],
|
|
506
|
+
validators: [],
|
|
507
|
+
visibility: {
|
|
508
|
+
form: !0,
|
|
509
|
+
roles: [],
|
|
510
|
+
detail: !0,
|
|
511
|
+
public: !1,
|
|
512
|
+
summary: !0
|
|
513
|
+
},
|
|
514
|
+
controlType: "select"
|
|
515
|
+
},
|
|
516
|
+
{
|
|
517
|
+
id: "f7bc2acc-85ff-4dae-8453-6d8b6d01c6d1",
|
|
518
|
+
code: "cliente_ideal",
|
|
519
|
+
image: null,
|
|
520
|
+
label: "Cliente ideal",
|
|
521
|
+
prefix: "",
|
|
522
|
+
suffix: "",
|
|
523
|
+
options: [
|
|
524
|
+
{
|
|
525
|
+
image: {
|
|
526
|
+
src: ""
|
|
527
|
+
},
|
|
528
|
+
label: "Familias pequeñas",
|
|
529
|
+
value: "familias_pequenas",
|
|
530
|
+
condition: "",
|
|
531
|
+
exclusive: !1,
|
|
532
|
+
description: ""
|
|
533
|
+
},
|
|
534
|
+
{
|
|
535
|
+
image: {
|
|
536
|
+
src: ""
|
|
537
|
+
},
|
|
538
|
+
label: "Hogares con varios dispositivos",
|
|
539
|
+
value: "hogares_con_varios_dispositivos",
|
|
540
|
+
condition: "",
|
|
541
|
+
exclusive: !1,
|
|
542
|
+
description: ""
|
|
543
|
+
},
|
|
544
|
+
{
|
|
545
|
+
image: {
|
|
546
|
+
src: ""
|
|
547
|
+
},
|
|
548
|
+
label: "Familias medianas",
|
|
549
|
+
value: "familias_medianas",
|
|
550
|
+
condition: "",
|
|
551
|
+
exclusive: !1,
|
|
552
|
+
description: ""
|
|
553
|
+
},
|
|
554
|
+
{
|
|
555
|
+
image: {
|
|
556
|
+
src: ""
|
|
557
|
+
},
|
|
558
|
+
label: "Familias grandes",
|
|
559
|
+
value: "familias_grandes",
|
|
560
|
+
condition: "",
|
|
561
|
+
exclusive: !1,
|
|
562
|
+
description: ""
|
|
563
|
+
},
|
|
564
|
+
{
|
|
565
|
+
image: {
|
|
566
|
+
src: ""
|
|
567
|
+
},
|
|
568
|
+
label: "Usuarios exigentes",
|
|
569
|
+
value: "usuarios_exigentes",
|
|
570
|
+
condition: "",
|
|
571
|
+
exclusive: !1,
|
|
572
|
+
description: ""
|
|
573
|
+
},
|
|
574
|
+
{
|
|
575
|
+
image: {
|
|
576
|
+
src: ""
|
|
577
|
+
},
|
|
578
|
+
label: "Hogares conectados",
|
|
579
|
+
value: "hogares_conectados",
|
|
580
|
+
condition: "",
|
|
581
|
+
exclusive: !1,
|
|
582
|
+
description: ""
|
|
583
|
+
},
|
|
584
|
+
{
|
|
585
|
+
image: {
|
|
586
|
+
src: ""
|
|
587
|
+
},
|
|
588
|
+
label: "Usuarios top",
|
|
589
|
+
value: "usuarios_top",
|
|
590
|
+
condition: "",
|
|
591
|
+
exclusive: !1,
|
|
592
|
+
description: ""
|
|
593
|
+
},
|
|
594
|
+
{
|
|
595
|
+
image: {
|
|
596
|
+
src: ""
|
|
597
|
+
},
|
|
598
|
+
label: "Usuarios básicos",
|
|
599
|
+
value: "usuarios_basicos",
|
|
600
|
+
condition: "",
|
|
601
|
+
exclusive: !1,
|
|
602
|
+
description: ""
|
|
603
|
+
},
|
|
604
|
+
{
|
|
605
|
+
image: {
|
|
606
|
+
src: ""
|
|
607
|
+
},
|
|
608
|
+
label: "Usuarios domésticos",
|
|
609
|
+
value: "usuarios_domesticos",
|
|
610
|
+
condition: "",
|
|
611
|
+
exclusive: !1,
|
|
612
|
+
description: ""
|
|
613
|
+
},
|
|
614
|
+
{
|
|
615
|
+
image: {
|
|
616
|
+
src: ""
|
|
617
|
+
},
|
|
618
|
+
label: "Usuarios domésticos avanzados",
|
|
619
|
+
value: "usuarios_domesticos_avanzados",
|
|
620
|
+
condition: "",
|
|
621
|
+
exclusive: !1,
|
|
622
|
+
description: ""
|
|
623
|
+
},
|
|
624
|
+
{
|
|
625
|
+
image: {
|
|
626
|
+
src: ""
|
|
627
|
+
},
|
|
628
|
+
label: "Usuarios de alto consumo",
|
|
629
|
+
value: "usuarios_de_alto_consumo",
|
|
630
|
+
condition: "",
|
|
631
|
+
exclusive: !1,
|
|
632
|
+
description: ""
|
|
633
|
+
},
|
|
634
|
+
{
|
|
635
|
+
image: {
|
|
636
|
+
src: ""
|
|
637
|
+
},
|
|
638
|
+
label: "Micro negocios",
|
|
639
|
+
value: "micro_negocios",
|
|
640
|
+
condition: "",
|
|
641
|
+
exclusive: !1,
|
|
642
|
+
description: ""
|
|
643
|
+
},
|
|
644
|
+
{
|
|
645
|
+
image: {
|
|
646
|
+
src: ""
|
|
647
|
+
},
|
|
648
|
+
label: "Negocios en crecimiento",
|
|
649
|
+
value: "negocios_en_crecimiento",
|
|
650
|
+
condition: "",
|
|
651
|
+
exclusive: !1,
|
|
652
|
+
description: ""
|
|
653
|
+
},
|
|
654
|
+
{
|
|
655
|
+
image: {
|
|
656
|
+
src: ""
|
|
657
|
+
},
|
|
658
|
+
label: "Empresas medianas",
|
|
659
|
+
value: "empresas_medianas",
|
|
660
|
+
condition: "",
|
|
661
|
+
exclusive: !1,
|
|
662
|
+
description: ""
|
|
663
|
+
},
|
|
664
|
+
{
|
|
665
|
+
image: {
|
|
666
|
+
src: ""
|
|
667
|
+
},
|
|
668
|
+
label: "Empresas grandes",
|
|
669
|
+
value: "empresas_grandes",
|
|
670
|
+
condition: "",
|
|
671
|
+
exclusive: !1,
|
|
672
|
+
description: ""
|
|
673
|
+
},
|
|
674
|
+
{
|
|
675
|
+
image: {
|
|
676
|
+
src: ""
|
|
677
|
+
},
|
|
678
|
+
label: "Empresas de alto consumo",
|
|
679
|
+
value: "empresas_de_alto_consumo",
|
|
680
|
+
condition: "",
|
|
681
|
+
exclusive: !1,
|
|
682
|
+
description: ""
|
|
683
|
+
},
|
|
684
|
+
{
|
|
685
|
+
image: {
|
|
686
|
+
src: ""
|
|
687
|
+
},
|
|
688
|
+
label: "Empresas top",
|
|
689
|
+
value: "empresas_top",
|
|
690
|
+
condition: "",
|
|
691
|
+
exclusive: !1,
|
|
692
|
+
description: ""
|
|
693
|
+
},
|
|
694
|
+
{
|
|
695
|
+
image: {
|
|
696
|
+
src: ""
|
|
697
|
+
},
|
|
698
|
+
label: "Corporativos",
|
|
699
|
+
value: "corporativos",
|
|
700
|
+
condition: "",
|
|
701
|
+
exclusive: !1,
|
|
702
|
+
description: ""
|
|
703
|
+
},
|
|
704
|
+
{
|
|
705
|
+
image: {
|
|
706
|
+
src: ""
|
|
707
|
+
},
|
|
708
|
+
label: "Negocios pequeños",
|
|
709
|
+
value: "negocios_pequenos",
|
|
710
|
+
condition: "",
|
|
711
|
+
exclusive: !1,
|
|
712
|
+
description: ""
|
|
713
|
+
},
|
|
714
|
+
{
|
|
715
|
+
image: {
|
|
716
|
+
src: ""
|
|
717
|
+
},
|
|
718
|
+
label: "Negocios grandes",
|
|
719
|
+
value: "negocios_grandes",
|
|
720
|
+
condition: "",
|
|
721
|
+
exclusive: !1,
|
|
722
|
+
description: ""
|
|
723
|
+
},
|
|
724
|
+
{
|
|
725
|
+
image: {
|
|
726
|
+
src: ""
|
|
727
|
+
},
|
|
728
|
+
label: "Negocios top",
|
|
729
|
+
value: "negocios_top",
|
|
730
|
+
condition: "",
|
|
731
|
+
exclusive: !1,
|
|
732
|
+
description: ""
|
|
733
|
+
},
|
|
734
|
+
{
|
|
735
|
+
image: {
|
|
736
|
+
src: ""
|
|
737
|
+
},
|
|
738
|
+
label: "Usuarios que quieren más velocidad",
|
|
739
|
+
value: "usuarios_que_quieren_mas_velocidad",
|
|
740
|
+
condition: "",
|
|
741
|
+
exclusive: !1,
|
|
742
|
+
description: ""
|
|
743
|
+
},
|
|
744
|
+
{
|
|
745
|
+
image: {
|
|
746
|
+
src: ""
|
|
747
|
+
},
|
|
748
|
+
label: "Hogares",
|
|
749
|
+
value: "hogares",
|
|
750
|
+
condition: "",
|
|
751
|
+
exclusive: !1,
|
|
752
|
+
description: ""
|
|
753
|
+
},
|
|
754
|
+
{
|
|
755
|
+
image: {
|
|
756
|
+
src: ""
|
|
757
|
+
},
|
|
758
|
+
label: "Empresas",
|
|
759
|
+
value: "empresas",
|
|
760
|
+
condition: "",
|
|
761
|
+
exclusive: !1,
|
|
762
|
+
description: ""
|
|
763
|
+
},
|
|
764
|
+
{
|
|
765
|
+
image: {
|
|
766
|
+
src: ""
|
|
767
|
+
},
|
|
768
|
+
label: "Oficinas y locales",
|
|
769
|
+
value: "oficinas_y_locales",
|
|
770
|
+
condition: "",
|
|
771
|
+
exclusive: !1,
|
|
772
|
+
description: ""
|
|
773
|
+
},
|
|
774
|
+
{
|
|
775
|
+
image: {
|
|
776
|
+
src: ""
|
|
777
|
+
},
|
|
778
|
+
label: "Oficinas y negocios con áreas abiertas",
|
|
779
|
+
value: "oficinas_y_negocios_con_areas_abiertas",
|
|
780
|
+
condition: "",
|
|
781
|
+
exclusive: !1,
|
|
782
|
+
description: ""
|
|
783
|
+
},
|
|
784
|
+
{
|
|
785
|
+
image: {
|
|
786
|
+
src: ""
|
|
787
|
+
},
|
|
788
|
+
label: "Oficinas y hogares exigentes",
|
|
789
|
+
value: "oficinas_y_hogares_exigentes",
|
|
790
|
+
condition: "",
|
|
791
|
+
exclusive: !1,
|
|
792
|
+
description: ""
|
|
793
|
+
},
|
|
794
|
+
{
|
|
795
|
+
image: {
|
|
796
|
+
src: ""
|
|
797
|
+
},
|
|
798
|
+
label: "Residencial o Comercial",
|
|
799
|
+
value: "residencial_o_comercial",
|
|
800
|
+
condition: "",
|
|
801
|
+
exclusive: !1,
|
|
802
|
+
description: ""
|
|
803
|
+
}
|
|
804
|
+
],
|
|
805
|
+
pricing: !1,
|
|
806
|
+
multiple: !0,
|
|
807
|
+
structure: [],
|
|
808
|
+
validators: [],
|
|
809
|
+
visibility: {
|
|
810
|
+
form: !0,
|
|
811
|
+
roles: [],
|
|
812
|
+
detail: !0,
|
|
813
|
+
public: !1,
|
|
814
|
+
summary: !0
|
|
815
|
+
},
|
|
816
|
+
controlType: "select"
|
|
817
|
+
},
|
|
818
|
+
{
|
|
819
|
+
id: "f360ef09-c628-4447-8eab-8bfff98c8f96",
|
|
820
|
+
code: "uso_recomendado",
|
|
821
|
+
image: null,
|
|
822
|
+
label: "Uso recomendado",
|
|
823
|
+
prefix: "",
|
|
824
|
+
suffix: "",
|
|
825
|
+
options: [
|
|
826
|
+
{
|
|
827
|
+
image: {
|
|
828
|
+
src: ""
|
|
829
|
+
},
|
|
830
|
+
label: "Navegación básica y redes sociales",
|
|
831
|
+
value: "navegacion_basica_y_redes_sociales",
|
|
832
|
+
condition: "",
|
|
833
|
+
exclusive: !1,
|
|
834
|
+
description: ""
|
|
835
|
+
},
|
|
836
|
+
{
|
|
837
|
+
image: {
|
|
838
|
+
src: ""
|
|
839
|
+
},
|
|
840
|
+
label: "Streaming HD/4K",
|
|
841
|
+
value: "streaming_hd_4_k",
|
|
842
|
+
condition: "",
|
|
843
|
+
exclusive: !1,
|
|
844
|
+
description: ""
|
|
845
|
+
},
|
|
846
|
+
{
|
|
847
|
+
image: {
|
|
848
|
+
src: ""
|
|
849
|
+
},
|
|
850
|
+
label: "Home office / trabajo remoto",
|
|
851
|
+
value: "home_office_trabajo_remoto",
|
|
852
|
+
condition: "",
|
|
853
|
+
exclusive: !1,
|
|
854
|
+
description: ""
|
|
855
|
+
},
|
|
856
|
+
{
|
|
857
|
+
image: {
|
|
858
|
+
src: ""
|
|
859
|
+
},
|
|
860
|
+
label: "Streaming 8K y gaming competitivo",
|
|
861
|
+
value: "streaming_8_k_y_gaming_competitivo",
|
|
862
|
+
condition: "",
|
|
863
|
+
exclusive: !1,
|
|
864
|
+
description: ""
|
|
865
|
+
},
|
|
866
|
+
{
|
|
867
|
+
image: {
|
|
868
|
+
src: ""
|
|
869
|
+
},
|
|
870
|
+
label: "Smart home / múltiples dispositivos",
|
|
871
|
+
value: "smart_home_multiples_dispositivos",
|
|
872
|
+
condition: "",
|
|
873
|
+
exclusive: !1,
|
|
874
|
+
description: ""
|
|
875
|
+
},
|
|
876
|
+
{
|
|
877
|
+
image: {
|
|
878
|
+
src: ""
|
|
879
|
+
},
|
|
880
|
+
label: "Descargas pesadas / alta demanda de datos",
|
|
881
|
+
value: "descargas_pesadas_alta_demanda_de_datos",
|
|
882
|
+
condition: "",
|
|
883
|
+
exclusive: !1,
|
|
884
|
+
description: ""
|
|
885
|
+
},
|
|
886
|
+
{
|
|
887
|
+
image: {
|
|
888
|
+
src: ""
|
|
889
|
+
},
|
|
890
|
+
label: "Operaciones empresariales básicas (POS, comunicación)",
|
|
891
|
+
value: "operaciones_empresariales_basicas_pos_comunicacion",
|
|
892
|
+
condition: "",
|
|
893
|
+
exclusive: !1,
|
|
894
|
+
description: ""
|
|
895
|
+
},
|
|
896
|
+
{
|
|
897
|
+
image: {
|
|
898
|
+
src: ""
|
|
899
|
+
},
|
|
900
|
+
label: "Videollamadas y reuniones online",
|
|
901
|
+
value: "videollamadas_y_reuniones_online",
|
|
902
|
+
condition: "",
|
|
903
|
+
exclusive: !1,
|
|
904
|
+
description: ""
|
|
905
|
+
},
|
|
906
|
+
{
|
|
907
|
+
image: {
|
|
908
|
+
src: ""
|
|
909
|
+
},
|
|
910
|
+
label: "Operaciones empresariales avanzadas (oficinas, corporativos)",
|
|
911
|
+
value: "operaciones_empresariales_avanzadas_oficinas_corporativos",
|
|
912
|
+
condition: "",
|
|
913
|
+
exclusive: !1,
|
|
914
|
+
description: ""
|
|
915
|
+
},
|
|
916
|
+
{
|
|
917
|
+
image: {
|
|
918
|
+
src: ""
|
|
919
|
+
},
|
|
920
|
+
label: "Incremento de velocidad de un paquete existente",
|
|
921
|
+
value: "incremento_de_velocidad_de_un_paquete_existente",
|
|
922
|
+
condition: "",
|
|
923
|
+
exclusive: !1,
|
|
924
|
+
description: ""
|
|
925
|
+
},
|
|
926
|
+
{
|
|
927
|
+
image: {
|
|
928
|
+
src: ""
|
|
929
|
+
},
|
|
930
|
+
label: "Operaciones básicas de telefonía",
|
|
931
|
+
value: "operaciones_basicas_de_telefonia",
|
|
932
|
+
condition: "",
|
|
933
|
+
exclusive: !1,
|
|
934
|
+
description: ""
|
|
935
|
+
},
|
|
936
|
+
{
|
|
937
|
+
image: {
|
|
938
|
+
src: ""
|
|
939
|
+
},
|
|
940
|
+
label: "Cobertura WiFi interior",
|
|
941
|
+
value: "cobertura_wifi_interior",
|
|
942
|
+
condition: "",
|
|
943
|
+
exclusive: !1,
|
|
944
|
+
description: ""
|
|
945
|
+
},
|
|
946
|
+
{
|
|
947
|
+
image: {
|
|
948
|
+
src: ""
|
|
949
|
+
},
|
|
950
|
+
label: "Cobertura WiFi exterior",
|
|
951
|
+
value: "cobertura_wifi_exterior",
|
|
952
|
+
condition: "",
|
|
953
|
+
exclusive: !1,
|
|
954
|
+
description: ""
|
|
955
|
+
},
|
|
956
|
+
{
|
|
957
|
+
image: {
|
|
958
|
+
src: ""
|
|
959
|
+
},
|
|
960
|
+
label: "Cobertura WiFi interior / máxima velocidad",
|
|
961
|
+
value: "cobertura_wifi_interior_maxima_velocidad",
|
|
962
|
+
condition: "",
|
|
963
|
+
exclusive: !1,
|
|
964
|
+
description: ""
|
|
965
|
+
},
|
|
966
|
+
{
|
|
967
|
+
image: {
|
|
968
|
+
src: ""
|
|
969
|
+
},
|
|
970
|
+
label: "Cobertura WiFi empresarial estable",
|
|
971
|
+
value: "cobertura_wifi_empresarial_estable",
|
|
972
|
+
condition: "",
|
|
973
|
+
exclusive: !1,
|
|
974
|
+
description: ""
|
|
975
|
+
},
|
|
976
|
+
{
|
|
977
|
+
image: {
|
|
978
|
+
src: ""
|
|
979
|
+
},
|
|
980
|
+
label: "Migración tecnológica / actualización de red",
|
|
981
|
+
value: "migracion_tecnologica_actualizacion_de_red",
|
|
982
|
+
condition: "",
|
|
983
|
+
exclusive: !1,
|
|
984
|
+
description: ""
|
|
985
|
+
}
|
|
986
|
+
],
|
|
987
|
+
pricing: !1,
|
|
988
|
+
multiple: !0,
|
|
989
|
+
structure: [],
|
|
990
|
+
validators: [],
|
|
991
|
+
visibility: {
|
|
992
|
+
form: !0,
|
|
993
|
+
roles: [],
|
|
994
|
+
detail: !0,
|
|
995
|
+
public: !1,
|
|
996
|
+
summary: !0
|
|
997
|
+
},
|
|
998
|
+
controlType: "select"
|
|
999
|
+
},
|
|
1000
|
+
{
|
|
1001
|
+
id: "74f56b2b-f222-4143-91f5-27638329ae8e",
|
|
1002
|
+
code: "velocidad_de_internet_megas",
|
|
1003
|
+
image: null,
|
|
1004
|
+
label: "Velocidad Mbps",
|
|
1005
|
+
prefix: "",
|
|
1006
|
+
suffix: "",
|
|
1007
|
+
options: [
|
|
1008
|
+
{
|
|
1009
|
+
image: {
|
|
1010
|
+
src: ""
|
|
1011
|
+
},
|
|
1012
|
+
label: "80 megas",
|
|
1013
|
+
value: "80_megas",
|
|
1014
|
+
condition: "",
|
|
1015
|
+
exclusive: !1,
|
|
1016
|
+
description: ""
|
|
1017
|
+
},
|
|
1018
|
+
{
|
|
1019
|
+
image: {
|
|
1020
|
+
src: ""
|
|
1021
|
+
},
|
|
1022
|
+
label: "100 megas",
|
|
1023
|
+
value: "100_megas",
|
|
1024
|
+
condition: "",
|
|
1025
|
+
exclusive: !1,
|
|
1026
|
+
description: ""
|
|
1027
|
+
},
|
|
1028
|
+
{
|
|
1029
|
+
image: {
|
|
1030
|
+
src: ""
|
|
1031
|
+
},
|
|
1032
|
+
label: "150 megas",
|
|
1033
|
+
value: "150_megas",
|
|
1034
|
+
condition: "",
|
|
1035
|
+
exclusive: !1,
|
|
1036
|
+
description: ""
|
|
1037
|
+
},
|
|
1038
|
+
{
|
|
1039
|
+
image: {
|
|
1040
|
+
src: ""
|
|
1041
|
+
},
|
|
1042
|
+
label: "250 megas",
|
|
1043
|
+
value: "250_megas",
|
|
1044
|
+
condition: "",
|
|
1045
|
+
exclusive: !1,
|
|
1046
|
+
description: ""
|
|
1047
|
+
},
|
|
1048
|
+
{
|
|
1049
|
+
image: {
|
|
1050
|
+
src: ""
|
|
1051
|
+
},
|
|
1052
|
+
label: "350 megas",
|
|
1053
|
+
value: "350_megas",
|
|
1054
|
+
condition: "",
|
|
1055
|
+
exclusive: !1,
|
|
1056
|
+
description: ""
|
|
1057
|
+
},
|
|
1058
|
+
{
|
|
1059
|
+
image: {
|
|
1060
|
+
src: ""
|
|
1061
|
+
},
|
|
1062
|
+
label: "500 megas",
|
|
1063
|
+
value: "500_megas",
|
|
1064
|
+
condition: "",
|
|
1065
|
+
exclusive: !1,
|
|
1066
|
+
description: ""
|
|
1067
|
+
},
|
|
1068
|
+
{
|
|
1069
|
+
image: {
|
|
1070
|
+
src: ""
|
|
1071
|
+
},
|
|
1072
|
+
label: "750 megas",
|
|
1073
|
+
value: "750_megas",
|
|
1074
|
+
condition: "",
|
|
1075
|
+
exclusive: !1,
|
|
1076
|
+
description: ""
|
|
1077
|
+
},
|
|
1078
|
+
{
|
|
1079
|
+
image: {
|
|
1080
|
+
src: ""
|
|
1081
|
+
},
|
|
1082
|
+
label: "1 GB",
|
|
1083
|
+
value: "1_gb",
|
|
1084
|
+
condition: "",
|
|
1085
|
+
exclusive: !1,
|
|
1086
|
+
description: ""
|
|
1087
|
+
}
|
|
1088
|
+
],
|
|
1089
|
+
pricing: !1,
|
|
1090
|
+
multiple: !1,
|
|
1091
|
+
structure: [],
|
|
1092
|
+
validators: [],
|
|
1093
|
+
visibility: {
|
|
1094
|
+
form: !0,
|
|
1095
|
+
roles: [],
|
|
1096
|
+
detail: !0,
|
|
1097
|
+
public: !1,
|
|
1098
|
+
summary: !0
|
|
1099
|
+
},
|
|
1100
|
+
controlType: "select"
|
|
1101
|
+
},
|
|
1102
|
+
{
|
|
1103
|
+
id: "6043c805-5c25-4321-9c0a-5a696918e571",
|
|
1104
|
+
code: "claro_drive",
|
|
1105
|
+
image: null,
|
|
1106
|
+
label: "Claro Drive",
|
|
1107
|
+
prefix: "",
|
|
1108
|
+
suffix: "",
|
|
1109
|
+
options: [
|
|
1110
|
+
{
|
|
1111
|
+
image: {
|
|
1112
|
+
src: ""
|
|
1113
|
+
},
|
|
1114
|
+
label: "100 GB",
|
|
1115
|
+
value: "100_gb",
|
|
1116
|
+
condition: "",
|
|
1117
|
+
exclusive: !1,
|
|
1118
|
+
description: ""
|
|
1119
|
+
},
|
|
1120
|
+
{
|
|
1121
|
+
image: {
|
|
1122
|
+
src: ""
|
|
1123
|
+
},
|
|
1124
|
+
label: "200 GB",
|
|
1125
|
+
value: "200_gb",
|
|
1126
|
+
condition: "",
|
|
1127
|
+
exclusive: !1,
|
|
1128
|
+
description: ""
|
|
1129
|
+
},
|
|
1130
|
+
{
|
|
1131
|
+
image: {
|
|
1132
|
+
src: ""
|
|
1133
|
+
},
|
|
1134
|
+
label: "300 GB",
|
|
1135
|
+
value: "300_gb",
|
|
1136
|
+
condition: "",
|
|
1137
|
+
exclusive: !1,
|
|
1138
|
+
description: ""
|
|
1139
|
+
},
|
|
1140
|
+
{
|
|
1141
|
+
image: {
|
|
1142
|
+
src: ""
|
|
1143
|
+
},
|
|
1144
|
+
label: "400 GB",
|
|
1145
|
+
value: "400_gb",
|
|
1146
|
+
condition: "",
|
|
1147
|
+
exclusive: !1,
|
|
1148
|
+
description: ""
|
|
1149
|
+
},
|
|
1150
|
+
{
|
|
1151
|
+
image: {
|
|
1152
|
+
src: ""
|
|
1153
|
+
},
|
|
1154
|
+
label: "500 GB",
|
|
1155
|
+
value: "500_gb",
|
|
1156
|
+
condition: "",
|
|
1157
|
+
exclusive: !1,
|
|
1158
|
+
description: ""
|
|
1159
|
+
},
|
|
1160
|
+
{
|
|
1161
|
+
image: {
|
|
1162
|
+
src: ""
|
|
1163
|
+
},
|
|
1164
|
+
label: "No aplica",
|
|
1165
|
+
value: "none",
|
|
1166
|
+
condition: "",
|
|
1167
|
+
exclusive: !1,
|
|
1168
|
+
description: ""
|
|
1169
|
+
}
|
|
1170
|
+
],
|
|
1171
|
+
pricing: !1,
|
|
1172
|
+
multiple: !1,
|
|
1173
|
+
structure: [],
|
|
1174
|
+
validators: [],
|
|
1175
|
+
visibility: {
|
|
1176
|
+
form: !0,
|
|
1177
|
+
roles: [],
|
|
1178
|
+
detail: !0,
|
|
1179
|
+
public: !1,
|
|
1180
|
+
summary: !0
|
|
1181
|
+
},
|
|
1182
|
+
controlType: "select"
|
|
1183
|
+
},
|
|
1184
|
+
{
|
|
1185
|
+
id: "3a075abe-1c5c-413d-bf98-527258f8ba75",
|
|
1186
|
+
code: "lineas_telefonicas",
|
|
1187
|
+
image: null,
|
|
1188
|
+
label: "Líneas telefónicas",
|
|
1189
|
+
prefix: "",
|
|
1190
|
+
suffix: "",
|
|
1191
|
+
options: [
|
|
1192
|
+
{
|
|
1193
|
+
image: {
|
|
1194
|
+
src: ""
|
|
1195
|
+
},
|
|
1196
|
+
label: "1",
|
|
1197
|
+
value: "1",
|
|
1198
|
+
condition: "",
|
|
1199
|
+
exclusive: !1,
|
|
1200
|
+
description: ""
|
|
1201
|
+
},
|
|
1202
|
+
{
|
|
1203
|
+
image: {
|
|
1204
|
+
src: ""
|
|
1205
|
+
},
|
|
1206
|
+
label: "2",
|
|
1207
|
+
value: "2",
|
|
1208
|
+
condition: "",
|
|
1209
|
+
exclusive: !1,
|
|
1210
|
+
description: ""
|
|
1211
|
+
},
|
|
1212
|
+
{
|
|
1213
|
+
image: {
|
|
1214
|
+
src: ""
|
|
1215
|
+
},
|
|
1216
|
+
label: "3",
|
|
1217
|
+
value: "3",
|
|
1218
|
+
condition: "",
|
|
1219
|
+
exclusive: !1,
|
|
1220
|
+
description: ""
|
|
1221
|
+
},
|
|
1222
|
+
{
|
|
1223
|
+
image: {
|
|
1224
|
+
src: ""
|
|
1225
|
+
},
|
|
1226
|
+
label: "4",
|
|
1227
|
+
value: "4",
|
|
1228
|
+
condition: "",
|
|
1229
|
+
exclusive: !1,
|
|
1230
|
+
description: ""
|
|
1231
|
+
},
|
|
1232
|
+
{
|
|
1233
|
+
image: {
|
|
1234
|
+
src: ""
|
|
1235
|
+
},
|
|
1236
|
+
label: "5",
|
|
1237
|
+
value: "5",
|
|
1238
|
+
condition: "",
|
|
1239
|
+
exclusive: !1,
|
|
1240
|
+
description: ""
|
|
1241
|
+
},
|
|
1242
|
+
{
|
|
1243
|
+
image: {
|
|
1244
|
+
src: ""
|
|
1245
|
+
},
|
|
1246
|
+
label: "6",
|
|
1247
|
+
value: "6",
|
|
1248
|
+
condition: "",
|
|
1249
|
+
exclusive: !1,
|
|
1250
|
+
description: ""
|
|
1251
|
+
},
|
|
1252
|
+
{
|
|
1253
|
+
image: {
|
|
1254
|
+
src: ""
|
|
1255
|
+
},
|
|
1256
|
+
label: "0",
|
|
1257
|
+
value: "0",
|
|
1258
|
+
condition: "",
|
|
1259
|
+
exclusive: !1,
|
|
1260
|
+
description: ""
|
|
1261
|
+
}
|
|
1262
|
+
],
|
|
1263
|
+
pricing: !1,
|
|
1264
|
+
multiple: !1,
|
|
1265
|
+
structure: [],
|
|
1266
|
+
validators: [],
|
|
1267
|
+
visibility: {
|
|
1268
|
+
form: !0,
|
|
1269
|
+
roles: [],
|
|
1270
|
+
detail: !0,
|
|
1271
|
+
public: !1,
|
|
1272
|
+
summary: !0
|
|
1273
|
+
},
|
|
1274
|
+
controlType: "select"
|
|
1275
|
+
},
|
|
1276
|
+
{
|
|
1277
|
+
id: "e6aa58e6-8c57-4ea0-a7bd-6b4f599a3d4d",
|
|
1278
|
+
code: "llamadas_ilimitadas",
|
|
1279
|
+
image: null,
|
|
1280
|
+
label: "Llamadas ilimitadas",
|
|
1281
|
+
prefix: "",
|
|
1282
|
+
suffix: "",
|
|
1283
|
+
options: [],
|
|
1284
|
+
pricing: !1,
|
|
1285
|
+
multiple: !1,
|
|
1286
|
+
structure: [],
|
|
1287
|
+
validators: [],
|
|
1288
|
+
visibility: {
|
|
1289
|
+
form: !0,
|
|
1290
|
+
roles: [],
|
|
1291
|
+
detail: !0,
|
|
1292
|
+
public: !1,
|
|
1293
|
+
summary: !0
|
|
1294
|
+
},
|
|
1295
|
+
controlType: "checkbox"
|
|
1296
|
+
},
|
|
1297
|
+
{
|
|
1298
|
+
id: "2383c60b-a03d-47af-93db-e5efaa26d3ce",
|
|
1299
|
+
code: "claro_video_paramounts",
|
|
1300
|
+
image: null,
|
|
1301
|
+
label: "Claro video y Paramounts Plus",
|
|
1302
|
+
prefix: "",
|
|
1303
|
+
suffix: "",
|
|
1304
|
+
options: [],
|
|
1305
|
+
pricing: !1,
|
|
1306
|
+
multiple: !1,
|
|
1307
|
+
structure: [],
|
|
1308
|
+
validators: [],
|
|
1309
|
+
visibility: {
|
|
1310
|
+
form: !0,
|
|
1311
|
+
roles: [],
|
|
1312
|
+
detail: !0,
|
|
1313
|
+
public: !1,
|
|
1314
|
+
summary: !0
|
|
1315
|
+
},
|
|
1316
|
+
controlType: "checkbox"
|
|
1317
|
+
},
|
|
1318
|
+
{
|
|
1319
|
+
id: "9eb97c9e-6bf8-4d16-af1c-a0696258d79c",
|
|
1320
|
+
code: "correo_negocio",
|
|
1321
|
+
image: null,
|
|
1322
|
+
label: "Correo negocio",
|
|
1323
|
+
prefix: "",
|
|
1324
|
+
suffix: "",
|
|
1325
|
+
options: [],
|
|
1326
|
+
pricing: !1,
|
|
1327
|
+
multiple: !1,
|
|
1328
|
+
structure: [],
|
|
1329
|
+
validators: [],
|
|
1330
|
+
visibility: {
|
|
1331
|
+
form: !0,
|
|
1332
|
+
roles: [],
|
|
1333
|
+
detail: !0,
|
|
1334
|
+
public: !1,
|
|
1335
|
+
summary: !0
|
|
1336
|
+
},
|
|
1337
|
+
controlType: "checkbox"
|
|
1338
|
+
},
|
|
1339
|
+
{
|
|
1340
|
+
id: "79cb1986-713e-4a7f-955a-ccac34c980c8",
|
|
1341
|
+
code: "antivirus",
|
|
1342
|
+
image: null,
|
|
1343
|
+
label: "Antivirus",
|
|
1344
|
+
prefix: "",
|
|
1345
|
+
suffix: "",
|
|
1346
|
+
options: [],
|
|
1347
|
+
pricing: !1,
|
|
1348
|
+
multiple: !1,
|
|
1349
|
+
structure: [],
|
|
1350
|
+
validators: [],
|
|
1351
|
+
visibility: {
|
|
1352
|
+
form: !0,
|
|
1353
|
+
roles: [],
|
|
1354
|
+
detail: !0,
|
|
1355
|
+
public: !1,
|
|
1356
|
+
summary: !0
|
|
1357
|
+
},
|
|
1358
|
+
controlType: "checkbox"
|
|
1359
|
+
},
|
|
1360
|
+
{
|
|
1361
|
+
id: "a22e6c54-f408-4e0b-9b71-e22215a7b4a8",
|
|
1362
|
+
code: "facturacion_electronica",
|
|
1363
|
+
image: null,
|
|
1364
|
+
label: "Facturacion electrónica (Aspel ADM)",
|
|
1365
|
+
prefix: "",
|
|
1366
|
+
suffix: "",
|
|
1367
|
+
options: [],
|
|
1368
|
+
pricing: !1,
|
|
1369
|
+
multiple: !1,
|
|
1370
|
+
structure: [],
|
|
1371
|
+
validators: [],
|
|
1372
|
+
visibility: {
|
|
1373
|
+
form: !0,
|
|
1374
|
+
roles: [],
|
|
1375
|
+
detail: !0,
|
|
1376
|
+
public: !1,
|
|
1377
|
+
summary: !0
|
|
1378
|
+
},
|
|
1379
|
+
controlType: "checkbox"
|
|
1380
|
+
},
|
|
1381
|
+
{
|
|
1382
|
+
id: "4e095670-374c-4b12-93be-5265d65bb0a1",
|
|
1383
|
+
code: "seccion_amarilla",
|
|
1384
|
+
image: null,
|
|
1385
|
+
label: "Sección amarilla",
|
|
1386
|
+
prefix: "",
|
|
1387
|
+
suffix: "",
|
|
1388
|
+
options: [],
|
|
1389
|
+
pricing: !1,
|
|
1390
|
+
multiple: !1,
|
|
1391
|
+
structure: [],
|
|
1392
|
+
validators: [],
|
|
1393
|
+
visibility: {
|
|
1394
|
+
form: !0,
|
|
1395
|
+
roles: [],
|
|
1396
|
+
detail: !0,
|
|
1397
|
+
public: !1,
|
|
1398
|
+
summary: !0
|
|
1399
|
+
},
|
|
1400
|
+
controlType: "checkbox"
|
|
1401
|
+
},
|
|
1402
|
+
{
|
|
1403
|
+
id: "d3dfd195-c636-43d6-b7e0-8a5b9d88eb67",
|
|
1404
|
+
code: "respaldo_info",
|
|
1405
|
+
image: null,
|
|
1406
|
+
label: "Respaldo de información",
|
|
1407
|
+
prefix: "",
|
|
1408
|
+
suffix: "",
|
|
1409
|
+
options: [],
|
|
1410
|
+
pricing: !1,
|
|
1411
|
+
multiple: !1,
|
|
1412
|
+
structure: [],
|
|
1413
|
+
validators: [],
|
|
1414
|
+
visibility: {
|
|
1415
|
+
form: !0,
|
|
1416
|
+
roles: [],
|
|
1417
|
+
detail: !0,
|
|
1418
|
+
public: !1,
|
|
1419
|
+
summary: !0
|
|
1420
|
+
},
|
|
1421
|
+
controlType: "checkbox"
|
|
1422
|
+
},
|
|
1423
|
+
{
|
|
1424
|
+
id: "c0f6fd6c-b0e9-4639-9c55-444d25456678",
|
|
1425
|
+
code: "pagina_web",
|
|
1426
|
+
image: null,
|
|
1427
|
+
label: "Página web",
|
|
1428
|
+
prefix: "",
|
|
1429
|
+
suffix: "",
|
|
1430
|
+
options: [],
|
|
1431
|
+
pricing: !1,
|
|
1432
|
+
multiple: !1,
|
|
1433
|
+
structure: [],
|
|
1434
|
+
validators: [],
|
|
1435
|
+
visibility: {
|
|
1436
|
+
form: !0,
|
|
1437
|
+
roles: [],
|
|
1438
|
+
detail: !0,
|
|
1439
|
+
public: !1,
|
|
1440
|
+
summary: !0
|
|
1441
|
+
},
|
|
1442
|
+
controlType: "checkbox"
|
|
1443
|
+
},
|
|
1444
|
+
{
|
|
1445
|
+
id: "bba2023a-2e5f-4d27-a03e-09fe3b1804b8",
|
|
1446
|
+
code: "facebook_fanpage",
|
|
1447
|
+
image: null,
|
|
1448
|
+
label: "Facebook Fanpage",
|
|
1449
|
+
prefix: "",
|
|
1450
|
+
suffix: "",
|
|
1451
|
+
options: [],
|
|
1452
|
+
pricing: !1,
|
|
1453
|
+
multiple: !1,
|
|
1454
|
+
structure: [],
|
|
1455
|
+
validators: [],
|
|
1456
|
+
visibility: {
|
|
1457
|
+
form: !0,
|
|
1458
|
+
roles: [],
|
|
1459
|
+
detail: !0,
|
|
1460
|
+
public: !1,
|
|
1461
|
+
summary: !0
|
|
1462
|
+
},
|
|
1463
|
+
controlType: "checkbox"
|
|
1464
|
+
},
|
|
1465
|
+
{
|
|
1466
|
+
id: "18439a0e-71d4-464b-a9d3-2df3b4c6eab1",
|
|
1467
|
+
code: "google_mi_negocio",
|
|
1468
|
+
image: null,
|
|
1469
|
+
label: "Google Mi negocio",
|
|
1470
|
+
prefix: "",
|
|
1471
|
+
suffix: "",
|
|
1472
|
+
options: [],
|
|
1473
|
+
pricing: !1,
|
|
1474
|
+
multiple: !1,
|
|
1475
|
+
structure: [],
|
|
1476
|
+
validators: [],
|
|
1477
|
+
visibility: {
|
|
1478
|
+
form: !0,
|
|
1479
|
+
roles: [],
|
|
1480
|
+
detail: !0,
|
|
1481
|
+
public: !1,
|
|
1482
|
+
summary: !0
|
|
1483
|
+
},
|
|
1484
|
+
controlType: "checkbox"
|
|
1485
|
+
},
|
|
1486
|
+
{
|
|
1487
|
+
id: "a0bab807-993e-43f8-bd56-40c34f745281",
|
|
1488
|
+
code: "whatsapp_empresarial",
|
|
1489
|
+
image: null,
|
|
1490
|
+
label: "Whatsapp empresarial",
|
|
1491
|
+
prefix: "",
|
|
1492
|
+
suffix: "",
|
|
1493
|
+
options: [],
|
|
1494
|
+
pricing: !1,
|
|
1495
|
+
multiple: !1,
|
|
1496
|
+
structure: [],
|
|
1497
|
+
validators: [],
|
|
1498
|
+
visibility: {
|
|
1499
|
+
form: !0,
|
|
1500
|
+
roles: [],
|
|
1501
|
+
detail: !0,
|
|
1502
|
+
public: !1,
|
|
1503
|
+
summary: !0
|
|
1504
|
+
},
|
|
1505
|
+
controlType: "checkbox"
|
|
1506
|
+
},
|
|
1507
|
+
{
|
|
1508
|
+
id: "41e83c56-c80f-4462-81df-2ac19190d174",
|
|
1509
|
+
code: "videoconferencia_telmex",
|
|
1510
|
+
image: null,
|
|
1511
|
+
label: "VIdeoconferencia Telmex",
|
|
1512
|
+
prefix: "",
|
|
1513
|
+
suffix: "",
|
|
1514
|
+
options: [],
|
|
1515
|
+
pricing: !1,
|
|
1516
|
+
multiple: !1,
|
|
1517
|
+
structure: [],
|
|
1518
|
+
validators: [],
|
|
1519
|
+
visibility: {
|
|
1520
|
+
form: !0,
|
|
1521
|
+
roles: [],
|
|
1522
|
+
detail: !0,
|
|
1523
|
+
public: !1,
|
|
1524
|
+
summary: !0
|
|
1525
|
+
},
|
|
1526
|
+
controlType: "checkbox"
|
|
1527
|
+
}
|
|
1528
|
+
]
|
|
1529
|
+
},
|
|
1530
|
+
R_ESTADO: {
|
|
1531
|
+
ID_ESTADO: "924dcf2b-a5b6-44fb-9ba8-53a310d94f82",
|
|
1532
|
+
NAME: "No disponible",
|
|
1533
|
+
COLOR: "#9c9c9c",
|
|
1534
|
+
CODE: "no_disponible"
|
|
1535
|
+
},
|
|
1536
|
+
UBICACION: null,
|
|
1537
|
+
PROVEEDORES: [],
|
|
1538
|
+
DETALLE_PACK: [],
|
|
1539
|
+
R_IMG: [],
|
|
1540
|
+
R_PRECIOS: []
|
|
1541
|
+
}
|
|
1542
|
+
]);
|
|
1543
|
+
export {
|
|
1544
|
+
e as default
|
|
1545
|
+
};
|