sigo-entities 1.1.8 → 1.1.9
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 +124 -67
- package/dist/index.d.ts +124 -67
- package/dist/index.js +8512 -8283
- package/dist/index.mjs +8302 -8077
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -429,6 +429,7 @@ declare class EstadoInternoWithoutSubstateDTO {
|
|
|
429
429
|
Orden: number;
|
|
430
430
|
ColorFondo: string;
|
|
431
431
|
Tipo: string;
|
|
432
|
+
Sistema: string;
|
|
432
433
|
UsuarioEdicion: UsuarioEdicionDTO;
|
|
433
434
|
}
|
|
434
435
|
|
|
@@ -1943,6 +1944,16 @@ declare class ChangeStateBaremosDTO {
|
|
|
1943
1944
|
ASFALTADO: string;
|
|
1944
1945
|
}
|
|
1945
1946
|
|
|
1947
|
+
declare class DocumentosInicialesDTO {
|
|
1948
|
+
ID_Trabajo: number;
|
|
1949
|
+
Observacion: string;
|
|
1950
|
+
Fecha: Date;
|
|
1951
|
+
Usuario: UsuarioDTO;
|
|
1952
|
+
Description: string;
|
|
1953
|
+
Obra: string;
|
|
1954
|
+
OrdenTrabajo: string;
|
|
1955
|
+
}
|
|
1956
|
+
|
|
1946
1957
|
declare class ObraENTITY {
|
|
1947
1958
|
ID_incidencia: number;
|
|
1948
1959
|
ID_MacroObra: number;
|
|
@@ -1970,16 +1981,6 @@ declare class ObraENTITY {
|
|
|
1970
1981
|
TotalesGeneralObra: TotalGeneralObraDTO;
|
|
1971
1982
|
}
|
|
1972
1983
|
|
|
1973
|
-
declare class DocumentosInicialesDTO {
|
|
1974
|
-
ID_Trabajo: number;
|
|
1975
|
-
Observacion: string;
|
|
1976
|
-
Fecha: Date;
|
|
1977
|
-
Usuario: UsuarioDTO;
|
|
1978
|
-
Description: string;
|
|
1979
|
-
Obra: string;
|
|
1980
|
-
OrdenTrabajo: string;
|
|
1981
|
-
}
|
|
1982
|
-
|
|
1983
1984
|
declare class DetalleChileChileObraDTO extends DetalleChileObraDTO {
|
|
1984
1985
|
}
|
|
1985
1986
|
|
|
@@ -2008,6 +2009,92 @@ declare class ObraColombia9612ENTITY extends ObraENTITY {
|
|
|
2008
2009
|
DetalleChile: DetalleChileColombiaObraDTO;
|
|
2009
2010
|
}
|
|
2010
2011
|
|
|
2012
|
+
declare class CuadrillaDTO$3 {
|
|
2013
|
+
Codigo: string;
|
|
2014
|
+
Descripcion: string;
|
|
2015
|
+
Identificacion: string;
|
|
2016
|
+
}
|
|
2017
|
+
|
|
2018
|
+
declare class EmpresaDTO$3 {
|
|
2019
|
+
Codigo: string;
|
|
2020
|
+
RazonSocial: string;
|
|
2021
|
+
Propia: boolean;
|
|
2022
|
+
}
|
|
2023
|
+
|
|
2024
|
+
declare class ManoObraDTO$2 {
|
|
2025
|
+
Codigo: string;
|
|
2026
|
+
Nombre: string;
|
|
2027
|
+
UnidadMedida: string;
|
|
2028
|
+
}
|
|
2029
|
+
|
|
2030
|
+
declare class PeriodoDTO$2 {
|
|
2031
|
+
FechaInicio: Date;
|
|
2032
|
+
FechaFin: Date;
|
|
2033
|
+
FechaMaxima: Date;
|
|
2034
|
+
Anio: number;
|
|
2035
|
+
Mes: number;
|
|
2036
|
+
Codigo: string;
|
|
2037
|
+
}
|
|
2038
|
+
|
|
2039
|
+
declare class Ultimo_Estado_InternoDTO {
|
|
2040
|
+
ID_EstadoInterno: number;
|
|
2041
|
+
ID_EstadoInternoPadre: number;
|
|
2042
|
+
Fecha: Date;
|
|
2043
|
+
Descripcion: string;
|
|
2044
|
+
Icono: string;
|
|
2045
|
+
Color: string;
|
|
2046
|
+
Orden: number;
|
|
2047
|
+
ColorFondo: string;
|
|
2048
|
+
Tipo: string;
|
|
2049
|
+
Observacion: string;
|
|
2050
|
+
Sistema: string;
|
|
2051
|
+
UsuarioEdicion: UsuarioEdicionDTO;
|
|
2052
|
+
}
|
|
2053
|
+
|
|
2054
|
+
declare class UnidadMedidaDTO$1 {
|
|
2055
|
+
Codigo: string;
|
|
2056
|
+
Nombre: string;
|
|
2057
|
+
UnidadMedida: string;
|
|
2058
|
+
}
|
|
2059
|
+
|
|
2060
|
+
declare class DetalleChileAlemaniaObraDTO {
|
|
2061
|
+
codigoCalc: string;
|
|
2062
|
+
codigo: string;
|
|
2063
|
+
nombre: string;
|
|
2064
|
+
contrato: string;
|
|
2065
|
+
agencia: string;
|
|
2066
|
+
numoe: string;
|
|
2067
|
+
nombreoe: string;
|
|
2068
|
+
tipooe: string;
|
|
2069
|
+
inioe: Date;
|
|
2070
|
+
finoe: Date;
|
|
2071
|
+
PE: string;
|
|
2072
|
+
ITOCTC: string;
|
|
2073
|
+
central: string;
|
|
2074
|
+
cliente: string;
|
|
2075
|
+
direccion: string;
|
|
2076
|
+
comuna: string;
|
|
2077
|
+
nombreproyecto: string;
|
|
2078
|
+
ito: string;
|
|
2079
|
+
red: string;
|
|
2080
|
+
PEP2: string;
|
|
2081
|
+
PEP1: string;
|
|
2082
|
+
GESTOR: string;
|
|
2083
|
+
ActaFinal: ActaFinalCubicacionSharedDTO;
|
|
2084
|
+
CostoTotal: number;
|
|
2085
|
+
Historico: HistoricoDTO[];
|
|
2086
|
+
UltimoEstadoCliente: Ultimo_Estado_InternoDTO;
|
|
2087
|
+
EstadosCliente: EstadoInternoWithoutSubstateDTO[];
|
|
2088
|
+
}
|
|
2089
|
+
|
|
2090
|
+
declare class ObraAlemaniaAL02ENTITY extends ObraENTITY {
|
|
2091
|
+
DetalleChile: DetalleChileAlemaniaObraDTO;
|
|
2092
|
+
}
|
|
2093
|
+
|
|
2094
|
+
declare class ObraAlemaniaAL04ENTITY extends ObraENTITY {
|
|
2095
|
+
DetalleChile: DetalleChileAlemaniaObraDTO;
|
|
2096
|
+
}
|
|
2097
|
+
|
|
2011
2098
|
declare class EmpresaPCMODTO {
|
|
2012
2099
|
ID_Empresa: number;
|
|
2013
2100
|
Codigo: string;
|
|
@@ -2404,6 +2491,9 @@ declare class CubicacionColombia9612ENTITY extends CubicacionENTITY {
|
|
|
2404
2491
|
cabecera: CabeceraCubicacionColombiaDTO;
|
|
2405
2492
|
}
|
|
2406
2493
|
|
|
2494
|
+
declare class PrecioContratistaMaterialENTITY {
|
|
2495
|
+
}
|
|
2496
|
+
|
|
2407
2497
|
declare class HitoDTO {
|
|
2408
2498
|
Idx: number;
|
|
2409
2499
|
Estado: string;
|
|
@@ -2600,25 +2690,25 @@ declare class RM_ComunaENTITY {
|
|
|
2600
2690
|
Estado: EstadoDTO;
|
|
2601
2691
|
}
|
|
2602
2692
|
|
|
2603
|
-
declare class CuadrillaDTO$
|
|
2693
|
+
declare class CuadrillaDTO$2 {
|
|
2604
2694
|
Codigo: string;
|
|
2605
2695
|
Descripcion: string;
|
|
2606
2696
|
Identificacion: string;
|
|
2607
2697
|
}
|
|
2608
2698
|
|
|
2609
|
-
declare class EmpresaDTO$
|
|
2699
|
+
declare class EmpresaDTO$2 {
|
|
2610
2700
|
Codigo: string;
|
|
2611
2701
|
RazonSocial: string;
|
|
2612
2702
|
Propia: string;
|
|
2613
2703
|
}
|
|
2614
2704
|
|
|
2615
|
-
declare class ManoObraDTO$
|
|
2705
|
+
declare class ManoObraDTO$1 {
|
|
2616
2706
|
Codigo: string;
|
|
2617
2707
|
Nombre: string;
|
|
2618
2708
|
UnidadMedida: string;
|
|
2619
2709
|
}
|
|
2620
2710
|
|
|
2621
|
-
declare class PeriodoDTO$
|
|
2711
|
+
declare class PeriodoDTO$1 {
|
|
2622
2712
|
FechaInicio: Date;
|
|
2623
2713
|
FechaFin: Date;
|
|
2624
2714
|
FechaMaxima: Date;
|
|
@@ -2636,14 +2726,14 @@ declare class BaremosAlemaniaENTITY {
|
|
|
2636
2726
|
AddressID: string;
|
|
2637
2727
|
Tipo: string;
|
|
2638
2728
|
Contrato: string;
|
|
2639
|
-
Cuadrilla: CuadrillaDTO$
|
|
2640
|
-
Empresa: EmpresaDTO$
|
|
2729
|
+
Cuadrilla: CuadrillaDTO$2;
|
|
2730
|
+
Empresa: EmpresaDTO$2;
|
|
2641
2731
|
Especialidad: CodigoNombreDTO;
|
|
2642
2732
|
Actividad: CodigoNombreDTO;
|
|
2643
|
-
ManoObra: ManoObraDTO$
|
|
2733
|
+
ManoObra: ManoObraDTO$1;
|
|
2644
2734
|
MaterialesUtilizados: Array<any>;
|
|
2645
2735
|
MaterialesRetirados: Array<any>;
|
|
2646
|
-
Periodo: PeriodoDTO$
|
|
2736
|
+
Periodo: PeriodoDTO$1;
|
|
2647
2737
|
ZonaAsignada: string;
|
|
2648
2738
|
Agencia: string;
|
|
2649
2739
|
Cantidad: number;
|
|
@@ -2767,7 +2857,7 @@ declare class BaremoAlemaniaENTITY {
|
|
|
2767
2857
|
Cancelado: Boolean;
|
|
2768
2858
|
}
|
|
2769
2859
|
|
|
2770
|
-
declare class PeriodoDTO
|
|
2860
|
+
declare class PeriodoDTO {
|
|
2771
2861
|
FechaInicio: Date;
|
|
2772
2862
|
FechaFin: Date;
|
|
2773
2863
|
FechaMaxima: Date;
|
|
@@ -2776,25 +2866,25 @@ declare class PeriodoDTO$1 {
|
|
|
2776
2866
|
Codigo: string;
|
|
2777
2867
|
}
|
|
2778
2868
|
|
|
2779
|
-
declare class CuadrillaDTO$
|
|
2869
|
+
declare class CuadrillaDTO$1 {
|
|
2780
2870
|
Codigo: string;
|
|
2781
2871
|
Descripcion: string;
|
|
2782
2872
|
Identificacion: string;
|
|
2783
2873
|
}
|
|
2784
2874
|
|
|
2785
|
-
declare class EmpresaDTO$
|
|
2875
|
+
declare class EmpresaDTO$1 {
|
|
2786
2876
|
Codigo: string;
|
|
2787
2877
|
RazonSocial: string;
|
|
2788
2878
|
Propia: boolean;
|
|
2789
2879
|
}
|
|
2790
2880
|
|
|
2791
|
-
declare class ManoObraDTO
|
|
2881
|
+
declare class ManoObraDTO {
|
|
2792
2882
|
Codigo: string;
|
|
2793
2883
|
Nombre: string;
|
|
2794
2884
|
UnidadMedida: string;
|
|
2795
2885
|
}
|
|
2796
2886
|
|
|
2797
|
-
declare class UnidadMedidaDTO
|
|
2887
|
+
declare class UnidadMedidaDTO {
|
|
2798
2888
|
Codigo: string;
|
|
2799
2889
|
Nombre: string;
|
|
2800
2890
|
UnidadMedida: string;
|
|
@@ -2808,12 +2898,12 @@ declare class BaremosChileENTITY {
|
|
|
2808
2898
|
ID_GOM: number;
|
|
2809
2899
|
ZonaAsignada: string;
|
|
2810
2900
|
Agencia: string;
|
|
2811
|
-
Cuadrilla: CuadrillaDTO$
|
|
2812
|
-
Empresa: EmpresaDTO$
|
|
2901
|
+
Cuadrilla: CuadrillaDTO$1;
|
|
2902
|
+
Empresa: EmpresaDTO$1;
|
|
2813
2903
|
Especialidad: CodigoNombreDTO;
|
|
2814
2904
|
Actividad: CodigoNombreDTO;
|
|
2815
|
-
ManoObra: ManoObraDTO
|
|
2816
|
-
UnidadObra: UnidadMedidaDTO
|
|
2905
|
+
ManoObra: ManoObraDTO;
|
|
2906
|
+
UnidadObra: UnidadMedidaDTO;
|
|
2817
2907
|
MaterialesUtilizados: Array<any>;
|
|
2818
2908
|
MaterialesRetirados: Array<any>;
|
|
2819
2909
|
Cantidad: number;
|
|
@@ -2822,7 +2912,7 @@ declare class BaremosChileENTITY {
|
|
|
2822
2912
|
PrecioContratista: number;
|
|
2823
2913
|
Simbolo: string;
|
|
2824
2914
|
Moneda: string;
|
|
2825
|
-
Periodo: PeriodoDTO
|
|
2915
|
+
Periodo: PeriodoDTO;
|
|
2826
2916
|
Anio: number;
|
|
2827
2917
|
Mes: number;
|
|
2828
2918
|
PB_Total: number;
|
|
@@ -2831,39 +2921,6 @@ declare class BaremosChileENTITY {
|
|
|
2831
2921
|
Cancelado: boolean;
|
|
2832
2922
|
}
|
|
2833
2923
|
|
|
2834
|
-
declare class CuadrillaDTO$1 {
|
|
2835
|
-
Codigo: string;
|
|
2836
|
-
Descripcion: string;
|
|
2837
|
-
Identificacion: string;
|
|
2838
|
-
}
|
|
2839
|
-
|
|
2840
|
-
declare class EmpresaDTO$1 {
|
|
2841
|
-
Codigo: string;
|
|
2842
|
-
RazonSocial: string;
|
|
2843
|
-
Propia: boolean;
|
|
2844
|
-
}
|
|
2845
|
-
|
|
2846
|
-
declare class ManoObraDTO {
|
|
2847
|
-
Codigo: string;
|
|
2848
|
-
Nombre: string;
|
|
2849
|
-
UnidadMedida: string;
|
|
2850
|
-
}
|
|
2851
|
-
|
|
2852
|
-
declare class PeriodoDTO {
|
|
2853
|
-
FechaInicio: Date;
|
|
2854
|
-
FechaFin: Date;
|
|
2855
|
-
FechaMaxima: Date;
|
|
2856
|
-
Anio: number;
|
|
2857
|
-
Mes: number;
|
|
2858
|
-
Codigo: string;
|
|
2859
|
-
}
|
|
2860
|
-
|
|
2861
|
-
declare class UnidadMedidaDTO {
|
|
2862
|
-
Codigo: string;
|
|
2863
|
-
Nombre: string;
|
|
2864
|
-
UnidadMedida: string;
|
|
2865
|
-
}
|
|
2866
|
-
|
|
2867
2924
|
declare class BaremosColombiaENTITY {
|
|
2868
2925
|
_id?: string;
|
|
2869
2926
|
foreignKey: string;
|
|
@@ -2872,12 +2929,12 @@ declare class BaremosColombiaENTITY {
|
|
|
2872
2929
|
ID_GOM: number;
|
|
2873
2930
|
ZonaAsignada: string;
|
|
2874
2931
|
Agencia: string;
|
|
2875
|
-
Cuadrilla: CuadrillaDTO$
|
|
2876
|
-
Empresa: EmpresaDTO$
|
|
2932
|
+
Cuadrilla: CuadrillaDTO$3;
|
|
2933
|
+
Empresa: EmpresaDTO$3;
|
|
2877
2934
|
Especialidad: CodigoNombreDTO;
|
|
2878
2935
|
Actividad: CodigoNombreDTO;
|
|
2879
|
-
ManoObra: ManoObraDTO;
|
|
2880
|
-
UnidadObra: UnidadMedidaDTO;
|
|
2936
|
+
ManoObra: ManoObraDTO$2;
|
|
2937
|
+
UnidadObra: UnidadMedidaDTO$1;
|
|
2881
2938
|
MaterialesUtilizados: Array<any>;
|
|
2882
2939
|
MaterialesRetirados: Array<any>;
|
|
2883
2940
|
CoeficienteMaterial: number;
|
|
@@ -2887,7 +2944,7 @@ declare class BaremosColombiaENTITY {
|
|
|
2887
2944
|
PrecioContratista: number;
|
|
2888
2945
|
Simbolo: string;
|
|
2889
2946
|
Moneda: string;
|
|
2890
|
-
Periodo: PeriodoDTO;
|
|
2947
|
+
Periodo: PeriodoDTO$2;
|
|
2891
2948
|
Anio: number;
|
|
2892
2949
|
Mes: number;
|
|
2893
2950
|
PB_Total: number;
|
|
@@ -5214,4 +5271,4 @@ declare class OnnetFibraENTITY extends BitacoraDeOrdenesDTO {
|
|
|
5214
5271
|
DetailMaintenanceOrder: DetailMaintenanceOrderDTO;
|
|
5215
5272
|
}
|
|
5216
5273
|
|
|
5217
|
-
export { ADM_RM_ZonasActividadENTITY, 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 };
|
|
5274
|
+
export { ADM_RM_ZonasActividadENTITY, 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, DetalleChileAlemaniaObraDTO, 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, ObraAlemaniaAL02ENTITY, ObraAlemaniaAL04ENTITY, 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, PrecioContratistaMaterialENTITY, 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 };
|