sigo-entities 1.1.4 → 1.1.6

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 CHANGED
@@ -1649,226 +1649,13 @@ declare class PresupuestadoTotalObraEmpresaDTO {
1649
1649
 
1650
1650
  declare class PresupuestadoTotalObraDTO {
1651
1651
  TotMetros: number;
1652
+ TotMetrosAsfalto: number;
1652
1653
  TotalMOPB: number;
1653
1654
  TotalMOValor: number;
1654
1655
  TotalMATValor: number;
1655
1656
  Empresas: PresupuestadoTotalObraEmpresaDTO[];
1656
1657
  }
1657
1658
 
1658
- declare class TotalGeneralObraDTO {
1659
- PresupuestadoTotalObra: PresupuestadoTotalObraDTO;
1660
- ValorizadoTotalObra: PresupuestadoTotalObraDTO;
1661
- }
1662
-
1663
- declare class UbicacionObraDTO {
1664
- Direccion: string;
1665
- Localidad_Descrip: string;
1666
- Coordenadas: CoordenadasDTO;
1667
- Municipio: string;
1668
- Zona: string;
1669
- Tipo_Zona: string;
1670
- }
1671
-
1672
- declare class ChangeStateBaremosDTO {
1673
- OrdenTrabajo: string;
1674
- EstadoInternoDescription: string;
1675
- ASFALTADO: string;
1676
- }
1677
-
1678
- declare class ObraENTITY {
1679
- ID_incidencia: number;
1680
- ID_MacroObra: number;
1681
- Pais: CodigoNombreDTO;
1682
- Delegacion: CodigoNombreDTO;
1683
- Obra: string;
1684
- OrdenTrabajo: string;
1685
- Proyecto: string;
1686
- Contrato: string;
1687
- Origen: string;
1688
- FechaRegistro: Date;
1689
- FechaAprobacion: Date;
1690
- Cliente: string;
1691
- AreaGOM: AreaGOMDTO[];
1692
- Observacion: string;
1693
- ZonaAsignada: string;
1694
- ContratoOT: ContratoObraOTDTO;
1695
- Ubicacion: UbicacionObraDTO;
1696
- Ultimo_Estado_Interno: EstadoInternoWithoutSubstateDTO;
1697
- Estados_Internos: EstadoInternoWithoutSubstateDTO[];
1698
- Notas: NotasDTO[];
1699
- Anexos: FilesDocDTO[];
1700
- Bitacora: BitacoraDTO[];
1701
- Facturacion: FacturacionDTO;
1702
- TotalesGeneralObra: TotalGeneralObraDTO;
1703
- }
1704
-
1705
- declare class DocumentosInicialesDTO {
1706
- ID_Trabajo: number;
1707
- Observacion: string;
1708
- Fecha: Date;
1709
- Usuario: UsuarioDTO;
1710
- Description: string;
1711
- Obra: string;
1712
- OrdenTrabajo: string;
1713
- }
1714
-
1715
- declare class DetalleChileChileObraDTO extends DetalleChileObraDTO {
1716
- }
1717
-
1718
- declare class ObraChile9512ENTITY extends ObraENTITY {
1719
- DocumentosIniciales: DocumentosInicialesDTO[];
1720
- DetalleChile: DetalleChileChileObraDTO;
1721
- }
1722
-
1723
- declare class CausacionDTO {
1724
- FechaCausacion: Date | string;
1725
- FechaLiquidacion: Date | string;
1726
- TipoLiquidacion: string;
1727
- NumeroLiquidacion: string;
1728
- Estado: string;
1729
- TotalBaremos: number;
1730
- ManoDeObra: number;
1731
- Materiales: number;
1732
- Total: number;
1733
- }
1734
-
1735
- declare class DetalleChileColombiaObraDTO extends DetalleChileObraDTO {
1736
- Causacion: CausacionDTO[];
1737
- }
1738
-
1739
- declare class ObraColombia9612ENTITY extends ObraENTITY {
1740
- DetalleChile: DetalleChileColombiaObraDTO;
1741
- }
1742
-
1743
- declare class EmpresaPCMODTO {
1744
- ID_Empresa: number;
1745
- Codigo: string;
1746
- NombreComercial: string;
1747
- RazonSocial: string;
1748
- NumeroDocumentoIdentidad: string;
1749
- }
1750
-
1751
- declare class TipoMOPCMODTO {
1752
- ID_TipoMO: number;
1753
- Tipo: string;
1754
- Precio: number;
1755
- }
1756
-
1757
- declare class ManoObraGlobalPCMODTO {
1758
- ID_ManoObraGlobal: number;
1759
- Codigo: string;
1760
- Actividad: string;
1761
- Alcance: string;
1762
- Precio: number;
1763
- FechaRegistro: Date;
1764
- TipoMO: TipoMOPCMODTO[];
1765
- }
1766
-
1767
- declare class PrecioContratistaMOENTITY {
1768
- ID_PrecioContratistaMO: number;
1769
- Pais: CodigoNombreDTO;
1770
- Delegacion: CodigoNombreDTO;
1771
- Moneda: string;
1772
- Simbolo: string;
1773
- Decimales: number;
1774
- Empresa: EmpresaPCMODTO;
1775
- Estado: EstadoDTO;
1776
- }
1777
-
1778
- declare class ManoObraGlobalPCMOAlemaniaAL02DTO extends ManoObraGlobalPCMODTO {
1779
- Amap: number;
1780
- Estado: EstadoDTO;
1781
- }
1782
-
1783
- declare class PrecioContratistaMOAL02ENTITY extends PrecioContratistaMOENTITY {
1784
- ContratoOT: ContratoOT_PRE_DTO;
1785
- ManoObraGlobal: ManoObraGlobalPCMOAlemaniaAL02DTO[];
1786
- Vigencia: VigenciaDTO;
1787
- }
1788
-
1789
- declare class FechaVigenciaPCMODTO {
1790
- Anio: number;
1791
- Mes: number;
1792
- Fecha: Date;
1793
- }
1794
-
1795
- declare class VigenciaPCMODTO {
1796
- FechaInicio: FechaVigenciaPCMODTO;
1797
- FechaFin: FechaVigenciaPCMODTO;
1798
- Gemeinde: string;
1799
- }
1800
-
1801
- declare class PrecioContratistaMOAL04ENTITY extends PrecioContratistaMOENTITY {
1802
- ManoObraGlobal: ManoObraGlobalPCMODTO[];
1803
- Vigencia: VigenciaPCMODTO;
1804
- }
1805
-
1806
- declare class HPListAsignacionDTO {
1807
- Cuadrilla: string;
1808
- Empresa: string;
1809
- Fecha: Date;
1810
- Usuario: UsuarioDTO;
1811
- Anexos: any[];
1812
- }
1813
-
1814
- declare class EstadoHPListDTO {
1815
- Estado: Boolean;
1816
- Especialidad: string;
1817
- }
1818
-
1819
- declare class HPListDTO {
1820
- Home_ID: string;
1821
- Gemeinde_Plan: string;
1822
- DP_ID: string;
1823
- Home_Target_Status: string;
1824
- Current_Home_Status: string;
1825
- Insert_Date: string | Date;
1826
- WorkorderOrigin: string;
1827
- HouseNumber: number;
1828
- HouseNumberAffix: string;
1829
- WorkStatus: string;
1830
- SurveyTeam: string;
1831
- NCMWDCode: string;
1832
- Street: string;
1833
- Wave: string;
1834
- Anexos: never[];
1835
- Asignacion: HPListAsignacionDTO;
1836
- Asignaciones: HPListAsignacionDTO[];
1837
- OC: EstadoHPListDTO;
1838
- Soplado: EstadoHPListDTO;
1839
- Asfaltado: EstadoHPListDTO;
1840
- }
1841
-
1842
- declare class AddressListENTITY {
1843
- ID_AddressList: number;
1844
- KeyDP: string;
1845
- AddressID: string;
1846
- StreetName: string;
1847
- HouseNumber: string;
1848
- HouseNumbreComplement: string;
1849
- City: string;
1850
- District: string;
1851
- PostCode: number;
1852
- Region: string;
1853
- State: string;
1854
- ResidentialHP: number;
1855
- BusinessHP: number;
1856
- HP: number;
1857
- Latitude: number;
1858
- Longitude: number;
1859
- AddressType: CodigoNombreDTO;
1860
- AddressClassification: CodigoNombreDTO;
1861
- Comments: string;
1862
- MovementType: CodigoNombreDTO;
1863
- DateModification: string;
1864
- DistancePOP: string;
1865
- Status: string;
1866
- DP_ID: string;
1867
- POP_ID: string;
1868
- ResidentialHPList: HPListDTO[];
1869
- BusinessHPList: HPListDTO[];
1870
- }
1871
-
1872
1659
  declare class MacroObraENTITY {
1873
1660
  ID_MacroObra: number;
1874
1661
  Codigo: string;
@@ -2122,6 +1909,222 @@ declare class MacroObraChileENTITY extends MacroObraENTITY {
2122
1909
  Incidencias: IncidenciasChileDTO[];
2123
1910
  }
2124
1911
 
1912
+ declare class TotalGeneralObraDTO {
1913
+ PresupuestadoTotalObra: PresupuestadoTotalObraDTO;
1914
+ ValorizadoTotalObra: PresupuestadoTotalObraDTO;
1915
+ HP: number;
1916
+ ResumenAvance: ResumenAvanceChileDTO;
1917
+ }
1918
+
1919
+ declare class UbicacionObraDTO {
1920
+ Direccion: string;
1921
+ Localidad_Descrip: string;
1922
+ Coordenadas: CoordenadasDTO;
1923
+ Municipio: string;
1924
+ Zona: string;
1925
+ Tipo_Zona: string;
1926
+ }
1927
+
1928
+ declare class ChangeStateBaremosDTO {
1929
+ OrdenTrabajo: string;
1930
+ EstadoInternoDescription: string;
1931
+ ASFALTADO: string;
1932
+ }
1933
+
1934
+ declare class ObraENTITY {
1935
+ ID_incidencia: number;
1936
+ ID_MacroObra: number;
1937
+ Pais: CodigoNombreDTO;
1938
+ Delegacion: CodigoNombreDTO;
1939
+ Obra: string;
1940
+ OrdenTrabajo: string;
1941
+ Proyecto: string;
1942
+ Contrato: string;
1943
+ Origen: string;
1944
+ FechaRegistro: Date;
1945
+ FechaAprobacion: Date;
1946
+ Cliente: string;
1947
+ AreaGOM: AreaGOMDTO[];
1948
+ Observacion: string;
1949
+ ZonaAsignada: string;
1950
+ ContratoOT: ContratoObraOTDTO;
1951
+ Ubicacion: UbicacionObraDTO;
1952
+ Ultimo_Estado_Interno: EstadoInternoWithoutSubstateDTO;
1953
+ Estados_Internos: EstadoInternoWithoutSubstateDTO[];
1954
+ Notas: NotasDTO[];
1955
+ Anexos: FilesDocDTO[];
1956
+ Bitacora: BitacoraDTO[];
1957
+ Facturacion: FacturacionDTO;
1958
+ TotalesGeneralObra: TotalGeneralObraDTO;
1959
+ }
1960
+
1961
+ declare class DocumentosInicialesDTO {
1962
+ ID_Trabajo: number;
1963
+ Observacion: string;
1964
+ Fecha: Date;
1965
+ Usuario: UsuarioDTO;
1966
+ Description: string;
1967
+ Obra: string;
1968
+ OrdenTrabajo: string;
1969
+ }
1970
+
1971
+ declare class DetalleChileChileObraDTO extends DetalleChileObraDTO {
1972
+ }
1973
+
1974
+ declare class ObraChile9512ENTITY extends ObraENTITY {
1975
+ DocumentosIniciales: DocumentosInicialesDTO[];
1976
+ DetalleChile: DetalleChileChileObraDTO;
1977
+ }
1978
+
1979
+ declare class CausacionDTO {
1980
+ FechaCausacion: Date | string;
1981
+ FechaLiquidacion: Date | string;
1982
+ TipoLiquidacion: string;
1983
+ NumeroLiquidacion: string;
1984
+ Estado: string;
1985
+ TotalBaremos: number;
1986
+ ManoDeObra: number;
1987
+ Materiales: number;
1988
+ Total: number;
1989
+ }
1990
+
1991
+ declare class DetalleChileColombiaObraDTO extends DetalleChileObraDTO {
1992
+ Causacion: CausacionDTO[];
1993
+ }
1994
+
1995
+ declare class ObraColombia9612ENTITY extends ObraENTITY {
1996
+ DetalleChile: DetalleChileColombiaObraDTO;
1997
+ }
1998
+
1999
+ declare class EmpresaPCMODTO {
2000
+ ID_Empresa: number;
2001
+ Codigo: string;
2002
+ NombreComercial: string;
2003
+ RazonSocial: string;
2004
+ NumeroDocumentoIdentidad: string;
2005
+ }
2006
+
2007
+ declare class TipoMOPCMODTO {
2008
+ ID_TipoMO: number;
2009
+ Tipo: string;
2010
+ Precio: number;
2011
+ }
2012
+
2013
+ declare class ManoObraGlobalPCMODTO {
2014
+ ID_ManoObraGlobal: number;
2015
+ Codigo: string;
2016
+ Actividad: string;
2017
+ Alcance: string;
2018
+ Precio: number;
2019
+ FechaRegistro: Date;
2020
+ TipoMO: TipoMOPCMODTO[];
2021
+ }
2022
+
2023
+ declare class PrecioContratistaMOENTITY {
2024
+ ID_PrecioContratistaMO: number;
2025
+ Pais: CodigoNombreDTO;
2026
+ Delegacion: CodigoNombreDTO;
2027
+ Moneda: string;
2028
+ Simbolo: string;
2029
+ Decimales: number;
2030
+ Empresa: EmpresaPCMODTO;
2031
+ Estado: EstadoDTO;
2032
+ }
2033
+
2034
+ declare class ManoObraGlobalPCMOAlemaniaAL02DTO extends ManoObraGlobalPCMODTO {
2035
+ Amap: number;
2036
+ Estado: EstadoDTO;
2037
+ }
2038
+
2039
+ declare class PrecioContratistaMOAL02ENTITY extends PrecioContratistaMOENTITY {
2040
+ ContratoOT: ContratoOT_PRE_DTO;
2041
+ ManoObraGlobal: ManoObraGlobalPCMOAlemaniaAL02DTO[];
2042
+ Vigencia: VigenciaDTO;
2043
+ }
2044
+
2045
+ declare class FechaVigenciaPCMODTO {
2046
+ Anio: number;
2047
+ Mes: number;
2048
+ Fecha: Date;
2049
+ }
2050
+
2051
+ declare class VigenciaPCMODTO {
2052
+ FechaInicio: FechaVigenciaPCMODTO;
2053
+ FechaFin: FechaVigenciaPCMODTO;
2054
+ Gemeinde: string;
2055
+ }
2056
+
2057
+ declare class PrecioContratistaMOAL04ENTITY extends PrecioContratistaMOENTITY {
2058
+ ManoObraGlobal: ManoObraGlobalPCMODTO[];
2059
+ Vigencia: VigenciaPCMODTO;
2060
+ }
2061
+
2062
+ declare class HPListAsignacionDTO {
2063
+ Cuadrilla: string;
2064
+ Empresa: string;
2065
+ Fecha: Date;
2066
+ Usuario: UsuarioDTO;
2067
+ Anexos: any[];
2068
+ }
2069
+
2070
+ declare class EstadoHPListDTO {
2071
+ Estado: Boolean;
2072
+ Especialidad: string;
2073
+ }
2074
+
2075
+ declare class HPListDTO {
2076
+ Home_ID: string;
2077
+ Gemeinde_Plan: string;
2078
+ DP_ID: string;
2079
+ Home_Target_Status: string;
2080
+ Current_Home_Status: string;
2081
+ Insert_Date: string | Date;
2082
+ WorkorderOrigin: string;
2083
+ HouseNumber: number;
2084
+ HouseNumberAffix: string;
2085
+ WorkStatus: string;
2086
+ SurveyTeam: string;
2087
+ NCMWDCode: string;
2088
+ Street: string;
2089
+ Wave: string;
2090
+ Anexos: never[];
2091
+ Asignacion: HPListAsignacionDTO;
2092
+ Asignaciones: HPListAsignacionDTO[];
2093
+ OC: EstadoHPListDTO;
2094
+ Soplado: EstadoHPListDTO;
2095
+ Asfaltado: EstadoHPListDTO;
2096
+ }
2097
+
2098
+ declare class AddressListENTITY {
2099
+ ID_AddressList: number;
2100
+ KeyDP: string;
2101
+ AddressID: string;
2102
+ StreetName: string;
2103
+ HouseNumber: string;
2104
+ HouseNumbreComplement: string;
2105
+ City: string;
2106
+ District: string;
2107
+ PostCode: number;
2108
+ Region: string;
2109
+ State: string;
2110
+ ResidentialHP: number;
2111
+ BusinessHP: number;
2112
+ HP: number;
2113
+ Latitude: number;
2114
+ Longitude: number;
2115
+ AddressType: CodigoNombreDTO;
2116
+ AddressClassification: CodigoNombreDTO;
2117
+ Comments: string;
2118
+ MovementType: CodigoNombreDTO;
2119
+ DateModification: string;
2120
+ DistancePOP: string;
2121
+ Status: string;
2122
+ DP_ID: string;
2123
+ POP_ID: string;
2124
+ ResidentialHPList: HPListDTO[];
2125
+ BusinessHPList: HPListDTO[];
2126
+ }
2127
+
2125
2128
  declare enum Tipo_MO {
2126
2129
  CEL = "CEL",
2127
2130
  EMP = "EMP",
@@ -2473,7 +2476,7 @@ declare class CentroCostosENTITY {
2473
2476
  }
2474
2477
 
2475
2478
  declare class RM_ZonasActividadENTITY {
2476
- ID_RM_ZonaActividad: number;
2479
+ ID_ZonasActividad: number;
2477
2480
  Codigo: string;
2478
2481
  Zona: string;
2479
2482
  Actividad: string;
@@ -2484,6 +2487,18 @@ declare class RM_ZonasActividadENTITY {
2484
2487
  Delegacion: CodigoNombreDTO;
2485
2488
  }
2486
2489
 
2490
+ declare class EmpresaZonasActividadDTO extends EmpresaDTO$4 {
2491
+ constructor();
2492
+ NumeroDocumentoIdentidad: string;
2493
+ }
2494
+
2495
+ declare class ActividadZonasActividadDTO {
2496
+ Codigo: string;
2497
+ Zona: string;
2498
+ Actividad: string;
2499
+ Precio: Number;
2500
+ }
2501
+
2487
2502
  declare class RM_MaterialENTITY {
2488
2503
  ID_RM_Material: number;
2489
2504
  Codigo_Sima: string;
@@ -5188,4 +5203,4 @@ declare class OnnetFibraENTITY extends BitacoraDeOrdenesDTO {
5188
5203
  DetailMaintenanceOrder: DetailMaintenanceOrderDTO;
5189
5204
  }
5190
5205
 
5191
- export { ActaFinalCubicacionDTO, ActaFinalCubicacionSharedDTO, ActividadesDTO, AddressListENTITY, AgenciaDTO, AgenciaENTITY, AgenciasDTO, AlmacenDTO, AlmacenENTITY, AlmacenExtraENTITY, AlmacenLogisticaDTO, AlmacenUsuarioGIADTO, AnexosDetailMantenanceOrderDTO, AreaGOMDTO, AreaGomDTO, AsignacionGomDTO, AsignacionGomDTO_Old, AtencionOrdenesLiquidadasENTITY, AtiendeBodegaDTO, AutoInventarioENTITY, BaremoAlemaniaENTITY, BaremosAlemaniaENTITY, BaremosChileENTITY, BaremosColombiaENTITY, BaremosTOAChileENTITY, BaremosTOAENTITY, BitacoraAntiguaDTO, BitacoraDTO, BitacoraDeOrdenesDTO, BitacoraLiqDTO, BitacoraOpcionSitemaDTO, BodegaENTITY, BodyUpdateFasesDTO, CabeceraCubicacionColombiaDTO, CabeceraCubicajeAlemaniaDTO, CabeceraCubicajeChileDTO, CabeceraCubicajeDTO, CabeceraCubicajePeruDTO, CalculatePercentsDTO, CambioEstadoFacturadoRequest, CambioEstadoFaseRequest, CambiosEstadosFaseLiberacionPagosDTO, 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, 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, DetailMaintenanceOrderDTO, DetalleChileChileObraDTO, DetalleChileColombiaObraDTO, DetalleChileDTO$1 as DetalleChileDTO, DetalleChileObraDTO, DetalleChileValorizacionMODTO, DetalleChileValorizacionManoObraRegularizacionDTO, DetalleCubicajeDTO, DetalleDTO, DetalleManoObraChileDTO, DetalleOrdenRealDTO, DetalleSalidaAlmacenDTO, DevolucionAlmacenENTITY, DireccionDTO, DocumentacionBaremoPexENTITY, DocumentacionPEXENTITY, DocumentoDetalleDTO, DocumentosInicialesDTO, EECC_DTO, EFaseObraBaremo, EmpalmeDTO, EmpresaBaremoDTO, EmpresaDTO$4 as EmpresaDTO, EmpresaENTITY, EmpresaLiberacionPagosDTO, EmpresaLogisticaDTO, EmpresaPCMODTO, EmpresaPersonalDTO, EmpresaProduccionDTO, EmpresaStockPersonalDTO, EmpresaTdCDTO, EmpresaUsuarioDTO, EmpresaValDTO, 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, FilesDocDTO, FlagsDTO, FlujoDocDTO, FotoDTO, FotosDTO, FotosDetailMaintenanceDTO, FotosSSTDTO$1 as FotosSSTDTO, GOMDTO, GomENTITY, GomNovedadesDTO, GomNovedadesTipoNovedadDTO, GranFamiliaItemDTO, GranFamiliaItemENTITY, 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, ItemsOrdenDTO, KeyIntegracionENTITY, LiberacionDePagosAlemaniaENTITY, LiquidadaTOAENTITY, ListaCapacidadesCableDTO, LogAlmacenDTO, LogDTO, LogModificarDTO, LogRegisterDTO, LoteDTO$1 as LoteDTO, MOBaremoDTO, MacroObraChileENTITY, MacroObraENTITY, MailStructureENTITY, ManoObraBaremoDTO, ManoObraBaremoProduccionDTO, ManoObraENTITY, ManoObraGlobalENTITY, ManoObraGlobalPCMOAlemaniaAL02DTO, ManoObraGlobalPCMODTO, ManoObraLiberacionPagosDTO, MarcaDTO, MaterialAmapDTO, MaterialCubicacionPeruDTO, MaterialLogisticaDTO, MaterialMOGlobalDTO, MaterialUtilizadoRetiradoBaremoDTO, MaterialesDTO$1 as MaterialesDTO, MedidorDTO, ModelMOSQLPeruENTITY, ModelObraSQLPeruENTITY, ModeloDTO, MovimientoAlmacenDTO, MovimientoAlmacenENTITY, NodoDocDTO, NombreDescripcionDTO, NotasDTO, NotificacionesENTITY, OTGlobalDTO, ObraChile9512ENTITY, ObraColombia9612ENTITY, ObraENTITY, OnnetFibraENTITY, OpcionSistemaENTITY, OperacionDTO, OperacionDataAdicional, OptionCatalogoDTO, OrdenDetailMaintenanceDTO, OrigenCUB, PagosECBaremoDTO, PagosECDTO, PaisStockPersonalDTO, ParteDiarioDTO$1 as ParteDiarioDTO, type PayloadTokenDTO, PerfilesENTITY, PeriodoBaremoDTO, PeriodoDTO$4 as PeriodoDTO, PeriodoENTITY, PeriodoLiberacionPagosDTO, PermisosAppDTO, PersonalCuadrillaDTO, PersonalDTO, PersonalENTITY, PersonalLogisticaDTO$1 as PersonalLogisticaDTO, PersonalTOADTO, PrecioAgencia_mam_onnetENTITY, PrecioContratistaMOAL02ENTITY, PrecioContratistaMOAL04ENTITY, PrecioContratistaMOENTITY, PrecioDTO, PrecioEspecialidadENTITY, PrecioMaterialENTITY, PrecioTrabajoDTO, PreciosVigentesDTO, PresupuestadoTotalObraChilaDTO, PresupuestadoTotalObraDTO, PresupuestadoTotalObraEmpresaChileDTO, PresupuestadoTotalObraEmpresaCuadrillaChileDTO, PresupuestadoTotalObraEmpresaCuadrillaDTO, PresupuestadoTotalObraEmpresaDTO, PrioridadNotificacion, ProdCursoBaremoFasesCuadrillaDTO, ProdCursoBaremoFasesManoObraDTO, ProdCursoBaremoFasesPeriodoDTO, ProdCursoBaremoFasesUltimaFaseDTO, ProdCursoBaremoFasesUltimoEstadoInternoDTO, ProduccionDTO, ProductosServiciosLiqDTO, ProductosServiciosValDTO, ProfileDTO, RM_ComunaENTITY, RM_MaterialENTITY, RM_ZonasActividadENTITY, RecursosPersonalDTO, RegularizacionPositivaNegativaDTO, RepresentanteLegalDTO, ReservaENTITY, ReservaManoObraRegularizacionENTITY, ResultadoDTO, ResumenAvanceChileDTO, ResumenAvanceDataDocumentacionDTO, ResumenAvanceDataDocumentacionDataWithPercentsByFasesChileDTO, ResumenAvanceDataDocumentacionDataWithPercentsChile, ResumenAvanceDataGranTotal, ResumenAvanceDataGranTotalEmpresasChileDTO, ResumenAvanceDataGranTotalManoObraCHILEDTO, ResumenAvanceDataGranTotalValorizacionesByPeriodosDTO, ResumentAvanceDocumentacionHPDTO, RptProduccionCurso_Baremos_FasesENTITY, SalidaAlmacenENTITY, SeguimientoObraDTO, SincronizacionPersonalDTO, SistemaDto, SistemaENTITY, SistemaRecurso, SizeDTO, SocketDTO, StockAlmacenENTITY, StockAlmacenEquiposENTITY, StockPersonalENTITY, StockPersonalEquiposENTITY, SubEstadoInternoDTO, SubManoObraDTO$1 as SubManoObraDTO, TecnicoValDTO, TipoActividadMOENTITY, TipoAlmacenDTO, TipoAlmacenENTITY, TipoClaveENTITY, TipoConsumoMaterial, TipoDocumentoIdentidadDTO, TipoDocumentoUsuarioDTO, TipoEmpresaDTO, TipoEspecialidadMOENTITY, type TipoLiq, TipoMOPCMODTO, TipoMiembroGrupoEmpresaDTO, TipoMovilCuadrillaDTO, TipoMovimientoAlmacenDTO, TipoMovimientoAlmacenENTITY, TipoNotificacion, TipoOpcionDTO, TipoOpcionSistemaENTITY, TipoSistemaDTO, TipoStockENTITY, 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, Ultima_PreLiquidacionDTO, Ultima_PreLiquidacionTMOAlemaniaDTO, Ultima_asignacionDTO$1 as Ultima_asignacionDTO, Ultimo_Estado_InternoLiberacionPagosDTO, UnidadMedidaDTO$2 as UnidadMedidaDTO, UnidadMedidaENTITY, UnidadMedidaLiberacionPagosDTO, UnidadObraMaterialENTITY, UpdateUltimaFaseFacturacionDTO, UsuarioBaremoDTO, UsuarioBitacoraDTO, UsuarioDTO, UsuarioENTITY, UsuarioEdicionDTO, UsuarioID_UsuarioDTO, UsuarioLogisticaDTO, UsuarioRegistrarDTO, UsuariosAutoinventarioENTITY, ValidadoDTO, ValorizacionAlemaniaDTO, ValorizacionDTO, ValorizacionManoObraDTO, ValorizacionManoObraRegularizacionDTO, ValorizacionTMOAlemaniaDTO, ValorizacionesDTO$1 as ValorizacionesDTO, ValorizadaTOAENTITY, VarianteDTO, VigenciaBaremosDTO, VigenciaDTO, VigenciaPCMODTO, WBEDTO, ZonaTrabajoCuadrillaDTO, ZonaTrabajoDTO, ZonaTrabajoENTITY, ZonalesDTO, ZonasDTO, convertStringsToDates, latLngDTO, peru9112TOAENTITY, transformToDateIfEmpty, type typeEstado, type typeEstadoNroDocumento, type typeFuente, type typeTipo, validateAndFormatData, validateArrayBody };
5206
+ export { ActaFinalCubicacionDTO, ActaFinalCubicacionSharedDTO, ActividadZonasActividadDTO, ActividadesDTO, AddressListENTITY, AgenciaDTO, AgenciaENTITY, AgenciasDTO, AlmacenDTO, AlmacenENTITY, AlmacenExtraENTITY, AlmacenLogisticaDTO, AlmacenUsuarioGIADTO, AnexosDetailMantenanceOrderDTO, AreaGOMDTO, AreaGomDTO, AsignacionGomDTO, AsignacionGomDTO_Old, AtencionOrdenesLiquidadasENTITY, AtiendeBodegaDTO, AutoInventarioENTITY, BaremoAlemaniaENTITY, BaremosAlemaniaENTITY, BaremosChileENTITY, BaremosColombiaENTITY, BaremosTOAChileENTITY, BaremosTOAENTITY, BitacoraAntiguaDTO, BitacoraDTO, BitacoraDeOrdenesDTO, BitacoraLiqDTO, BitacoraOpcionSitemaDTO, BodegaENTITY, BodyUpdateFasesDTO, CabeceraCubicacionColombiaDTO, CabeceraCubicajeAlemaniaDTO, CabeceraCubicajeChileDTO, CabeceraCubicajeDTO, CabeceraCubicajePeruDTO, CalculatePercentsDTO, CambioEstadoFacturadoRequest, CambioEstadoFaseRequest, CambiosEstadosFaseLiberacionPagosDTO, 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, 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, DetailMaintenanceOrderDTO, DetalleChileChileObraDTO, DetalleChileColombiaObraDTO, DetalleChileDTO$1 as DetalleChileDTO, DetalleChileObraDTO, DetalleChileValorizacionMODTO, DetalleChileValorizacionManoObraRegularizacionDTO, DetalleCubicajeDTO, DetalleDTO, DetalleManoObraChileDTO, DetalleOrdenRealDTO, DetalleSalidaAlmacenDTO, DevolucionAlmacenENTITY, DireccionDTO, DocumentacionBaremoPexENTITY, DocumentacionPEXENTITY, DocumentoDetalleDTO, 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, FilesDocDTO, FlagsDTO, FlujoDocDTO, FotoDTO, FotosDTO, FotosDetailMaintenanceDTO, FotosSSTDTO$1 as FotosSSTDTO, GOMDTO, GomENTITY, GomNovedadesDTO, GomNovedadesTipoNovedadDTO, GranFamiliaItemDTO, GranFamiliaItemENTITY, 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, ItemsOrdenDTO, KeyIntegracionENTITY, LiberacionDePagosAlemaniaENTITY, LiquidadaTOAENTITY, ListaCapacidadesCableDTO, LogAlmacenDTO, LogDTO, LogModificarDTO, LogRegisterDTO, LoteDTO$1 as LoteDTO, MOBaremoDTO, MacroObraChileENTITY, MacroObraENTITY, MailStructureENTITY, ManoObraBaremoDTO, ManoObraBaremoProduccionDTO, ManoObraENTITY, ManoObraGlobalENTITY, ManoObraGlobalPCMOAlemaniaAL02DTO, ManoObraGlobalPCMODTO, ManoObraLiberacionPagosDTO, MarcaDTO, MaterialAmapDTO, MaterialCubicacionPeruDTO, MaterialLogisticaDTO, MaterialMOGlobalDTO, MaterialUtilizadoRetiradoBaremoDTO, MaterialesDTO$1 as MaterialesDTO, MedidorDTO, ModelMOSQLPeruENTITY, ModelObraSQLPeruENTITY, ModeloDTO, MovimientoAlmacenDTO, MovimientoAlmacenENTITY, NodoDocDTO, NombreDescripcionDTO, NotasDTO, NotificacionesENTITY, OTGlobalDTO, ObraChile9512ENTITY, ObraColombia9612ENTITY, ObraENTITY, OnnetFibraENTITY, OpcionSistemaENTITY, OperacionDTO, OperacionDataAdicional, OptionCatalogoDTO, OrdenDetailMaintenanceDTO, OrigenCUB, PagosECBaremoDTO, PagosECDTO, PaisStockPersonalDTO, ParteDiarioDTO$1 as ParteDiarioDTO, type PayloadTokenDTO, PerfilesENTITY, PeriodoBaremoDTO, PeriodoDTO$4 as PeriodoDTO, PeriodoENTITY, PeriodoLiberacionPagosDTO, PermisosAppDTO, PersonalCuadrillaDTO, PersonalDTO, PersonalENTITY, PersonalLogisticaDTO$1 as PersonalLogisticaDTO, PersonalTOADTO, PrecioAgencia_mam_onnetENTITY, PrecioContratistaMOAL02ENTITY, PrecioContratistaMOAL04ENTITY, PrecioContratistaMOENTITY, PrecioDTO, PrecioEspecialidadENTITY, PrecioMaterialENTITY, PrecioTrabajoDTO, PreciosVigentesDTO, PresupuestadoTotalObraChilaDTO, PresupuestadoTotalObraDTO, PresupuestadoTotalObraEmpresaChileDTO, PresupuestadoTotalObraEmpresaCuadrillaChileDTO, PresupuestadoTotalObraEmpresaCuadrillaDTO, PresupuestadoTotalObraEmpresaDTO, PrioridadNotificacion, ProdCursoBaremoFasesCuadrillaDTO, ProdCursoBaremoFasesManoObraDTO, ProdCursoBaremoFasesPeriodoDTO, ProdCursoBaremoFasesUltimaFaseDTO, ProdCursoBaremoFasesUltimoEstadoInternoDTO, ProduccionDTO, ProductosServiciosLiqDTO, ProductosServiciosValDTO, ProfileDTO, RM_ComunaENTITY, RM_MaterialENTITY, RM_ZonasActividadENTITY, RecursosPersonalDTO, RegularizacionPositivaNegativaDTO, RepresentanteLegalDTO, ReservaENTITY, ReservaManoObraRegularizacionENTITY, ResultadoDTO, ResumenAvanceChileDTO, ResumenAvanceDataDocumentacionDTO, ResumenAvanceDataDocumentacionDataWithPercentsByFasesChileDTO, ResumenAvanceDataDocumentacionDataWithPercentsChile, ResumenAvanceDataGranTotal, ResumenAvanceDataGranTotalEmpresasChileDTO, ResumenAvanceDataGranTotalManoObraCHILEDTO, ResumenAvanceDataGranTotalValorizacionesByPeriodosDTO, ResumentAvanceDocumentacionHPDTO, RptProduccionCurso_Baremos_FasesENTITY, SalidaAlmacenENTITY, SeguimientoObraDTO, SincronizacionPersonalDTO, SistemaDto, SistemaENTITY, SistemaRecurso, SizeDTO, SocketDTO, StockAlmacenENTITY, StockAlmacenEquiposENTITY, StockPersonalENTITY, StockPersonalEquiposENTITY, SubEstadoInternoDTO, SubManoObraDTO$1 as SubManoObraDTO, TecnicoValDTO, TipoActividadMOENTITY, TipoAlmacenDTO, TipoAlmacenENTITY, TipoClaveENTITY, TipoConsumoMaterial, TipoDocumentoIdentidadDTO, TipoDocumentoUsuarioDTO, TipoEmpresaDTO, TipoEspecialidadMOENTITY, type TipoLiq, TipoMOPCMODTO, TipoMiembroGrupoEmpresaDTO, TipoMovilCuadrillaDTO, TipoMovimientoAlmacenDTO, TipoMovimientoAlmacenENTITY, TipoNotificacion, TipoOpcionDTO, TipoOpcionSistemaENTITY, TipoSistemaDTO, TipoStockENTITY, 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, Ultima_PreLiquidacionDTO, Ultima_PreLiquidacionTMOAlemaniaDTO, Ultima_asignacionDTO$1 as Ultima_asignacionDTO, Ultimo_Estado_InternoLiberacionPagosDTO, UnidadMedidaDTO$2 as UnidadMedidaDTO, UnidadMedidaENTITY, UnidadMedidaLiberacionPagosDTO, UnidadObraMaterialENTITY, UpdateUltimaFaseFacturacionDTO, UsuarioBaremoDTO, UsuarioBitacoraDTO, UsuarioDTO, UsuarioENTITY, UsuarioEdicionDTO, UsuarioID_UsuarioDTO, UsuarioLogisticaDTO, UsuarioRegistrarDTO, UsuariosAutoinventarioENTITY, ValidadoDTO, ValorizacionAlemaniaDTO, ValorizacionDTO, ValorizacionManoObraDTO, ValorizacionManoObraRegularizacionDTO, ValorizacionTMOAlemaniaDTO, ValorizacionesDTO$1 as ValorizacionesDTO, ValorizadaTOAENTITY, VarianteDTO, VigenciaBaremosDTO, VigenciaDTO, VigenciaPCMODTO, WBEDTO, ZonaTrabajoCuadrillaDTO, ZonaTrabajoDTO, ZonaTrabajoENTITY, ZonalesDTO, ZonasDTO, convertStringsToDates, latLngDTO, peru9112TOAENTITY, transformToDateIfEmpty, type typeEstado, type typeEstadoNroDocumento, type typeFuente, type typeTipo, validateAndFormatData, validateArrayBody };