sigo-entities 1.1.85 → 1.1.87
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 +184 -410
- package/dist/index.d.ts +184 -410
- package/dist/index.js +1474 -2502
- package/dist/index.mjs +1827 -2846
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -1303,7 +1303,7 @@ declare class HomePassDTO$1 {
|
|
|
1303
1303
|
HouseNumbreComplement: string;
|
|
1304
1304
|
}
|
|
1305
1305
|
|
|
1306
|
-
declare class MaterialesDTO$
|
|
1306
|
+
declare class MaterialesDTO$2 {
|
|
1307
1307
|
Codigo: string;
|
|
1308
1308
|
CodigoLlave: string;
|
|
1309
1309
|
ID_StockPersonal: number;
|
|
@@ -1346,7 +1346,7 @@ declare class SubManoObraDTO$1 {
|
|
|
1346
1346
|
Cantidad: number;
|
|
1347
1347
|
}
|
|
1348
1348
|
|
|
1349
|
-
declare class UbicacionDTO$
|
|
1349
|
+
declare class UbicacionDTO$2 {
|
|
1350
1350
|
Direccion: string;
|
|
1351
1351
|
Localidad_Descrip: string;
|
|
1352
1352
|
Coordenadas: CoordenadasDTO;
|
|
@@ -1380,8 +1380,8 @@ declare class ValorizacionDTO {
|
|
|
1380
1380
|
Puntos: number;
|
|
1381
1381
|
Total: number;
|
|
1382
1382
|
Unidad: string;
|
|
1383
|
-
MaterialesUtilizados: MaterialesDTO$
|
|
1384
|
-
MaterialesRetirados: MaterialesDTO$
|
|
1383
|
+
MaterialesUtilizados: MaterialesDTO$2[];
|
|
1384
|
+
MaterialesRetirados: MaterialesDTO$2[];
|
|
1385
1385
|
DetalleChile: DetalleChileDTO$1;
|
|
1386
1386
|
HomePass: HomePassDTO$1[];
|
|
1387
1387
|
SubManoObra: SubManoObraDTO$1[];
|
|
@@ -1444,7 +1444,7 @@ declare class TrabajoENTITY {
|
|
|
1444
1444
|
Pais: CodigoNombreDTO;
|
|
1445
1445
|
Delegacion: CodigoNombreDTO;
|
|
1446
1446
|
ZonaAsignada: string;
|
|
1447
|
-
Ubicacion: UbicacionDTO$
|
|
1447
|
+
Ubicacion: UbicacionDTO$2;
|
|
1448
1448
|
Ultima_PreLiquidacion: Ultima_PreLiquidacionDTO;
|
|
1449
1449
|
Ultima_asignacion: Ultima_asignacionDTO$1;
|
|
1450
1450
|
Ultimo_Estado_Interno: EstadoInternoWithoutSubstateDTO;
|
|
@@ -1477,8 +1477,8 @@ declare class ValorizacionAlemaniaDTO {
|
|
|
1477
1477
|
Puntos: number;
|
|
1478
1478
|
Total: number;
|
|
1479
1479
|
Unidad: string;
|
|
1480
|
-
MaterialesUtilizados: MaterialesDTO$
|
|
1481
|
-
MaterialesRetirados: MaterialesDTO$
|
|
1480
|
+
MaterialesUtilizados: MaterialesDTO$2[];
|
|
1481
|
+
MaterialesRetirados: MaterialesDTO$2[];
|
|
1482
1482
|
DetalleChile: DetalleChileDTO$1;
|
|
1483
1483
|
HomePass: HomePassDTO$1[];
|
|
1484
1484
|
SubManoObra: SubManoObraDTO$1[];
|
|
@@ -1505,7 +1505,7 @@ declare class TrabajoAlemaniaENTITY {
|
|
|
1505
1505
|
Pais: CodigoNombreDTO;
|
|
1506
1506
|
Delegacion: CodigoNombreDTO;
|
|
1507
1507
|
ZonaAsignada: string;
|
|
1508
|
-
Ubicacion: UbicacionDTO$
|
|
1508
|
+
Ubicacion: UbicacionDTO$2;
|
|
1509
1509
|
Ultima_PreLiquidacion: Ultima_PreLiquidacionAlemaniaDTO;
|
|
1510
1510
|
Ultima_asignacion: Ultima_asignacionDTO$1;
|
|
1511
1511
|
Ultimo_Estado_Interno: EstadoInternoDTO;
|
|
@@ -1538,7 +1538,7 @@ declare class ParteDiarioDTO {
|
|
|
1538
1538
|
EstadosInternos: EstadoInternoDTO[];
|
|
1539
1539
|
}
|
|
1540
1540
|
|
|
1541
|
-
declare class UbicacionDTO {
|
|
1541
|
+
declare class UbicacionDTO$1 {
|
|
1542
1542
|
ID_Direccion: number;
|
|
1543
1543
|
Direccion: string;
|
|
1544
1544
|
Localidad_Descrip: string;
|
|
@@ -1606,7 +1606,7 @@ declare class ContrataDTO {
|
|
|
1606
1606
|
Estados_Internos: EstadoInternoDTO[];
|
|
1607
1607
|
}
|
|
1608
1608
|
|
|
1609
|
-
declare class MaterialesDTO {
|
|
1609
|
+
declare class MaterialesDTO$1 {
|
|
1610
1610
|
Codigo: string;
|
|
1611
1611
|
CodigoLlave: string;
|
|
1612
1612
|
Descripcion: string;
|
|
@@ -1716,8 +1716,8 @@ declare class ValorizacionTMOAlemaniaDTO {
|
|
|
1716
1716
|
Puntos: number;
|
|
1717
1717
|
Total: number;
|
|
1718
1718
|
Unidad: string;
|
|
1719
|
-
MaterialesUtilizados: MaterialesDTO[];
|
|
1720
|
-
MaterialesRetirados: MaterialesDTO[];
|
|
1719
|
+
MaterialesUtilizados: MaterialesDTO$1[];
|
|
1720
|
+
MaterialesRetirados: MaterialesDTO$1[];
|
|
1721
1721
|
DetalleChile: DetalleChileDTO;
|
|
1722
1722
|
HomePass: HomePassDTO[];
|
|
1723
1723
|
SubManoObra: SubManoObraDTO[];
|
|
@@ -1751,7 +1751,7 @@ declare class TrabajoMacroObraAlemaniaENTITY {
|
|
|
1751
1751
|
Pais: CodigoNombreDTO;
|
|
1752
1752
|
Delegacion: CodigoNombreDTO;
|
|
1753
1753
|
ZonaAsignada: string;
|
|
1754
|
-
Ubicacion: UbicacionDTO;
|
|
1754
|
+
Ubicacion: UbicacionDTO$1;
|
|
1755
1755
|
Ultima_PreLiquidacion: Ultima_PreLiquidacionTMOAlemaniaDTO;
|
|
1756
1756
|
Ultima_asignacion: Ultima_asignacionDTO;
|
|
1757
1757
|
Ultimo_Estado_Interno: EstadoInternoDTO;
|
|
@@ -2785,6 +2785,31 @@ declare class FaseENTITY {
|
|
|
2785
2785
|
UsuarioCierre: UsuarioDTO;
|
|
2786
2786
|
Estado: EstadoDTO;
|
|
2787
2787
|
}
|
|
2788
|
+
declare enum FasesType {
|
|
2789
|
+
FASE1 = "Fase1",
|
|
2790
|
+
FASE2 = "Fase2",
|
|
2791
|
+
FASE3 = "Fase3"
|
|
2792
|
+
}
|
|
2793
|
+
declare class CondicionDTO {
|
|
2794
|
+
estado: string;
|
|
2795
|
+
subestado: string;
|
|
2796
|
+
evento: string;
|
|
2797
|
+
}
|
|
2798
|
+
declare class FasePagoDTO {
|
|
2799
|
+
fase: FasesType;
|
|
2800
|
+
descripcion: string;
|
|
2801
|
+
condicion: CondicionDTO;
|
|
2802
|
+
porcentaje: number;
|
|
2803
|
+
}
|
|
2804
|
+
declare class ContratoPagosENTITY {
|
|
2805
|
+
Pais: CodigoNombreDTO;
|
|
2806
|
+
Delegacion: CodigoNombreDTO;
|
|
2807
|
+
Empresa: EmpresaDTO$4;
|
|
2808
|
+
fasesPago: FasePagoDTO[];
|
|
2809
|
+
FechaInicio: Date;
|
|
2810
|
+
FechaFin: Date;
|
|
2811
|
+
Estado: EstadoDTO;
|
|
2812
|
+
}
|
|
2788
2813
|
|
|
2789
2814
|
declare class AgenciaENTITY {
|
|
2790
2815
|
ID_Agencia: number;
|
|
@@ -5473,380 +5498,151 @@ declare class DataScraperClaroVTRENTITY {
|
|
|
5473
5498
|
'Items Orden': ItemsOrdenScraperClaroVTRDTO[];
|
|
5474
5499
|
}
|
|
5475
5500
|
|
|
5476
|
-
declare
|
|
5477
|
-
|
|
5478
|
-
|
|
5479
|
-
|
|
5480
|
-
|
|
5481
|
-
|
|
5482
|
-
|
|
5483
|
-
|
|
5484
|
-
|
|
5485
|
-
|
|
5486
|
-
|
|
5487
|
-
|
|
5488
|
-
|
|
5489
|
-
|
|
5490
|
-
|
|
5491
|
-
|
|
5492
|
-
|
|
5493
|
-
|
|
5494
|
-
|
|
5495
|
-
|
|
5496
|
-
|
|
5497
|
-
|
|
5498
|
-
|
|
5499
|
-
|
|
5500
|
-
|
|
5501
|
-
|
|
5502
|
-
|
|
5503
|
-
|
|
5504
|
-
|
|
5505
|
-
|
|
5506
|
-
|
|
5507
|
-
|
|
5508
|
-
|
|
5509
|
-
|
|
5510
|
-
|
|
5511
|
-
|
|
5512
|
-
|
|
5513
|
-
|
|
5514
|
-
|
|
5515
|
-
|
|
5516
|
-
|
|
5517
|
-
|
|
5518
|
-
|
|
5519
|
-
|
|
5520
|
-
|
|
5521
|
-
|
|
5522
|
-
|
|
5523
|
-
|
|
5524
|
-
|
|
5525
|
-
|
|
5526
|
-
|
|
5527
|
-
|
|
5528
|
-
|
|
5529
|
-
|
|
5530
|
-
|
|
5531
|
-
|
|
5532
|
-
|
|
5533
|
-
|
|
5534
|
-
|
|
5535
|
-
|
|
5536
|
-
|
|
5537
|
-
|
|
5538
|
-
|
|
5539
|
-
|
|
5540
|
-
|
|
5541
|
-
|
|
5542
|
-
|
|
5543
|
-
|
|
5544
|
-
|
|
5545
|
-
|
|
5546
|
-
|
|
5547
|
-
|
|
5548
|
-
|
|
5549
|
-
|
|
5550
|
-
|
|
5551
|
-
|
|
5552
|
-
|
|
5553
|
-
|
|
5554
|
-
|
|
5555
|
-
|
|
5556
|
-
|
|
5557
|
-
|
|
5558
|
-
|
|
5559
|
-
|
|
5560
|
-
|
|
5561
|
-
|
|
5562
|
-
|
|
5563
|
-
|
|
5564
|
-
|
|
5565
|
-
|
|
5566
|
-
|
|
5567
|
-
|
|
5568
|
-
|
|
5569
|
-
|
|
5570
|
-
|
|
5571
|
-
|
|
5572
|
-
|
|
5573
|
-
|
|
5574
|
-
|
|
5575
|
-
|
|
5576
|
-
|
|
5577
|
-
|
|
5578
|
-
|
|
5579
|
-
|
|
5580
|
-
|
|
5581
|
-
|
|
5582
|
-
|
|
5583
|
-
|
|
5584
|
-
|
|
5585
|
-
|
|
5586
|
-
|
|
5587
|
-
|
|
5588
|
-
|
|
5589
|
-
|
|
5590
|
-
|
|
5591
|
-
|
|
5592
|
-
|
|
5593
|
-
|
|
5594
|
-
|
|
5595
|
-
|
|
5596
|
-
|
|
5597
|
-
|
|
5598
|
-
|
|
5599
|
-
|
|
5600
|
-
|
|
5601
|
-
|
|
5602
|
-
|
|
5603
|
-
|
|
5604
|
-
|
|
5605
|
-
|
|
5606
|
-
|
|
5607
|
-
|
|
5608
|
-
|
|
5609
|
-
|
|
5610
|
-
|
|
5611
|
-
|
|
5612
|
-
|
|
5613
|
-
|
|
5614
|
-
|
|
5615
|
-
|
|
5616
|
-
|
|
5617
|
-
|
|
5618
|
-
|
|
5619
|
-
|
|
5620
|
-
|
|
5621
|
-
Código_completado_reparación_y_preventivo_ADSL: string;
|
|
5622
|
-
Velocidad_Internet_Requerimiento: string;
|
|
5623
|
-
Tap: string;
|
|
5624
|
-
Amplificador: string;
|
|
5625
|
-
Nodo: string;
|
|
5626
|
-
Troba: string;
|
|
5627
|
-
"Número_de_Puntos_Adicionales(Cableado)": string;
|
|
5628
|
-
"Puntos_Adicionales(Cableado)": string;
|
|
5629
|
-
Desea_la_instalación_de_repetidor_?: string;
|
|
5630
|
-
Cableado_01_MTS: string;
|
|
5631
|
-
Resultado_de_llamadas_1: string;
|
|
5632
|
-
Estado_de_servicio_indicado_por_cliente_1: string;
|
|
5633
|
-
Resultado_de_llamadas_2: string;
|
|
5634
|
-
Estado_de_servicio_indicado_por_cliente_2: string;
|
|
5635
|
-
Resultado_de_llamadas_3: string;
|
|
5636
|
-
Estado_de_servicio_indicado_por_cliente_3: string;
|
|
5637
|
-
Indicador_de_Estados_de_Acometida: string;
|
|
5638
|
-
Motivo_de_No_Recojo: string;
|
|
5639
|
-
Observación_de_No_Recojo: string;
|
|
5640
|
-
Envio_Correcto_de_Reasignacion: string;
|
|
5641
|
-
Envio_Fallido_de_Reasignacion: string;
|
|
5642
|
-
Envio_de_psi: string;
|
|
5643
|
-
Validacion_del_COM: string;
|
|
5644
|
-
Número_Teléfono: string;
|
|
5645
|
-
Causa_completado_reparación_y_preventivo_STB: string;
|
|
5646
|
-
Código_completado_reparación_y_preventivo_STB: string;
|
|
5647
|
-
Segmento: string;
|
|
5648
|
-
Código_de_Jefatura: string;
|
|
5649
|
-
Estado_del_Borne: string;
|
|
5650
|
-
Borne: string;
|
|
5651
|
-
Rotulado_del_CTO: string;
|
|
5652
|
-
Estado_Final_de_Acometida_HFC: string;
|
|
5653
|
-
Realizar_recojo_de_equipos: string;
|
|
5654
|
-
Estado_de_Outbound_de_Soporte_de_Planta_101: string;
|
|
5655
|
-
Foto_de_Cintillo_01: string;
|
|
5656
|
-
Foto_de_Cintillo_02: string;
|
|
5657
|
-
helpdesk_proyecto: string;
|
|
5658
|
-
Sistema_Origen: string;
|
|
5659
|
-
Datos_Borne: string;
|
|
5660
|
-
Motivo_de_Soporte_de_Planta_101: string;
|
|
5661
|
-
Sub_Motivo_de_Soporte_de_Planta_101: string;
|
|
5662
|
-
"Fecha/Hora_de_Solicitud_de_Planta_101": string;
|
|
5663
|
-
Observación_Soporte_de_Planta_101: string;
|
|
5664
|
-
Número_de_intentos_del_soporte_de_101: string;
|
|
5665
|
-
Estado_de_Soporte_de_Planta_101: string;
|
|
5666
|
-
Fecha_Respuesta_de_Soporte_de_Planta_101: string;
|
|
5667
|
-
Observación_Respuesta_de_Soporte_de_Planta_101: string;
|
|
5668
|
-
AccessID: string;
|
|
5669
|
-
Zonal: string;
|
|
5670
|
-
Nombre_de_Contrata_Final: string;
|
|
5671
|
-
ID_del_Ticket: string;
|
|
5672
|
-
"Ofertas_de_Productos/Servicios": string;
|
|
5673
|
-
Nombre_Actual_del_Oferta_de_Producto: string;
|
|
5674
|
-
Nombre_Actual_del_Producto: string;
|
|
5675
|
-
Velocidad_de_Bajada_Actual: string;
|
|
5676
|
-
Velocidad_de_Subida_Actual: string;
|
|
5677
|
-
Indicador_de_Cambio_de_Tecnología: string;
|
|
5678
|
-
Tipo_de_Operación: string;
|
|
5679
|
-
Preferencia: string;
|
|
5680
|
-
Fecha_de_Procesamiento_de_Preferencia: string;
|
|
5681
|
-
Usuario_de_Procesamiento_de_Preferencia: string;
|
|
5682
|
-
Sub_Motivo_de_Suspensión: string;
|
|
5683
|
-
Quiebres: string;
|
|
5684
|
-
"ID_de_servicio_VOZ_para_la_Activacion_(Telefono_provisionado)": string;
|
|
5685
|
-
Ultimo_ActivityId: string;
|
|
5686
|
-
Nombre_de_persona_de_contacto_1: string;
|
|
5687
|
-
Fecha_de_registro_de_llamadas_1: string;
|
|
5688
|
-
Teléfono_Contacto_6: string;
|
|
5689
|
-
Nombre_de_persona_de_contacto_2: string;
|
|
5690
|
-
Fecha_de_registro_de_llamadas_2: string;
|
|
5691
|
-
Teléfono_Contacto_7: string;
|
|
5692
|
-
Nombre_de_persona_de_contacto_3: string;
|
|
5693
|
-
Fecha_de_registro_de_llamadas_3: string;
|
|
5694
|
-
Llamada: string;
|
|
5695
|
-
Teléfono_Contacto_1: string;
|
|
5696
|
-
Teléfono_Contacto_2: string;
|
|
5697
|
-
Tipo_de_actividad: string;
|
|
5698
|
-
Teléfono_Contacto_3: string;
|
|
5699
|
-
Teléfono_Contacto_4: string;
|
|
5700
|
-
Teléfono_Contacto_5: string;
|
|
5701
|
-
Telefono_de_Contacto: string;
|
|
5702
|
-
Teléfonos_adicionales: string;
|
|
5703
|
-
Usuario_Línea_de_Rescate: string;
|
|
5704
|
-
Equipo_Obsoleto: string;
|
|
5705
|
-
Nombre_de_Provincia: string;
|
|
5706
|
-
Departamento: string;
|
|
5707
|
-
Prioridad: string;
|
|
5708
|
-
Orden_Pangea: string;
|
|
5709
|
-
LineId: string;
|
|
5710
|
-
ONT_Token: string;
|
|
5711
|
-
Tipo_de_Activacion: string;
|
|
5712
|
-
Reiterada_TDI: string;
|
|
5713
|
-
Foto_de_la_Evidencia: string;
|
|
5714
|
-
Fotografía_adicional_1: string;
|
|
5715
|
-
Foto_Evidencia_02: string;
|
|
5716
|
-
Ticket_identifier: string;
|
|
5717
|
-
Recurso_Actual: string;
|
|
5718
|
-
DELIndicador_Brigada: string;
|
|
5719
|
-
Tecnología_TV: string;
|
|
5720
|
-
Equipos_Modem: string;
|
|
5721
|
-
Indicador_de_Stopeo: string;
|
|
5722
|
-
Indicador_Contrata_Migradora: string;
|
|
5723
|
-
Teléfono_Contacto_01: string;
|
|
5724
|
-
Nombre_Persona_que_Recibe: string;
|
|
5725
|
-
Posición_CTO: string;
|
|
5726
|
-
Indicador_de_Foto_de_Chatbot: string;
|
|
5727
|
-
CTO_Reasignado: string;
|
|
5728
|
-
Borne_Reasignado: string;
|
|
5729
|
-
Canal_de_agendamiento: string;
|
|
5730
|
-
Usuario_de_agendamiento: string;
|
|
5731
|
-
Fecha_de_agendamiento: string;
|
|
5732
|
-
Franja_de_agendamiento: string;
|
|
5733
|
-
Indicador_Migra_x_AVeria: string;
|
|
5734
|
-
Escenarios: string;
|
|
5735
|
-
Dirección_real: string;
|
|
5736
|
-
"Direccion_errada/incompleta": string;
|
|
5737
|
-
Indicador_de_Reagendamiento: string;
|
|
5738
|
-
Cliente_x_Blindaje: string;
|
|
5739
|
-
Respuesta_de_Whatsapp_Botmaker: string;
|
|
5740
|
-
ID_de_le_sesión_en_botmaker: string;
|
|
5741
|
-
Hora_de_envío_del_mensaje_de_WhatsApp: string;
|
|
5742
|
-
Hora_de_recepción_del_mensaje_de_WhatsApp: string;
|
|
5743
|
-
Hora_de_lectura_del_mensaje_de_WhatsApp: string;
|
|
5744
|
-
Hora_de_respuesta_al_mensaje_de_WhatsApp: string;
|
|
5745
|
-
Respuesta_al_mensaje_de_WhatsApp: string;
|
|
5746
|
-
Identificador_de_la_plantilla_a_enviar_a_botmaker: string;
|
|
5747
|
-
Número_de_WhatsApp_de_Telefónica: string;
|
|
5748
|
-
"¿EL_MOTIVO_DE_DEVOLUCION_ES_CORRECTO?": string;
|
|
5749
|
-
"¿EL_TECNICO_DEBIO_DEVOLVER_EL_PEDIDO?": string;
|
|
5750
|
-
Motivo_no_realizado_Inicial: string;
|
|
5751
|
-
DESCRIPCION_DE_MOTIVO_DE_DEVOLUCION_CORRECTO: string;
|
|
5752
|
-
Motivo_no_realizado_Final: string;
|
|
5753
|
-
Observaciones_Inspeccion: string;
|
|
5754
|
-
"¿Se_ubica_al_Técnico_en_casa_del_cliente?": string;
|
|
5755
|
-
"¿Es_posible_la_atención_del_requerimiento?": string;
|
|
5756
|
-
"No,_ubica_al_técnico": string;
|
|
5757
|
-
Estado_original_de_la_actividad: string;
|
|
5758
|
-
Motivo_completado_Inicial: string;
|
|
5759
|
-
Motivo_completado_Final: string;
|
|
5760
|
-
Motivo_completado_Correcto: string;
|
|
5761
|
-
Tipo_de_Reclamo: string;
|
|
5762
|
-
Gestion_de_Aseguramiento: string;
|
|
5763
|
-
"¿Existe_cobertura_de_Fibra_en_la_zona?": string;
|
|
5764
|
-
Tipo_de_Vivienda: string;
|
|
5765
|
-
Actualización_de_Dirección: string;
|
|
5766
|
-
Direccion_completa_y_referencia: string;
|
|
5767
|
-
Numeración: string;
|
|
5768
|
-
Nro_Departamento: string;
|
|
5769
|
-
Piso: string;
|
|
5770
|
-
Interior: string;
|
|
5771
|
-
Indicar_Motivo_porque_no_es_factible: string;
|
|
5772
|
-
Indicar_SubMotivo_porque_no_es_factible: string;
|
|
5773
|
-
Nro_de_Departamento_UIP: string;
|
|
5774
|
-
Observación_Censo: string;
|
|
5775
|
-
Tipo_de_CTO: string;
|
|
5776
|
-
CTO_Cercano: string;
|
|
5777
|
-
Foto_CTO: string;
|
|
5778
|
-
Cliente_desea_Migrar: string;
|
|
5779
|
-
Datos_de_Contacto_1: string;
|
|
5780
|
-
Datos_de_Contacto_2: string;
|
|
5781
|
-
Recomendación_de_Agenda: string;
|
|
5782
|
-
Motivo_porque_no_dese_migrar: string;
|
|
5783
|
-
Cliente_referidos_para_migración: string;
|
|
5784
|
-
Observacion_cliente_desea_Migrar: string;
|
|
5785
|
-
MigraxPeinado: string;
|
|
5786
|
-
Cliente_contesto: string;
|
|
5787
|
-
Comentarios_COM: string;
|
|
5788
|
-
Gestor_LDR_Provision: string;
|
|
5789
|
-
Usuario_de_aseguramiento_COT: string;
|
|
5790
|
-
Respuesta_de_Whatsapp_Botmaker_10105: string;
|
|
5791
|
-
ID_de_le_sesión_en_botmaker_10105: string;
|
|
5792
|
-
Hora_de_envío_del_mensaje_de_WhatsApp_10105: string;
|
|
5793
|
-
Hora_de_recepción_del_mensaje_de_WhatsApp_10105: string;
|
|
5794
|
-
Hora_de_lectura_del_mensaje_de_WhatsApp_10105: string;
|
|
5795
|
-
Hora_de_respuesta_al_mensaje_de_WhatsApp_10105: string;
|
|
5796
|
-
Respuesta_al_mensaje_de_WhatsApp_10105: string;
|
|
5797
|
-
Identificador_de_la_plantilla_a_enviar_a_botmaker_10105: string;
|
|
5798
|
-
Número_de_WhatsApp_de_Telefónica_10105: string;
|
|
5799
|
-
Maqueta_de_Botmaker_10105: string;
|
|
5800
|
-
Cierre_asegurado_efectiva: string;
|
|
5801
|
-
Flag_Migration: string;
|
|
5802
|
-
Indicador_de_Averia_x_Fibra: string;
|
|
5803
|
-
Entidad_del_Vendedor: string;
|
|
5804
|
-
Grupo_Canal_del_Vendedor: string;
|
|
5805
|
-
Razon_Social_del_Vendedor: string;
|
|
5806
|
-
Motivo_de_Incidencias_Pex: string;
|
|
5807
|
-
Submotivo_de_Incidencias_Pex: string;
|
|
5808
|
-
Observacion_Incidencia_Pex: string;
|
|
5809
|
-
Observaciones_completado_Incidencias_PEXT: string;
|
|
5810
|
-
Captura_de_Coordenadas: string;
|
|
5811
|
-
Indicador_de_Brigada: string;
|
|
5812
|
-
Validación_Conforme: string;
|
|
5813
|
-
"Direccion_-_Brigada": string;
|
|
5814
|
-
"Referencia_-_Brigada": string;
|
|
5815
|
-
"Sub_Motivo_-_Brigada": string;
|
|
5816
|
-
"Observación_-_Brigada": string;
|
|
5817
|
-
"Evidencia_-_Brigada": string;
|
|
5818
|
-
Tipo_de_Temático_Instalación: string;
|
|
5819
|
-
Motivo_de_Temático_Instalación: string;
|
|
5820
|
-
Sub_Motivo_de_Temático_Instalación: string;
|
|
5821
|
-
Cliente_acepta_Solución_Anticipada_de_Reclamo: string;
|
|
5822
|
-
"Avería_Efectiva Marca SAR-T": string;
|
|
5823
|
-
"Tecnologia_-_Interna": string;
|
|
5824
|
-
Validación_Requerimiento: string;
|
|
5825
|
-
Código_de_Cliente_interna: string;
|
|
5826
|
-
DNI_Cliente_interna: string;
|
|
5827
|
-
"Observaciones_de_TOA_-_interna": string;
|
|
5828
|
-
"Persona_de_contacto_-_interna": string;
|
|
5829
|
-
"Teléfono_de_contacto_-_interna": string;
|
|
5830
|
-
"Marca_inefectiva_y_efectiva_-_interna": string;
|
|
5831
|
-
"Foto_fachada_-_interna": string;
|
|
5832
|
-
"Foto_boleta_-_interna": string;
|
|
5833
|
-
Averia_por_MxA: string;
|
|
5834
|
-
Usuario_rechaza_orden: string;
|
|
5835
|
-
SELECCIONAR_EL_TIPO_DE_MOTIVO_DE_DEVOLUCIÓN_CORRECTA: string;
|
|
5836
|
-
Resultado_de_llamadas_4: string;
|
|
5837
|
-
Resultado_de_llamadas_5: string;
|
|
5838
|
-
Resultado_de_llamadas_6: string;
|
|
5839
|
-
Resultado_de_llamadas_7: string;
|
|
5840
|
-
Resultado_de_llamadas_8: string;
|
|
5841
|
-
Resultado_de_llamadas_9: string;
|
|
5842
|
-
Fecha_de_registro_de_llamadas_04: string;
|
|
5843
|
-
Fecha_de_registro_de_llamadas_05: string;
|
|
5844
|
-
Fecha_de_registro_de_llamadas_06: string;
|
|
5845
|
-
Fecha_de_registro_de_llamadas_07: string;
|
|
5846
|
-
Fecha_de_registro_de_llamadas_08: string;
|
|
5847
|
-
Fecha_de_registro_de_llamadas_09: string;
|
|
5848
|
-
Cantidad_de_Zonas_Validadas: string;
|
|
5849
|
-
Salida_a_campo: string;
|
|
5501
|
+
declare enum StateInventory {
|
|
5502
|
+
PENDIENTE = "Pendiente",
|
|
5503
|
+
PROCESADO = "Procesado"
|
|
5504
|
+
}
|
|
5505
|
+
declare class TOAOrderStockENTITY {
|
|
5506
|
+
_id: string;
|
|
5507
|
+
toa_resource_id: number;
|
|
5508
|
+
itemCode: string;
|
|
5509
|
+
lot: string;
|
|
5510
|
+
serial: string;
|
|
5511
|
+
quantity: number;
|
|
5512
|
+
numero_de_peticion: string;
|
|
5513
|
+
state: StateInventory;
|
|
5514
|
+
}
|
|
5515
|
+
|
|
5516
|
+
declare class SegmentoDTO {
|
|
5517
|
+
codigo: string;
|
|
5518
|
+
descripcion: string;
|
|
5519
|
+
}
|
|
5520
|
+
declare class UbicacionDTO {
|
|
5521
|
+
localidad: string;
|
|
5522
|
+
direccion: string;
|
|
5523
|
+
direccion_polar_x: number;
|
|
5524
|
+
direccion_polar_y: number;
|
|
5525
|
+
clave_zona_de_trabajo: string;
|
|
5526
|
+
zona_de_trabajo: string;
|
|
5527
|
+
departamento: string;
|
|
5528
|
+
}
|
|
5529
|
+
declare class PlantaDTO {
|
|
5530
|
+
tap: number;
|
|
5531
|
+
amplificador: string;
|
|
5532
|
+
nodo: string;
|
|
5533
|
+
troba: string;
|
|
5534
|
+
estado_del_borne: string;
|
|
5535
|
+
rotulado_del_cto: string;
|
|
5536
|
+
datos_borne: number;
|
|
5537
|
+
}
|
|
5538
|
+
declare class MaterialesDTO {
|
|
5539
|
+
codigo: string;
|
|
5540
|
+
descripcion: string;
|
|
5541
|
+
lote: string;
|
|
5542
|
+
cantidad: number;
|
|
5543
|
+
invsn: string;
|
|
5544
|
+
invtype: string;
|
|
5545
|
+
invpool: string;
|
|
5546
|
+
state: StateInventory;
|
|
5547
|
+
}
|
|
5548
|
+
declare class ProductosServiciosContratadoDTO {
|
|
5549
|
+
codigo: string;
|
|
5550
|
+
descripcion: string;
|
|
5551
|
+
codigo_material: string;
|
|
5552
|
+
numero_serie_mac_address: string;
|
|
5553
|
+
tipo_equipo: string;
|
|
5554
|
+
}
|
|
5555
|
+
|
|
5556
|
+
declare class Peru9112TOAENTITY {
|
|
5557
|
+
tcnico: string;
|
|
5558
|
+
id_recurso: number;
|
|
5559
|
+
numero_ot: number;
|
|
5560
|
+
subtipo_de_actividad: string;
|
|
5561
|
+
numero_de_peticion: string;
|
|
5562
|
+
fecha_de_cita: string;
|
|
5563
|
+
time_slot: string;
|
|
5564
|
+
ubicacion: UbicacionDTO;
|
|
5565
|
+
nombre_cliente: string;
|
|
5566
|
+
duracion_de_la_actividad: string;
|
|
5567
|
+
habilidad_del_trabajo: string;
|
|
5568
|
+
estado_actividad: string;
|
|
5569
|
+
categora_de_capacidad: string;
|
|
5570
|
+
tecnologa_voz: string;
|
|
5571
|
+
validacion_tecnica: string;
|
|
5572
|
+
hora_de_asignacion_de_actividad: string;
|
|
5573
|
+
alertas_de_cumplimiento: string;
|
|
5574
|
+
fecha_de_registro_legados: string;
|
|
5575
|
+
usuario: string;
|
|
5576
|
+
tipo_de_cita: string;
|
|
5577
|
+
observaciones_en_legados: string;
|
|
5578
|
+
hora_inicio_actividad: string;
|
|
5579
|
+
hora_fin: string;
|
|
5580
|
+
codigo_de_cliente: number;
|
|
5581
|
+
observaciones_en_toa: string;
|
|
5582
|
+
empresa: string;
|
|
5583
|
+
fecha_registro_de_actividad_en_toa: string;
|
|
5584
|
+
usuario_de_cierre: string;
|
|
5585
|
+
usuario_de_no_realizado_tecnico: string;
|
|
5586
|
+
hora_de_pre_no_realizado_tecnico: string;
|
|
5587
|
+
indicador_de_pre_devolucion_por_tecnico: string;
|
|
5588
|
+
actividad_gpon: string;
|
|
5589
|
+
usuario_completar: string;
|
|
5590
|
+
coordenada_x_direccion_tap: number;
|
|
5591
|
+
coordenada_y_direccion_tap: number;
|
|
5592
|
+
nombre_distrito: string;
|
|
5593
|
+
tipo_de_tecnologa_legados: string;
|
|
5594
|
+
numero_de_cintillo: number;
|
|
5595
|
+
estado_de_certificacion_de_internet: string;
|
|
5596
|
+
estado_de_activacion_de_modem_tb: string;
|
|
5597
|
+
certificacion_de_wifi_toolbox: string;
|
|
5598
|
+
estado_de_certificacion_de_toolbox: string;
|
|
5599
|
+
velocidad_internet_requerimiento: number;
|
|
5600
|
+
planta: PlantaDTO;
|
|
5601
|
+
nmero_telfono: number;
|
|
5602
|
+
segmento: SegmentoDTO;
|
|
5603
|
+
sistema_origen: string;
|
|
5604
|
+
datos_borne: number;
|
|
5605
|
+
fechahora_de_solicitud_de_planta_101: string;
|
|
5606
|
+
observacin_soporte_de_planta_101: string;
|
|
5607
|
+
nmero_de_intentos_del_soporte_de_101: number;
|
|
5608
|
+
estado_de_soporte_de_planta_101: string;
|
|
5609
|
+
fecha_respuesta_de_soporte_de_planta_101: string;
|
|
5610
|
+
observacion_respuesta_de_soporte_de_planta_101: string;
|
|
5611
|
+
accessid: number;
|
|
5612
|
+
nombre_de_contrata_final: string;
|
|
5613
|
+
motivo_de_soporte_de_planta_101_1: string;
|
|
5614
|
+
sub_motivo_de_soporte_de_planta_101_1: string;
|
|
5615
|
+
ofertas_de_productosservicios: string;
|
|
5616
|
+
indicador_de_cambio_de_tecnologia: string;
|
|
5617
|
+
ultimo_activityid: number;
|
|
5618
|
+
telefono_contacto_2: number;
|
|
5619
|
+
tipo_de_actividad: string;
|
|
5620
|
+
nombre_de_provincia: string;
|
|
5621
|
+
departamento: string;
|
|
5622
|
+
prioridad: string;
|
|
5623
|
+
orden_pangea: string;
|
|
5624
|
+
reiterada_tdi: string;
|
|
5625
|
+
recurso_actual: string;
|
|
5626
|
+
tecnologia_tv: string;
|
|
5627
|
+
equipos_modem: string;
|
|
5628
|
+
nombre_persona_que_recibe: string;
|
|
5629
|
+
canal_de_agendamiento: string;
|
|
5630
|
+
usuario_de_agendamiento: string;
|
|
5631
|
+
fecha_de_agendamiento: string;
|
|
5632
|
+
franja_de_agendamiento: string;
|
|
5633
|
+
direccion_erradaincompleta: string;
|
|
5634
|
+
numero_de_whatsapp_de_telefonica: number;
|
|
5635
|
+
existe_cobertura_de_fibra_en_la_zona: string;
|
|
5636
|
+
tipo_de_vivienda: string;
|
|
5637
|
+
actualizacin_de_direccin: string;
|
|
5638
|
+
direccion_completa_y_referencia: string;
|
|
5639
|
+
numeracion: number;
|
|
5640
|
+
cliente_acepta_solucion_anticipada_de_reclamo: string;
|
|
5641
|
+
averia_por_mxa: string;
|
|
5642
|
+
pedido_recuperado: string;
|
|
5643
|
+
reprogramado_por_prioridad: string;
|
|
5644
|
+
inventory: MaterialesDTO[];
|
|
5645
|
+
productos_servicios_contratado: ProductosServiciosContratadoDTO[];
|
|
5850
5646
|
}
|
|
5851
5647
|
|
|
5852
5648
|
declare class BitacoraDeOrdenesDTO {
|
|
@@ -6017,32 +5813,10 @@ declare class OnnetFibraENTITY extends BitacoraDeOrdenesDTO {
|
|
|
6017
5813
|
DetailMaintenanceOrder: DetailMaintenanceOrderDTO;
|
|
6018
5814
|
}
|
|
6019
5815
|
|
|
6020
|
-
declare enum StateInventory {
|
|
6021
|
-
PENDIENTE = "Pendiente",
|
|
6022
|
-
PROCESADO = "Procesado"
|
|
6023
|
-
}
|
|
6024
|
-
declare class TOAOrderStockENTITY {
|
|
6025
|
-
_id: string;
|
|
6026
|
-
toa_resource_id: number;
|
|
6027
|
-
itemCode: string;
|
|
6028
|
-
lot: string;
|
|
6029
|
-
serial: string;
|
|
6030
|
-
quantity: number;
|
|
6031
|
-
numero_de_peticion: string;
|
|
6032
|
-
state: StateInventory;
|
|
6033
|
-
}
|
|
6034
|
-
|
|
6035
5816
|
declare class RequestNumberTTLENTITY {
|
|
6036
5817
|
_id: string;
|
|
6037
5818
|
numero_de_peticion: string;
|
|
6038
5819
|
createdAt: Date;
|
|
6039
5820
|
}
|
|
6040
5821
|
|
|
6041
|
-
declare const collections: {
|
|
6042
|
-
readonly toaOrder: "toaOrders";
|
|
6043
|
-
readonly scrapingCredential: "scrapingCredentials";
|
|
6044
|
-
readonly requestNumberTTL: "requestNumberTTL";
|
|
6045
|
-
readonly toaOrderStock: "toaOrderStock";
|
|
6046
|
-
};
|
|
6047
|
-
|
|
6048
|
-
export { ADM_RM_ZonasActividadENTITY, ActaFinalCubicacionDTO, ActaFinalCubicacionSharedDTO, ActividadZonasActividadDTO, ActividadesDTO, AddMOPContrataMODTO, AddressListENTITY, AgenciaDTO, AgenciaENTITY, AgenciasDTO, AlmacenDTO, AlmacenENTITY, AlmacenExtraENTITY, AlmacenLogisticaDTO, AlmacenUsuarioGIADTO, AnexosDetailMantenanceOrderDTO, AreaGOMDTO, AreaGOMDatosReferenciaDTO, AreaGOMENTITY, AreaGOMSubGOMSDTO, AreaGomDTO, AsignacionGomDTO, AsignacionGomDTO_Old, AtencionOrdenesLiquidadasENTITY, AtiendeBodegaDTO, AutoInventarioENTITY, BaremoAlemaniaENTITY, BaremoProcessENTITY, BaremosAlemaniaENTITY, BaremosChileENTITY, BaremosColombiaENTITY, BaremosTOAChileENTITY, BaremosTOAENTITY, BitacoraAntiguaDTO, BitacoraDTO, BitacoraDeOrdenesDTO, BitacoraLiqDTO, BitacoraOpcionSitemaDTO, BodegaENTITY, BodyUpdateFasesDTO, BodyUpdateOne, CabeceraCubicacionColombiaDTO, CabeceraCubicajeAlemaniaDTO, CabeceraCubicajeChileDTO, CabeceraCubicajeDTO, CabeceraCubicajePeruDTO, CalculatePercentsDTO, CambioEstadoFacturadoRequest, CambioEstadoFaseRequest, CambiosEstadosFaseLiberacionPagosDTO, CargoPersonalENTITY, CausacionCubicacionColombiaDTO, CausacionCubicacionDTO, CausacionDTO, CentroCostosDTO, CentroCostosENTITY, CertificacionDTO, ChangeStateBaremosDTO, ChileTdCENTITY, ClienteDTO, ClienteTdCDTO, Cliente_ContratistaDTO, CodigoDescripcionDTO, type CodigoMovimientoAlmacen, CodigoNombreDTO, CodigoNombreUMDTO, CodigoRazonSocialDTO, CodigoTituloDTO, ConsumoMaterialAlemaniaENTITY, ConsumoMaterialENTITY, ContratistaDTO, ContratistasDTO, Contratistas_PE_DTO, ContratoDTO, ContratoOTDTO, ContratoOTENTITY, ContratoOTGeneralDTO, ContratoOT_PRE_DTO, ContratoOT_ZT_DTO, ContratoObraOTDTO, ConversionLogisticaDTO, CoordenadasDTO, CoordenadasTdCDTO, CorteBobinaStockAlmacenDTO, CosumoMaterialAlemaniaDTO, CuadrillaBaremoDTO, CuadrillaDTO, CuadrillaENTITY, CuadrillaLiberacionPagosDTO, CubicacionAlemaniaAL02ENTITY, CubicacionChile9512ENTITY, CubicacionColombia9612ENTITY, CubicacionENTITY, CubicacionPeru9112ENTITY, CumplimientoDTO, DataAdicionalDTO, DataCatalogoItemDTO, DataChildrenTreeNodes, DataDocumentacionDTO, DataGridTabBusinessHP, DataGridTabResidentialHP, DataScraperClaroVTRENTITY, DataWithPercentItemChile, DatoUsuarioTipoOpcionDto, DatosAreaPersonalDTO, DatosCatalogoItemDTO, DatosCatalogoMODTO, DatosGIADTO, DatosGeneralesDTO, DatosGeneralesPersonalDTO, DatosManoObraGlobalDTO, DatosManoObraGlobalDetalleChileDTO, DatosPrecioEspecialidadDTO, DatosPrecioMaterialDTO, DatosReferenciaDTO, DatosTecnicosDTO, DatosTrabajoCatalogoDTO, DatosTrabajoUsuarioDTO, DatosTransportistaChileDTO, DatosTransportistaDTO, DatosUnidadObraMaterialDTO, DelegacionDTO, DelegacionZonalesDTO, DeleteBaremoFaseDTO, DestinatarioDTO, DetailMaintenanceOrderDTO, DetalleAtipicaDTO, DetalleChileAlemaniaObraDTO, DetalleChileChileObraDTO, DetalleChileColombiaObraDTO, DetalleChileDTO$1 as DetalleChileDTO, DetalleChileObraDTO, DetalleChileValorizacionMODTO, DetalleChileValorizacionManoObraRegularizacionDTO, DetalleColombiaDTO, DetalleCubicajeDTO, DetalleDTO, DetalleManoObraChileDTO, DetalleOrdenRealDTO, DetalleSalidaAlmacenDTO, DevolucionAlmacenENTITY, DireccionDTO, DocumentacionBaremoPexENTITY, DocumentacionPEXENTITY, DocumentoDetalleClienteDTO, DocumentoDetalleNoClienteDTO, DocumentosInicialesDTO, EECC_DTO, EFaseObraBaremo, EmpalmeDTO, EmpresaBaremoDTO, EmpresaDTO$4 as EmpresaDTO, EmpresaENTITY, EmpresaLiberacionPagosDTO, EmpresaLogisticaDTO, EmpresaPCMODTO, EmpresaPersonalDTO, EmpresaProduccionDTO, EmpresaStockPersonalDTO, EmpresaTdCDTO, EmpresaUsuarioDTO, EmpresaValDTO, EmpresaZonasActividadDTO, EquipoLogisticaDTO, EquiposAIDTO, EquiposDTO, EstadoAntiguoDTO, EstadoDTO, EstadoDePagoDTO, EstadoFaseObraBaremo, EstadoHPListDTO$2 as EstadoHPListDTO, EstadoIntegracionDTO, EstadoInternoDTO, EstadoInternoENTITY, EstadoInternoWithoutSubstateDTO, type EstadoLiq, EstadoLiqDTO, EstadoNotificacion, type EstadoVal, Estado_Model_MO, FacturaGeneradaDTO, FacturacionDTO, FamiliaItemDTO, FaseDTO, FaseENTITY, FasesObraBaremoDTO, FechaDTO, FechaVigenciaBaremosDTO, FechaVigenciaPCMODTO, FechasDTO, FechasValorizacionBaremoDTO, FilesDocDTO, FlagsDTO, FlujoDocDTO, FotoDTO, FotosDTO, FotosDetailMaintenanceDTO, FotosSSTDTO$1 as FotosSSTDTO, GOMDTO, GomENTITY, GomNovedadesDTO, GomNovedadesTipoNovedadDTO, GranFamiliaItemDTO, GranFamiliaItemENTITY, GrupoEmpresaDTO, HPListAsignacionDTO, HPListDTO, HistorialCubicacionDTO, 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, ItemExtraENTITY, ItemLogisticaDTO, ItemsOrdenDTO, ItemsOrdenScraperClaroVTRDTO, KeyDTO, KeyIntegracionENTITY, LiberacionDePagosAlemaniaENTITY, LiquidadaTOAENTITY, ListaCapacidadesCableDTO, LogAlmacenDTO, LogDTO, LogModificarDTO, LogRegisterDTO, LoteDTO$1 as LoteDTO, MOBaremoDTO, MOChileVigenciaDTO, MacroObraChileENTITY, MacroObraENTITY, MailStructureENTITY, ManoObraBaremoDTO, ManoObraBaremoENTITY, ManoObraBaremoProduccionDTO, ManoObraENTITY, ManoObraGlobalDTO, ManoObraGlobalENTITY, ManoObraGlobalPCMOAlemaniaAL02DTO, ManoObraGlobalPCMODTO, ManoObraLiberacionPagosDTO, ManoObraMttoENTITY, ManoObraPorUnidadObraENTITY, MarcaDTO, MaterialAmapDTO, MaterialAmapMODTO, MaterialCubicacionColombiaDTO, MaterialCubicacionPeruDTO, MaterialLogisticaDTO, MaterialMOGlobalDTO, MaterialUtilizadoRetiradoBaremoDTO, MaterialesCubicacionDTO, MaterialesDTO$1 as MaterialesDTO, MedidorDTO, ModelMOSQLPeruENTITY, ModelObraSQLPeruENTITY, ModeloDTO, MovimientoAlmacenDTO, MovimientoAlmacenENTITY, NodoDocDTO, NombreDescripcionDTO, NotasDTO, NotificacionesENTITY, OTBYESPECIALIDADGEMEINDEENTITY, OTDTO, OTENTITY, OTGlobalDTO, OTGlobalENTITY, ObraAlemaniaAL02ENTITY, ObraAlemaniaAL04ENTITY, ObraChile9512ENTITY, ObraColombia9612ENTITY, ObraENTITY, OnnetFibraENTITY, OpcionSistemaENTITY, OperacionDTO, OperacionDataAdicional, OptionCatalogoDTO, OrdenDetailMaintenanceDTO, OrigenCUB, PagosECBaremoDTO, PagosECDTO, PaisStockPersonalDTO, ParteDiarioDTO$1 as ParteDiarioDTO, PasosDTO, type PayloadTokenDTO, PerfilesENTITY, PeriodoBaremoDTO, PeriodoDTO$4 as PeriodoDTO, PeriodoENTITY, PeriodoLiberacionPagosDTO, PermisosAppDTO, PermisosAppENTITY, PersonalCuadrillaDTO, PersonalDTO, PersonalENTITY, PersonalLogisticaDTO$1 as PersonalLogisticaDTO, PersonalTOADTO, PersonalTrabajoDTO, PrecioActualDTO, PrecioAgencia_mam_onnetENTITY, PrecioContratistaMOAL02ENTITY, PrecioContratistaMOAL04ENTITY, PrecioContratistaMOENTITY, PrecioContratistaMaterialENTITY, PrecioDTO, PrecioEmpresaDTO, PrecioEspecialidadENTITY, PrecioManoObraENTITY, PrecioMaterialENTITY, PrecioTrabajoDTO, PreciosVigentesDTO, PresupuestadoTotalObraChilaDTO, PresupuestadoTotalObraDTO, PresupuestadoTotalObraEmpresaChileDTO, PresupuestadoTotalObraEmpresaCuadrillaChileDTO, PresupuestadoTotalObraEmpresaCuadrillaDTO, PresupuestadoTotalObraEmpresaDTO, PrioridadNotificacion, ProdCursoBaremoFasesCuadrillaDTO, ProdCursoBaremoFasesManoObraDTO, ProdCursoBaremoFasesPeriodoDTO, ProdCursoBaremoFasesUltimaFaseDTO, ProdCursoBaremoFasesUltimoEstadoInternoDTO, ProduccionDTO, ProductosServiciosLiqDTO, ProductosServiciosValDTO, ProfileDTO, RM_ActividadENTITY, RM_ComunaENTITY, RM_ManoObraENTITY, RM_MaterialENTITY, RM_PaquetizadoENTITY, RM_ZonasActividadENTITY, RecursosPersonalDTO, RegularizacionPositivaNegativaDTO, RepresentanteLegalDTO, RequestNumberTTLENTITY, ReservaENTITY, ReservaManoObraRegularizacionENTITY, ResultadoDTO, ResumenAvanceChileDTO, ResumenAvanceDataDocumentacionDTO, ResumenAvanceDataDocumentacionDataWithPercentsByFasesChileDTO, ResumenAvanceDataDocumentacionDataWithPercentsChile, ResumenAvanceDataGranTotal, ResumenAvanceDataGranTotalEmpresasChileDTO, ResumenAvanceDataGranTotalManoObraCHILEDTO, ResumenAvanceDataGranTotalValorizacionesByPeriodosDTO, ResumenProcessENTITY, ResumentAvanceDocumentacionHPDTO, RptProduccionCurso_Baremos_FasesENTITY, SalidaAlmacenENTITY, ScrapingCredentialENTITY, ScrapingSystem, SeguimientoObraDTO, SincronizacionPersonalDTO, SistemaDto, SistemaENTITY, SistemaRecurso, SizeDTO, SocketDTO, StateInventory, StockAlmacenENTITY, StockAlmacenEquiposENTITY, StockPersonalENTITY, StockPersonalEquiposENTITY, SubEstadoInternoDTO, SubManoObraDTO$1 as SubManoObraDTO, TOAOrderStockENTITY, TecnicoValDTO, TipoActividadMOENTITY, TipoAlmacenDTO, TipoAlmacenENTITY, TipoClaveENTITY, TipoConsumoMaterial, TipoDocumentoIdentidadDTO, TipoDocumentoUsuarioDTO, TipoEmpresaDTO, TipoEspecialidadMOENTITY, type TipoLiq, TipoMOPCMODTO, TipoMiembroGrupoEmpresaDTO, TipoMovilCuadrillaDTO, TipoMovilENTITY, TipoMovimientoAlmacenDTO, TipoMovimientoAlmacenENTITY, TipoNotificacion, TipoOpcionDTO, TipoOpcionSistemaENTITY, TipoSistemaDTO, TipoStockENTITY, TipoStockStockPersonalDTO, type TipoVal, Tipo_MO, ToaClaroENTITY, TotBaremosDTO, TotalGeneralObraChile9512DTO, TotalGeneralObraChileDTO, TotalGeneralObraColombia9612DTO, TotalGeneralObraDTO, TrabajoAlemaniaENTITY, TrabajoENTITY, TrabajoMacroObraAlemaniaENTITY, TransaccionFoliosENTITY, TransaccionesDTO, UbicacionAlmacenDTO, UbicacionDTO$1 as UbicacionDTO, UbicacionObraDTO, UbicacionTdCDTO, Ultima_FaseLiberacionPagosDTO, Ultima_PreLiquidacionAlemaniaDTO, Ultima_PreLiquidacionDTO, Ultima_PreLiquidacionTMOAlemaniaDTO, Ultima_asignacionDTO$1 as Ultima_asignacionDTO, Ultimo_Estado_InternoLiberacionPagosDTO, UnidadMedidaDTO$2 as UnidadMedidaDTO, UnidadMedidaENTITY, UnidadMedidaLiberacionPagosDTO, UnidadObraENTITY, UnidadObraMaterialENTITY, UpdateUltimaFaseFacturacionDTO, UsuarioBaremoDTO, UsuarioBitacoraDTO, UsuarioDTO, UsuarioENTITY, UsuarioEdicionDTO, UsuarioID_UsuarioDTO, UsuarioLogisticaDTO, UsuarioRegistrarDTO, UsuariosAutoinventarioENTITY, ValidadoDTO, ValorizacionAlemaniaDTO, ValorizacionDTO, ValorizacionManoObraDTO, ValorizacionManoObraRegularizacionDTO, ValorizacionTMOAlemaniaDTO, ValorizacionesDTO$1 as ValorizacionesDTO, ValorizadaTOAENTITY, ValorizadoPorEstado, ValorizadoTotalObraColombia9612DTO, ValorizadoTotalObraDTO, VarianteDTO, VigenciaBaremosDTO, VigenciaDTO, VigenciaKeyDTO, VigenciaOTDTO, VigenciaPCMODTO, WBEDTO, ZonaTrabajoCuadrillaDTO, ZonaTrabajoDTO, ZonaTrabajoENTITY, ZonalesDTO, ZonasDTO, collections, convertStringsToDates, convertTypeNumber, latLngDTO, peru9112TOAENTITY, transformToDateIfEmpty, trimAndUpperCaseString, type typeEstado, type typeEstadoNroDocumento, type typeFuente, type typeTipo, validateAndFormatData, validateArrayBody };
|
|
5822
|
+
export { ADM_RM_ZonasActividadENTITY, ActaFinalCubicacionDTO, ActaFinalCubicacionSharedDTO, ActividadZonasActividadDTO, ActividadesDTO, AddMOPContrataMODTO, AddressListENTITY, AgenciaDTO, AgenciaENTITY, AgenciasDTO, AlmacenDTO, AlmacenENTITY, AlmacenExtraENTITY, AlmacenLogisticaDTO, AlmacenUsuarioGIADTO, AnexosDetailMantenanceOrderDTO, AreaGOMDTO, AreaGOMDatosReferenciaDTO, AreaGOMENTITY, AreaGOMSubGOMSDTO, AreaGomDTO, AsignacionGomDTO, AsignacionGomDTO_Old, AtencionOrdenesLiquidadasENTITY, AtiendeBodegaDTO, AutoInventarioENTITY, BaremoAlemaniaENTITY, BaremoProcessENTITY, BaremosAlemaniaENTITY, BaremosChileENTITY, BaremosColombiaENTITY, BaremosTOAChileENTITY, BaremosTOAENTITY, BitacoraAntiguaDTO, BitacoraDTO, BitacoraDeOrdenesDTO, BitacoraLiqDTO, BitacoraOpcionSitemaDTO, BodegaENTITY, BodyUpdateFasesDTO, BodyUpdateOne, CabeceraCubicacionColombiaDTO, CabeceraCubicajeAlemaniaDTO, CabeceraCubicajeChileDTO, CabeceraCubicajeDTO, CabeceraCubicajePeruDTO, CalculatePercentsDTO, CambioEstadoFacturadoRequest, CambioEstadoFaseRequest, CambiosEstadosFaseLiberacionPagosDTO, CargoPersonalENTITY, CausacionCubicacionColombiaDTO, CausacionCubicacionDTO, CausacionDTO, CentroCostosDTO, CentroCostosENTITY, CertificacionDTO, ChangeStateBaremosDTO, ChileTdCENTITY, ClienteDTO, ClienteTdCDTO, Cliente_ContratistaDTO, CodigoDescripcionDTO, type CodigoMovimientoAlmacen, CodigoNombreDTO, CodigoNombreUMDTO, CodigoRazonSocialDTO, CodigoTituloDTO, CondicionDTO, ConsumoMaterialAlemaniaENTITY, ConsumoMaterialENTITY, ContratistaDTO, ContratistasDTO, Contratistas_PE_DTO, ContratoDTO, ContratoOTDTO, ContratoOTENTITY, ContratoOTGeneralDTO, ContratoOT_PRE_DTO, ContratoOT_ZT_DTO, ContratoObraOTDTO, ContratoPagosENTITY, ConversionLogisticaDTO, CoordenadasDTO, CoordenadasTdCDTO, CorteBobinaStockAlmacenDTO, CosumoMaterialAlemaniaDTO, CuadrillaBaremoDTO, CuadrillaDTO, CuadrillaENTITY, CuadrillaLiberacionPagosDTO, CubicacionAlemaniaAL02ENTITY, CubicacionChile9512ENTITY, CubicacionColombia9612ENTITY, CubicacionENTITY, CubicacionPeru9112ENTITY, CumplimientoDTO, DataAdicionalDTO, DataCatalogoItemDTO, DataChildrenTreeNodes, DataDocumentacionDTO, DataGridTabBusinessHP, DataGridTabResidentialHP, DataScraperClaroVTRENTITY, DataWithPercentItemChile, DatoUsuarioTipoOpcionDto, DatosAreaPersonalDTO, DatosCatalogoItemDTO, DatosCatalogoMODTO, DatosGIADTO, DatosGeneralesDTO, DatosGeneralesPersonalDTO, DatosManoObraGlobalDTO, DatosManoObraGlobalDetalleChileDTO, DatosPrecioEspecialidadDTO, DatosPrecioMaterialDTO, DatosReferenciaDTO, DatosTecnicosDTO, DatosTrabajoCatalogoDTO, DatosTrabajoUsuarioDTO, DatosTransportistaChileDTO, DatosTransportistaDTO, DatosUnidadObraMaterialDTO, DelegacionDTO, DelegacionZonalesDTO, DeleteBaremoFaseDTO, DestinatarioDTO, DetailMaintenanceOrderDTO, DetalleAtipicaDTO, DetalleChileAlemaniaObraDTO, DetalleChileChileObraDTO, DetalleChileColombiaObraDTO, DetalleChileDTO$1 as DetalleChileDTO, DetalleChileObraDTO, DetalleChileValorizacionMODTO, DetalleChileValorizacionManoObraRegularizacionDTO, DetalleColombiaDTO, DetalleCubicajeDTO, DetalleDTO, DetalleManoObraChileDTO, DetalleOrdenRealDTO, DetalleSalidaAlmacenDTO, DevolucionAlmacenENTITY, DireccionDTO, DocumentacionBaremoPexENTITY, DocumentacionPEXENTITY, DocumentoDetalleClienteDTO, DocumentoDetalleNoClienteDTO, DocumentosInicialesDTO, EECC_DTO, EFaseObraBaremo, EmpalmeDTO, EmpresaBaremoDTO, EmpresaDTO$4 as EmpresaDTO, EmpresaENTITY, EmpresaLiberacionPagosDTO, EmpresaLogisticaDTO, EmpresaPCMODTO, EmpresaPersonalDTO, EmpresaProduccionDTO, EmpresaStockPersonalDTO, EmpresaTdCDTO, EmpresaUsuarioDTO, EmpresaValDTO, EmpresaZonasActividadDTO, EquipoLogisticaDTO, EquiposAIDTO, EquiposDTO, EstadoAntiguoDTO, EstadoDTO, EstadoDePagoDTO, EstadoFaseObraBaremo, EstadoHPListDTO$2 as EstadoHPListDTO, EstadoIntegracionDTO, EstadoInternoDTO, EstadoInternoENTITY, EstadoInternoWithoutSubstateDTO, type EstadoLiq, EstadoLiqDTO, EstadoNotificacion, type EstadoVal, Estado_Model_MO, FacturaGeneradaDTO, FacturacionDTO, FamiliaItemDTO, FaseDTO, FaseENTITY, FasePagoDTO, FasesObraBaremoDTO, FasesType, FechaDTO, FechaVigenciaBaremosDTO, FechaVigenciaPCMODTO, FechasDTO, FechasValorizacionBaremoDTO, FilesDocDTO, FlagsDTO, FlujoDocDTO, FotoDTO, FotosDTO, FotosDetailMaintenanceDTO, FotosSSTDTO$1 as FotosSSTDTO, GOMDTO, GomENTITY, GomNovedadesDTO, GomNovedadesTipoNovedadDTO, GranFamiliaItemDTO, GranFamiliaItemENTITY, GrupoEmpresaDTO, HPListAsignacionDTO, HPListDTO, HistorialCubicacionDTO, 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, ItemExtraENTITY, ItemLogisticaDTO, ItemsOrdenDTO, ItemsOrdenScraperClaroVTRDTO, KeyDTO, KeyIntegracionENTITY, LiberacionDePagosAlemaniaENTITY, LiquidadaTOAENTITY, ListaCapacidadesCableDTO, LogAlmacenDTO, LogDTO, LogModificarDTO, LogRegisterDTO, LoteDTO$1 as LoteDTO, MOBaremoDTO, MOChileVigenciaDTO, MacroObraChileENTITY, MacroObraENTITY, MailStructureENTITY, ManoObraBaremoDTO, ManoObraBaremoENTITY, ManoObraBaremoProduccionDTO, ManoObraENTITY, ManoObraGlobalDTO, ManoObraGlobalENTITY, ManoObraGlobalPCMOAlemaniaAL02DTO, ManoObraGlobalPCMODTO, ManoObraLiberacionPagosDTO, ManoObraMttoENTITY, ManoObraPorUnidadObraENTITY, MarcaDTO, MaterialAmapDTO, MaterialAmapMODTO, MaterialCubicacionColombiaDTO, MaterialCubicacionPeruDTO, MaterialLogisticaDTO, MaterialMOGlobalDTO, MaterialUtilizadoRetiradoBaremoDTO, MaterialesCubicacionDTO, MaterialesDTO$2 as MaterialesDTO, MedidorDTO, ModelMOSQLPeruENTITY, ModelObraSQLPeruENTITY, ModeloDTO, MovimientoAlmacenDTO, MovimientoAlmacenENTITY, NodoDocDTO, NombreDescripcionDTO, NotasDTO, NotificacionesENTITY, OTBYESPECIALIDADGEMEINDEENTITY, OTDTO, OTENTITY, OTGlobalDTO, OTGlobalENTITY, ObraAlemaniaAL02ENTITY, ObraAlemaniaAL04ENTITY, ObraChile9512ENTITY, ObraColombia9612ENTITY, ObraENTITY, OnnetFibraENTITY, OpcionSistemaENTITY, OperacionDTO, OperacionDataAdicional, OptionCatalogoDTO, OrdenDetailMaintenanceDTO, OrigenCUB, PagosECBaremoDTO, PagosECDTO, PaisStockPersonalDTO, ParteDiarioDTO$1 as ParteDiarioDTO, PasosDTO, type PayloadTokenDTO, PerfilesENTITY, PeriodoBaremoDTO, PeriodoDTO$4 as PeriodoDTO, PeriodoENTITY, PeriodoLiberacionPagosDTO, PermisosAppDTO, PermisosAppENTITY, PersonalCuadrillaDTO, PersonalDTO, PersonalENTITY, PersonalLogisticaDTO$1 as PersonalLogisticaDTO, PersonalTOADTO, PersonalTrabajoDTO, Peru9112TOAENTITY, PrecioActualDTO, PrecioAgencia_mam_onnetENTITY, PrecioContratistaMOAL02ENTITY, PrecioContratistaMOAL04ENTITY, PrecioContratistaMOENTITY, PrecioContratistaMaterialENTITY, PrecioDTO, PrecioEmpresaDTO, PrecioEspecialidadENTITY, PrecioManoObraENTITY, PrecioMaterialENTITY, PrecioTrabajoDTO, PreciosVigentesDTO, PresupuestadoTotalObraChilaDTO, PresupuestadoTotalObraDTO, PresupuestadoTotalObraEmpresaChileDTO, PresupuestadoTotalObraEmpresaCuadrillaChileDTO, PresupuestadoTotalObraEmpresaCuadrillaDTO, PresupuestadoTotalObraEmpresaDTO, PrioridadNotificacion, ProdCursoBaremoFasesCuadrillaDTO, ProdCursoBaremoFasesManoObraDTO, ProdCursoBaremoFasesPeriodoDTO, ProdCursoBaremoFasesUltimaFaseDTO, ProdCursoBaremoFasesUltimoEstadoInternoDTO, ProduccionDTO, ProductosServiciosLiqDTO, ProductosServiciosValDTO, ProfileDTO, RM_ActividadENTITY, RM_ComunaENTITY, RM_ManoObraENTITY, RM_MaterialENTITY, RM_PaquetizadoENTITY, RM_ZonasActividadENTITY, RecursosPersonalDTO, RegularizacionPositivaNegativaDTO, RepresentanteLegalDTO, RequestNumberTTLENTITY, ReservaENTITY, ReservaManoObraRegularizacionENTITY, ResultadoDTO, ResumenAvanceChileDTO, ResumenAvanceDataDocumentacionDTO, ResumenAvanceDataDocumentacionDataWithPercentsByFasesChileDTO, ResumenAvanceDataDocumentacionDataWithPercentsChile, ResumenAvanceDataGranTotal, ResumenAvanceDataGranTotalEmpresasChileDTO, ResumenAvanceDataGranTotalManoObraCHILEDTO, ResumenAvanceDataGranTotalValorizacionesByPeriodosDTO, ResumenProcessENTITY, ResumentAvanceDocumentacionHPDTO, RptProduccionCurso_Baremos_FasesENTITY, SalidaAlmacenENTITY, ScrapingCredentialENTITY, ScrapingSystem, SeguimientoObraDTO, SincronizacionPersonalDTO, SistemaDto, SistemaENTITY, SistemaRecurso, SizeDTO, SocketDTO, StateInventory, StockAlmacenENTITY, StockAlmacenEquiposENTITY, StockPersonalENTITY, StockPersonalEquiposENTITY, SubEstadoInternoDTO, SubManoObraDTO$1 as SubManoObraDTO, TOAOrderStockENTITY, TecnicoValDTO, TipoActividadMOENTITY, TipoAlmacenDTO, TipoAlmacenENTITY, TipoClaveENTITY, TipoConsumoMaterial, TipoDocumentoIdentidadDTO, TipoDocumentoUsuarioDTO, TipoEmpresaDTO, TipoEspecialidadMOENTITY, type TipoLiq, TipoMOPCMODTO, TipoMiembroGrupoEmpresaDTO, TipoMovilCuadrillaDTO, TipoMovilENTITY, TipoMovimientoAlmacenDTO, TipoMovimientoAlmacenENTITY, TipoNotificacion, TipoOpcionDTO, TipoOpcionSistemaENTITY, TipoSistemaDTO, TipoStockENTITY, TipoStockStockPersonalDTO, type TipoVal, Tipo_MO, ToaClaroENTITY, TotBaremosDTO, TotalGeneralObraChile9512DTO, TotalGeneralObraChileDTO, TotalGeneralObraColombia9612DTO, TotalGeneralObraDTO, TrabajoAlemaniaENTITY, TrabajoENTITY, TrabajoMacroObraAlemaniaENTITY, TransaccionFoliosENTITY, TransaccionesDTO, UbicacionAlmacenDTO, UbicacionDTO$2 as UbicacionDTO, UbicacionObraDTO, UbicacionTdCDTO, Ultima_FaseLiberacionPagosDTO, Ultima_PreLiquidacionAlemaniaDTO, Ultima_PreLiquidacionDTO, Ultima_PreLiquidacionTMOAlemaniaDTO, Ultima_asignacionDTO$1 as Ultima_asignacionDTO, Ultimo_Estado_InternoLiberacionPagosDTO, UnidadMedidaDTO$2 as UnidadMedidaDTO, UnidadMedidaENTITY, UnidadMedidaLiberacionPagosDTO, UnidadObraENTITY, UnidadObraMaterialENTITY, UpdateUltimaFaseFacturacionDTO, UsuarioBaremoDTO, UsuarioBitacoraDTO, UsuarioDTO, UsuarioENTITY, UsuarioEdicionDTO, UsuarioID_UsuarioDTO, UsuarioLogisticaDTO, UsuarioRegistrarDTO, UsuariosAutoinventarioENTITY, ValidadoDTO, ValorizacionAlemaniaDTO, ValorizacionDTO, ValorizacionManoObraDTO, ValorizacionManoObraRegularizacionDTO, ValorizacionTMOAlemaniaDTO, ValorizacionesDTO$1 as ValorizacionesDTO, ValorizadaTOAENTITY, ValorizadoPorEstado, ValorizadoTotalObraColombia9612DTO, ValorizadoTotalObraDTO, VarianteDTO, VigenciaBaremosDTO, VigenciaDTO, VigenciaKeyDTO, VigenciaOTDTO, VigenciaPCMODTO, WBEDTO, ZonaTrabajoCuadrillaDTO, ZonaTrabajoDTO, ZonaTrabajoENTITY, ZonalesDTO, ZonasDTO, convertStringsToDates, convertTypeNumber, latLngDTO, transformToDateIfEmpty, trimAndUpperCaseString, type typeEstado, type typeEstadoNroDocumento, type typeFuente, type typeTipo, validateAndFormatData, validateArrayBody };
|