sigo-entities 0.0.227 → 0.0.229
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/README.md +4 -4
- package/dist/index.d.mts +91 -32
- package/dist/index.d.ts +91 -32
- package/dist/index.js +7178 -6860
- package/dist/index.mjs +7024 -6709
- package/package.json +27 -27
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# sigo-entities
|
|
2
|
-
Desarrollo de modelos de datos SIGO
|
|
3
|
-
npm i sigo-entities@latest
|
|
4
|
-
## Test
|
|
1
|
+
# sigo-entities
|
|
2
|
+
Desarrollo de modelos de datos SIGO
|
|
3
|
+
npm i sigo-entities@latest
|
|
4
|
+
## Test
|
package/dist/index.d.mts
CHANGED
|
@@ -447,6 +447,15 @@ interface PayloadTokenDTO {
|
|
|
447
447
|
Identificacion: string;
|
|
448
448
|
}
|
|
449
449
|
|
|
450
|
+
declare class PagosECDTO {
|
|
451
|
+
porcentaje: number;
|
|
452
|
+
fecha: Date;
|
|
453
|
+
codigoFecha: string;
|
|
454
|
+
usuario: UsuarioRegistrarDTO;
|
|
455
|
+
nroDocumento: string;
|
|
456
|
+
nroFactura: string;
|
|
457
|
+
}
|
|
458
|
+
|
|
450
459
|
declare class MailStructureENTITY {
|
|
451
460
|
ID_MailStructure: number;
|
|
452
461
|
Codigo: string;
|
|
@@ -872,7 +881,7 @@ declare class ValorizacionDTO {
|
|
|
872
881
|
TotalContrata: number;
|
|
873
882
|
}
|
|
874
883
|
|
|
875
|
-
declare class EstadoHPListDTO$
|
|
884
|
+
declare class EstadoHPListDTO$2 {
|
|
876
885
|
Estado: boolean;
|
|
877
886
|
Especialidad: string;
|
|
878
887
|
}
|
|
@@ -881,9 +890,9 @@ declare class Ultima_PreLiquidacionDTO {
|
|
|
881
890
|
Personal: PersonalDTO;
|
|
882
891
|
Valorizacion: ValorizacionDTO[];
|
|
883
892
|
TipoMovil: CodigoDescripcionDTO;
|
|
884
|
-
OC: EstadoHPListDTO$
|
|
885
|
-
Soplado: EstadoHPListDTO$
|
|
886
|
-
Asfaltado: EstadoHPListDTO$
|
|
893
|
+
OC: EstadoHPListDTO$2;
|
|
894
|
+
Soplado: EstadoHPListDTO$2;
|
|
895
|
+
Asfaltado: EstadoHPListDTO$2;
|
|
887
896
|
}
|
|
888
897
|
|
|
889
898
|
declare class TurnoDTO$1 {
|
|
@@ -1023,9 +1032,9 @@ declare class Ultima_PreLiquidacionAlemaniaDTO$1 {
|
|
|
1023
1032
|
Personal: PersonalDTO;
|
|
1024
1033
|
Valorizacion: ValorizacionAlemaniaDTO$1[];
|
|
1025
1034
|
TipoMovil: CodigoDescripcionDTO;
|
|
1026
|
-
OC: EstadoHPListDTO$
|
|
1027
|
-
Soplado: EstadoHPListDTO$
|
|
1028
|
-
Asfaltado: EstadoHPListDTO$
|
|
1035
|
+
OC: EstadoHPListDTO$2;
|
|
1036
|
+
Soplado: EstadoHPListDTO$2;
|
|
1037
|
+
Asfaltado: EstadoHPListDTO$2;
|
|
1029
1038
|
}
|
|
1030
1039
|
|
|
1031
1040
|
declare class UpdateUltimaFaseFacturacionDTO {
|
|
@@ -1052,7 +1061,7 @@ declare class TrabajoAlemaniaENTITY {
|
|
|
1052
1061
|
PartesDiarios: ParteDiarioDTO$1[];
|
|
1053
1062
|
}
|
|
1054
1063
|
|
|
1055
|
-
declare class EstadoHPListDTO {
|
|
1064
|
+
declare class EstadoHPListDTO$1 {
|
|
1056
1065
|
Estado: boolean;
|
|
1057
1066
|
Especialidad: string;
|
|
1058
1067
|
}
|
|
@@ -1268,9 +1277,9 @@ declare class Ultima_PreLiquidacionAlemaniaDTO {
|
|
|
1268
1277
|
Personal: PersonalDTO;
|
|
1269
1278
|
Valorizacion: ValorizacionAlemaniaDTO[];
|
|
1270
1279
|
TipoMovil: CodigoDescripcionDTO;
|
|
1271
|
-
OC: EstadoHPListDTO;
|
|
1272
|
-
Soplado: EstadoHPListDTO;
|
|
1273
|
-
Asfaltado: EstadoHPListDTO;
|
|
1280
|
+
OC: EstadoHPListDTO$1;
|
|
1281
|
+
Soplado: EstadoHPListDTO$1;
|
|
1282
|
+
Asfaltado: EstadoHPListDTO$1;
|
|
1274
1283
|
}
|
|
1275
1284
|
|
|
1276
1285
|
declare class TrabajoMacroObraAlemaniaENTITY {
|
|
@@ -1506,6 +1515,72 @@ declare class PrecioContratistaMOAL04ENTITY {
|
|
|
1506
1515
|
Estado: EstadoDTO;
|
|
1507
1516
|
}
|
|
1508
1517
|
|
|
1518
|
+
declare class HPListAsignacionDTO {
|
|
1519
|
+
Cuadrilla: string;
|
|
1520
|
+
Empresa: string;
|
|
1521
|
+
Fecha: string | Date;
|
|
1522
|
+
Usuario: UsuarioDTO;
|
|
1523
|
+
Anexos: any[];
|
|
1524
|
+
}
|
|
1525
|
+
|
|
1526
|
+
declare class EstadoHPListDTO {
|
|
1527
|
+
Estado: Boolean;
|
|
1528
|
+
Especialidad: string;
|
|
1529
|
+
}
|
|
1530
|
+
|
|
1531
|
+
declare class HPListDTO {
|
|
1532
|
+
Home_ID: string;
|
|
1533
|
+
Gemeinde_Plan: string;
|
|
1534
|
+
DP_ID: string;
|
|
1535
|
+
Home_Target_Status: string;
|
|
1536
|
+
Current_Home_Status: string;
|
|
1537
|
+
Insert_Date: string | Date;
|
|
1538
|
+
WorkorderOrigin: string;
|
|
1539
|
+
HouseNumber: number;
|
|
1540
|
+
HouseNumberAffix: string;
|
|
1541
|
+
WorkStatus: string;
|
|
1542
|
+
SurveyTeam: string;
|
|
1543
|
+
NCMWDCode: string;
|
|
1544
|
+
Street: string;
|
|
1545
|
+
Wave: string;
|
|
1546
|
+
Anexos: never[];
|
|
1547
|
+
Asignacion: HPListAsignacionDTO;
|
|
1548
|
+
Asignaciones: HPListAsignacionDTO[];
|
|
1549
|
+
OC: EstadoHPListDTO;
|
|
1550
|
+
Soplado: EstadoHPListDTO;
|
|
1551
|
+
Asfaltado: EstadoHPListDTO;
|
|
1552
|
+
}
|
|
1553
|
+
|
|
1554
|
+
declare class AddressListENTITY {
|
|
1555
|
+
ID_AddressList: number;
|
|
1556
|
+
KeyDP: string;
|
|
1557
|
+
AddressID: string;
|
|
1558
|
+
StreetName: string;
|
|
1559
|
+
HouseNumber: string;
|
|
1560
|
+
HouseNumbreComplement: string;
|
|
1561
|
+
City: string;
|
|
1562
|
+
District: string;
|
|
1563
|
+
PostCode: number;
|
|
1564
|
+
Region: string;
|
|
1565
|
+
State: string;
|
|
1566
|
+
ResidentialHP: number;
|
|
1567
|
+
BusinessHP: number;
|
|
1568
|
+
HP: number;
|
|
1569
|
+
Latitude: number;
|
|
1570
|
+
Longitude: number;
|
|
1571
|
+
AddressType: CodigoNombreDTO;
|
|
1572
|
+
AddressClassification: CodigoNombreDTO;
|
|
1573
|
+
Comments: string;
|
|
1574
|
+
MovementType: CodigoNombreDTO;
|
|
1575
|
+
DateModification: string;
|
|
1576
|
+
DistancePOP: string;
|
|
1577
|
+
Status: string;
|
|
1578
|
+
DP_ID: string;
|
|
1579
|
+
POP_ID: string;
|
|
1580
|
+
ResidentialHPList: HPListDTO[];
|
|
1581
|
+
BusinessHPList: HPListDTO[];
|
|
1582
|
+
}
|
|
1583
|
+
|
|
1509
1584
|
declare class HitoDTO {
|
|
1510
1585
|
Idx: number;
|
|
1511
1586
|
Estado: string;
|
|
@@ -1693,15 +1768,8 @@ declare class UnidadMedidaDTO$1 {
|
|
|
1693
1768
|
UnidadMedida: string;
|
|
1694
1769
|
}
|
|
1695
1770
|
|
|
1696
|
-
declare class CambiosEstadosPagosProduccionDTO {
|
|
1697
|
-
NroDocumento: string;
|
|
1698
|
-
UsuarioCambio: UsuarioDTO;
|
|
1699
|
-
FechaCambio: Date;
|
|
1700
|
-
Anexos: FilesDocDTO[];
|
|
1701
|
-
EstadoFase: string;
|
|
1702
|
-
}
|
|
1703
|
-
|
|
1704
1771
|
declare class BaremosChileENTITY {
|
|
1772
|
+
_id?: string;
|
|
1705
1773
|
foreignKey: string;
|
|
1706
1774
|
Obra: string;
|
|
1707
1775
|
Contrato: string;
|
|
@@ -1716,6 +1784,7 @@ declare class BaremosChileENTITY {
|
|
|
1716
1784
|
UnidadObra: UnidadMedidaDTO$1;
|
|
1717
1785
|
MaterialesUtilizados: Array<any>;
|
|
1718
1786
|
MaterialesRetirados: Array<any>;
|
|
1787
|
+
CoeficienteMaterial: number;
|
|
1719
1788
|
Cantidad: number;
|
|
1720
1789
|
PuntoBaremo: number;
|
|
1721
1790
|
Precio: number;
|
|
@@ -1727,9 +1796,8 @@ declare class BaremosChileENTITY {
|
|
|
1727
1796
|
Mes: number;
|
|
1728
1797
|
PB_Total: number;
|
|
1729
1798
|
MO_Total: number;
|
|
1730
|
-
|
|
1731
|
-
|
|
1732
|
-
CambiosEstadosFase: CambiosEstadosPagosProduccionDTO[];
|
|
1799
|
+
PagosEC: PagosECDTO[];
|
|
1800
|
+
Cancelado: boolean;
|
|
1733
1801
|
}
|
|
1734
1802
|
|
|
1735
1803
|
declare class CuadrillaDTO {
|
|
@@ -1750,15 +1818,6 @@ declare class ManoObraDTO {
|
|
|
1750
1818
|
UnidadMedida: string;
|
|
1751
1819
|
}
|
|
1752
1820
|
|
|
1753
|
-
declare class PagosECDTO {
|
|
1754
|
-
porcentaje: number;
|
|
1755
|
-
fecha: Date;
|
|
1756
|
-
codigoFecha: string;
|
|
1757
|
-
usuario: UsuarioRegistrarDTO;
|
|
1758
|
-
nroDocumento: string;
|
|
1759
|
-
nroFactura: string;
|
|
1760
|
-
}
|
|
1761
|
-
|
|
1762
1821
|
declare class PeriodoDTO {
|
|
1763
1822
|
FechaInicio: Date;
|
|
1764
1823
|
FechaFin: Date;
|
|
@@ -2939,4 +2998,4 @@ declare class BaremosTOAChileENTITY {
|
|
|
2939
2998
|
Vigencia: VigenciaBaremosDTO[];
|
|
2940
2999
|
}
|
|
2941
3000
|
|
|
2942
|
-
export { AgenciaENTITY, AlmacenDTO, AlmacenENTITY, AlmacenLogisticaDTO, AlmacenUsuarioGIADTO, AreaGOMDTO, AreaGomDTO, AsignacionGomDTO, AtencionOrdenesLiquidadasENTITY, AtiendeBodegaDTO, BaremosAlemaniaENTITY, BaremosChileENTITY, BaremosColombiaENTITY, BaremosTOAChileENTITY, BaremosTOAENTITY, BitacoraAntiguaDTO, BitacoraDTO, BitacoraLiqDTO, BitacoraOpcionSitemaDTO, BodegaENTITY, CambioEstadoFacturadoRequest, CambioEstadoFaseRequest, CambiosEstadosFaseLiberacionPagosDTO, CausacionDTO, CentroCostosENTITY, CertificacionProduccionDTO$1 as CertificacionProduccionDTO, ClienteDTO, Cliente_ContratistaDTO, CodigoDescripcionDTO, type CodigoMovimientoAlmacen, CodigoNombreDTO, CodigoNombreUMDTO, CodigoRazonSocialDTO, ConsumoMaterialENTITY, ContratistasDTO, ContratoDTO, ContratoOTDTO, ContratoObraOTDTO, ConversionLogisticaDTO, CoordenadasDTO, CorteBobinaStockAlmacenDTO, CuadrillaLiberacionPagosDTO, DataAdicionalDTO, DataCatalogoItemDTO, DatoUsuarioTipoOpcionDto, DatosAreaPersonalDTO, DatosCatalogoMODTO, DatosGIADTO, DatosGeneralesDTO, DatosGeneralesPersonalDTO, DatosItemDTO, DatosManoObraGlobalDTO, DatosManoObraGlobalDetalleChileDTO, DatosPrecioEspecialidadDTO, DatosPrecioMaterialDTO, DatosReferenciaDTO, DatosTrabajoCatalogoDTO, DatosTrabajoUsuarioDTO, DatosTransportistaChileDTO, DatosTransportistaDTO, DatosUnidadObraMaterialDTO, DelegacionDTO, DelegacionZonalesDTO, DeleteBaremoFaseDTO, DestinatarioDTO, DetalleChileObraDTO, DetalleChileValorizacionManoObraDTO, DetalleChileValorizacionManoObraRegularizacionDTO, DetalleDTO, DetalleManoObraChileDTO, DevolucionAlmacenENTITY, EECC_DTO, EmpresaDTO$4 as EmpresaDTO, EmpresaENTITY, EmpresaLiberacionPagosDTO, EmpresaLogisticaDTO, EmpresaPCMODTO, EmpresaPersonalDTO, EmpresaProduccionDTO, EmpresaStockPersonalDTO, EmpresaUsuarioDTO, EmpresaValDTO, EquipoLogisticaDTO, EquiposDTO, EstadoAntiguoDTO, EstadoDTO, EstadoHPListDTO$
|
|
3001
|
+
export { AddressListENTITY, AgenciaENTITY, AlmacenDTO, AlmacenENTITY, AlmacenLogisticaDTO, AlmacenUsuarioGIADTO, AreaGOMDTO, AreaGomDTO, AsignacionGomDTO, AtencionOrdenesLiquidadasENTITY, AtiendeBodegaDTO, BaremosAlemaniaENTITY, BaremosChileENTITY, BaremosColombiaENTITY, BaremosTOAChileENTITY, BaremosTOAENTITY, BitacoraAntiguaDTO, BitacoraDTO, BitacoraLiqDTO, BitacoraOpcionSitemaDTO, BodegaENTITY, CambioEstadoFacturadoRequest, CambioEstadoFaseRequest, CambiosEstadosFaseLiberacionPagosDTO, CausacionDTO, CentroCostosENTITY, CertificacionProduccionDTO$1 as CertificacionProduccionDTO, ClienteDTO, Cliente_ContratistaDTO, CodigoDescripcionDTO, type CodigoMovimientoAlmacen, CodigoNombreDTO, CodigoNombreUMDTO, CodigoRazonSocialDTO, ConsumoMaterialENTITY, ContratistasDTO, ContratoDTO, ContratoOTDTO, ContratoObraOTDTO, ConversionLogisticaDTO, CoordenadasDTO, CorteBobinaStockAlmacenDTO, CuadrillaLiberacionPagosDTO, DataAdicionalDTO, DataCatalogoItemDTO, DatoUsuarioTipoOpcionDto, DatosAreaPersonalDTO, DatosCatalogoMODTO, DatosGIADTO, DatosGeneralesDTO, DatosGeneralesPersonalDTO, DatosItemDTO, DatosManoObraGlobalDTO, DatosManoObraGlobalDetalleChileDTO, DatosPrecioEspecialidadDTO, DatosPrecioMaterialDTO, DatosReferenciaDTO, DatosTrabajoCatalogoDTO, DatosTrabajoUsuarioDTO, DatosTransportistaChileDTO, DatosTransportistaDTO, DatosUnidadObraMaterialDTO, DelegacionDTO, DelegacionZonalesDTO, DeleteBaremoFaseDTO, DestinatarioDTO, DetalleChileObraDTO, DetalleChileValorizacionManoObraDTO, DetalleChileValorizacionManoObraRegularizacionDTO, DetalleDTO, DetalleManoObraChileDTO, DevolucionAlmacenENTITY, EECC_DTO, EmpresaDTO$4 as EmpresaDTO, EmpresaENTITY, EmpresaLiberacionPagosDTO, EmpresaLogisticaDTO, EmpresaPCMODTO, EmpresaPersonalDTO, EmpresaProduccionDTO, EmpresaStockPersonalDTO, EmpresaUsuarioDTO, EmpresaValDTO, EquipoLogisticaDTO, EquiposDTO, EstadoAntiguoDTO, EstadoDTO, EstadoHPListDTO$2 as EstadoHPListDTO, EstadoIntegracionDTO, EstadoInternoDTO, EstadoInternoENTITY, EstadoInternoWithoutSubstateDTO, type EstadoLiq, EstadoLiqDTO, EstadoNotificacion, type EstadoVal, FacturaGeneradaDTO, FacturacionDTO, FamiliaItemDTO, FaseDTO$1 as FaseDTO, FaseENTITY, FechaDTO, FechaVigenciaBaremosDTO, FechaVigenciaPCMODTO, FilesDocDTO, FlujoDocDTO, FotoDTO, FotosDTO, FotosSSTDTO$1 as FotosSSTDTO, GOMDTO, GranFamiliaItemDTO, GrupoEmpresaDTO, HPListAsignacionDTO, HPListDTO, HistoricoDTO, HistoricoEmpresasDTO, HitoDTO, IngresoAlmacenENTITY, InventarioLiqDTO, InventarioValDTO, ItemCantidadesDTO, ItemDTO, ItemDetalleLogisticaDTO, ItemENTITY, ItemLogisticaDTO, KeyIntegracionENTITY, LiberacionDePagosAlemaniaENTITY, LiquidadaTOAENTITY, LogAlmacenDTO, LogDTO, LogModificarDTO, LogRegisterDTO, LoteDTO$1 as LoteDTO, MailStructureENTITY, ManoObraBaremoDTO, ManoObraGlobalENTITY, ManoObraGlobalPCMODTO, ManoObraLiberacionPagosDTO, MaterialAmapDTO, MaterialLogisticaDTO, MovimientoAlmacenDTO, MovimientoAlmacenENTITY, NombreDescripcionDTO, NotasDTO, NotificacionesENTITY, OTDTO, OTGlobalDTO, ObraENTITY, OpcionSistemaENTITY, OperacionDataAdicional, OptionCatalogoDTO, PagosECDTO, PaisStockPersonalDTO, ParteDiarioDTO$1 as ParteDiarioDTO, type PayloadTokenDTO, PerfilesENTITY, PeriodoLiberacionPagosDTO, PermisosAppDTO, PersonalDTO, PersonalENTITY, PersonalLogisticaDTO$1 as PersonalLogisticaDTO, PrecioContratistaMOAL02ENTITY, PrecioContratistaMOAL04ENTITY, PrecioContratistaMOENTITY, PreciosVigentesDTO, PresupuestadoTotalObraDTO, PresupuestadoTotalObraEmpresaCuadrillaDTO, PresupuestadoTotalObraEmpresaDTO, PrioridadNotificacion, ProductosServiciosLiqDTO, ProductosServiciosValDTO, ProfileDTO, RegularizacionPositivaNegativaDTO, RepresentanteLegalDTO, ReservaENTITY, ReservaManoObraENTITY, ReservaManoObraRegularizacionENTITY, SalidaAlmacenENTITY, SincronizacionPersonalDTO, SistemaDto, SistemaENTITY, SizeDTO, SocketDTO, StockAlmacenENTITY, StockAlmacenEquiposENTITY, StockPersonalENTITY, StockPersonalEquiposENTITY, SubEstadoInternoDTO, TecnicoValDTO, TipoAlmacenDTO, TipoDocumentoIdentidadDTO, TipoDocumentoUsuarioDTO, TipoEmpresaDTO, type TipoLiq, TipoMOPCMODTO, TipoMiembroGrupoEmpresaDTO, TipoMovimientoAlmacenDTO, TipoMovimientoAlmacenENTITY, TipoNotificacion, TipoOpcionDTO, TipoOpcionSistemaENTITY, TipoSistemaDTO, TipoStockStockPersonalDTO, type TipoVal, TotalGeneralObraDTO, TrabajoAlemaniaENTITY, TrabajoENTITY, TrabajoMacroObraAlemaniaENTITY, TransaccionFoliosENTITY, TransaccionesDTO, UbicacionAlmacenDTO, UbicacionDTO$1 as UbicacionDTO, UbicacionObraDTO, Ultima_FaseLiberacionPagosDTO, Ultima_PreLiquidacionAlemaniaDTO$1 as Ultima_PreLiquidacionAlemaniaDTO, Ultimo_Estado_InternoLiberacionPagosDTO, UnidadMedidaDTO$2 as UnidadMedidaDTO, UnidadMedidaLiberacionPagosDTO, UpdateUltimaFaseFacturacionDTO, UsuarioBitacoraDTO, UsuarioDTO, UsuarioENTITY, UsuarioEdicionDTO, UsuarioID_UsuarioDTO, UsuarioLogisticaDTO, UsuarioRegistrarDTO, ValidadoDTO, ValorizacionAlemaniaDTO$1 as ValorizacionAlemaniaDTO, ValorizacionManoObraDTO, ValorizacionManoObraRegularizacionDTO, ValorizadaTOAENTITY, VarianteDTO, VigenciaBaremosDTO, VigenciaDTO, VigenciaPCMODTO, WBEDTO$1 as WBEDTO, ZonaTrabajoDTO, ZonalesDTO, convertStringsToDates, type typeEstado, type typeEstadoNroDocumento, type typeFuente, type typeTipo, validateAndFormatData };
|
package/dist/index.d.ts
CHANGED
|
@@ -447,6 +447,15 @@ interface PayloadTokenDTO {
|
|
|
447
447
|
Identificacion: string;
|
|
448
448
|
}
|
|
449
449
|
|
|
450
|
+
declare class PagosECDTO {
|
|
451
|
+
porcentaje: number;
|
|
452
|
+
fecha: Date;
|
|
453
|
+
codigoFecha: string;
|
|
454
|
+
usuario: UsuarioRegistrarDTO;
|
|
455
|
+
nroDocumento: string;
|
|
456
|
+
nroFactura: string;
|
|
457
|
+
}
|
|
458
|
+
|
|
450
459
|
declare class MailStructureENTITY {
|
|
451
460
|
ID_MailStructure: number;
|
|
452
461
|
Codigo: string;
|
|
@@ -872,7 +881,7 @@ declare class ValorizacionDTO {
|
|
|
872
881
|
TotalContrata: number;
|
|
873
882
|
}
|
|
874
883
|
|
|
875
|
-
declare class EstadoHPListDTO$
|
|
884
|
+
declare class EstadoHPListDTO$2 {
|
|
876
885
|
Estado: boolean;
|
|
877
886
|
Especialidad: string;
|
|
878
887
|
}
|
|
@@ -881,9 +890,9 @@ declare class Ultima_PreLiquidacionDTO {
|
|
|
881
890
|
Personal: PersonalDTO;
|
|
882
891
|
Valorizacion: ValorizacionDTO[];
|
|
883
892
|
TipoMovil: CodigoDescripcionDTO;
|
|
884
|
-
OC: EstadoHPListDTO$
|
|
885
|
-
Soplado: EstadoHPListDTO$
|
|
886
|
-
Asfaltado: EstadoHPListDTO$
|
|
893
|
+
OC: EstadoHPListDTO$2;
|
|
894
|
+
Soplado: EstadoHPListDTO$2;
|
|
895
|
+
Asfaltado: EstadoHPListDTO$2;
|
|
887
896
|
}
|
|
888
897
|
|
|
889
898
|
declare class TurnoDTO$1 {
|
|
@@ -1023,9 +1032,9 @@ declare class Ultima_PreLiquidacionAlemaniaDTO$1 {
|
|
|
1023
1032
|
Personal: PersonalDTO;
|
|
1024
1033
|
Valorizacion: ValorizacionAlemaniaDTO$1[];
|
|
1025
1034
|
TipoMovil: CodigoDescripcionDTO;
|
|
1026
|
-
OC: EstadoHPListDTO$
|
|
1027
|
-
Soplado: EstadoHPListDTO$
|
|
1028
|
-
Asfaltado: EstadoHPListDTO$
|
|
1035
|
+
OC: EstadoHPListDTO$2;
|
|
1036
|
+
Soplado: EstadoHPListDTO$2;
|
|
1037
|
+
Asfaltado: EstadoHPListDTO$2;
|
|
1029
1038
|
}
|
|
1030
1039
|
|
|
1031
1040
|
declare class UpdateUltimaFaseFacturacionDTO {
|
|
@@ -1052,7 +1061,7 @@ declare class TrabajoAlemaniaENTITY {
|
|
|
1052
1061
|
PartesDiarios: ParteDiarioDTO$1[];
|
|
1053
1062
|
}
|
|
1054
1063
|
|
|
1055
|
-
declare class EstadoHPListDTO {
|
|
1064
|
+
declare class EstadoHPListDTO$1 {
|
|
1056
1065
|
Estado: boolean;
|
|
1057
1066
|
Especialidad: string;
|
|
1058
1067
|
}
|
|
@@ -1268,9 +1277,9 @@ declare class Ultima_PreLiquidacionAlemaniaDTO {
|
|
|
1268
1277
|
Personal: PersonalDTO;
|
|
1269
1278
|
Valorizacion: ValorizacionAlemaniaDTO[];
|
|
1270
1279
|
TipoMovil: CodigoDescripcionDTO;
|
|
1271
|
-
OC: EstadoHPListDTO;
|
|
1272
|
-
Soplado: EstadoHPListDTO;
|
|
1273
|
-
Asfaltado: EstadoHPListDTO;
|
|
1280
|
+
OC: EstadoHPListDTO$1;
|
|
1281
|
+
Soplado: EstadoHPListDTO$1;
|
|
1282
|
+
Asfaltado: EstadoHPListDTO$1;
|
|
1274
1283
|
}
|
|
1275
1284
|
|
|
1276
1285
|
declare class TrabajoMacroObraAlemaniaENTITY {
|
|
@@ -1506,6 +1515,72 @@ declare class PrecioContratistaMOAL04ENTITY {
|
|
|
1506
1515
|
Estado: EstadoDTO;
|
|
1507
1516
|
}
|
|
1508
1517
|
|
|
1518
|
+
declare class HPListAsignacionDTO {
|
|
1519
|
+
Cuadrilla: string;
|
|
1520
|
+
Empresa: string;
|
|
1521
|
+
Fecha: string | Date;
|
|
1522
|
+
Usuario: UsuarioDTO;
|
|
1523
|
+
Anexos: any[];
|
|
1524
|
+
}
|
|
1525
|
+
|
|
1526
|
+
declare class EstadoHPListDTO {
|
|
1527
|
+
Estado: Boolean;
|
|
1528
|
+
Especialidad: string;
|
|
1529
|
+
}
|
|
1530
|
+
|
|
1531
|
+
declare class HPListDTO {
|
|
1532
|
+
Home_ID: string;
|
|
1533
|
+
Gemeinde_Plan: string;
|
|
1534
|
+
DP_ID: string;
|
|
1535
|
+
Home_Target_Status: string;
|
|
1536
|
+
Current_Home_Status: string;
|
|
1537
|
+
Insert_Date: string | Date;
|
|
1538
|
+
WorkorderOrigin: string;
|
|
1539
|
+
HouseNumber: number;
|
|
1540
|
+
HouseNumberAffix: string;
|
|
1541
|
+
WorkStatus: string;
|
|
1542
|
+
SurveyTeam: string;
|
|
1543
|
+
NCMWDCode: string;
|
|
1544
|
+
Street: string;
|
|
1545
|
+
Wave: string;
|
|
1546
|
+
Anexos: never[];
|
|
1547
|
+
Asignacion: HPListAsignacionDTO;
|
|
1548
|
+
Asignaciones: HPListAsignacionDTO[];
|
|
1549
|
+
OC: EstadoHPListDTO;
|
|
1550
|
+
Soplado: EstadoHPListDTO;
|
|
1551
|
+
Asfaltado: EstadoHPListDTO;
|
|
1552
|
+
}
|
|
1553
|
+
|
|
1554
|
+
declare class AddressListENTITY {
|
|
1555
|
+
ID_AddressList: number;
|
|
1556
|
+
KeyDP: string;
|
|
1557
|
+
AddressID: string;
|
|
1558
|
+
StreetName: string;
|
|
1559
|
+
HouseNumber: string;
|
|
1560
|
+
HouseNumbreComplement: string;
|
|
1561
|
+
City: string;
|
|
1562
|
+
District: string;
|
|
1563
|
+
PostCode: number;
|
|
1564
|
+
Region: string;
|
|
1565
|
+
State: string;
|
|
1566
|
+
ResidentialHP: number;
|
|
1567
|
+
BusinessHP: number;
|
|
1568
|
+
HP: number;
|
|
1569
|
+
Latitude: number;
|
|
1570
|
+
Longitude: number;
|
|
1571
|
+
AddressType: CodigoNombreDTO;
|
|
1572
|
+
AddressClassification: CodigoNombreDTO;
|
|
1573
|
+
Comments: string;
|
|
1574
|
+
MovementType: CodigoNombreDTO;
|
|
1575
|
+
DateModification: string;
|
|
1576
|
+
DistancePOP: string;
|
|
1577
|
+
Status: string;
|
|
1578
|
+
DP_ID: string;
|
|
1579
|
+
POP_ID: string;
|
|
1580
|
+
ResidentialHPList: HPListDTO[];
|
|
1581
|
+
BusinessHPList: HPListDTO[];
|
|
1582
|
+
}
|
|
1583
|
+
|
|
1509
1584
|
declare class HitoDTO {
|
|
1510
1585
|
Idx: number;
|
|
1511
1586
|
Estado: string;
|
|
@@ -1693,15 +1768,8 @@ declare class UnidadMedidaDTO$1 {
|
|
|
1693
1768
|
UnidadMedida: string;
|
|
1694
1769
|
}
|
|
1695
1770
|
|
|
1696
|
-
declare class CambiosEstadosPagosProduccionDTO {
|
|
1697
|
-
NroDocumento: string;
|
|
1698
|
-
UsuarioCambio: UsuarioDTO;
|
|
1699
|
-
FechaCambio: Date;
|
|
1700
|
-
Anexos: FilesDocDTO[];
|
|
1701
|
-
EstadoFase: string;
|
|
1702
|
-
}
|
|
1703
|
-
|
|
1704
1771
|
declare class BaremosChileENTITY {
|
|
1772
|
+
_id?: string;
|
|
1705
1773
|
foreignKey: string;
|
|
1706
1774
|
Obra: string;
|
|
1707
1775
|
Contrato: string;
|
|
@@ -1716,6 +1784,7 @@ declare class BaremosChileENTITY {
|
|
|
1716
1784
|
UnidadObra: UnidadMedidaDTO$1;
|
|
1717
1785
|
MaterialesUtilizados: Array<any>;
|
|
1718
1786
|
MaterialesRetirados: Array<any>;
|
|
1787
|
+
CoeficienteMaterial: number;
|
|
1719
1788
|
Cantidad: number;
|
|
1720
1789
|
PuntoBaremo: number;
|
|
1721
1790
|
Precio: number;
|
|
@@ -1727,9 +1796,8 @@ declare class BaremosChileENTITY {
|
|
|
1727
1796
|
Mes: number;
|
|
1728
1797
|
PB_Total: number;
|
|
1729
1798
|
MO_Total: number;
|
|
1730
|
-
|
|
1731
|
-
|
|
1732
|
-
CambiosEstadosFase: CambiosEstadosPagosProduccionDTO[];
|
|
1799
|
+
PagosEC: PagosECDTO[];
|
|
1800
|
+
Cancelado: boolean;
|
|
1733
1801
|
}
|
|
1734
1802
|
|
|
1735
1803
|
declare class CuadrillaDTO {
|
|
@@ -1750,15 +1818,6 @@ declare class ManoObraDTO {
|
|
|
1750
1818
|
UnidadMedida: string;
|
|
1751
1819
|
}
|
|
1752
1820
|
|
|
1753
|
-
declare class PagosECDTO {
|
|
1754
|
-
porcentaje: number;
|
|
1755
|
-
fecha: Date;
|
|
1756
|
-
codigoFecha: string;
|
|
1757
|
-
usuario: UsuarioRegistrarDTO;
|
|
1758
|
-
nroDocumento: string;
|
|
1759
|
-
nroFactura: string;
|
|
1760
|
-
}
|
|
1761
|
-
|
|
1762
1821
|
declare class PeriodoDTO {
|
|
1763
1822
|
FechaInicio: Date;
|
|
1764
1823
|
FechaFin: Date;
|
|
@@ -2939,4 +2998,4 @@ declare class BaremosTOAChileENTITY {
|
|
|
2939
2998
|
Vigencia: VigenciaBaremosDTO[];
|
|
2940
2999
|
}
|
|
2941
3000
|
|
|
2942
|
-
export { AgenciaENTITY, AlmacenDTO, AlmacenENTITY, AlmacenLogisticaDTO, AlmacenUsuarioGIADTO, AreaGOMDTO, AreaGomDTO, AsignacionGomDTO, AtencionOrdenesLiquidadasENTITY, AtiendeBodegaDTO, BaremosAlemaniaENTITY, BaremosChileENTITY, BaremosColombiaENTITY, BaremosTOAChileENTITY, BaremosTOAENTITY, BitacoraAntiguaDTO, BitacoraDTO, BitacoraLiqDTO, BitacoraOpcionSitemaDTO, BodegaENTITY, CambioEstadoFacturadoRequest, CambioEstadoFaseRequest, CambiosEstadosFaseLiberacionPagosDTO, CausacionDTO, CentroCostosENTITY, CertificacionProduccionDTO$1 as CertificacionProduccionDTO, ClienteDTO, Cliente_ContratistaDTO, CodigoDescripcionDTO, type CodigoMovimientoAlmacen, CodigoNombreDTO, CodigoNombreUMDTO, CodigoRazonSocialDTO, ConsumoMaterialENTITY, ContratistasDTO, ContratoDTO, ContratoOTDTO, ContratoObraOTDTO, ConversionLogisticaDTO, CoordenadasDTO, CorteBobinaStockAlmacenDTO, CuadrillaLiberacionPagosDTO, DataAdicionalDTO, DataCatalogoItemDTO, DatoUsuarioTipoOpcionDto, DatosAreaPersonalDTO, DatosCatalogoMODTO, DatosGIADTO, DatosGeneralesDTO, DatosGeneralesPersonalDTO, DatosItemDTO, DatosManoObraGlobalDTO, DatosManoObraGlobalDetalleChileDTO, DatosPrecioEspecialidadDTO, DatosPrecioMaterialDTO, DatosReferenciaDTO, DatosTrabajoCatalogoDTO, DatosTrabajoUsuarioDTO, DatosTransportistaChileDTO, DatosTransportistaDTO, DatosUnidadObraMaterialDTO, DelegacionDTO, DelegacionZonalesDTO, DeleteBaremoFaseDTO, DestinatarioDTO, DetalleChileObraDTO, DetalleChileValorizacionManoObraDTO, DetalleChileValorizacionManoObraRegularizacionDTO, DetalleDTO, DetalleManoObraChileDTO, DevolucionAlmacenENTITY, EECC_DTO, EmpresaDTO$4 as EmpresaDTO, EmpresaENTITY, EmpresaLiberacionPagosDTO, EmpresaLogisticaDTO, EmpresaPCMODTO, EmpresaPersonalDTO, EmpresaProduccionDTO, EmpresaStockPersonalDTO, EmpresaUsuarioDTO, EmpresaValDTO, EquipoLogisticaDTO, EquiposDTO, EstadoAntiguoDTO, EstadoDTO, EstadoHPListDTO$
|
|
3001
|
+
export { AddressListENTITY, AgenciaENTITY, AlmacenDTO, AlmacenENTITY, AlmacenLogisticaDTO, AlmacenUsuarioGIADTO, AreaGOMDTO, AreaGomDTO, AsignacionGomDTO, AtencionOrdenesLiquidadasENTITY, AtiendeBodegaDTO, BaremosAlemaniaENTITY, BaremosChileENTITY, BaremosColombiaENTITY, BaremosTOAChileENTITY, BaremosTOAENTITY, BitacoraAntiguaDTO, BitacoraDTO, BitacoraLiqDTO, BitacoraOpcionSitemaDTO, BodegaENTITY, CambioEstadoFacturadoRequest, CambioEstadoFaseRequest, CambiosEstadosFaseLiberacionPagosDTO, CausacionDTO, CentroCostosENTITY, CertificacionProduccionDTO$1 as CertificacionProduccionDTO, ClienteDTO, Cliente_ContratistaDTO, CodigoDescripcionDTO, type CodigoMovimientoAlmacen, CodigoNombreDTO, CodigoNombreUMDTO, CodigoRazonSocialDTO, ConsumoMaterialENTITY, ContratistasDTO, ContratoDTO, ContratoOTDTO, ContratoObraOTDTO, ConversionLogisticaDTO, CoordenadasDTO, CorteBobinaStockAlmacenDTO, CuadrillaLiberacionPagosDTO, DataAdicionalDTO, DataCatalogoItemDTO, DatoUsuarioTipoOpcionDto, DatosAreaPersonalDTO, DatosCatalogoMODTO, DatosGIADTO, DatosGeneralesDTO, DatosGeneralesPersonalDTO, DatosItemDTO, DatosManoObraGlobalDTO, DatosManoObraGlobalDetalleChileDTO, DatosPrecioEspecialidadDTO, DatosPrecioMaterialDTO, DatosReferenciaDTO, DatosTrabajoCatalogoDTO, DatosTrabajoUsuarioDTO, DatosTransportistaChileDTO, DatosTransportistaDTO, DatosUnidadObraMaterialDTO, DelegacionDTO, DelegacionZonalesDTO, DeleteBaremoFaseDTO, DestinatarioDTO, DetalleChileObraDTO, DetalleChileValorizacionManoObraDTO, DetalleChileValorizacionManoObraRegularizacionDTO, DetalleDTO, DetalleManoObraChileDTO, DevolucionAlmacenENTITY, EECC_DTO, EmpresaDTO$4 as EmpresaDTO, EmpresaENTITY, EmpresaLiberacionPagosDTO, EmpresaLogisticaDTO, EmpresaPCMODTO, EmpresaPersonalDTO, EmpresaProduccionDTO, EmpresaStockPersonalDTO, EmpresaUsuarioDTO, EmpresaValDTO, EquipoLogisticaDTO, EquiposDTO, EstadoAntiguoDTO, EstadoDTO, EstadoHPListDTO$2 as EstadoHPListDTO, EstadoIntegracionDTO, EstadoInternoDTO, EstadoInternoENTITY, EstadoInternoWithoutSubstateDTO, type EstadoLiq, EstadoLiqDTO, EstadoNotificacion, type EstadoVal, FacturaGeneradaDTO, FacturacionDTO, FamiliaItemDTO, FaseDTO$1 as FaseDTO, FaseENTITY, FechaDTO, FechaVigenciaBaremosDTO, FechaVigenciaPCMODTO, FilesDocDTO, FlujoDocDTO, FotoDTO, FotosDTO, FotosSSTDTO$1 as FotosSSTDTO, GOMDTO, GranFamiliaItemDTO, GrupoEmpresaDTO, HPListAsignacionDTO, HPListDTO, HistoricoDTO, HistoricoEmpresasDTO, HitoDTO, IngresoAlmacenENTITY, InventarioLiqDTO, InventarioValDTO, ItemCantidadesDTO, ItemDTO, ItemDetalleLogisticaDTO, ItemENTITY, ItemLogisticaDTO, KeyIntegracionENTITY, LiberacionDePagosAlemaniaENTITY, LiquidadaTOAENTITY, LogAlmacenDTO, LogDTO, LogModificarDTO, LogRegisterDTO, LoteDTO$1 as LoteDTO, MailStructureENTITY, ManoObraBaremoDTO, ManoObraGlobalENTITY, ManoObraGlobalPCMODTO, ManoObraLiberacionPagosDTO, MaterialAmapDTO, MaterialLogisticaDTO, MovimientoAlmacenDTO, MovimientoAlmacenENTITY, NombreDescripcionDTO, NotasDTO, NotificacionesENTITY, OTDTO, OTGlobalDTO, ObraENTITY, OpcionSistemaENTITY, OperacionDataAdicional, OptionCatalogoDTO, PagosECDTO, PaisStockPersonalDTO, ParteDiarioDTO$1 as ParteDiarioDTO, type PayloadTokenDTO, PerfilesENTITY, PeriodoLiberacionPagosDTO, PermisosAppDTO, PersonalDTO, PersonalENTITY, PersonalLogisticaDTO$1 as PersonalLogisticaDTO, PrecioContratistaMOAL02ENTITY, PrecioContratistaMOAL04ENTITY, PrecioContratistaMOENTITY, PreciosVigentesDTO, PresupuestadoTotalObraDTO, PresupuestadoTotalObraEmpresaCuadrillaDTO, PresupuestadoTotalObraEmpresaDTO, PrioridadNotificacion, ProductosServiciosLiqDTO, ProductosServiciosValDTO, ProfileDTO, RegularizacionPositivaNegativaDTO, RepresentanteLegalDTO, ReservaENTITY, ReservaManoObraENTITY, ReservaManoObraRegularizacionENTITY, SalidaAlmacenENTITY, SincronizacionPersonalDTO, SistemaDto, SistemaENTITY, SizeDTO, SocketDTO, StockAlmacenENTITY, StockAlmacenEquiposENTITY, StockPersonalENTITY, StockPersonalEquiposENTITY, SubEstadoInternoDTO, TecnicoValDTO, TipoAlmacenDTO, TipoDocumentoIdentidadDTO, TipoDocumentoUsuarioDTO, TipoEmpresaDTO, type TipoLiq, TipoMOPCMODTO, TipoMiembroGrupoEmpresaDTO, TipoMovimientoAlmacenDTO, TipoMovimientoAlmacenENTITY, TipoNotificacion, TipoOpcionDTO, TipoOpcionSistemaENTITY, TipoSistemaDTO, TipoStockStockPersonalDTO, type TipoVal, TotalGeneralObraDTO, TrabajoAlemaniaENTITY, TrabajoENTITY, TrabajoMacroObraAlemaniaENTITY, TransaccionFoliosENTITY, TransaccionesDTO, UbicacionAlmacenDTO, UbicacionDTO$1 as UbicacionDTO, UbicacionObraDTO, Ultima_FaseLiberacionPagosDTO, Ultima_PreLiquidacionAlemaniaDTO$1 as Ultima_PreLiquidacionAlemaniaDTO, Ultimo_Estado_InternoLiberacionPagosDTO, UnidadMedidaDTO$2 as UnidadMedidaDTO, UnidadMedidaLiberacionPagosDTO, UpdateUltimaFaseFacturacionDTO, UsuarioBitacoraDTO, UsuarioDTO, UsuarioENTITY, UsuarioEdicionDTO, UsuarioID_UsuarioDTO, UsuarioLogisticaDTO, UsuarioRegistrarDTO, ValidadoDTO, ValorizacionAlemaniaDTO$1 as ValorizacionAlemaniaDTO, ValorizacionManoObraDTO, ValorizacionManoObraRegularizacionDTO, ValorizadaTOAENTITY, VarianteDTO, VigenciaBaremosDTO, VigenciaDTO, VigenciaPCMODTO, WBEDTO$1 as WBEDTO, ZonaTrabajoDTO, ZonalesDTO, convertStringsToDates, type typeEstado, type typeEstadoNroDocumento, type typeFuente, type typeTipo, validateAndFormatData };
|