sigo-entities 1.0.46 → 1.0.49
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.mts +441 -17
- package/dist/index.d.ts +441 -17
- package/dist/index.js +11464 -9365
- package/dist/index.mjs +8656 -6558
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -885,6 +885,12 @@ declare class ReservaENTITY {
|
|
|
885
885
|
Fecha: Date;
|
|
886
886
|
}
|
|
887
887
|
|
|
888
|
+
declare class DatosCatalogoMODTO {
|
|
889
|
+
DatosManoObraGlobal: DatosManoObraGlobalDTO;
|
|
890
|
+
DatosPrecioEspecialidad: DatosPrecioEspecialidadDTO;
|
|
891
|
+
DatosUnidadObraMaterial: DatosUnidadObraMaterialDTO;
|
|
892
|
+
}
|
|
893
|
+
|
|
888
894
|
declare class DetalleChileValorizacionMODTO {
|
|
889
895
|
Codigo: string;
|
|
890
896
|
Linea: string;
|
|
@@ -914,19 +920,8 @@ declare class DetalleChileValorizacionMODTO {
|
|
|
914
920
|
PuntoBaremo: number;
|
|
915
921
|
}
|
|
916
922
|
|
|
917
|
-
declare class CantidadesValorizacionMO {
|
|
918
|
-
CanMOCub: number;
|
|
919
|
-
CanUOCub: number;
|
|
920
|
-
Fecha: Date;
|
|
921
|
-
}
|
|
922
|
-
|
|
923
|
-
declare class DatosCatalogoMODTO {
|
|
924
|
-
DatosManoObraGlobal: DatosManoObraGlobalDTO;
|
|
925
|
-
DatosPrecioEspecialidad: DatosPrecioEspecialidadDTO;
|
|
926
|
-
DatosUnidadObraMaterial: DatosUnidadObraMaterialDTO;
|
|
927
|
-
}
|
|
928
|
-
|
|
929
923
|
declare class ValorizacionManoObraDTO {
|
|
924
|
+
ID_Amap: number;
|
|
930
925
|
Amap: number;
|
|
931
926
|
Cantidad: number;
|
|
932
927
|
CantidadUsado: number;
|
|
@@ -947,7 +942,6 @@ declare class ValorizacionManoObraDTO {
|
|
|
947
942
|
CantidadUOUsado: number;
|
|
948
943
|
CantidadUOTransito: number;
|
|
949
944
|
CantidadUOAprobada: number;
|
|
950
|
-
Cantidades: CantidadesValorizacionMO[];
|
|
951
945
|
DatosCatalogoMO: DatosCatalogoMODTO;
|
|
952
946
|
}
|
|
953
947
|
|
|
@@ -1976,12 +1970,66 @@ declare class DataGridTabBusinessHP {
|
|
|
1976
1970
|
AddressID: string;
|
|
1977
1971
|
}
|
|
1978
1972
|
|
|
1973
|
+
declare class hpListAsignacionMacroObraDTO {
|
|
1974
|
+
Cuadrilla: string;
|
|
1975
|
+
Empresa: string;
|
|
1976
|
+
Fecha: Date;
|
|
1977
|
+
Usuario: UsuarioDTO;
|
|
1978
|
+
Anexos: FilesDocDTO[];
|
|
1979
|
+
}
|
|
1980
|
+
|
|
1981
|
+
declare class EstadoHPListMacroObraDTO {
|
|
1982
|
+
Estado: Boolean;
|
|
1983
|
+
Especialidad: string;
|
|
1984
|
+
}
|
|
1985
|
+
|
|
1986
|
+
declare class DocumentoDetalleDataDTO {
|
|
1987
|
+
Home_ID: string;
|
|
1988
|
+
Gemeinde_Plan: string;
|
|
1989
|
+
DP_ID: string;
|
|
1990
|
+
Home_Target_Status: string;
|
|
1991
|
+
Current_Home_Status: string;
|
|
1992
|
+
Insert_Date: string | Date;
|
|
1993
|
+
WorkorderOrigin: string;
|
|
1994
|
+
HouseNumber: number;
|
|
1995
|
+
HouseNumberAffix: string;
|
|
1996
|
+
WorkStatus: string;
|
|
1997
|
+
SurveyTeam: string;
|
|
1998
|
+
NCMWDCode: string;
|
|
1999
|
+
Street: string;
|
|
2000
|
+
Wave: string;
|
|
2001
|
+
Anexos: FilesDocDTO[];
|
|
2002
|
+
Asignacion: hpListAsignacionMacroObraDTO;
|
|
2003
|
+
Asignaciones: hpListAsignacionMacroObraDTO[];
|
|
2004
|
+
OC: EstadoHPListMacroObraDTO;
|
|
2005
|
+
Soplado: EstadoHPListMacroObraDTO;
|
|
2006
|
+
Asfaltado: EstadoHPListMacroObraDTO;
|
|
2007
|
+
AddressID: string;
|
|
2008
|
+
type: string;
|
|
2009
|
+
CuadrillasAsignadas: string;
|
|
2010
|
+
EmpresasAsignadas: string;
|
|
2011
|
+
Baliza: number;
|
|
2012
|
+
foreign_baliza: string;
|
|
2013
|
+
ExistFiles: string;
|
|
2014
|
+
}
|
|
2015
|
+
|
|
2016
|
+
declare class DocumentoDetalleDataOKDTO {
|
|
2017
|
+
0: string;
|
|
2018
|
+
1: DocumentoDetalleDataDTO;
|
|
2019
|
+
}
|
|
2020
|
+
|
|
2021
|
+
declare class DocumentoDetalleDataNOOKDTO extends DocumentoDetalleDataOKDTO {
|
|
2022
|
+
}
|
|
2023
|
+
|
|
2024
|
+
declare class DocumentoDetalleDataProgressDTO extends DocumentoDetalleDataOKDTO {
|
|
2025
|
+
}
|
|
2026
|
+
|
|
1979
2027
|
declare class DocumentoDetalleDTO {
|
|
1980
2028
|
modelTreeNodes: NodoDocDTO[];
|
|
1981
2029
|
dataChildrenTreeNodes: DataChildrenTreeNodes[];
|
|
1982
|
-
dataOK:
|
|
1983
|
-
dataNOOK:
|
|
1984
|
-
dataProgress:
|
|
2030
|
+
dataOK: DocumentoDetalleDataOKDTO[];
|
|
2031
|
+
dataNOOK: DocumentoDetalleDataNOOKDTO[];
|
|
2032
|
+
dataProgress: DocumentoDetalleDataProgressDTO[];
|
|
1985
2033
|
Estado: string;
|
|
1986
2034
|
calculatePercents: CalculatePercentsDTO;
|
|
1987
2035
|
DataGridTabBusinessHP?: DataGridTabBusinessHP[];
|
|
@@ -4352,4 +4400,380 @@ declare class ToaClaroENTITY {
|
|
|
4352
4400
|
Aptitudlaboral?: string;
|
|
4353
4401
|
}
|
|
4354
4402
|
|
|
4355
|
-
|
|
4403
|
+
declare class peru9112TOAENTITY {
|
|
4404
|
+
Técnico: string;
|
|
4405
|
+
ID_Recurso: string;
|
|
4406
|
+
Número_OT: string;
|
|
4407
|
+
Subtipo_de_Actividad: string;
|
|
4408
|
+
Número_de_Petición: string;
|
|
4409
|
+
Fecha_de_Cita: string;
|
|
4410
|
+
Time_Slot: string;
|
|
4411
|
+
SLA_Inicio: string;
|
|
4412
|
+
SLA_Fin: string;
|
|
4413
|
+
Localidad: string;
|
|
4414
|
+
Dirección: string;
|
|
4415
|
+
Direccion_Polar_X: string;
|
|
4416
|
+
Direccion_Polar_Y: string;
|
|
4417
|
+
Clave_Zona_de_Trabajo: string;
|
|
4418
|
+
Zona_de_Trabajo: string;
|
|
4419
|
+
Nombre_Cliente: string;
|
|
4420
|
+
Tiempo_de_Viaje: string;
|
|
4421
|
+
Duración_de_la_actividad: string;
|
|
4422
|
+
Habilidad_del_trabajo: string;
|
|
4423
|
+
Estado_actividad: string;
|
|
4424
|
+
Pendiente_instancia_externa: string;
|
|
4425
|
+
Categoría_de_Capacidad: string;
|
|
4426
|
+
Tecnología_Voz: string;
|
|
4427
|
+
Validación_Técnica: string;
|
|
4428
|
+
Zona_Rural: string;
|
|
4429
|
+
Indicador_de_Zona_peligrosa: string;
|
|
4430
|
+
Enrutado_automático_a_fecha: string;
|
|
4431
|
+
"Enrutado_automático_a_recurso_(nombre)": string;
|
|
4432
|
+
Enrutado_automático_a_recurso: string;
|
|
4433
|
+
Secuencia_en_Ruta: string;
|
|
4434
|
+
Primera_operación_manual: string;
|
|
4435
|
+
Interfaz_de_primera_operación_manual: string;
|
|
4436
|
+
Primera_operación_manual_realizada_por_usuario: string;
|
|
4437
|
+
"Primera_operación_manual_realizada_por_usuario_(conexión)": string;
|
|
4438
|
+
"Primera_operación_manual_realizada_por_usuario_(nombre)": string;
|
|
4439
|
+
Hora_de_asignación_de_actividad: string;
|
|
4440
|
+
Alertas_de_cumplimiento: string;
|
|
4441
|
+
Tipo_de_Requerimiento: string;
|
|
4442
|
+
Fecha_de_Registro_Legados: string;
|
|
4443
|
+
Motivo_de_Requerimiento: string;
|
|
4444
|
+
Motivo_de_suspensión: string;
|
|
4445
|
+
Tipo_de_Devolución_Instalaciones: string;
|
|
4446
|
+
Motivo_no_realizado_instalación: string;
|
|
4447
|
+
Usuario: string;
|
|
4448
|
+
Tipo_de_Cita: string;
|
|
4449
|
+
Estado_de_la_Validación_de_las_Coordenadas: string;
|
|
4450
|
+
Fecha_de_Creación_TOA: string;
|
|
4451
|
+
Observaciones_en_Legados: string;
|
|
4452
|
+
Cuadrante: string;
|
|
4453
|
+
Código_de_Petición: string;
|
|
4454
|
+
Código_de_Requerimiento: string;
|
|
4455
|
+
Orden_trabajo: string;
|
|
4456
|
+
Acttividad_Próxima_a_Iniciar: string;
|
|
4457
|
+
Autoriza_Completar_Actividad: string;
|
|
4458
|
+
Autoriza_Suspender_Actividad: string;
|
|
4459
|
+
Estado_de_Indicador_de_Prueba: string;
|
|
4460
|
+
Autoriza_Validar_Coordenadas: string;
|
|
4461
|
+
Autoriza_Probar_Módem: string;
|
|
4462
|
+
Hora_inicio_actividad: string;
|
|
4463
|
+
Hora_fin: string;
|
|
4464
|
+
Indicador_de_Asignación_Manual: string;
|
|
4465
|
+
Causa_completado_reparación_y_preventivo_Cable: string;
|
|
4466
|
+
Código_completado_reparación_y_preventivo_Cable: string;
|
|
4467
|
+
Área_no_realizado: string;
|
|
4468
|
+
Motivo_no_realizado: string;
|
|
4469
|
+
Código_de_Cliente: string;
|
|
4470
|
+
Observaciones_en_TOA: string;
|
|
4471
|
+
Código_Cierre_Cancelada: string;
|
|
4472
|
+
Mensaje_de_outbound_caido: string;
|
|
4473
|
+
Fecha_Hora_de_Cancelación: string;
|
|
4474
|
+
Identificador_de_solicitud_técnica: string;
|
|
4475
|
+
Falla_Resultado_Fecha_Hora: string;
|
|
4476
|
+
Datos_de_Servicio: string;
|
|
4477
|
+
Hora_planificada_de_inicio_de_actividad_: string;
|
|
4478
|
+
Indicador_Marca_Orden: string;
|
|
4479
|
+
Empresa: string;
|
|
4480
|
+
Bucket_Inicial: string;
|
|
4481
|
+
Respuesta_01_A: string;
|
|
4482
|
+
Fecha_Registro_de_Actividad_en_TOA: string;
|
|
4483
|
+
Estado_de_indicador_de_pre_inicio: string;
|
|
4484
|
+
Tipo_de_Devolución_COT: string;
|
|
4485
|
+
Motivo_No_Realizado_Instalación_COT: string;
|
|
4486
|
+
Observación_No_Realizado_Instalación_COT: string;
|
|
4487
|
+
Usuario_de_Cierre: string;
|
|
4488
|
+
Hora_de_No_Realizado_Gestor: string;
|
|
4489
|
+
Indicador_de_Pre_Devolución_por_Gestor: string;
|
|
4490
|
+
Usuario_de_No_Realizado_Técnico: string;
|
|
4491
|
+
Hora_de_Pre_No_Realizado_Técnico: string;
|
|
4492
|
+
Indicador_de_Pre_Devolución_por_Técnico: string;
|
|
4493
|
+
Motivo_No_Realizado_Instalación_Temático: string;
|
|
4494
|
+
Observación_No_Realizado_Instalación_Temático: string;
|
|
4495
|
+
Usuario_que_Autoriza_Informar: string;
|
|
4496
|
+
Usuario_que_autorizo_el_cierre: string;
|
|
4497
|
+
Usuario_que_autorizo_la_suspension: string;
|
|
4498
|
+
Usuario_que_Autoriza_Prueba: string;
|
|
4499
|
+
Usuario_que_Crea_Actividad_Interna: string;
|
|
4500
|
+
Actividad_Gpon: string;
|
|
4501
|
+
Sub_Motivo_no_realizado_instalación: string;
|
|
4502
|
+
Estado_de_Contingencia: string;
|
|
4503
|
+
Usuario_de_la_Encuesta: string;
|
|
4504
|
+
Localizacion_Pre_Inicio: string;
|
|
4505
|
+
Localizacion_Validacion_de_Coordenadas: string;
|
|
4506
|
+
"Usuario_-_Iniciado": string;
|
|
4507
|
+
Usuario_Completar: string;
|
|
4508
|
+
"Usuario_-_No_Realizado": string;
|
|
4509
|
+
"Usuario_-_Suspendido": string;
|
|
4510
|
+
Coordenada_X_dirección_tap: string;
|
|
4511
|
+
Coordenada_y_dirección_tap: string;
|
|
4512
|
+
Teléfono_de_contacto_1: string;
|
|
4513
|
+
Sub_Motivo_no_realizado_instalación_COT: string;
|
|
4514
|
+
"Usuario_-_Pre_Devolución": string;
|
|
4515
|
+
Respuesta_02: string;
|
|
4516
|
+
Respuesta_02_comentario: string;
|
|
4517
|
+
Respuesta_03: string;
|
|
4518
|
+
Origen_de_Agenda: string;
|
|
4519
|
+
Nombre_Distrito: string;
|
|
4520
|
+
"Actividad_-_Coordenadas_X": string;
|
|
4521
|
+
"Actividad_-_Coordenadas_Y": string;
|
|
4522
|
+
"Tecnico_-_Coordenadas_X_": string;
|
|
4523
|
+
"Tecnico_-_Coordenadas_Y": string;
|
|
4524
|
+
"Indicador_de_Cambio_de_XY": string;
|
|
4525
|
+
MDF: string;
|
|
4526
|
+
Armario: string;
|
|
4527
|
+
"Tematico_1_-_Prueba": string;
|
|
4528
|
+
"Tematico_2_-_Prueba": string;
|
|
4529
|
+
"Tematico_3_-_Prueba": string;
|
|
4530
|
+
Usuario_de_Aseguramiento: string;
|
|
4531
|
+
Direccion_Correcta?: string;
|
|
4532
|
+
Indicar_Direccion: string;
|
|
4533
|
+
Indicador_de_Tecnologia: string;
|
|
4534
|
+
Tipo_de_Tecnología_Legados: string;
|
|
4535
|
+
Indicador_de_Estados_de_Asignación_Cintillo: string;
|
|
4536
|
+
Número_de_Cintillo: string;
|
|
4537
|
+
Estado_de_Certificación_de_Decoder: string;
|
|
4538
|
+
Estado_de_Certificación_de_Internet: string;
|
|
4539
|
+
Estado_de_Activacion_de_Modem_TB: string;
|
|
4540
|
+
Tipo_de_Permiso: string;
|
|
4541
|
+
Procede_actualización_XY: string;
|
|
4542
|
+
Certificación_de_WIFI_ToolBox: string;
|
|
4543
|
+
Estado_de_Certificación_de_Toolbox: string;
|
|
4544
|
+
Fecha_Hora_de_Reasignacion: string;
|
|
4545
|
+
Observacion_de_Reasignacion: string;
|
|
4546
|
+
Usuario_Que_Asigno_La_Actividad: string;
|
|
4547
|
+
Causa_completado_reparación_y_preventivo_ADSL: string;
|
|
4548
|
+
Código_completado_reparación_y_preventivo_ADSL: string;
|
|
4549
|
+
Velocidad_Internet_Requerimiento: string;
|
|
4550
|
+
Tap: string;
|
|
4551
|
+
Amplificador: string;
|
|
4552
|
+
Nodo: string;
|
|
4553
|
+
Troba: string;
|
|
4554
|
+
"Número_de_Puntos_Adicionales(Cableado)": string;
|
|
4555
|
+
"Puntos_Adicionales(Cableado)": string;
|
|
4556
|
+
Desea_la_instalación_de_repetidor_?: string;
|
|
4557
|
+
Cableado_01_MTS: string;
|
|
4558
|
+
Resultado_de_llamadas_1: string;
|
|
4559
|
+
Estado_de_servicio_indicado_por_cliente_1: string;
|
|
4560
|
+
Resultado_de_llamadas_2: string;
|
|
4561
|
+
Estado_de_servicio_indicado_por_cliente_2: string;
|
|
4562
|
+
Resultado_de_llamadas_3: string;
|
|
4563
|
+
Estado_de_servicio_indicado_por_cliente_3: string;
|
|
4564
|
+
Indicador_de_Estados_de_Acometida: string;
|
|
4565
|
+
Motivo_de_No_Recojo: string;
|
|
4566
|
+
Observación_de_No_Recojo: string;
|
|
4567
|
+
Envio_Correcto_de_Reasignacion: string;
|
|
4568
|
+
Envio_Fallido_de_Reasignacion: string;
|
|
4569
|
+
Envio_de_psi: string;
|
|
4570
|
+
Validacion_del_COM: string;
|
|
4571
|
+
Número_Teléfono: string;
|
|
4572
|
+
Causa_completado_reparación_y_preventivo_STB: string;
|
|
4573
|
+
Código_completado_reparación_y_preventivo_STB: string;
|
|
4574
|
+
Segmento: string;
|
|
4575
|
+
Código_de_Jefatura: string;
|
|
4576
|
+
Estado_del_Borne: string;
|
|
4577
|
+
Borne: string;
|
|
4578
|
+
Rotulado_del_CTO: string;
|
|
4579
|
+
Estado_Final_de_Acometida_HFC: string;
|
|
4580
|
+
Realizar_recojo_de_equipos: string;
|
|
4581
|
+
Estado_de_Outbound_de_Soporte_de_Planta_101: string;
|
|
4582
|
+
Foto_de_Cintillo_01: string;
|
|
4583
|
+
Foto_de_Cintillo_02: string;
|
|
4584
|
+
helpdesk_proyecto: string;
|
|
4585
|
+
Sistema_Origen: string;
|
|
4586
|
+
Datos_Borne: string;
|
|
4587
|
+
Motivo_de_Soporte_de_Planta_101: string;
|
|
4588
|
+
Sub_Motivo_de_Soporte_de_Planta_101: string;
|
|
4589
|
+
"Fecha/Hora_de_Solicitud_de_Planta_101": string;
|
|
4590
|
+
Observación_Soporte_de_Planta_101: string;
|
|
4591
|
+
Número_de_intentos_del_soporte_de_101: string;
|
|
4592
|
+
Estado_de_Soporte_de_Planta_101: string;
|
|
4593
|
+
Fecha_Respuesta_de_Soporte_de_Planta_101: string;
|
|
4594
|
+
Observación_Respuesta_de_Soporte_de_Planta_101: string;
|
|
4595
|
+
AccessID: string;
|
|
4596
|
+
Zonal: string;
|
|
4597
|
+
Nombre_de_Contrata_Final: string;
|
|
4598
|
+
ID_del_Ticket: string;
|
|
4599
|
+
"Ofertas_de_Productos/Servicios": string;
|
|
4600
|
+
Nombre_Actual_del_Oferta_de_Producto: string;
|
|
4601
|
+
Nombre_Actual_del_Producto: string;
|
|
4602
|
+
Velocidad_de_Bajada_Actual: string;
|
|
4603
|
+
Velocidad_de_Subida_Actual: string;
|
|
4604
|
+
Indicador_de_Cambio_de_Tecnología: string;
|
|
4605
|
+
Tipo_de_Operación: string;
|
|
4606
|
+
Preferencia: string;
|
|
4607
|
+
Fecha_de_Procesamiento_de_Preferencia: string;
|
|
4608
|
+
Usuario_de_Procesamiento_de_Preferencia: string;
|
|
4609
|
+
Sub_Motivo_de_Suspensión: string;
|
|
4610
|
+
Quiebres: string;
|
|
4611
|
+
"ID_de_servicio_VOZ_para_la_Activacion_(Telefono_provisionado)": string;
|
|
4612
|
+
Ultimo_ActivityId: string;
|
|
4613
|
+
Nombre_de_persona_de_contacto_1: string;
|
|
4614
|
+
Fecha_de_registro_de_llamadas_1: string;
|
|
4615
|
+
Teléfono_Contacto_6: string;
|
|
4616
|
+
Nombre_de_persona_de_contacto_2: string;
|
|
4617
|
+
Fecha_de_registro_de_llamadas_2: string;
|
|
4618
|
+
Teléfono_Contacto_7: string;
|
|
4619
|
+
Nombre_de_persona_de_contacto_3: string;
|
|
4620
|
+
Fecha_de_registro_de_llamadas_3: string;
|
|
4621
|
+
Llamada: string;
|
|
4622
|
+
Teléfono_Contacto_1: string;
|
|
4623
|
+
Teléfono_Contacto_2: string;
|
|
4624
|
+
Tipo_de_actividad: string;
|
|
4625
|
+
Teléfono_Contacto_3: string;
|
|
4626
|
+
Teléfono_Contacto_4: string;
|
|
4627
|
+
Teléfono_Contacto_5: string;
|
|
4628
|
+
Telefono_de_Contacto: string;
|
|
4629
|
+
Teléfonos_adicionales: string;
|
|
4630
|
+
Usuario_Línea_de_Rescate: string;
|
|
4631
|
+
Equipo_Obsoleto: string;
|
|
4632
|
+
Nombre_de_Provincia: string;
|
|
4633
|
+
Departamento: string;
|
|
4634
|
+
Prioridad: string;
|
|
4635
|
+
Orden_Pangea: string;
|
|
4636
|
+
LineId: string;
|
|
4637
|
+
ONT_Token: string;
|
|
4638
|
+
Tipo_de_Activacion: string;
|
|
4639
|
+
Reiterada_TDI: string;
|
|
4640
|
+
Foto_de_la_Evidencia: string;
|
|
4641
|
+
Fotografía_adicional_1: string;
|
|
4642
|
+
Foto_Evidencia_02: string;
|
|
4643
|
+
Ticket_identifier: string;
|
|
4644
|
+
Recurso_Actual: string;
|
|
4645
|
+
DELIndicador_Brigada: string;
|
|
4646
|
+
Tecnología_TV: string;
|
|
4647
|
+
Equipos_Modem: string;
|
|
4648
|
+
Indicador_de_Stopeo: string;
|
|
4649
|
+
Indicador_Contrata_Migradora: string;
|
|
4650
|
+
Teléfono_Contacto_01: string;
|
|
4651
|
+
Nombre_Persona_que_Recibe: string;
|
|
4652
|
+
Posición_CTO: string;
|
|
4653
|
+
Indicador_de_Foto_de_Chatbot: string;
|
|
4654
|
+
CTO_Reasignado: string;
|
|
4655
|
+
Borne_Reasignado: string;
|
|
4656
|
+
Canal_de_agendamiento: string;
|
|
4657
|
+
Usuario_de_agendamiento: string;
|
|
4658
|
+
Fecha_de_agendamiento: string;
|
|
4659
|
+
Franja_de_agendamiento: string;
|
|
4660
|
+
Indicador_Migra_x_AVeria: string;
|
|
4661
|
+
Escenarios: string;
|
|
4662
|
+
Dirección_real: string;
|
|
4663
|
+
"Direccion_errada/incompleta": string;
|
|
4664
|
+
Indicador_de_Reagendamiento: string;
|
|
4665
|
+
Cliente_x_Blindaje: string;
|
|
4666
|
+
Respuesta_de_Whatsapp_Botmaker: string;
|
|
4667
|
+
ID_de_le_sesión_en_botmaker: string;
|
|
4668
|
+
Hora_de_envío_del_mensaje_de_WhatsApp: string;
|
|
4669
|
+
Hora_de_recepción_del_mensaje_de_WhatsApp: string;
|
|
4670
|
+
Hora_de_lectura_del_mensaje_de_WhatsApp: string;
|
|
4671
|
+
Hora_de_respuesta_al_mensaje_de_WhatsApp: string;
|
|
4672
|
+
Respuesta_al_mensaje_de_WhatsApp: string;
|
|
4673
|
+
Identificador_de_la_plantilla_a_enviar_a_botmaker: string;
|
|
4674
|
+
Número_de_WhatsApp_de_Telefónica: string;
|
|
4675
|
+
"¿EL_MOTIVO_DE_DEVOLUCION_ES_CORRECTO?": string;
|
|
4676
|
+
"¿EL_TECNICO_DEBIO_DEVOLVER_EL_PEDIDO?": string;
|
|
4677
|
+
Motivo_no_realizado_Inicial: string;
|
|
4678
|
+
DESCRIPCION_DE_MOTIVO_DE_DEVOLUCION_CORRECTO: string;
|
|
4679
|
+
Motivo_no_realizado_Final: string;
|
|
4680
|
+
Observaciones_Inspeccion: string;
|
|
4681
|
+
"¿Se_ubica_al_Técnico_en_casa_del_cliente?": string;
|
|
4682
|
+
"¿Es_posible_la_atención_del_requerimiento?": string;
|
|
4683
|
+
"No,_ubica_al_técnico": string;
|
|
4684
|
+
Estado_original_de_la_actividad: string;
|
|
4685
|
+
Motivo_completado_Inicial: string;
|
|
4686
|
+
Motivo_completado_Final: string;
|
|
4687
|
+
Motivo_completado_Correcto: string;
|
|
4688
|
+
Tipo_de_Reclamo: string;
|
|
4689
|
+
Gestion_de_Aseguramiento: string;
|
|
4690
|
+
"¿Existe_cobertura_de_Fibra_en_la_zona?": string;
|
|
4691
|
+
Tipo_de_Vivienda: string;
|
|
4692
|
+
Actualización_de_Dirección: string;
|
|
4693
|
+
Direccion_completa_y_referencia: string;
|
|
4694
|
+
Numeración: string;
|
|
4695
|
+
Nro_Departamento: string;
|
|
4696
|
+
Piso: string;
|
|
4697
|
+
Interior: string;
|
|
4698
|
+
Indicar_Motivo_porque_no_es_factible: string;
|
|
4699
|
+
Indicar_SubMotivo_porque_no_es_factible: string;
|
|
4700
|
+
Nro_de_Departamento_UIP: string;
|
|
4701
|
+
Observación_Censo: string;
|
|
4702
|
+
Tipo_de_CTO: string;
|
|
4703
|
+
CTO_Cercano: string;
|
|
4704
|
+
Foto_CTO: string;
|
|
4705
|
+
Cliente_desea_Migrar: string;
|
|
4706
|
+
Datos_de_Contacto_1: string;
|
|
4707
|
+
Datos_de_Contacto_2: string;
|
|
4708
|
+
Recomendación_de_Agenda: string;
|
|
4709
|
+
Motivo_porque_no_dese_migrar: string;
|
|
4710
|
+
Cliente_referidos_para_migración: string;
|
|
4711
|
+
Observacion_cliente_desea_Migrar: string;
|
|
4712
|
+
MigraxPeinado: string;
|
|
4713
|
+
Cliente_contesto: string;
|
|
4714
|
+
Comentarios_COM: string;
|
|
4715
|
+
Gestor_LDR_Provision: string;
|
|
4716
|
+
Usuario_de_aseguramiento_COT: string;
|
|
4717
|
+
Respuesta_de_Whatsapp_Botmaker_10105: string;
|
|
4718
|
+
ID_de_le_sesión_en_botmaker_10105: string;
|
|
4719
|
+
Hora_de_envío_del_mensaje_de_WhatsApp_10105: string;
|
|
4720
|
+
Hora_de_recepción_del_mensaje_de_WhatsApp_10105: string;
|
|
4721
|
+
Hora_de_lectura_del_mensaje_de_WhatsApp_10105: string;
|
|
4722
|
+
Hora_de_respuesta_al_mensaje_de_WhatsApp_10105: string;
|
|
4723
|
+
Respuesta_al_mensaje_de_WhatsApp_10105: string;
|
|
4724
|
+
Identificador_de_la_plantilla_a_enviar_a_botmaker_10105: string;
|
|
4725
|
+
Número_de_WhatsApp_de_Telefónica_10105: string;
|
|
4726
|
+
Maqueta_de_Botmaker_10105: string;
|
|
4727
|
+
Cierre_asegurado_efectiva: string;
|
|
4728
|
+
Flag_Migration: string;
|
|
4729
|
+
Indicador_de_Averia_x_Fibra: string;
|
|
4730
|
+
Entidad_del_Vendedor: string;
|
|
4731
|
+
Grupo_Canal_del_Vendedor: string;
|
|
4732
|
+
Razon_Social_del_Vendedor: string;
|
|
4733
|
+
Motivo_de_Incidencias_Pex: string;
|
|
4734
|
+
Submotivo_de_Incidencias_Pex: string;
|
|
4735
|
+
Observacion_Incidencia_Pex: string;
|
|
4736
|
+
Observaciones_completado_Incidencias_PEXT: string;
|
|
4737
|
+
Captura_de_Coordenadas: string;
|
|
4738
|
+
Indicador_de_Brigada: string;
|
|
4739
|
+
Validación_Conforme: string;
|
|
4740
|
+
"Direccion_-_Brigada": string;
|
|
4741
|
+
"Referencia_-_Brigada": string;
|
|
4742
|
+
"Sub_Motivo_-_Brigada": string;
|
|
4743
|
+
"Observación_-_Brigada": string;
|
|
4744
|
+
"Evidencia_-_Brigada": string;
|
|
4745
|
+
Tipo_de_Temático_Instalación: string;
|
|
4746
|
+
Motivo_de_Temático_Instalación: string;
|
|
4747
|
+
Sub_Motivo_de_Temático_Instalación: string;
|
|
4748
|
+
Cliente_acepta_Solución_Anticipada_de_Reclamo: string;
|
|
4749
|
+
"Avería_Efectiva Marca SAR-T": string;
|
|
4750
|
+
"Tecnologia_-_Interna": string;
|
|
4751
|
+
Validación_Requerimiento: string;
|
|
4752
|
+
Código_de_Cliente_interna: string;
|
|
4753
|
+
DNI_Cliente_interna: string;
|
|
4754
|
+
"Observaciones_de_TOA_-_interna": string;
|
|
4755
|
+
"Persona_de_contacto_-_interna": string;
|
|
4756
|
+
"Teléfono_de_contacto_-_interna": string;
|
|
4757
|
+
"Marca_inefectiva_y_efectiva_-_interna": string;
|
|
4758
|
+
"Foto_fachada_-_interna": string;
|
|
4759
|
+
"Foto_boleta_-_interna": string;
|
|
4760
|
+
Averia_por_MxA: string;
|
|
4761
|
+
Usuario_rechaza_orden: string;
|
|
4762
|
+
SELECCIONAR_EL_TIPO_DE_MOTIVO_DE_DEVOLUCIÓN_CORRECTA: string;
|
|
4763
|
+
Resultado_de_llamadas_4: string;
|
|
4764
|
+
Resultado_de_llamadas_5: string;
|
|
4765
|
+
Resultado_de_llamadas_6: string;
|
|
4766
|
+
Resultado_de_llamadas_7: string;
|
|
4767
|
+
Resultado_de_llamadas_8: string;
|
|
4768
|
+
Resultado_de_llamadas_9: string;
|
|
4769
|
+
Fecha_de_registro_de_llamadas_04: string;
|
|
4770
|
+
Fecha_de_registro_de_llamadas_05: string;
|
|
4771
|
+
Fecha_de_registro_de_llamadas_06: string;
|
|
4772
|
+
Fecha_de_registro_de_llamadas_07: string;
|
|
4773
|
+
Fecha_de_registro_de_llamadas_08: string;
|
|
4774
|
+
Fecha_de_registro_de_llamadas_09: string;
|
|
4775
|
+
Cantidad_de_Zonas_Validadas: string;
|
|
4776
|
+
Salida_a_campo: string;
|
|
4777
|
+
}
|
|
4778
|
+
|
|
4779
|
+
export { ActaFinalCubicacionDTO, ActaFinalCubicacionSharedDTO, ActividadZonasActividadDTO, ActividadesDTO, AddressListENTITY, AgenciaDTO, AgenciaENTITY, AgenciasDTO, AlmacenDTO, AlmacenENTITY, AlmacenLogisticaDTO, AlmacenUsuarioGIADTO, AreaGOMDTO, AreaGomDTO, AsignacionGomDTO, AsignacionGomDTO_Old, AtencionOrdenesLiquidadasENTITY, AtiendeBodegaDTO, AutoInventarioENTITY, BaremosAlemaniaENTITY, BaremosChileENTITY, BaremosColombiaENTITY, BaremosTOAChileENTITY, BaremosTOAENTITY, BitacoraAntiguaDTO, BitacoraDTO, BitacoraLiqDTO, BitacoraOpcionSitemaDTO, BodegaENTITY, CabeceraCubicacionColombiaDTO, CabeceraCubicajeAlemaniaDTO, CabeceraCubicajeChileDTO, CabeceraCubicajeDTO, CabeceraCubicajePeruDTO, CalculatePercentsDTO, CambioEstadoFacturadoRequest, CambioEstadoFaseRequest, CambiosEstadosFaseLiberacionPagosDTO, CausacionCubicacionDTO, CausacionDTO, CentroCostosENTITY, CertificacionProduccionDTO$1 as CertificacionProduccionDTO, ChileTdCENTITY, ClienteDTO, ClienteTdCDTO, Cliente_ContratistaDTO, CodigoDescripcionDTO, type CodigoMovimientoAlmacen, CodigoNombreDTO, CodigoNombreUMDTO, CodigoRazonSocialDTO, CodigoTituloDTO, ConsumoMaterialENTITY, ContrataDTO$1 as ContrataDTO, ContratistaDTO, ContratistasDTO, Contratistas_PE_DTO, ContratoDTO, ContratoOTDTO, ContratoOTENTITY, ContratoOTGeneralDTO, ContratoOT_PRE_DTO, ContratoOT_ZT_DTO, ContratoObraOTDTO, ConversionLogisticaDTO, CoordenadasDTO, CoordenadasTdCDTO, CorteBobinaStockAlmacenDTO, CuadrillaDTO, CuadrillaLiberacionPagosDTO, CubicacionAlemaniaAL02ENTITY, CubicacionChile9512ENTITY, CubicacionColombia9612ENTITY, CubicacionPeru9112ENTITY, CumplimientoDTO, DataAdicionalDTO, DataCatalogoItemDTO, DataChildrenTreeNodes, DataGridTabBusinessHP, DataGridTabResidentialHP, DataWithPercentItemChile, DatoUsuarioTipoOpcionDto, DatosAreaPersonalDTO, DatosCatalogoItemDTO, DatosCatalogoMODTO, DatosGIADTO, DatosGeneralesDTO, DatosGeneralesPersonalDTO, DatosManoObraGlobalDTO, DatosManoObraGlobalDetalleChileDTO, DatosPrecioEspecialidadDTO, DatosPrecioMaterialDTO, DatosReferenciaDTO, DatosTecnicosDTO, DatosTrabajoCatalogoDTO, DatosTrabajoUsuarioDTO, DatosTransportistaChileDTO, DatosTransportistaDTO, DatosUnidadObraMaterialDTO, DelegacionDTO, DelegacionZonalesDTO, DeleteBaremoFaseDTO, DestinatarioDTO, DetalleChileChileObraDTO, DetalleChileColombiaObraDTO, DetalleChileDTO$1 as DetalleChileDTO, DetalleChileObraDTO, DetalleChileValorizacionMODTO, DetalleChileValorizacionManoObraRegularizacionDTO, DetalleCubicajeDTO, DetalleDTO, DetalleManoObraChileDTO, DetalleSalidaAlmacenDTO, DevolucionAlmacenENTITY, DireccionDTO, DocumentacionBaremoPexENTITY, DocumentacionPEXENTITY, DocumentoDetalleDTO, DocumentosInicialesDTO, EECC_DTO, EmpalmeDTO, EmpresaDTO$4 as EmpresaDTO, EmpresaENTITY, EmpresaLiberacionPagosDTO, EmpresaLogisticaDTO, EmpresaPCMODTO, EmpresaPersonalDTO, EmpresaProduccionDTO, EmpresaStockPersonalDTO, EmpresaTdCDTO, EmpresaUsuarioDTO, EmpresaValDTO, EmpresaZonasActividadDTO, EquipoLogisticaDTO, EquiposAIDTO, EquiposDTO, EstadoAntiguoDTO, EstadoDTO, EstadoHPListDTO$2 as EstadoHPListDTO, EstadoIntegracionDTO, EstadoInternoDTO, EstadoInternoENTITY, EstadoInternoWithoutSubstateDTO, type EstadoLiq, EstadoLiqDTO, EstadoNotificacion, type EstadoVal, Estado_Model_MO, FacturaGeneradaDTO, FacturacionDTO, FamiliaItemDTO, FaseDTO$1 as FaseDTO, FaseENTITY, FechaDTO, FechaVigenciaBaremosDTO, FechaVigenciaPCMODTO, FechasDTO, FilesDocDTO, FlagsDTO, FlujoDocDTO, FotoDTO, FotosDTO, FotosSSTDTO$1 as FotosSSTDTO, GOMDTO, GomENTITY, GomNovedadesDTO, GomNovedadesTipoNovedadDTO, GranFamiliaItemDTO, GrupoEmpresaDTO, HPListAsignacionDTO, HPListDTO, HistoricoDTO, HistoricoEmpresasDTO, HitoDTO, HomePassDTO$1 as HomePassDTO, IDataSheetCoordenadas, IDataSheetLineasTdC, IDataSheetMateriales, IDataSheetMedidores, IDataSheetTdC, IDataSheetTiemposCumplimentados, ISheetsJsonChileTdC, IncidenciasChileDTO, IncidenciasDTO, IngresoAlmacenENTITY, InventarioDTO, InventarioLiqDTO, InventarioValDTO, ItemCantidadesDTO, ItemDTO, ItemDetalleLogisticaDTO, ItemDetallePMDTO, ItemENTITY, ItemLogisticaDTO, KeyIntegracionENTITY, LiberacionDePagosAlemaniaENTITY, LiquidadaTOAENTITY, LogAlmacenDTO, LogDTO, LogModificarDTO, LogRegisterDTO, LoteDTO$1 as LoteDTO, MOBaremoDTO, MacroObraChileENTITY, MacroObraENTITY, MailStructureENTITY, ManoObraBaremoDTO, ManoObraENTITY, ManoObraGlobalENTITY, ManoObraGlobalPCMODTO, ManoObraLiberacionPagosDTO, MarcaDTO, MaterialAmapDTO, MaterialCubicacionPeruDTO, MaterialLogisticaDTO, MaterialMOGlobalDTO, MaterialesDTO$1 as MaterialesDTO, MedidorDTO, ModelMOSQLPeruENTITY, ModelObraSQLPeruENTITY, ModeloDTO, MovimientoAlmacenDTO, MovimientoAlmacenENTITY, NodoDocDTO, NombreDescripcionDTO, NotasDTO, NotificacionesENTITY, OTDTO, OTGlobalDTO, ObraChile9512ENTITY, ObraColombia9612ENTITY, ObraENTITY, OpcionSistemaENTITY, OperacionDTO, OperacionDataAdicional, OptionCatalogoDTO, OrigenCUB, PagosECDTO, PaisStockPersonalDTO, ParteDiarioDTO$1 as ParteDiarioDTO, type PayloadTokenDTO, PerfilesENTITY, PeriodoDTO$4 as PeriodoDTO, PeriodoENTITY, PeriodoLiberacionPagosDTO, PermisosAppDTO, PersonalDTO, PersonalENTITY, PersonalLogisticaDTO$1 as PersonalLogisticaDTO, PrecioContratistaMOAL02ENTITY, PrecioContratistaMOAL04ENTITY, PrecioContratistaMOENTITY, PrecioDTO, PrecioEspecialidadENTITY, PrecioMaterialENTITY, PreciosVigentesDTO, PresupuestadoTotalObraChilaDTO, PresupuestadoTotalObraDTO, PresupuestadoTotalObraEmpresaChileDTO, PresupuestadoTotalObraEmpresaCuadrillaChileDTO, PresupuestadoTotalObraEmpresaCuadrillaDTO, PresupuestadoTotalObraEmpresaDTO, PrioridadNotificacion, ProdCursoBaremoFasesCuadrillaDTO, ProdCursoBaremoFasesManoObraDTO, ProdCursoBaremoFasesPeriodoDTO, ProdCursoBaremoFasesUltimaFaseDTO, ProdCursoBaremoFasesUltimoEstadoInternoDTO, ProductosServiciosLiqDTO, ProductosServiciosValDTO, ProfileDTO, RM_ZonasActividadENTITY, RegularizacionPositivaNegativaDTO, RepresentanteLegalDTO, ReservaENTITY, ReservaManoObraRegularizacionENTITY, ResultadoDTO, ResumenAvanceChileDTO, ResumenAvanceDataDocumentacionDTO, ResumenAvanceDataDocumentacionDataWithPercentsByFasesChileDTO, ResumenAvanceDataDocumentacionDataWithPercentsChile, ResumenAvanceDataGranTotal, ResumenAvanceDataGranTotalEmpresasChileDTO, ResumenAvanceDataGranTotalManoObraCHILEDTO, ResumenAvanceDataGranTotalValorizacionesByPeriodosDTO, ResumentAvanceDocumentacionHPDTO, RptProduccionCurso_Baremos_FasesENTITY, SalidaAlmacenENTITY, SeguimientoObraDTO, SincronizacionPersonalDTO, SistemaDto, SistemaENTITY, SizeDTO, SocketDTO, StockAlmacenENTITY, StockAlmacenEquiposENTITY, StockPersonalENTITY, StockPersonalEquiposENTITY, SubEstadoInternoDTO, SubManoObraDTO$1 as SubManoObraDTO, TecnicoValDTO, TipoActividadMOENTITY, TipoAlmacenDTO, TipoClaveENTITY, TipoDocumentoIdentidadDTO, TipoDocumentoUsuarioDTO, TipoEmpresaDTO, TipoEspecialidadMOENTITY, type TipoLiq, TipoMOPCMODTO, TipoMiembroGrupoEmpresaDTO, TipoMovimientoAlmacenDTO, TipoMovimientoAlmacenENTITY, TipoNotificacion, TipoOpcionDTO, TipoOpcionSistemaENTITY, TipoSistemaDTO, TipoStockStockPersonalDTO, type TipoVal, Tipo_MO, ToaClaroENTITY, TotalGeneralObraChileDTO, TotalGeneralObraDTO, TrabajoAlemaniaENTITY, TrabajoENTITY, TrabajoMacroObraAlemaniaENTITY, TransaccionFoliosENTITY, TransaccionesDTO, TurnoDTO$1 as TurnoDTO, UbicacionAlmacenDTO, UbicacionDTO$1 as UbicacionDTO, UbicacionObraDTO, UbicacionTdCDTO, Ultima_FaseLiberacionPagosDTO, Ultima_PreLiquidacionAlemaniaDTO$1 as Ultima_PreLiquidacionAlemaniaDTO, Ultima_PreLiquidacionDTO, Ultima_asignacionDTO$1 as Ultima_asignacionDTO, Ultimo_Estado_InternoLiberacionPagosDTO, UnidadMedidaDTO$2 as UnidadMedidaDTO, UnidadMedidaLiberacionPagosDTO, UnidadObraMaterialENTITY, UpdateUltimaFaseFacturacionDTO, UsuarioBitacoraDTO, UsuarioDTO, UsuarioENTITY, UsuarioEdicionDTO, UsuarioID_UsuarioDTO, UsuarioLogisticaDTO, UsuarioRegistrarDTO, UsuariosAutoinventarioENTITY, ValidadoDTO, ValorizacionAlemaniaDTO$1 as ValorizacionAlemaniaDTO, ValorizacionDTO, ValorizacionManoObraDTO, ValorizacionManoObraRegularizacionDTO, ValorizacionesDTO$1 as ValorizacionesDTO, ValorizadaTOAENTITY, VarianteDTO, VigenciaBaremosDTO, VigenciaDTO, VigenciaPCMODTO, WBEDTO, ZonaTrabajoDTO, ZonaTrabajoENTITY, ZonalesDTO, ZonasDTO, convertStringsToDates, latLngDTO, peru9112TOAENTITY, transformToDateIfEmpty, type typeEstado, type typeEstadoNroDocumento, type typeFuente, type typeTipo, validateAndFormatData, validateArrayBody };
|