sigo-entities 1.0.57 → 1.0.59
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 +122 -44
- package/dist/index.d.ts +122 -44
- package/dist/index.js +7636 -7202
- package/dist/index.mjs +7474 -7049
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -1982,50 +1982,10 @@ declare class DataGridTabResidentialHP {
|
|
|
1982
1982
|
|
|
1983
1983
|
declare class DataGridTabBusinessHP {
|
|
1984
1984
|
Home_ID: number;
|
|
1985
|
-
AddressID: string;
|
|
1986
|
-
}
|
|
1987
|
-
|
|
1988
|
-
declare class hpListAsignacionMacroObraDTO {
|
|
1989
|
-
Cuadrilla: string;
|
|
1990
|
-
Empresa: string;
|
|
1991
|
-
Fecha: Date;
|
|
1992
|
-
Usuario: UsuarioDTO;
|
|
1993
|
-
Anexos: FilesDocDTO[];
|
|
1994
|
-
}
|
|
1995
|
-
|
|
1996
|
-
declare class EstadoHPListMacroObraDTO {
|
|
1997
|
-
Estado: Boolean;
|
|
1998
|
-
Especialidad: string;
|
|
1999
1985
|
}
|
|
2000
1986
|
|
|
2001
1987
|
declare class DocumentoDetalleDataDTO {
|
|
2002
1988
|
Home_ID: string;
|
|
2003
|
-
Gemeinde_Plan: string;
|
|
2004
|
-
DP_ID: string;
|
|
2005
|
-
Home_Target_Status: string;
|
|
2006
|
-
Current_Home_Status: string;
|
|
2007
|
-
Insert_Date: string | Date;
|
|
2008
|
-
WorkorderOrigin: string;
|
|
2009
|
-
HouseNumber: number;
|
|
2010
|
-
HouseNumberAffix: string;
|
|
2011
|
-
WorkStatus: string;
|
|
2012
|
-
SurveyTeam: string;
|
|
2013
|
-
NCMWDCode: string;
|
|
2014
|
-
Street: string;
|
|
2015
|
-
Wave: string;
|
|
2016
|
-
Anexos: FilesDocDTO[];
|
|
2017
|
-
Asignacion: hpListAsignacionMacroObraDTO;
|
|
2018
|
-
Asignaciones: hpListAsignacionMacroObraDTO[];
|
|
2019
|
-
OC: EstadoHPListMacroObraDTO;
|
|
2020
|
-
Soplado: EstadoHPListMacroObraDTO;
|
|
2021
|
-
Asfaltado: EstadoHPListMacroObraDTO;
|
|
2022
|
-
AddressID: string;
|
|
2023
|
-
type: string;
|
|
2024
|
-
CuadrillasAsignadas: string;
|
|
2025
|
-
EmpresasAsignadas: string;
|
|
2026
|
-
Baliza: number;
|
|
2027
|
-
foreign_baliza: string;
|
|
2028
|
-
ExistFiles: string;
|
|
2029
1989
|
}
|
|
2030
1990
|
|
|
2031
1991
|
declare class DocumentoDetalleDataOKDTO {
|
|
@@ -2574,16 +2534,29 @@ declare class PeriodoDTO$2 {
|
|
|
2574
2534
|
Codigo: string;
|
|
2575
2535
|
}
|
|
2576
2536
|
|
|
2537
|
+
declare enum EstadoFaseObra {
|
|
2538
|
+
PAGADO = "PAGADO",
|
|
2539
|
+
NO_PAGADO = "NO_PAGADO"
|
|
2540
|
+
}
|
|
2541
|
+
declare class FasesObraDTO {
|
|
2542
|
+
fase: string;
|
|
2543
|
+
porcentaje: number;
|
|
2544
|
+
Usuario: UsuarioDTO;
|
|
2545
|
+
Fecha: Date;
|
|
2546
|
+
Observacion: string;
|
|
2547
|
+
Anexos: any[];
|
|
2548
|
+
Estado: EstadoFaseObra;
|
|
2549
|
+
}
|
|
2550
|
+
|
|
2577
2551
|
declare class BaremosAlemaniaENTITY {
|
|
2578
2552
|
foreignKey: string;
|
|
2579
2553
|
Obra: string;
|
|
2580
2554
|
Cluster: string;
|
|
2555
|
+
Gemainde: string;
|
|
2581
2556
|
WorkProject: string;
|
|
2582
2557
|
AddressID: string;
|
|
2583
2558
|
Tipo: string;
|
|
2584
2559
|
Contrato: string;
|
|
2585
|
-
ZonaAsignada: string;
|
|
2586
|
-
Agencia: string;
|
|
2587
2560
|
Cuadrilla: CuadrillaDTO$3;
|
|
2588
2561
|
Empresa: EmpresaDTO$3;
|
|
2589
2562
|
Especialidad: CodigoNombreDTO;
|
|
@@ -2591,15 +2564,120 @@ declare class BaremosAlemaniaENTITY {
|
|
|
2591
2564
|
ManoObra: ManoObraDTO$2;
|
|
2592
2565
|
MaterialesUtilizados: Array<any>;
|
|
2593
2566
|
MaterialesRetirados: Array<any>;
|
|
2567
|
+
Periodo: PeriodoDTO$2;
|
|
2568
|
+
ZonaAsignada: string;
|
|
2569
|
+
Agencia: string;
|
|
2594
2570
|
Cantidad: number;
|
|
2595
2571
|
PuntoBaremo: number;
|
|
2596
2572
|
Precio: number;
|
|
2597
2573
|
PrecioContratista: number;
|
|
2598
2574
|
Simbolo: string;
|
|
2599
2575
|
Moneda: string;
|
|
2600
|
-
Periodo: PeriodoDTO$2;
|
|
2601
2576
|
Anio: number;
|
|
2602
2577
|
Mes: number;
|
|
2578
|
+
FasesObra: FasesObraDTO[];
|
|
2579
|
+
PagosEC: PagosECDTO[];
|
|
2580
|
+
Cancelado: boolean;
|
|
2581
|
+
}
|
|
2582
|
+
|
|
2583
|
+
declare class CuadrillaBaremoDTO {
|
|
2584
|
+
Codigo: string;
|
|
2585
|
+
Descripcion: string;
|
|
2586
|
+
Identificacion: string;
|
|
2587
|
+
}
|
|
2588
|
+
|
|
2589
|
+
declare class EmpresaBaremoDTO {
|
|
2590
|
+
Codigo: string;
|
|
2591
|
+
RazonSocial: string;
|
|
2592
|
+
Propia: Boolean;
|
|
2593
|
+
}
|
|
2594
|
+
|
|
2595
|
+
declare class ManoObraBaremoProduccionDTO {
|
|
2596
|
+
Codigo: string;
|
|
2597
|
+
Nombre: string;
|
|
2598
|
+
UnidadMedida: string;
|
|
2599
|
+
}
|
|
2600
|
+
|
|
2601
|
+
declare class MaterialUtilizadoRetiradoBaremoDTO {
|
|
2602
|
+
Codigo: string;
|
|
2603
|
+
Descripcion: string;
|
|
2604
|
+
Estado: EstadoDTO;
|
|
2605
|
+
UnidadMedida: UnidadMedidaDTO$2;
|
|
2606
|
+
Cantidad: number;
|
|
2607
|
+
CantidadInformada: number;
|
|
2608
|
+
Precio: number;
|
|
2609
|
+
PrecioContrata: number;
|
|
2610
|
+
}
|
|
2611
|
+
|
|
2612
|
+
declare class PeriodoBaremoDTO {
|
|
2613
|
+
FechaInicio: Date;
|
|
2614
|
+
FechaFin?: Date | null;
|
|
2615
|
+
FechaMaxima?: Date | null;
|
|
2616
|
+
Anio: number;
|
|
2617
|
+
Mes: number;
|
|
2618
|
+
Codigo: string;
|
|
2619
|
+
}
|
|
2620
|
+
|
|
2621
|
+
declare class UsuarioBaremoDTO {
|
|
2622
|
+
NumeroDocumentoIdentidad: string;
|
|
2623
|
+
ApellidoPaterno: string;
|
|
2624
|
+
ApellidoMaterno: string;
|
|
2625
|
+
Nombres: string;
|
|
2626
|
+
}
|
|
2627
|
+
|
|
2628
|
+
declare class FasesObraBaremoDTO {
|
|
2629
|
+
Fase: string;
|
|
2630
|
+
Porcentaje: number;
|
|
2631
|
+
Usuario: UsuarioBaremoDTO;
|
|
2632
|
+
Fecha: Date;
|
|
2633
|
+
Observacion: string;
|
|
2634
|
+
Anexos: FilesDocDTO[];
|
|
2635
|
+
Estado: string;
|
|
2636
|
+
}
|
|
2637
|
+
|
|
2638
|
+
declare class PagosECBaremoDTO {
|
|
2639
|
+
Fase: string;
|
|
2640
|
+
Porcentaje: number;
|
|
2641
|
+
Fecha: Date;
|
|
2642
|
+
CodigoFecha: string;
|
|
2643
|
+
Usuario: UsuarioBaremoDTO;
|
|
2644
|
+
NroDocumento: string;
|
|
2645
|
+
NroFactura: string;
|
|
2646
|
+
}
|
|
2647
|
+
|
|
2648
|
+
declare class BaremoAlemaniaENTITY {
|
|
2649
|
+
foreignKey: string;
|
|
2650
|
+
Obra: string;
|
|
2651
|
+
Cluster: string;
|
|
2652
|
+
Gemainde: string;
|
|
2653
|
+
WorkProject: string;
|
|
2654
|
+
AddressID: string;
|
|
2655
|
+
Tipo: string;
|
|
2656
|
+
Contrato: string;
|
|
2657
|
+
Cuadrilla: CuadrillaBaremoDTO;
|
|
2658
|
+
Empresa: EmpresaBaremoDTO;
|
|
2659
|
+
Especialidad: CodigoNombreDTO;
|
|
2660
|
+
Actividad: CodigoNombreDTO;
|
|
2661
|
+
ManoObra: ManoObraBaremoProduccionDTO;
|
|
2662
|
+
MaterialesUtilizados: MaterialUtilizadoRetiradoBaremoDTO[];
|
|
2663
|
+
MaterialesRetirados: MaterialUtilizadoRetiradoBaremoDTO[];
|
|
2664
|
+
Periodo: PeriodoBaremoDTO;
|
|
2665
|
+
ZonaAsignada: string;
|
|
2666
|
+
Agencia: string;
|
|
2667
|
+
Cantidad: number;
|
|
2668
|
+
PuntoBaremo: number;
|
|
2669
|
+
Precio: number;
|
|
2670
|
+
PrecioContratista: number;
|
|
2671
|
+
Simbolo: string;
|
|
2672
|
+
Moneda: string;
|
|
2673
|
+
Mes: number;
|
|
2674
|
+
Anio: number;
|
|
2675
|
+
PB_Total: number;
|
|
2676
|
+
MO_Total_COBRA: number;
|
|
2677
|
+
MO_Total_EC: number;
|
|
2678
|
+
FasesObra: FasesObraBaremoDTO[];
|
|
2679
|
+
PagosEC: PagosECBaremoDTO[];
|
|
2680
|
+
Cancelado: Boolean;
|
|
2603
2681
|
}
|
|
2604
2682
|
|
|
2605
2683
|
declare class PeriodoDTO$1 {
|
|
@@ -4807,4 +4885,4 @@ declare class peru9112TOAENTITY {
|
|
|
4807
4885
|
Salida_a_campo: string;
|
|
4808
4886
|
}
|
|
4809
4887
|
|
|
4810
|
-
export { ActaFinalCubicacionDTO, ActaFinalCubicacionSharedDTO, ActividadZonasActividadDTO, ActividadesDTO, AddressListENTITY, AgenciaDTO, AgenciaENTITY, AgenciasDTO, AlmacenDTO, AlmacenENTITY, AlmacenLogisticaDTO, AlmacenUsuarioGIADTO, AreaGOMDTO, AreaGomDTO, AsignacionGomDTO, AsignacionGomDTO_Old, AtencionOrdenesLiquidadasENTITY, AtiendeBodegaDTO, AutoInventarioENTITY, BaremosAlemaniaENTITY, BaremosChileENTITY, BaremosColombiaENTITY, BaremosTOAChileENTITY, BaremosTOAENTITY, BitacoraAntiguaDTO, BitacoraDTO, BitacoraLiqDTO, BitacoraOpcionSitemaDTO, BodegaENTITY, CabeceraCubicacionColombiaDTO, CabeceraCubicajeAlemaniaDTO, CabeceraCubicajeChileDTO, CabeceraCubicajeDTO, CabeceraCubicajePeruDTO, CalculatePercentsDTO, CambioEstadoFacturadoRequest, CambioEstadoFaseRequest, CambiosEstadosFaseLiberacionPagosDTO, CausacionCubicacionDTO, CausacionDTO, CentroCostosENTITY, CertificacionProduccionDTO$1 as CertificacionProduccionDTO, ChileTdCENTITY, ClienteDTO, ClienteTdCDTO, Cliente_ContratistaDTO, CodigoDescripcionDTO, type CodigoMovimientoAlmacen, CodigoNombreDTO, CodigoNombreUMDTO, CodigoRazonSocialDTO, CodigoTituloDTO, ConsumoMaterialENTITY, ContrataDTO$1 as ContrataDTO, ContratistaDTO, ContratistasDTO, Contratistas_PE_DTO, ContratoDTO, ContratoOTDTO, ContratoOTENTITY, ContratoOTGeneralDTO, ContratoOT_PRE_DTO, ContratoOT_ZT_DTO, ContratoObraOTDTO, ConversionLogisticaDTO, CoordenadasDTO, CoordenadasTdCDTO, CorteBobinaStockAlmacenDTO, CuadrillaDTO, CuadrillaLiberacionPagosDTO, CubicacionAlemaniaAL02ENTITY, CubicacionChile9512ENTITY, CubicacionColombia9612ENTITY, 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, DetalleChileChileObraDTO, DetalleChileColombiaObraDTO, DetalleChileDTO$1 as DetalleChileDTO, DetalleChileObraDTO, DetalleChileValorizacionMODTO, DetalleChileValorizacionManoObraRegularizacionDTO, DetalleCubicajeDTO, DetalleDTO, DetalleManoObraChileDTO, DetalleSalidaAlmacenDTO, DevolucionAlmacenENTITY, DireccionDTO, DocumentacionBaremoPexENTITY, DocumentacionPEXENTITY, DocumentoDetalleDTO, DocumentosInicialesDTO, EECC_DTO, EmpalmeDTO, EmpresaDTO$4 as EmpresaDTO, EmpresaENTITY, EmpresaLiberacionPagosDTO, EmpresaLogisticaDTO, EmpresaPCMODTO, EmpresaPersonalDTO, EmpresaProduccionDTO, EmpresaStockPersonalDTO, EmpresaTdCDTO, EmpresaUsuarioDTO, EmpresaValDTO, EmpresaZonasActividadDTO, EquipoLogisticaDTO, EquiposAIDTO, EquiposDTO, EstadoAntiguoDTO, EstadoDTO, EstadoHPListDTO$2 as EstadoHPListDTO, EstadoIntegracionDTO, EstadoInternoDTO, EstadoInternoENTITY, EstadoInternoWithoutSubstateDTO, type EstadoLiq, EstadoLiqDTO, EstadoNotificacion, type EstadoVal, Estado_Model_MO, FacturaGeneradaDTO, FacturacionDTO, FamiliaItemDTO, FaseDTO$1 as FaseDTO, FaseENTITY, FechaDTO, FechaVigenciaBaremosDTO, FechaVigenciaPCMODTO, FechasDTO, FilesDocDTO, FlagsDTO, FlujoDocDTO, FotoDTO, FotosDTO, FotosSSTDTO$1 as FotosSSTDTO, GOMDTO, GomENTITY, GomNovedadesDTO, GomNovedadesTipoNovedadDTO, GranFamiliaItemDTO, 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, KeyIntegracionENTITY, LiberacionDePagosAlemaniaENTITY, LiquidadaTOAENTITY, LogAlmacenDTO, LogDTO, LogModificarDTO, LogRegisterDTO, LoteDTO$1 as LoteDTO, MOBaremoDTO, MacroObraChileENTITY, MacroObraENTITY, MailStructureENTITY, ManoObraBaremoDTO, ManoObraENTITY, ManoObraGlobalENTITY, ManoObraGlobalPCMOAlemaniaAL02DTO, ManoObraGlobalPCMODTO, ManoObraLiberacionPagosDTO, MarcaDTO, MaterialAmapDTO, MaterialCubicacionPeruDTO, MaterialLogisticaDTO, MaterialMOGlobalDTO, MaterialesDTO$1 as MaterialesDTO, MedidorDTO, ModelMOSQLPeruENTITY, ModelObraSQLPeruENTITY, ModeloDTO, MovimientoAlmacenDTO, MovimientoAlmacenENTITY, NodoDocDTO, NombreDescripcionDTO, NotasDTO, NotificacionesENTITY, OTDTO, OTGlobalDTO, ObraChile9512ENTITY, ObraColombia9612ENTITY, ObraENTITY, OpcionSistemaENTITY, OperacionDTO, OperacionDataAdicional, OptionCatalogoDTO, OrigenCUB, PagosECDTO, PaisStockPersonalDTO, ParteDiarioDTO$1 as ParteDiarioDTO, type PayloadTokenDTO, PerfilesENTITY, PeriodoDTO$4 as PeriodoDTO, PeriodoENTITY, PeriodoLiberacionPagosDTO, PermisosAppDTO, PersonalDTO, PersonalENTITY, PersonalLogisticaDTO$1 as PersonalLogisticaDTO, PrecioContratistaMOAL02ENTITY, PrecioContratistaMOAL04ENTITY, PrecioContratistaMOENTITY, PrecioDTO, PrecioEspecialidadENTITY, PrecioMaterialENTITY, PrecioTrabajoDTO, PreciosVigentesDTO, PresupuestadoTotalObraChilaDTO, PresupuestadoTotalObraDTO, PresupuestadoTotalObraEmpresaChileDTO, PresupuestadoTotalObraEmpresaCuadrillaChileDTO, PresupuestadoTotalObraEmpresaCuadrillaDTO, PresupuestadoTotalObraEmpresaDTO, PrioridadNotificacion, ProdCursoBaremoFasesCuadrillaDTO, ProdCursoBaremoFasesManoObraDTO, ProdCursoBaremoFasesPeriodoDTO, ProdCursoBaremoFasesUltimaFaseDTO, ProdCursoBaremoFasesUltimoEstadoInternoDTO, ProductosServiciosLiqDTO, ProductosServiciosValDTO, ProfileDTO, RM_ZonasActividadENTITY, RegularizacionPositivaNegativaDTO, RepresentanteLegalDTO, ReservaENTITY, ReservaManoObraRegularizacionENTITY, ResultadoDTO, ResumenAvanceChileDTO, ResumenAvanceDataDocumentacionDTO, ResumenAvanceDataDocumentacionDataWithPercentsByFasesChileDTO, ResumenAvanceDataDocumentacionDataWithPercentsChile, ResumenAvanceDataGranTotal, ResumenAvanceDataGranTotalEmpresasChileDTO, ResumenAvanceDataGranTotalManoObraCHILEDTO, ResumenAvanceDataGranTotalValorizacionesByPeriodosDTO, ResumentAvanceDocumentacionHPDTO, RptProduccionCurso_Baremos_FasesENTITY, SalidaAlmacenENTITY, SeguimientoObraDTO, SincronizacionPersonalDTO, SistemaDto, SistemaENTITY, SizeDTO, SocketDTO, StockAlmacenENTITY, StockAlmacenEquiposENTITY, StockPersonalENTITY, StockPersonalEquiposENTITY, SubEstadoInternoDTO, SubManoObraDTO$1 as SubManoObraDTO, TecnicoValDTO, TipoActividadMOENTITY, TipoAlmacenDTO, TipoClaveENTITY, TipoDocumentoIdentidadDTO, TipoDocumentoUsuarioDTO, TipoEmpresaDTO, TipoEspecialidadMOENTITY, type TipoLiq, TipoMOPCMODTO, TipoMiembroGrupoEmpresaDTO, TipoMovimientoAlmacenDTO, TipoMovimientoAlmacenENTITY, TipoNotificacion, TipoOpcionDTO, TipoOpcionSistemaENTITY, TipoSistemaDTO, TipoStockStockPersonalDTO, type TipoVal, Tipo_MO, ToaClaroENTITY, TotalGeneralObraChileDTO, TotalGeneralObraDTO, TrabajoAlemaniaENTITY, TrabajoENTITY, TrabajoMacroObraAlemaniaENTITY, TransaccionFoliosENTITY, TransaccionesDTO, TurnoDTO$1 as TurnoDTO, UbicacionAlmacenDTO, UbicacionDTO$1 as UbicacionDTO, UbicacionObraDTO, UbicacionTdCDTO, Ultima_FaseLiberacionPagosDTO, Ultima_PreLiquidacionAlemaniaDTO$1 as Ultima_PreLiquidacionAlemaniaDTO, Ultima_PreLiquidacionDTO, Ultima_asignacionDTO$1 as Ultima_asignacionDTO, Ultimo_Estado_InternoLiberacionPagosDTO, UnidadMedidaDTO$2 as UnidadMedidaDTO, UnidadMedidaENTITY, UnidadMedidaLiberacionPagosDTO, UnidadObraMaterialENTITY, UpdateUltimaFaseFacturacionDTO, UsuarioBitacoraDTO, UsuarioDTO, UsuarioENTITY, UsuarioEdicionDTO, UsuarioID_UsuarioDTO, UsuarioLogisticaDTO, UsuarioRegistrarDTO, UsuariosAutoinventarioENTITY, ValidadoDTO, ValorizacionAlemaniaDTO$1 as ValorizacionAlemaniaDTO, ValorizacionDTO, ValorizacionManoObraDTO, ValorizacionManoObraRegularizacionDTO, ValorizacionesDTO$1 as ValorizacionesDTO, ValorizadaTOAENTITY, VarianteDTO, VigenciaBaremosDTO, VigenciaDTO, VigenciaPCMODTO, WBEDTO, ZonaTrabajoDTO, ZonaTrabajoENTITY, ZonalesDTO, ZonasDTO, convertStringsToDates, latLngDTO, peru9112TOAENTITY, transformToDateIfEmpty, type typeEstado, type typeEstadoNroDocumento, type typeFuente, type typeTipo, validateAndFormatData, validateArrayBody };
|
|
4888
|
+
export { ActaFinalCubicacionDTO, ActaFinalCubicacionSharedDTO, ActividadZonasActividadDTO, ActividadesDTO, AddressListENTITY, AgenciaDTO, AgenciaENTITY, AgenciasDTO, AlmacenDTO, AlmacenENTITY, AlmacenLogisticaDTO, AlmacenUsuarioGIADTO, AreaGOMDTO, AreaGomDTO, AsignacionGomDTO, AsignacionGomDTO_Old, AtencionOrdenesLiquidadasENTITY, AtiendeBodegaDTO, AutoInventarioENTITY, BaremoAlemaniaENTITY, BaremosAlemaniaENTITY, BaremosChileENTITY, BaremosColombiaENTITY, BaremosTOAChileENTITY, BaremosTOAENTITY, BitacoraAntiguaDTO, BitacoraDTO, BitacoraLiqDTO, BitacoraOpcionSitemaDTO, BodegaENTITY, CabeceraCubicacionColombiaDTO, CabeceraCubicajeAlemaniaDTO, CabeceraCubicajeChileDTO, CabeceraCubicajeDTO, CabeceraCubicajePeruDTO, CalculatePercentsDTO, CambioEstadoFacturadoRequest, CambioEstadoFaseRequest, CambiosEstadosFaseLiberacionPagosDTO, CausacionCubicacionDTO, CausacionDTO, CentroCostosENTITY, CertificacionProduccionDTO$1 as CertificacionProduccionDTO, ChileTdCENTITY, ClienteDTO, ClienteTdCDTO, Cliente_ContratistaDTO, CodigoDescripcionDTO, type CodigoMovimientoAlmacen, CodigoNombreDTO, CodigoNombreUMDTO, CodigoRazonSocialDTO, CodigoTituloDTO, ConsumoMaterialENTITY, ContrataDTO$1 as ContrataDTO, ContratistaDTO, ContratistasDTO, Contratistas_PE_DTO, ContratoDTO, ContratoOTDTO, ContratoOTENTITY, ContratoOTGeneralDTO, ContratoOT_PRE_DTO, ContratoOT_ZT_DTO, ContratoObraOTDTO, ConversionLogisticaDTO, CoordenadasDTO, CoordenadasTdCDTO, CorteBobinaStockAlmacenDTO, CuadrillaBaremoDTO, CuadrillaDTO, 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, DetalleChileChileObraDTO, DetalleChileColombiaObraDTO, DetalleChileDTO$1 as DetalleChileDTO, DetalleChileObraDTO, DetalleChileValorizacionMODTO, DetalleChileValorizacionManoObraRegularizacionDTO, DetalleCubicajeDTO, DetalleDTO, DetalleManoObraChileDTO, DetalleSalidaAlmacenDTO, DevolucionAlmacenENTITY, DireccionDTO, DocumentacionBaremoPexENTITY, DocumentacionPEXENTITY, DocumentoDetalleDTO, DocumentosInicialesDTO, EECC_DTO, EmpalmeDTO, EmpresaBaremoDTO, EmpresaDTO$4 as EmpresaDTO, EmpresaENTITY, EmpresaLiberacionPagosDTO, EmpresaLogisticaDTO, EmpresaPCMODTO, EmpresaPersonalDTO, EmpresaProduccionDTO, EmpresaStockPersonalDTO, EmpresaTdCDTO, EmpresaUsuarioDTO, EmpresaValDTO, EmpresaZonasActividadDTO, EquipoLogisticaDTO, EquiposAIDTO, EquiposDTO, EstadoAntiguoDTO, EstadoDTO, EstadoHPListDTO$2 as EstadoHPListDTO, EstadoIntegracionDTO, EstadoInternoDTO, EstadoInternoENTITY, EstadoInternoWithoutSubstateDTO, type EstadoLiq, EstadoLiqDTO, EstadoNotificacion, type EstadoVal, Estado_Model_MO, FacturaGeneradaDTO, FacturacionDTO, FamiliaItemDTO, FaseDTO$1 as FaseDTO, FaseENTITY, FasesObraBaremoDTO, FechaDTO, FechaVigenciaBaremosDTO, FechaVigenciaPCMODTO, FechasDTO, FilesDocDTO, FlagsDTO, FlujoDocDTO, FotoDTO, FotosDTO, 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, KeyIntegracionENTITY, LiberacionDePagosAlemaniaENTITY, LiquidadaTOAENTITY, 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, OTDTO, OTGlobalDTO, ObraChile9512ENTITY, ObraColombia9612ENTITY, ObraENTITY, OpcionSistemaENTITY, OperacionDTO, OperacionDataAdicional, OptionCatalogoDTO, OrigenCUB, PagosECBaremoDTO, PagosECDTO, PaisStockPersonalDTO, ParteDiarioDTO$1 as ParteDiarioDTO, type PayloadTokenDTO, PerfilesENTITY, PeriodoBaremoDTO, PeriodoDTO$4 as PeriodoDTO, PeriodoENTITY, PeriodoLiberacionPagosDTO, PermisosAppDTO, PersonalDTO, PersonalENTITY, PersonalLogisticaDTO$1 as PersonalLogisticaDTO, PrecioContratistaMOAL02ENTITY, PrecioContratistaMOAL04ENTITY, PrecioContratistaMOENTITY, PrecioDTO, PrecioEspecialidadENTITY, PrecioMaterialENTITY, PrecioTrabajoDTO, PreciosVigentesDTO, PresupuestadoTotalObraChilaDTO, PresupuestadoTotalObraDTO, PresupuestadoTotalObraEmpresaChileDTO, PresupuestadoTotalObraEmpresaCuadrillaChileDTO, PresupuestadoTotalObraEmpresaCuadrillaDTO, PresupuestadoTotalObraEmpresaDTO, PrioridadNotificacion, ProdCursoBaremoFasesCuadrillaDTO, ProdCursoBaremoFasesManoObraDTO, ProdCursoBaremoFasesPeriodoDTO, ProdCursoBaremoFasesUltimaFaseDTO, ProdCursoBaremoFasesUltimoEstadoInternoDTO, ProductosServiciosLiqDTO, ProductosServiciosValDTO, ProfileDTO, RM_ZonasActividadENTITY, RegularizacionPositivaNegativaDTO, RepresentanteLegalDTO, ReservaENTITY, ReservaManoObraRegularizacionENTITY, ResultadoDTO, ResumenAvanceChileDTO, ResumenAvanceDataDocumentacionDTO, ResumenAvanceDataDocumentacionDataWithPercentsByFasesChileDTO, ResumenAvanceDataDocumentacionDataWithPercentsChile, ResumenAvanceDataGranTotal, ResumenAvanceDataGranTotalEmpresasChileDTO, ResumenAvanceDataGranTotalManoObraCHILEDTO, ResumenAvanceDataGranTotalValorizacionesByPeriodosDTO, ResumentAvanceDocumentacionHPDTO, RptProduccionCurso_Baremos_FasesENTITY, SalidaAlmacenENTITY, SeguimientoObraDTO, SincronizacionPersonalDTO, SistemaDto, SistemaENTITY, SizeDTO, SocketDTO, StockAlmacenENTITY, StockAlmacenEquiposENTITY, StockPersonalENTITY, StockPersonalEquiposENTITY, SubEstadoInternoDTO, SubManoObraDTO$1 as SubManoObraDTO, TecnicoValDTO, TipoActividadMOENTITY, TipoAlmacenDTO, TipoClaveENTITY, TipoDocumentoIdentidadDTO, TipoDocumentoUsuarioDTO, TipoEmpresaDTO, TipoEspecialidadMOENTITY, type TipoLiq, TipoMOPCMODTO, TipoMiembroGrupoEmpresaDTO, TipoMovimientoAlmacenDTO, TipoMovimientoAlmacenENTITY, TipoNotificacion, TipoOpcionDTO, TipoOpcionSistemaENTITY, TipoSistemaDTO, TipoStockStockPersonalDTO, type TipoVal, Tipo_MO, ToaClaroENTITY, TotalGeneralObraChileDTO, TotalGeneralObraDTO, TrabajoAlemaniaENTITY, TrabajoENTITY, TrabajoMacroObraAlemaniaENTITY, TransaccionFoliosENTITY, TransaccionesDTO, TurnoDTO$1 as TurnoDTO, UbicacionAlmacenDTO, UbicacionDTO$1 as UbicacionDTO, UbicacionObraDTO, UbicacionTdCDTO, Ultima_FaseLiberacionPagosDTO, Ultima_PreLiquidacionAlemaniaDTO$1 as Ultima_PreLiquidacionAlemaniaDTO, Ultima_PreLiquidacionDTO, Ultima_asignacionDTO$1 as Ultima_asignacionDTO, Ultimo_Estado_InternoLiberacionPagosDTO, UnidadMedidaDTO$2 as UnidadMedidaDTO, UnidadMedidaENTITY, UnidadMedidaLiberacionPagosDTO, UnidadObraMaterialENTITY, UpdateUltimaFaseFacturacionDTO, UsuarioBaremoDTO, UsuarioBitacoraDTO, UsuarioDTO, UsuarioENTITY, UsuarioEdicionDTO, UsuarioID_UsuarioDTO, UsuarioLogisticaDTO, UsuarioRegistrarDTO, UsuariosAutoinventarioENTITY, ValidadoDTO, ValorizacionAlemaniaDTO$1 as ValorizacionAlemaniaDTO, ValorizacionDTO, ValorizacionManoObraDTO, ValorizacionManoObraRegularizacionDTO, ValorizacionesDTO$1 as ValorizacionesDTO, ValorizadaTOAENTITY, VarianteDTO, VigenciaBaremosDTO, VigenciaDTO, VigenciaPCMODTO, WBEDTO, ZonaTrabajoDTO, ZonaTrabajoENTITY, ZonalesDTO, ZonasDTO, convertStringsToDates, latLngDTO, peru9112TOAENTITY, transformToDateIfEmpty, type typeEstado, type typeEstadoNroDocumento, type typeFuente, type typeTipo, validateAndFormatData, validateArrayBody };
|
package/dist/index.d.ts
CHANGED
|
@@ -1982,50 +1982,10 @@ declare class DataGridTabResidentialHP {
|
|
|
1982
1982
|
|
|
1983
1983
|
declare class DataGridTabBusinessHP {
|
|
1984
1984
|
Home_ID: number;
|
|
1985
|
-
AddressID: string;
|
|
1986
|
-
}
|
|
1987
|
-
|
|
1988
|
-
declare class hpListAsignacionMacroObraDTO {
|
|
1989
|
-
Cuadrilla: string;
|
|
1990
|
-
Empresa: string;
|
|
1991
|
-
Fecha: Date;
|
|
1992
|
-
Usuario: UsuarioDTO;
|
|
1993
|
-
Anexos: FilesDocDTO[];
|
|
1994
|
-
}
|
|
1995
|
-
|
|
1996
|
-
declare class EstadoHPListMacroObraDTO {
|
|
1997
|
-
Estado: Boolean;
|
|
1998
|
-
Especialidad: string;
|
|
1999
1985
|
}
|
|
2000
1986
|
|
|
2001
1987
|
declare class DocumentoDetalleDataDTO {
|
|
2002
1988
|
Home_ID: string;
|
|
2003
|
-
Gemeinde_Plan: string;
|
|
2004
|
-
DP_ID: string;
|
|
2005
|
-
Home_Target_Status: string;
|
|
2006
|
-
Current_Home_Status: string;
|
|
2007
|
-
Insert_Date: string | Date;
|
|
2008
|
-
WorkorderOrigin: string;
|
|
2009
|
-
HouseNumber: number;
|
|
2010
|
-
HouseNumberAffix: string;
|
|
2011
|
-
WorkStatus: string;
|
|
2012
|
-
SurveyTeam: string;
|
|
2013
|
-
NCMWDCode: string;
|
|
2014
|
-
Street: string;
|
|
2015
|
-
Wave: string;
|
|
2016
|
-
Anexos: FilesDocDTO[];
|
|
2017
|
-
Asignacion: hpListAsignacionMacroObraDTO;
|
|
2018
|
-
Asignaciones: hpListAsignacionMacroObraDTO[];
|
|
2019
|
-
OC: EstadoHPListMacroObraDTO;
|
|
2020
|
-
Soplado: EstadoHPListMacroObraDTO;
|
|
2021
|
-
Asfaltado: EstadoHPListMacroObraDTO;
|
|
2022
|
-
AddressID: string;
|
|
2023
|
-
type: string;
|
|
2024
|
-
CuadrillasAsignadas: string;
|
|
2025
|
-
EmpresasAsignadas: string;
|
|
2026
|
-
Baliza: number;
|
|
2027
|
-
foreign_baliza: string;
|
|
2028
|
-
ExistFiles: string;
|
|
2029
1989
|
}
|
|
2030
1990
|
|
|
2031
1991
|
declare class DocumentoDetalleDataOKDTO {
|
|
@@ -2574,16 +2534,29 @@ declare class PeriodoDTO$2 {
|
|
|
2574
2534
|
Codigo: string;
|
|
2575
2535
|
}
|
|
2576
2536
|
|
|
2537
|
+
declare enum EstadoFaseObra {
|
|
2538
|
+
PAGADO = "PAGADO",
|
|
2539
|
+
NO_PAGADO = "NO_PAGADO"
|
|
2540
|
+
}
|
|
2541
|
+
declare class FasesObraDTO {
|
|
2542
|
+
fase: string;
|
|
2543
|
+
porcentaje: number;
|
|
2544
|
+
Usuario: UsuarioDTO;
|
|
2545
|
+
Fecha: Date;
|
|
2546
|
+
Observacion: string;
|
|
2547
|
+
Anexos: any[];
|
|
2548
|
+
Estado: EstadoFaseObra;
|
|
2549
|
+
}
|
|
2550
|
+
|
|
2577
2551
|
declare class BaremosAlemaniaENTITY {
|
|
2578
2552
|
foreignKey: string;
|
|
2579
2553
|
Obra: string;
|
|
2580
2554
|
Cluster: string;
|
|
2555
|
+
Gemainde: string;
|
|
2581
2556
|
WorkProject: string;
|
|
2582
2557
|
AddressID: string;
|
|
2583
2558
|
Tipo: string;
|
|
2584
2559
|
Contrato: string;
|
|
2585
|
-
ZonaAsignada: string;
|
|
2586
|
-
Agencia: string;
|
|
2587
2560
|
Cuadrilla: CuadrillaDTO$3;
|
|
2588
2561
|
Empresa: EmpresaDTO$3;
|
|
2589
2562
|
Especialidad: CodigoNombreDTO;
|
|
@@ -2591,15 +2564,120 @@ declare class BaremosAlemaniaENTITY {
|
|
|
2591
2564
|
ManoObra: ManoObraDTO$2;
|
|
2592
2565
|
MaterialesUtilizados: Array<any>;
|
|
2593
2566
|
MaterialesRetirados: Array<any>;
|
|
2567
|
+
Periodo: PeriodoDTO$2;
|
|
2568
|
+
ZonaAsignada: string;
|
|
2569
|
+
Agencia: string;
|
|
2594
2570
|
Cantidad: number;
|
|
2595
2571
|
PuntoBaremo: number;
|
|
2596
2572
|
Precio: number;
|
|
2597
2573
|
PrecioContratista: number;
|
|
2598
2574
|
Simbolo: string;
|
|
2599
2575
|
Moneda: string;
|
|
2600
|
-
Periodo: PeriodoDTO$2;
|
|
2601
2576
|
Anio: number;
|
|
2602
2577
|
Mes: number;
|
|
2578
|
+
FasesObra: FasesObraDTO[];
|
|
2579
|
+
PagosEC: PagosECDTO[];
|
|
2580
|
+
Cancelado: boolean;
|
|
2581
|
+
}
|
|
2582
|
+
|
|
2583
|
+
declare class CuadrillaBaremoDTO {
|
|
2584
|
+
Codigo: string;
|
|
2585
|
+
Descripcion: string;
|
|
2586
|
+
Identificacion: string;
|
|
2587
|
+
}
|
|
2588
|
+
|
|
2589
|
+
declare class EmpresaBaremoDTO {
|
|
2590
|
+
Codigo: string;
|
|
2591
|
+
RazonSocial: string;
|
|
2592
|
+
Propia: Boolean;
|
|
2593
|
+
}
|
|
2594
|
+
|
|
2595
|
+
declare class ManoObraBaremoProduccionDTO {
|
|
2596
|
+
Codigo: string;
|
|
2597
|
+
Nombre: string;
|
|
2598
|
+
UnidadMedida: string;
|
|
2599
|
+
}
|
|
2600
|
+
|
|
2601
|
+
declare class MaterialUtilizadoRetiradoBaremoDTO {
|
|
2602
|
+
Codigo: string;
|
|
2603
|
+
Descripcion: string;
|
|
2604
|
+
Estado: EstadoDTO;
|
|
2605
|
+
UnidadMedida: UnidadMedidaDTO$2;
|
|
2606
|
+
Cantidad: number;
|
|
2607
|
+
CantidadInformada: number;
|
|
2608
|
+
Precio: number;
|
|
2609
|
+
PrecioContrata: number;
|
|
2610
|
+
}
|
|
2611
|
+
|
|
2612
|
+
declare class PeriodoBaremoDTO {
|
|
2613
|
+
FechaInicio: Date;
|
|
2614
|
+
FechaFin?: Date | null;
|
|
2615
|
+
FechaMaxima?: Date | null;
|
|
2616
|
+
Anio: number;
|
|
2617
|
+
Mes: number;
|
|
2618
|
+
Codigo: string;
|
|
2619
|
+
}
|
|
2620
|
+
|
|
2621
|
+
declare class UsuarioBaremoDTO {
|
|
2622
|
+
NumeroDocumentoIdentidad: string;
|
|
2623
|
+
ApellidoPaterno: string;
|
|
2624
|
+
ApellidoMaterno: string;
|
|
2625
|
+
Nombres: string;
|
|
2626
|
+
}
|
|
2627
|
+
|
|
2628
|
+
declare class FasesObraBaremoDTO {
|
|
2629
|
+
Fase: string;
|
|
2630
|
+
Porcentaje: number;
|
|
2631
|
+
Usuario: UsuarioBaremoDTO;
|
|
2632
|
+
Fecha: Date;
|
|
2633
|
+
Observacion: string;
|
|
2634
|
+
Anexos: FilesDocDTO[];
|
|
2635
|
+
Estado: string;
|
|
2636
|
+
}
|
|
2637
|
+
|
|
2638
|
+
declare class PagosECBaremoDTO {
|
|
2639
|
+
Fase: string;
|
|
2640
|
+
Porcentaje: number;
|
|
2641
|
+
Fecha: Date;
|
|
2642
|
+
CodigoFecha: string;
|
|
2643
|
+
Usuario: UsuarioBaremoDTO;
|
|
2644
|
+
NroDocumento: string;
|
|
2645
|
+
NroFactura: string;
|
|
2646
|
+
}
|
|
2647
|
+
|
|
2648
|
+
declare class BaremoAlemaniaENTITY {
|
|
2649
|
+
foreignKey: string;
|
|
2650
|
+
Obra: string;
|
|
2651
|
+
Cluster: string;
|
|
2652
|
+
Gemainde: string;
|
|
2653
|
+
WorkProject: string;
|
|
2654
|
+
AddressID: string;
|
|
2655
|
+
Tipo: string;
|
|
2656
|
+
Contrato: string;
|
|
2657
|
+
Cuadrilla: CuadrillaBaremoDTO;
|
|
2658
|
+
Empresa: EmpresaBaremoDTO;
|
|
2659
|
+
Especialidad: CodigoNombreDTO;
|
|
2660
|
+
Actividad: CodigoNombreDTO;
|
|
2661
|
+
ManoObra: ManoObraBaremoProduccionDTO;
|
|
2662
|
+
MaterialesUtilizados: MaterialUtilizadoRetiradoBaremoDTO[];
|
|
2663
|
+
MaterialesRetirados: MaterialUtilizadoRetiradoBaremoDTO[];
|
|
2664
|
+
Periodo: PeriodoBaremoDTO;
|
|
2665
|
+
ZonaAsignada: string;
|
|
2666
|
+
Agencia: string;
|
|
2667
|
+
Cantidad: number;
|
|
2668
|
+
PuntoBaremo: number;
|
|
2669
|
+
Precio: number;
|
|
2670
|
+
PrecioContratista: number;
|
|
2671
|
+
Simbolo: string;
|
|
2672
|
+
Moneda: string;
|
|
2673
|
+
Mes: number;
|
|
2674
|
+
Anio: number;
|
|
2675
|
+
PB_Total: number;
|
|
2676
|
+
MO_Total_COBRA: number;
|
|
2677
|
+
MO_Total_EC: number;
|
|
2678
|
+
FasesObra: FasesObraBaremoDTO[];
|
|
2679
|
+
PagosEC: PagosECBaremoDTO[];
|
|
2680
|
+
Cancelado: Boolean;
|
|
2603
2681
|
}
|
|
2604
2682
|
|
|
2605
2683
|
declare class PeriodoDTO$1 {
|
|
@@ -4807,4 +4885,4 @@ declare class peru9112TOAENTITY {
|
|
|
4807
4885
|
Salida_a_campo: string;
|
|
4808
4886
|
}
|
|
4809
4887
|
|
|
4810
|
-
export { ActaFinalCubicacionDTO, ActaFinalCubicacionSharedDTO, ActividadZonasActividadDTO, ActividadesDTO, AddressListENTITY, AgenciaDTO, AgenciaENTITY, AgenciasDTO, AlmacenDTO, AlmacenENTITY, AlmacenLogisticaDTO, AlmacenUsuarioGIADTO, AreaGOMDTO, AreaGomDTO, AsignacionGomDTO, AsignacionGomDTO_Old, AtencionOrdenesLiquidadasENTITY, AtiendeBodegaDTO, AutoInventarioENTITY, BaremosAlemaniaENTITY, BaremosChileENTITY, BaremosColombiaENTITY, BaremosTOAChileENTITY, BaremosTOAENTITY, BitacoraAntiguaDTO, BitacoraDTO, BitacoraLiqDTO, BitacoraOpcionSitemaDTO, BodegaENTITY, CabeceraCubicacionColombiaDTO, CabeceraCubicajeAlemaniaDTO, CabeceraCubicajeChileDTO, CabeceraCubicajeDTO, CabeceraCubicajePeruDTO, CalculatePercentsDTO, CambioEstadoFacturadoRequest, CambioEstadoFaseRequest, CambiosEstadosFaseLiberacionPagosDTO, CausacionCubicacionDTO, CausacionDTO, CentroCostosENTITY, CertificacionProduccionDTO$1 as CertificacionProduccionDTO, ChileTdCENTITY, ClienteDTO, ClienteTdCDTO, Cliente_ContratistaDTO, CodigoDescripcionDTO, type CodigoMovimientoAlmacen, CodigoNombreDTO, CodigoNombreUMDTO, CodigoRazonSocialDTO, CodigoTituloDTO, ConsumoMaterialENTITY, ContrataDTO$1 as ContrataDTO, ContratistaDTO, ContratistasDTO, Contratistas_PE_DTO, ContratoDTO, ContratoOTDTO, ContratoOTENTITY, ContratoOTGeneralDTO, ContratoOT_PRE_DTO, ContratoOT_ZT_DTO, ContratoObraOTDTO, ConversionLogisticaDTO, CoordenadasDTO, CoordenadasTdCDTO, CorteBobinaStockAlmacenDTO, CuadrillaDTO, CuadrillaLiberacionPagosDTO, CubicacionAlemaniaAL02ENTITY, CubicacionChile9512ENTITY, CubicacionColombia9612ENTITY, 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, DetalleChileChileObraDTO, DetalleChileColombiaObraDTO, DetalleChileDTO$1 as DetalleChileDTO, DetalleChileObraDTO, DetalleChileValorizacionMODTO, DetalleChileValorizacionManoObraRegularizacionDTO, DetalleCubicajeDTO, DetalleDTO, DetalleManoObraChileDTO, DetalleSalidaAlmacenDTO, DevolucionAlmacenENTITY, DireccionDTO, DocumentacionBaremoPexENTITY, DocumentacionPEXENTITY, DocumentoDetalleDTO, DocumentosInicialesDTO, EECC_DTO, EmpalmeDTO, EmpresaDTO$4 as EmpresaDTO, EmpresaENTITY, EmpresaLiberacionPagosDTO, EmpresaLogisticaDTO, EmpresaPCMODTO, EmpresaPersonalDTO, EmpresaProduccionDTO, EmpresaStockPersonalDTO, EmpresaTdCDTO, EmpresaUsuarioDTO, EmpresaValDTO, EmpresaZonasActividadDTO, EquipoLogisticaDTO, EquiposAIDTO, EquiposDTO, EstadoAntiguoDTO, EstadoDTO, EstadoHPListDTO$2 as EstadoHPListDTO, EstadoIntegracionDTO, EstadoInternoDTO, EstadoInternoENTITY, EstadoInternoWithoutSubstateDTO, type EstadoLiq, EstadoLiqDTO, EstadoNotificacion, type EstadoVal, Estado_Model_MO, FacturaGeneradaDTO, FacturacionDTO, FamiliaItemDTO, FaseDTO$1 as FaseDTO, FaseENTITY, FechaDTO, FechaVigenciaBaremosDTO, FechaVigenciaPCMODTO, FechasDTO, FilesDocDTO, FlagsDTO, FlujoDocDTO, FotoDTO, FotosDTO, FotosSSTDTO$1 as FotosSSTDTO, GOMDTO, GomENTITY, GomNovedadesDTO, GomNovedadesTipoNovedadDTO, GranFamiliaItemDTO, 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, KeyIntegracionENTITY, LiberacionDePagosAlemaniaENTITY, LiquidadaTOAENTITY, LogAlmacenDTO, LogDTO, LogModificarDTO, LogRegisterDTO, LoteDTO$1 as LoteDTO, MOBaremoDTO, MacroObraChileENTITY, MacroObraENTITY, MailStructureENTITY, ManoObraBaremoDTO, ManoObraENTITY, ManoObraGlobalENTITY, ManoObraGlobalPCMOAlemaniaAL02DTO, ManoObraGlobalPCMODTO, ManoObraLiberacionPagosDTO, MarcaDTO, MaterialAmapDTO, MaterialCubicacionPeruDTO, MaterialLogisticaDTO, MaterialMOGlobalDTO, MaterialesDTO$1 as MaterialesDTO, MedidorDTO, ModelMOSQLPeruENTITY, ModelObraSQLPeruENTITY, ModeloDTO, MovimientoAlmacenDTO, MovimientoAlmacenENTITY, NodoDocDTO, NombreDescripcionDTO, NotasDTO, NotificacionesENTITY, OTDTO, OTGlobalDTO, ObraChile9512ENTITY, ObraColombia9612ENTITY, ObraENTITY, OpcionSistemaENTITY, OperacionDTO, OperacionDataAdicional, OptionCatalogoDTO, OrigenCUB, PagosECDTO, PaisStockPersonalDTO, ParteDiarioDTO$1 as ParteDiarioDTO, type PayloadTokenDTO, PerfilesENTITY, PeriodoDTO$4 as PeriodoDTO, PeriodoENTITY, PeriodoLiberacionPagosDTO, PermisosAppDTO, PersonalDTO, PersonalENTITY, PersonalLogisticaDTO$1 as PersonalLogisticaDTO, PrecioContratistaMOAL02ENTITY, PrecioContratistaMOAL04ENTITY, PrecioContratistaMOENTITY, PrecioDTO, PrecioEspecialidadENTITY, PrecioMaterialENTITY, PrecioTrabajoDTO, PreciosVigentesDTO, PresupuestadoTotalObraChilaDTO, PresupuestadoTotalObraDTO, PresupuestadoTotalObraEmpresaChileDTO, PresupuestadoTotalObraEmpresaCuadrillaChileDTO, PresupuestadoTotalObraEmpresaCuadrillaDTO, PresupuestadoTotalObraEmpresaDTO, PrioridadNotificacion, ProdCursoBaremoFasesCuadrillaDTO, ProdCursoBaremoFasesManoObraDTO, ProdCursoBaremoFasesPeriodoDTO, ProdCursoBaremoFasesUltimaFaseDTO, ProdCursoBaremoFasesUltimoEstadoInternoDTO, ProductosServiciosLiqDTO, ProductosServiciosValDTO, ProfileDTO, RM_ZonasActividadENTITY, RegularizacionPositivaNegativaDTO, RepresentanteLegalDTO, ReservaENTITY, ReservaManoObraRegularizacionENTITY, ResultadoDTO, ResumenAvanceChileDTO, ResumenAvanceDataDocumentacionDTO, ResumenAvanceDataDocumentacionDataWithPercentsByFasesChileDTO, ResumenAvanceDataDocumentacionDataWithPercentsChile, ResumenAvanceDataGranTotal, ResumenAvanceDataGranTotalEmpresasChileDTO, ResumenAvanceDataGranTotalManoObraCHILEDTO, ResumenAvanceDataGranTotalValorizacionesByPeriodosDTO, ResumentAvanceDocumentacionHPDTO, RptProduccionCurso_Baremos_FasesENTITY, SalidaAlmacenENTITY, SeguimientoObraDTO, SincronizacionPersonalDTO, SistemaDto, SistemaENTITY, SizeDTO, SocketDTO, StockAlmacenENTITY, StockAlmacenEquiposENTITY, StockPersonalENTITY, StockPersonalEquiposENTITY, SubEstadoInternoDTO, SubManoObraDTO$1 as SubManoObraDTO, TecnicoValDTO, TipoActividadMOENTITY, TipoAlmacenDTO, TipoClaveENTITY, TipoDocumentoIdentidadDTO, TipoDocumentoUsuarioDTO, TipoEmpresaDTO, TipoEspecialidadMOENTITY, type TipoLiq, TipoMOPCMODTO, TipoMiembroGrupoEmpresaDTO, TipoMovimientoAlmacenDTO, TipoMovimientoAlmacenENTITY, TipoNotificacion, TipoOpcionDTO, TipoOpcionSistemaENTITY, TipoSistemaDTO, TipoStockStockPersonalDTO, type TipoVal, Tipo_MO, ToaClaroENTITY, TotalGeneralObraChileDTO, TotalGeneralObraDTO, TrabajoAlemaniaENTITY, TrabajoENTITY, TrabajoMacroObraAlemaniaENTITY, TransaccionFoliosENTITY, TransaccionesDTO, TurnoDTO$1 as TurnoDTO, UbicacionAlmacenDTO, UbicacionDTO$1 as UbicacionDTO, UbicacionObraDTO, UbicacionTdCDTO, Ultima_FaseLiberacionPagosDTO, Ultima_PreLiquidacionAlemaniaDTO$1 as Ultima_PreLiquidacionAlemaniaDTO, Ultima_PreLiquidacionDTO, Ultima_asignacionDTO$1 as Ultima_asignacionDTO, Ultimo_Estado_InternoLiberacionPagosDTO, UnidadMedidaDTO$2 as UnidadMedidaDTO, UnidadMedidaENTITY, UnidadMedidaLiberacionPagosDTO, UnidadObraMaterialENTITY, UpdateUltimaFaseFacturacionDTO, UsuarioBitacoraDTO, UsuarioDTO, UsuarioENTITY, UsuarioEdicionDTO, UsuarioID_UsuarioDTO, UsuarioLogisticaDTO, UsuarioRegistrarDTO, UsuariosAutoinventarioENTITY, ValidadoDTO, ValorizacionAlemaniaDTO$1 as ValorizacionAlemaniaDTO, ValorizacionDTO, ValorizacionManoObraDTO, ValorizacionManoObraRegularizacionDTO, ValorizacionesDTO$1 as ValorizacionesDTO, ValorizadaTOAENTITY, VarianteDTO, VigenciaBaremosDTO, VigenciaDTO, VigenciaPCMODTO, WBEDTO, ZonaTrabajoDTO, ZonaTrabajoENTITY, ZonalesDTO, ZonasDTO, convertStringsToDates, latLngDTO, peru9112TOAENTITY, transformToDateIfEmpty, type typeEstado, type typeEstadoNroDocumento, type typeFuente, type typeTipo, validateAndFormatData, validateArrayBody };
|
|
4888
|
+
export { ActaFinalCubicacionDTO, ActaFinalCubicacionSharedDTO, ActividadZonasActividadDTO, ActividadesDTO, AddressListENTITY, AgenciaDTO, AgenciaENTITY, AgenciasDTO, AlmacenDTO, AlmacenENTITY, AlmacenLogisticaDTO, AlmacenUsuarioGIADTO, AreaGOMDTO, AreaGomDTO, AsignacionGomDTO, AsignacionGomDTO_Old, AtencionOrdenesLiquidadasENTITY, AtiendeBodegaDTO, AutoInventarioENTITY, BaremoAlemaniaENTITY, BaremosAlemaniaENTITY, BaremosChileENTITY, BaremosColombiaENTITY, BaremosTOAChileENTITY, BaremosTOAENTITY, BitacoraAntiguaDTO, BitacoraDTO, BitacoraLiqDTO, BitacoraOpcionSitemaDTO, BodegaENTITY, CabeceraCubicacionColombiaDTO, CabeceraCubicajeAlemaniaDTO, CabeceraCubicajeChileDTO, CabeceraCubicajeDTO, CabeceraCubicajePeruDTO, CalculatePercentsDTO, CambioEstadoFacturadoRequest, CambioEstadoFaseRequest, CambiosEstadosFaseLiberacionPagosDTO, CausacionCubicacionDTO, CausacionDTO, CentroCostosENTITY, CertificacionProduccionDTO$1 as CertificacionProduccionDTO, ChileTdCENTITY, ClienteDTO, ClienteTdCDTO, Cliente_ContratistaDTO, CodigoDescripcionDTO, type CodigoMovimientoAlmacen, CodigoNombreDTO, CodigoNombreUMDTO, CodigoRazonSocialDTO, CodigoTituloDTO, ConsumoMaterialENTITY, ContrataDTO$1 as ContrataDTO, ContratistaDTO, ContratistasDTO, Contratistas_PE_DTO, ContratoDTO, ContratoOTDTO, ContratoOTENTITY, ContratoOTGeneralDTO, ContratoOT_PRE_DTO, ContratoOT_ZT_DTO, ContratoObraOTDTO, ConversionLogisticaDTO, CoordenadasDTO, CoordenadasTdCDTO, CorteBobinaStockAlmacenDTO, CuadrillaBaremoDTO, CuadrillaDTO, 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, DetalleChileChileObraDTO, DetalleChileColombiaObraDTO, DetalleChileDTO$1 as DetalleChileDTO, DetalleChileObraDTO, DetalleChileValorizacionMODTO, DetalleChileValorizacionManoObraRegularizacionDTO, DetalleCubicajeDTO, DetalleDTO, DetalleManoObraChileDTO, DetalleSalidaAlmacenDTO, DevolucionAlmacenENTITY, DireccionDTO, DocumentacionBaremoPexENTITY, DocumentacionPEXENTITY, DocumentoDetalleDTO, DocumentosInicialesDTO, EECC_DTO, EmpalmeDTO, EmpresaBaremoDTO, EmpresaDTO$4 as EmpresaDTO, EmpresaENTITY, EmpresaLiberacionPagosDTO, EmpresaLogisticaDTO, EmpresaPCMODTO, EmpresaPersonalDTO, EmpresaProduccionDTO, EmpresaStockPersonalDTO, EmpresaTdCDTO, EmpresaUsuarioDTO, EmpresaValDTO, EmpresaZonasActividadDTO, EquipoLogisticaDTO, EquiposAIDTO, EquiposDTO, EstadoAntiguoDTO, EstadoDTO, EstadoHPListDTO$2 as EstadoHPListDTO, EstadoIntegracionDTO, EstadoInternoDTO, EstadoInternoENTITY, EstadoInternoWithoutSubstateDTO, type EstadoLiq, EstadoLiqDTO, EstadoNotificacion, type EstadoVal, Estado_Model_MO, FacturaGeneradaDTO, FacturacionDTO, FamiliaItemDTO, FaseDTO$1 as FaseDTO, FaseENTITY, FasesObraBaremoDTO, FechaDTO, FechaVigenciaBaremosDTO, FechaVigenciaPCMODTO, FechasDTO, FilesDocDTO, FlagsDTO, FlujoDocDTO, FotoDTO, FotosDTO, 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, KeyIntegracionENTITY, LiberacionDePagosAlemaniaENTITY, LiquidadaTOAENTITY, 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, OTDTO, OTGlobalDTO, ObraChile9512ENTITY, ObraColombia9612ENTITY, ObraENTITY, OpcionSistemaENTITY, OperacionDTO, OperacionDataAdicional, OptionCatalogoDTO, OrigenCUB, PagosECBaremoDTO, PagosECDTO, PaisStockPersonalDTO, ParteDiarioDTO$1 as ParteDiarioDTO, type PayloadTokenDTO, PerfilesENTITY, PeriodoBaremoDTO, PeriodoDTO$4 as PeriodoDTO, PeriodoENTITY, PeriodoLiberacionPagosDTO, PermisosAppDTO, PersonalDTO, PersonalENTITY, PersonalLogisticaDTO$1 as PersonalLogisticaDTO, PrecioContratistaMOAL02ENTITY, PrecioContratistaMOAL04ENTITY, PrecioContratistaMOENTITY, PrecioDTO, PrecioEspecialidadENTITY, PrecioMaterialENTITY, PrecioTrabajoDTO, PreciosVigentesDTO, PresupuestadoTotalObraChilaDTO, PresupuestadoTotalObraDTO, PresupuestadoTotalObraEmpresaChileDTO, PresupuestadoTotalObraEmpresaCuadrillaChileDTO, PresupuestadoTotalObraEmpresaCuadrillaDTO, PresupuestadoTotalObraEmpresaDTO, PrioridadNotificacion, ProdCursoBaremoFasesCuadrillaDTO, ProdCursoBaremoFasesManoObraDTO, ProdCursoBaremoFasesPeriodoDTO, ProdCursoBaremoFasesUltimaFaseDTO, ProdCursoBaremoFasesUltimoEstadoInternoDTO, ProductosServiciosLiqDTO, ProductosServiciosValDTO, ProfileDTO, RM_ZonasActividadENTITY, RegularizacionPositivaNegativaDTO, RepresentanteLegalDTO, ReservaENTITY, ReservaManoObraRegularizacionENTITY, ResultadoDTO, ResumenAvanceChileDTO, ResumenAvanceDataDocumentacionDTO, ResumenAvanceDataDocumentacionDataWithPercentsByFasesChileDTO, ResumenAvanceDataDocumentacionDataWithPercentsChile, ResumenAvanceDataGranTotal, ResumenAvanceDataGranTotalEmpresasChileDTO, ResumenAvanceDataGranTotalManoObraCHILEDTO, ResumenAvanceDataGranTotalValorizacionesByPeriodosDTO, ResumentAvanceDocumentacionHPDTO, RptProduccionCurso_Baremos_FasesENTITY, SalidaAlmacenENTITY, SeguimientoObraDTO, SincronizacionPersonalDTO, SistemaDto, SistemaENTITY, SizeDTO, SocketDTO, StockAlmacenENTITY, StockAlmacenEquiposENTITY, StockPersonalENTITY, StockPersonalEquiposENTITY, SubEstadoInternoDTO, SubManoObraDTO$1 as SubManoObraDTO, TecnicoValDTO, TipoActividadMOENTITY, TipoAlmacenDTO, TipoClaveENTITY, TipoDocumentoIdentidadDTO, TipoDocumentoUsuarioDTO, TipoEmpresaDTO, TipoEspecialidadMOENTITY, type TipoLiq, TipoMOPCMODTO, TipoMiembroGrupoEmpresaDTO, TipoMovimientoAlmacenDTO, TipoMovimientoAlmacenENTITY, TipoNotificacion, TipoOpcionDTO, TipoOpcionSistemaENTITY, TipoSistemaDTO, TipoStockStockPersonalDTO, type TipoVal, Tipo_MO, ToaClaroENTITY, TotalGeneralObraChileDTO, TotalGeneralObraDTO, TrabajoAlemaniaENTITY, TrabajoENTITY, TrabajoMacroObraAlemaniaENTITY, TransaccionFoliosENTITY, TransaccionesDTO, TurnoDTO$1 as TurnoDTO, UbicacionAlmacenDTO, UbicacionDTO$1 as UbicacionDTO, UbicacionObraDTO, UbicacionTdCDTO, Ultima_FaseLiberacionPagosDTO, Ultima_PreLiquidacionAlemaniaDTO$1 as Ultima_PreLiquidacionAlemaniaDTO, Ultima_PreLiquidacionDTO, Ultima_asignacionDTO$1 as Ultima_asignacionDTO, Ultimo_Estado_InternoLiberacionPagosDTO, UnidadMedidaDTO$2 as UnidadMedidaDTO, UnidadMedidaENTITY, UnidadMedidaLiberacionPagosDTO, UnidadObraMaterialENTITY, UpdateUltimaFaseFacturacionDTO, UsuarioBaremoDTO, UsuarioBitacoraDTO, UsuarioDTO, UsuarioENTITY, UsuarioEdicionDTO, UsuarioID_UsuarioDTO, UsuarioLogisticaDTO, UsuarioRegistrarDTO, UsuariosAutoinventarioENTITY, ValidadoDTO, ValorizacionAlemaniaDTO$1 as ValorizacionAlemaniaDTO, ValorizacionDTO, ValorizacionManoObraDTO, ValorizacionManoObraRegularizacionDTO, ValorizacionesDTO$1 as ValorizacionesDTO, ValorizadaTOAENTITY, VarianteDTO, VigenciaBaremosDTO, VigenciaDTO, VigenciaPCMODTO, WBEDTO, ZonaTrabajoDTO, ZonaTrabajoENTITY, ZonalesDTO, ZonasDTO, convertStringsToDates, latLngDTO, peru9112TOAENTITY, transformToDateIfEmpty, type typeEstado, type typeEstadoNroDocumento, type typeFuente, type typeTipo, validateAndFormatData, validateArrayBody };
|