sigo-entities 0.0.160 → 0.0.162
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 +12 -24
- package/dist/index.d.ts +12 -24
- package/dist/index.js +77 -157
- package/dist/index.mjs +76 -157
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -689,37 +689,27 @@ declare class EmpresaProduccionDTO {
|
|
|
689
689
|
ID_Trabajo: number;
|
|
690
690
|
}
|
|
691
691
|
|
|
692
|
-
declare class DetalleChileValorizacionManoObraRegularizacionDTO {
|
|
693
|
-
Linea: string;
|
|
694
|
-
Especialidad: CodigoNombreDTO;
|
|
695
|
-
ManoObra: CodigoNombreUMDTO;
|
|
696
|
-
UnidadObra: CodigoNombreUMDTO;
|
|
697
|
-
Origen: string;
|
|
698
|
-
PuntoBaremo: number;
|
|
699
|
-
LineaCodigoCub: string;
|
|
700
|
-
}
|
|
701
|
-
|
|
702
692
|
declare class ValorizacionManoObraRegularizacionDTO {
|
|
703
693
|
ID_Amap: number;
|
|
704
694
|
Amap: number;
|
|
705
695
|
Cantidad: number;
|
|
706
|
-
CantidadUsado: number;
|
|
707
|
-
CantidadAprobada: number;
|
|
708
696
|
CantidadProduccion: number;
|
|
709
697
|
Codigo: string;
|
|
710
698
|
Descripcion: string;
|
|
711
699
|
Precio: number;
|
|
712
700
|
Total: number;
|
|
713
|
-
Unidad: string;
|
|
714
|
-
Moneda: string;
|
|
715
|
-
Simbolo: string;
|
|
716
|
-
Decimales: number;
|
|
717
|
-
CantidadUO: number;
|
|
718
|
-
CantidadUOUsado: number;
|
|
719
|
-
CantidadUOTransito: number;
|
|
720
|
-
CantidadUOAprobada: number;
|
|
721
701
|
EmpresaProduccion: EmpresaProduccionDTO[];
|
|
722
|
-
|
|
702
|
+
Linea: string;
|
|
703
|
+
Especialidad: CodigoNombreDTO;
|
|
704
|
+
ManoObra: CodigoNombreUMDTO;
|
|
705
|
+
LineaCodigoCub: string;
|
|
706
|
+
}
|
|
707
|
+
|
|
708
|
+
declare class DetalleChileValorizacionManoObraRegularizacionDTO {
|
|
709
|
+
Linea: string;
|
|
710
|
+
Especialidad: CodigoNombreDTO;
|
|
711
|
+
ManoObra: CodigoNombreUMDTO;
|
|
712
|
+
LineaCodigoCub: string;
|
|
723
713
|
}
|
|
724
714
|
|
|
725
715
|
declare class ReservaManoObraRegularizacionENTITY {
|
|
@@ -733,8 +723,6 @@ declare class ReservaManoObraRegularizacionENTITY {
|
|
|
733
723
|
Valorizacion: ValorizacionManoObraRegularizacionDTO[];
|
|
734
724
|
Fecha: Date;
|
|
735
725
|
Bitacora: BitacoraDTO[];
|
|
736
|
-
Ultimo_Estado_Interno: EstadoInternoDTO;
|
|
737
|
-
Estados_Internos: EstadoInternoDTO[];
|
|
738
726
|
}
|
|
739
727
|
|
|
740
728
|
declare class ContrataDTO {
|
|
@@ -2443,4 +2431,4 @@ declare class LiquidadaTOAENTITY {
|
|
|
2443
2431
|
Bitacora: BitacoraLiqDTO[];
|
|
2444
2432
|
}
|
|
2445
2433
|
|
|
2446
|
-
export { AgenciaENTITY, AlmacenDTO, AlmacenENTITY, AlmacenLogisticaDTO, AlmacenUsuarioGIADTO, AreaGomDTO, AsignacionGomDTO, AtencionOrdenesLiquidadasENTITY, AtiendeBodegaDTO, BaremosAlemaniaENTITY, BaremosChileENTITY, BaremosColombiaENTITY, BitacoraAntiguaDTO, BitacoraDTO, BitacoraLiqDTO, BitacoraOpcionSitemaDTO, BodegaENTITY, CambioEstadoFacturadoRequest, CambioEstadoFaseRequest, CambiosEstadosFaseLiberacionPagosDTO, CentroCostosENTITY, CertificacionProduccionDTO, ClienteDTO, Cliente_ContratistaDTO, CodigoDescripcionDTO, type CodigoMovimientoAlmacen, CodigoNombreDTO, CodigoNombreUMDTO, CodigoRazonSocialDTO, ConsumoMaterialENTITY, ContratistasDTO, ContratoDTO, ContratoOTDTO, 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, DetalleChileValorizacionManoObraDTO, DetalleChileValorizacionManoObraRegularizacionDTO, DetalleDTO, DetalleManoObraChileDTO, DevolucionAlmacenENTITY, EECC_DTO, EmpresaDTO$4 as EmpresaDTO, EmpresaENTITY, EmpresaLiberacionPagosDTO, EmpresaLogisticaDTO, EmpresaPersonalDTO, EmpresaStockPersonalDTO, EmpresaUsuarioDTO, EmpresaValDTO, EquipoLogisticaDTO, EquiposDTO, EstadoAntiguoDTO, EstadoDTO, EstadoHPListDTO, EstadoIntegracionDTO, EstadoInternoDTO, EstadoInternoENTITY, type EstadoLiq, EstadoLiqDTO, EstadoNotificacion, type EstadoVal, FamiliaItemDTO, FaseDTO, FaseENTITY, FechaDTO, FilesDocDTO, FlujoDocDTO, FotoDTO, FotosDTO, FotosSSTDTO, GranFamiliaItemDTO, GrupoEmpresaDTO, HistoricoEmpresasDTO, HitoDTO, IngresoAlmacenENTITY, InventarioLiqDTO, InventarioValDTO, ItemCantidadesDTO, ItemDTO, ItemDetalleLogisticaDTO, ItemENTITY, ItemLogisticaDTO, KeyIntegracionENTITY, LiberacionDePagosAlemaniaENTITY, LiquidadaTOAENTITY, LogAlmacenDTO, LogDTO, LogModificarDTO, LogRegisterDTO, LoteDTO$1 as LoteDTO, MailStructureENTITY, ManoObraBaremoDTO, ManoObraGlobalENTITY, ManoObraLiberacionPagosDTO, MaterialAmapDTO, MaterialLogisticaDTO, MovimientoAlmacenDTO, MovimientoAlmacenENTITY, NombreDescripcionDTO, NotificacionesENTITY, OTDTO, OTGlobalDTO, OpcionSistemaENTITY, OperacionDataAdicional, OptionCatalogoDTO, PaisStockPersonalDTO, ParteDiarioDTO, PerfilesENTITY, PeriodoLiberacionPagosDTO, PermisosAppDTO, PersonalDTO, PersonalENTITY, PersonalLogisticaDTO$1 as PersonalLogisticaDTO, PreciosVigentesDTO, PrioridadNotificacion, ProductosServiciosLiqDTO, ProductosServiciosValDTO, ProfileDTO, RepresentanteLegalDTO, ReservaENTITY, ReservaManoObraENTITY, ReservaManoObraRegularizacionENTITY, SalidaAlmacenENTITY, SincronizacionPersonalDTO, SistemaDto, SistemaENTITY, SizeDTO, SocketDTO, StockAlmacenENTITY, StockAlmacenEquiposENTITY, StockPersonalENTITY, StockPersonalEquiposENTITY, SubEstadoInternoDTO, TecnicoValDTO, TipoAlmacenDTO, TipoDocumentoIdentidadDTO, TipoDocumentoUsuarioDTO, TipoEmpresaDTO, type TipoLiq, TipoMiembroGrupoEmpresaDTO, TipoMovimientoAlmacenDTO, TipoMovimientoAlmacenENTITY, TipoNotificacion, TipoOpcionDTO, TipoOpcionSistemaENTITY, TipoSistemaDTO, TipoStockStockPersonalDTO, type TipoVal, TrabajoAlemaniaENTITY, TrabajoENTITY, TransaccionFoliosENTITY, TransaccionesDTO, UbicacionAlmacenDTO, UbicacionDTO, Ultima_FaseLiberacionPagosDTO, Ultima_PreLiquidacionAlemaniaDTO, Ultimo_Estado_InternoLiberacionPagosDTO, UnidadMedidaDTO$2 as UnidadMedidaDTO, UnidadMedidaLiberacionPagosDTO, UpdateUltimaFaseFacturacionDTO, UsuarioBitacoraDTO, UsuarioDTO, UsuarioENTITY, UsuarioEdicionDTO, UsuarioID_UsuarioDTO, UsuarioLogisticaDTO, UsuarioRegistrarDTO, ValidadoDTO, ValorizacionAlemaniaDTO, ValorizacionManoObraDTO, ValorizacionManoObraRegularizacionDTO, ValorizadaTOAENTITY, VarianteDTO, VigenciaDTO, WBEDTO$1 as WBEDTO, ZonaTrabajoDTO, ZonalesDTO, type typeEstado, type typeEstadoNroDocumento, type typeFuente, type typeTipo, validateAndFormatData };
|
|
2434
|
+
export { AgenciaENTITY, AlmacenDTO, AlmacenENTITY, AlmacenLogisticaDTO, AlmacenUsuarioGIADTO, AreaGomDTO, AsignacionGomDTO, AtencionOrdenesLiquidadasENTITY, AtiendeBodegaDTO, BaremosAlemaniaENTITY, BaremosChileENTITY, BaremosColombiaENTITY, BitacoraAntiguaDTO, BitacoraDTO, BitacoraLiqDTO, BitacoraOpcionSitemaDTO, BodegaENTITY, CambioEstadoFacturadoRequest, CambioEstadoFaseRequest, CambiosEstadosFaseLiberacionPagosDTO, CentroCostosENTITY, CertificacionProduccionDTO, ClienteDTO, Cliente_ContratistaDTO, CodigoDescripcionDTO, type CodigoMovimientoAlmacen, CodigoNombreDTO, CodigoNombreUMDTO, CodigoRazonSocialDTO, ConsumoMaterialENTITY, ContratistasDTO, ContratoDTO, ContratoOTDTO, 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, DetalleChileValorizacionManoObraDTO, DetalleChileValorizacionManoObraRegularizacionDTO, DetalleDTO, DetalleManoObraChileDTO, DevolucionAlmacenENTITY, EECC_DTO, EmpresaDTO$4 as EmpresaDTO, EmpresaENTITY, EmpresaLiberacionPagosDTO, EmpresaLogisticaDTO, EmpresaPersonalDTO, EmpresaProduccionDTO, EmpresaStockPersonalDTO, EmpresaUsuarioDTO, EmpresaValDTO, EquipoLogisticaDTO, EquiposDTO, EstadoAntiguoDTO, EstadoDTO, EstadoHPListDTO, EstadoIntegracionDTO, EstadoInternoDTO, EstadoInternoENTITY, type EstadoLiq, EstadoLiqDTO, EstadoNotificacion, type EstadoVal, FamiliaItemDTO, FaseDTO, FaseENTITY, FechaDTO, FilesDocDTO, FlujoDocDTO, FotoDTO, FotosDTO, FotosSSTDTO, GranFamiliaItemDTO, GrupoEmpresaDTO, HistoricoEmpresasDTO, HitoDTO, IngresoAlmacenENTITY, InventarioLiqDTO, InventarioValDTO, ItemCantidadesDTO, ItemDTO, ItemDetalleLogisticaDTO, ItemENTITY, ItemLogisticaDTO, KeyIntegracionENTITY, LiberacionDePagosAlemaniaENTITY, LiquidadaTOAENTITY, LogAlmacenDTO, LogDTO, LogModificarDTO, LogRegisterDTO, LoteDTO$1 as LoteDTO, MailStructureENTITY, ManoObraBaremoDTO, ManoObraGlobalENTITY, ManoObraLiberacionPagosDTO, MaterialAmapDTO, MaterialLogisticaDTO, MovimientoAlmacenDTO, MovimientoAlmacenENTITY, NombreDescripcionDTO, NotificacionesENTITY, OTDTO, OTGlobalDTO, OpcionSistemaENTITY, OperacionDataAdicional, OptionCatalogoDTO, PaisStockPersonalDTO, ParteDiarioDTO, PerfilesENTITY, PeriodoLiberacionPagosDTO, PermisosAppDTO, PersonalDTO, PersonalENTITY, PersonalLogisticaDTO$1 as PersonalLogisticaDTO, PreciosVigentesDTO, PrioridadNotificacion, ProductosServiciosLiqDTO, ProductosServiciosValDTO, ProfileDTO, RepresentanteLegalDTO, ReservaENTITY, ReservaManoObraENTITY, ReservaManoObraRegularizacionENTITY, SalidaAlmacenENTITY, SincronizacionPersonalDTO, SistemaDto, SistemaENTITY, SizeDTO, SocketDTO, StockAlmacenENTITY, StockAlmacenEquiposENTITY, StockPersonalENTITY, StockPersonalEquiposENTITY, SubEstadoInternoDTO, TecnicoValDTO, TipoAlmacenDTO, TipoDocumentoIdentidadDTO, TipoDocumentoUsuarioDTO, TipoEmpresaDTO, type TipoLiq, TipoMiembroGrupoEmpresaDTO, TipoMovimientoAlmacenDTO, TipoMovimientoAlmacenENTITY, TipoNotificacion, TipoOpcionDTO, TipoOpcionSistemaENTITY, TipoSistemaDTO, TipoStockStockPersonalDTO, type TipoVal, TrabajoAlemaniaENTITY, TrabajoENTITY, TransaccionFoliosENTITY, TransaccionesDTO, UbicacionAlmacenDTO, UbicacionDTO, Ultima_FaseLiberacionPagosDTO, Ultima_PreLiquidacionAlemaniaDTO, Ultimo_Estado_InternoLiberacionPagosDTO, UnidadMedidaDTO$2 as UnidadMedidaDTO, UnidadMedidaLiberacionPagosDTO, UpdateUltimaFaseFacturacionDTO, UsuarioBitacoraDTO, UsuarioDTO, UsuarioENTITY, UsuarioEdicionDTO, UsuarioID_UsuarioDTO, UsuarioLogisticaDTO, UsuarioRegistrarDTO, ValidadoDTO, ValorizacionAlemaniaDTO, ValorizacionManoObraDTO, ValorizacionManoObraRegularizacionDTO, ValorizadaTOAENTITY, VarianteDTO, VigenciaDTO, WBEDTO$1 as WBEDTO, ZonaTrabajoDTO, ZonalesDTO, type typeEstado, type typeEstadoNroDocumento, type typeFuente, type typeTipo, validateAndFormatData };
|
package/dist/index.d.ts
CHANGED
|
@@ -689,37 +689,27 @@ declare class EmpresaProduccionDTO {
|
|
|
689
689
|
ID_Trabajo: number;
|
|
690
690
|
}
|
|
691
691
|
|
|
692
|
-
declare class DetalleChileValorizacionManoObraRegularizacionDTO {
|
|
693
|
-
Linea: string;
|
|
694
|
-
Especialidad: CodigoNombreDTO;
|
|
695
|
-
ManoObra: CodigoNombreUMDTO;
|
|
696
|
-
UnidadObra: CodigoNombreUMDTO;
|
|
697
|
-
Origen: string;
|
|
698
|
-
PuntoBaremo: number;
|
|
699
|
-
LineaCodigoCub: string;
|
|
700
|
-
}
|
|
701
|
-
|
|
702
692
|
declare class ValorizacionManoObraRegularizacionDTO {
|
|
703
693
|
ID_Amap: number;
|
|
704
694
|
Amap: number;
|
|
705
695
|
Cantidad: number;
|
|
706
|
-
CantidadUsado: number;
|
|
707
|
-
CantidadAprobada: number;
|
|
708
696
|
CantidadProduccion: number;
|
|
709
697
|
Codigo: string;
|
|
710
698
|
Descripcion: string;
|
|
711
699
|
Precio: number;
|
|
712
700
|
Total: number;
|
|
713
|
-
Unidad: string;
|
|
714
|
-
Moneda: string;
|
|
715
|
-
Simbolo: string;
|
|
716
|
-
Decimales: number;
|
|
717
|
-
CantidadUO: number;
|
|
718
|
-
CantidadUOUsado: number;
|
|
719
|
-
CantidadUOTransito: number;
|
|
720
|
-
CantidadUOAprobada: number;
|
|
721
701
|
EmpresaProduccion: EmpresaProduccionDTO[];
|
|
722
|
-
|
|
702
|
+
Linea: string;
|
|
703
|
+
Especialidad: CodigoNombreDTO;
|
|
704
|
+
ManoObra: CodigoNombreUMDTO;
|
|
705
|
+
LineaCodigoCub: string;
|
|
706
|
+
}
|
|
707
|
+
|
|
708
|
+
declare class DetalleChileValorizacionManoObraRegularizacionDTO {
|
|
709
|
+
Linea: string;
|
|
710
|
+
Especialidad: CodigoNombreDTO;
|
|
711
|
+
ManoObra: CodigoNombreUMDTO;
|
|
712
|
+
LineaCodigoCub: string;
|
|
723
713
|
}
|
|
724
714
|
|
|
725
715
|
declare class ReservaManoObraRegularizacionENTITY {
|
|
@@ -733,8 +723,6 @@ declare class ReservaManoObraRegularizacionENTITY {
|
|
|
733
723
|
Valorizacion: ValorizacionManoObraRegularizacionDTO[];
|
|
734
724
|
Fecha: Date;
|
|
735
725
|
Bitacora: BitacoraDTO[];
|
|
736
|
-
Ultimo_Estado_Interno: EstadoInternoDTO;
|
|
737
|
-
Estados_Internos: EstadoInternoDTO[];
|
|
738
726
|
}
|
|
739
727
|
|
|
740
728
|
declare class ContrataDTO {
|
|
@@ -2443,4 +2431,4 @@ declare class LiquidadaTOAENTITY {
|
|
|
2443
2431
|
Bitacora: BitacoraLiqDTO[];
|
|
2444
2432
|
}
|
|
2445
2433
|
|
|
2446
|
-
export { AgenciaENTITY, AlmacenDTO, AlmacenENTITY, AlmacenLogisticaDTO, AlmacenUsuarioGIADTO, AreaGomDTO, AsignacionGomDTO, AtencionOrdenesLiquidadasENTITY, AtiendeBodegaDTO, BaremosAlemaniaENTITY, BaremosChileENTITY, BaremosColombiaENTITY, BitacoraAntiguaDTO, BitacoraDTO, BitacoraLiqDTO, BitacoraOpcionSitemaDTO, BodegaENTITY, CambioEstadoFacturadoRequest, CambioEstadoFaseRequest, CambiosEstadosFaseLiberacionPagosDTO, CentroCostosENTITY, CertificacionProduccionDTO, ClienteDTO, Cliente_ContratistaDTO, CodigoDescripcionDTO, type CodigoMovimientoAlmacen, CodigoNombreDTO, CodigoNombreUMDTO, CodigoRazonSocialDTO, ConsumoMaterialENTITY, ContratistasDTO, ContratoDTO, ContratoOTDTO, 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, DetalleChileValorizacionManoObraDTO, DetalleChileValorizacionManoObraRegularizacionDTO, DetalleDTO, DetalleManoObraChileDTO, DevolucionAlmacenENTITY, EECC_DTO, EmpresaDTO$4 as EmpresaDTO, EmpresaENTITY, EmpresaLiberacionPagosDTO, EmpresaLogisticaDTO, EmpresaPersonalDTO, EmpresaStockPersonalDTO, EmpresaUsuarioDTO, EmpresaValDTO, EquipoLogisticaDTO, EquiposDTO, EstadoAntiguoDTO, EstadoDTO, EstadoHPListDTO, EstadoIntegracionDTO, EstadoInternoDTO, EstadoInternoENTITY, type EstadoLiq, EstadoLiqDTO, EstadoNotificacion, type EstadoVal, FamiliaItemDTO, FaseDTO, FaseENTITY, FechaDTO, FilesDocDTO, FlujoDocDTO, FotoDTO, FotosDTO, FotosSSTDTO, GranFamiliaItemDTO, GrupoEmpresaDTO, HistoricoEmpresasDTO, HitoDTO, IngresoAlmacenENTITY, InventarioLiqDTO, InventarioValDTO, ItemCantidadesDTO, ItemDTO, ItemDetalleLogisticaDTO, ItemENTITY, ItemLogisticaDTO, KeyIntegracionENTITY, LiberacionDePagosAlemaniaENTITY, LiquidadaTOAENTITY, LogAlmacenDTO, LogDTO, LogModificarDTO, LogRegisterDTO, LoteDTO$1 as LoteDTO, MailStructureENTITY, ManoObraBaremoDTO, ManoObraGlobalENTITY, ManoObraLiberacionPagosDTO, MaterialAmapDTO, MaterialLogisticaDTO, MovimientoAlmacenDTO, MovimientoAlmacenENTITY, NombreDescripcionDTO, NotificacionesENTITY, OTDTO, OTGlobalDTO, OpcionSistemaENTITY, OperacionDataAdicional, OptionCatalogoDTO, PaisStockPersonalDTO, ParteDiarioDTO, PerfilesENTITY, PeriodoLiberacionPagosDTO, PermisosAppDTO, PersonalDTO, PersonalENTITY, PersonalLogisticaDTO$1 as PersonalLogisticaDTO, PreciosVigentesDTO, PrioridadNotificacion, ProductosServiciosLiqDTO, ProductosServiciosValDTO, ProfileDTO, RepresentanteLegalDTO, ReservaENTITY, ReservaManoObraENTITY, ReservaManoObraRegularizacionENTITY, SalidaAlmacenENTITY, SincronizacionPersonalDTO, SistemaDto, SistemaENTITY, SizeDTO, SocketDTO, StockAlmacenENTITY, StockAlmacenEquiposENTITY, StockPersonalENTITY, StockPersonalEquiposENTITY, SubEstadoInternoDTO, TecnicoValDTO, TipoAlmacenDTO, TipoDocumentoIdentidadDTO, TipoDocumentoUsuarioDTO, TipoEmpresaDTO, type TipoLiq, TipoMiembroGrupoEmpresaDTO, TipoMovimientoAlmacenDTO, TipoMovimientoAlmacenENTITY, TipoNotificacion, TipoOpcionDTO, TipoOpcionSistemaENTITY, TipoSistemaDTO, TipoStockStockPersonalDTO, type TipoVal, TrabajoAlemaniaENTITY, TrabajoENTITY, TransaccionFoliosENTITY, TransaccionesDTO, UbicacionAlmacenDTO, UbicacionDTO, Ultima_FaseLiberacionPagosDTO, Ultima_PreLiquidacionAlemaniaDTO, Ultimo_Estado_InternoLiberacionPagosDTO, UnidadMedidaDTO$2 as UnidadMedidaDTO, UnidadMedidaLiberacionPagosDTO, UpdateUltimaFaseFacturacionDTO, UsuarioBitacoraDTO, UsuarioDTO, UsuarioENTITY, UsuarioEdicionDTO, UsuarioID_UsuarioDTO, UsuarioLogisticaDTO, UsuarioRegistrarDTO, ValidadoDTO, ValorizacionAlemaniaDTO, ValorizacionManoObraDTO, ValorizacionManoObraRegularizacionDTO, ValorizadaTOAENTITY, VarianteDTO, VigenciaDTO, WBEDTO$1 as WBEDTO, ZonaTrabajoDTO, ZonalesDTO, type typeEstado, type typeEstadoNroDocumento, type typeFuente, type typeTipo, validateAndFormatData };
|
|
2434
|
+
export { AgenciaENTITY, AlmacenDTO, AlmacenENTITY, AlmacenLogisticaDTO, AlmacenUsuarioGIADTO, AreaGomDTO, AsignacionGomDTO, AtencionOrdenesLiquidadasENTITY, AtiendeBodegaDTO, BaremosAlemaniaENTITY, BaremosChileENTITY, BaremosColombiaENTITY, BitacoraAntiguaDTO, BitacoraDTO, BitacoraLiqDTO, BitacoraOpcionSitemaDTO, BodegaENTITY, CambioEstadoFacturadoRequest, CambioEstadoFaseRequest, CambiosEstadosFaseLiberacionPagosDTO, CentroCostosENTITY, CertificacionProduccionDTO, ClienteDTO, Cliente_ContratistaDTO, CodigoDescripcionDTO, type CodigoMovimientoAlmacen, CodigoNombreDTO, CodigoNombreUMDTO, CodigoRazonSocialDTO, ConsumoMaterialENTITY, ContratistasDTO, ContratoDTO, ContratoOTDTO, 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, DetalleChileValorizacionManoObraDTO, DetalleChileValorizacionManoObraRegularizacionDTO, DetalleDTO, DetalleManoObraChileDTO, DevolucionAlmacenENTITY, EECC_DTO, EmpresaDTO$4 as EmpresaDTO, EmpresaENTITY, EmpresaLiberacionPagosDTO, EmpresaLogisticaDTO, EmpresaPersonalDTO, EmpresaProduccionDTO, EmpresaStockPersonalDTO, EmpresaUsuarioDTO, EmpresaValDTO, EquipoLogisticaDTO, EquiposDTO, EstadoAntiguoDTO, EstadoDTO, EstadoHPListDTO, EstadoIntegracionDTO, EstadoInternoDTO, EstadoInternoENTITY, type EstadoLiq, EstadoLiqDTO, EstadoNotificacion, type EstadoVal, FamiliaItemDTO, FaseDTO, FaseENTITY, FechaDTO, FilesDocDTO, FlujoDocDTO, FotoDTO, FotosDTO, FotosSSTDTO, GranFamiliaItemDTO, GrupoEmpresaDTO, HistoricoEmpresasDTO, HitoDTO, IngresoAlmacenENTITY, InventarioLiqDTO, InventarioValDTO, ItemCantidadesDTO, ItemDTO, ItemDetalleLogisticaDTO, ItemENTITY, ItemLogisticaDTO, KeyIntegracionENTITY, LiberacionDePagosAlemaniaENTITY, LiquidadaTOAENTITY, LogAlmacenDTO, LogDTO, LogModificarDTO, LogRegisterDTO, LoteDTO$1 as LoteDTO, MailStructureENTITY, ManoObraBaremoDTO, ManoObraGlobalENTITY, ManoObraLiberacionPagosDTO, MaterialAmapDTO, MaterialLogisticaDTO, MovimientoAlmacenDTO, MovimientoAlmacenENTITY, NombreDescripcionDTO, NotificacionesENTITY, OTDTO, OTGlobalDTO, OpcionSistemaENTITY, OperacionDataAdicional, OptionCatalogoDTO, PaisStockPersonalDTO, ParteDiarioDTO, PerfilesENTITY, PeriodoLiberacionPagosDTO, PermisosAppDTO, PersonalDTO, PersonalENTITY, PersonalLogisticaDTO$1 as PersonalLogisticaDTO, PreciosVigentesDTO, PrioridadNotificacion, ProductosServiciosLiqDTO, ProductosServiciosValDTO, ProfileDTO, RepresentanteLegalDTO, ReservaENTITY, ReservaManoObraENTITY, ReservaManoObraRegularizacionENTITY, SalidaAlmacenENTITY, SincronizacionPersonalDTO, SistemaDto, SistemaENTITY, SizeDTO, SocketDTO, StockAlmacenENTITY, StockAlmacenEquiposENTITY, StockPersonalENTITY, StockPersonalEquiposENTITY, SubEstadoInternoDTO, TecnicoValDTO, TipoAlmacenDTO, TipoDocumentoIdentidadDTO, TipoDocumentoUsuarioDTO, TipoEmpresaDTO, type TipoLiq, TipoMiembroGrupoEmpresaDTO, TipoMovimientoAlmacenDTO, TipoMovimientoAlmacenENTITY, TipoNotificacion, TipoOpcionDTO, TipoOpcionSistemaENTITY, TipoSistemaDTO, TipoStockStockPersonalDTO, type TipoVal, TrabajoAlemaniaENTITY, TrabajoENTITY, TransaccionFoliosENTITY, TransaccionesDTO, UbicacionAlmacenDTO, UbicacionDTO, Ultima_FaseLiberacionPagosDTO, Ultima_PreLiquidacionAlemaniaDTO, Ultimo_Estado_InternoLiberacionPagosDTO, UnidadMedidaDTO$2 as UnidadMedidaDTO, UnidadMedidaLiberacionPagosDTO, UpdateUltimaFaseFacturacionDTO, UsuarioBitacoraDTO, UsuarioDTO, UsuarioENTITY, UsuarioEdicionDTO, UsuarioID_UsuarioDTO, UsuarioLogisticaDTO, UsuarioRegistrarDTO, ValidadoDTO, ValorizacionAlemaniaDTO, ValorizacionManoObraDTO, ValorizacionManoObraRegularizacionDTO, ValorizadaTOAENTITY, VarianteDTO, VigenciaDTO, WBEDTO$1 as WBEDTO, ZonaTrabajoDTO, ZonalesDTO, type typeEstado, type typeEstadoNroDocumento, type typeFuente, type typeTipo, validateAndFormatData };
|
package/dist/index.js
CHANGED
|
@@ -98,6 +98,7 @@ __export(src_exports, {
|
|
|
98
98
|
EmpresaLiberacionPagosDTO: () => EmpresaLiberacionPagosDTO,
|
|
99
99
|
EmpresaLogisticaDTO: () => EmpresaLogisticaDTO,
|
|
100
100
|
EmpresaPersonalDTO: () => EmpresaPersonalDTO,
|
|
101
|
+
EmpresaProduccionDTO: () => EmpresaProduccionDTO,
|
|
101
102
|
EmpresaStockPersonalDTO: () => EmpresaStockPersonalDTO,
|
|
102
103
|
EmpresaUsuarioDTO: () => EmpresaUsuarioDTO,
|
|
103
104
|
EmpresaValDTO: () => EmpresaValDTO,
|
|
@@ -3274,7 +3275,7 @@ __decorateClass([
|
|
|
3274
3275
|
var import_class_validator71 = require("class-validator");
|
|
3275
3276
|
|
|
3276
3277
|
// src/programados/procesos/reservaManoObraRegularizacion/shared/dto/valorizacion-dto.ts
|
|
3277
|
-
var
|
|
3278
|
+
var import_class_validator69 = require("class-validator");
|
|
3278
3279
|
|
|
3279
3280
|
// src/programados/procesos/reservaManoObraRegularizacion/shared/dto/empresa-produccion-dto.ts
|
|
3280
3281
|
var import_class_validator68 = require("class-validator");
|
|
@@ -3309,195 +3310,125 @@ __decorateClass([
|
|
|
3309
3310
|
], EmpresaProduccionDTO.prototype, "ID_Trabajo", 2);
|
|
3310
3311
|
|
|
3311
3312
|
// src/programados/procesos/reservaManoObraRegularizacion/shared/dto/valorizacion-dto.ts
|
|
3312
|
-
var import_class_transformer70 = require("class-transformer");
|
|
3313
|
-
|
|
3314
|
-
// src/programados/procesos/reservaManoObraRegularizacion/shared/dto/detalle-chile-dto.ts
|
|
3315
|
-
var import_class_validator69 = require("class-validator");
|
|
3316
3313
|
var import_class_transformer69 = require("class-transformer");
|
|
3317
|
-
var
|
|
3314
|
+
var ValorizacionManoObraRegularizacionDTO = class {
|
|
3315
|
+
ID_Amap = 0;
|
|
3316
|
+
Amap = 0;
|
|
3317
|
+
Cantidad = 0;
|
|
3318
|
+
CantidadProduccion = 0;
|
|
3319
|
+
Codigo = "";
|
|
3320
|
+
Descripcion = "";
|
|
3321
|
+
Precio = 0;
|
|
3322
|
+
Total = 0;
|
|
3323
|
+
EmpresaProduccion = [];
|
|
3318
3324
|
Linea = "";
|
|
3319
3325
|
Especialidad = new CodigoNombreDTO();
|
|
3320
3326
|
ManoObra = new CodigoNombreUMDTO();
|
|
3321
|
-
UnidadObra = new CodigoNombreUMDTO();
|
|
3322
|
-
Origen = "";
|
|
3323
|
-
PuntoBaremo = 0;
|
|
3324
3327
|
LineaCodigoCub = "";
|
|
3325
3328
|
};
|
|
3326
3329
|
__decorateClass([
|
|
3327
|
-
(0, import_class_validator69.
|
|
3330
|
+
(0, import_class_validator69.IsNumber)({}, { message: "debe ser un numero" }),
|
|
3328
3331
|
(0, import_class_validator69.IsNotEmpty)({ message: "es requerido" }),
|
|
3329
|
-
(0, import_class_transformer69.Expose)()
|
|
3330
|
-
|
|
3332
|
+
(0, import_class_transformer69.Expose)(),
|
|
3333
|
+
(0, import_class_validator69.Min)(1)
|
|
3334
|
+
], ValorizacionManoObraRegularizacionDTO.prototype, "ID_Amap", 2);
|
|
3331
3335
|
__decorateClass([
|
|
3332
|
-
(0,
|
|
3336
|
+
(0, import_class_validator69.IsNumber)({}, { message: "debe ser un numero" }),
|
|
3333
3337
|
(0, import_class_validator69.IsNotEmpty)({ message: "es requerido" }),
|
|
3334
|
-
(0, import_class_transformer69.Expose)()
|
|
3335
|
-
|
|
3338
|
+
(0, import_class_transformer69.Expose)(),
|
|
3339
|
+
(0, import_class_validator69.Min)(1)
|
|
3340
|
+
], ValorizacionManoObraRegularizacionDTO.prototype, "Amap", 2);
|
|
3336
3341
|
__decorateClass([
|
|
3337
|
-
(0,
|
|
3342
|
+
(0, import_class_validator69.IsNumber)({}, { message: "debe ser un numero" }),
|
|
3338
3343
|
(0, import_class_validator69.IsNotEmpty)({ message: "es requerido" }),
|
|
3339
|
-
(0, import_class_transformer69.Expose)()
|
|
3340
|
-
|
|
3344
|
+
(0, import_class_transformer69.Expose)(),
|
|
3345
|
+
(0, import_class_validator69.Min)(1)
|
|
3346
|
+
], ValorizacionManoObraRegularizacionDTO.prototype, "Cantidad", 2);
|
|
3341
3347
|
__decorateClass([
|
|
3342
|
-
(0,
|
|
3348
|
+
(0, import_class_validator69.IsNumber)({}, { message: "debe ser un numero" }),
|
|
3349
|
+
(0, import_class_validator69.IsNotEmpty)({ message: "es requerido" }),
|
|
3350
|
+
(0, import_class_transformer69.Expose)(),
|
|
3351
|
+
(0, import_class_validator69.Min)(1)
|
|
3352
|
+
], ValorizacionManoObraRegularizacionDTO.prototype, "CantidadProduccion", 2);
|
|
3353
|
+
__decorateClass([
|
|
3354
|
+
(0, import_class_validator69.IsString)({ message: "debe ser un texto" }),
|
|
3343
3355
|
(0, import_class_validator69.IsNotEmpty)({ message: "es requerido" }),
|
|
3344
3356
|
(0, import_class_transformer69.Expose)()
|
|
3345
|
-
],
|
|
3357
|
+
], ValorizacionManoObraRegularizacionDTO.prototype, "Codigo", 2);
|
|
3346
3358
|
__decorateClass([
|
|
3347
3359
|
(0, import_class_validator69.IsString)({ message: "debe ser un texto" }),
|
|
3348
3360
|
(0, import_class_validator69.IsNotEmpty)({ message: "es requerido" }),
|
|
3349
3361
|
(0, import_class_transformer69.Expose)()
|
|
3350
|
-
],
|
|
3362
|
+
], ValorizacionManoObraRegularizacionDTO.prototype, "Descripcion", 2);
|
|
3351
3363
|
__decorateClass([
|
|
3352
3364
|
(0, import_class_validator69.IsNumber)({}, { message: "debe ser un numero" }),
|
|
3353
3365
|
(0, import_class_validator69.IsNotEmpty)({ message: "es requerido" }),
|
|
3354
3366
|
(0, import_class_transformer69.Expose)(),
|
|
3355
3367
|
(0, import_class_validator69.Min)(1)
|
|
3356
|
-
],
|
|
3368
|
+
], ValorizacionManoObraRegularizacionDTO.prototype, "Precio", 2);
|
|
3357
3369
|
__decorateClass([
|
|
3358
|
-
(0, import_class_validator69.
|
|
3370
|
+
(0, import_class_validator69.IsNumber)({}, { message: "debe ser un numero" }),
|
|
3359
3371
|
(0, import_class_validator69.IsNotEmpty)({ message: "es requerido" }),
|
|
3360
|
-
(0, import_class_transformer69.Expose)()
|
|
3361
|
-
|
|
3362
|
-
|
|
3363
|
-
// src/programados/procesos/reservaManoObraRegularizacion/shared/dto/valorizacion-dto.ts
|
|
3364
|
-
var ValorizacionManoObraRegularizacionDTO = class {
|
|
3365
|
-
ID_Amap = 0;
|
|
3366
|
-
Amap = 0;
|
|
3367
|
-
Cantidad = 0;
|
|
3368
|
-
CantidadUsado = 0;
|
|
3369
|
-
CantidadAprobada = 0;
|
|
3370
|
-
CantidadProduccion = 0;
|
|
3371
|
-
Codigo = "";
|
|
3372
|
-
Descripcion = "";
|
|
3373
|
-
Precio = 0;
|
|
3374
|
-
Total = 0;
|
|
3375
|
-
Unidad = "";
|
|
3376
|
-
Moneda = "";
|
|
3377
|
-
Simbolo = "";
|
|
3378
|
-
Decimales = 0;
|
|
3379
|
-
CantidadUO = 0;
|
|
3380
|
-
CantidadUOUsado = 0;
|
|
3381
|
-
CantidadUOTransito = 0;
|
|
3382
|
-
CantidadUOAprobada = 0;
|
|
3383
|
-
EmpresaProduccion = [];
|
|
3384
|
-
DetalleChile = new DetalleChileValorizacionManoObraRegularizacionDTO();
|
|
3385
|
-
};
|
|
3386
|
-
__decorateClass([
|
|
3387
|
-
(0, import_class_validator70.IsNumber)({}, { message: "debe ser un numero" }),
|
|
3388
|
-
(0, import_class_validator70.IsNotEmpty)({ message: "es requerido" }),
|
|
3389
|
-
(0, import_class_transformer70.Expose)(),
|
|
3390
|
-
(0, import_class_validator70.Min)(1)
|
|
3391
|
-
], ValorizacionManoObraRegularizacionDTO.prototype, "ID_Amap", 2);
|
|
3392
|
-
__decorateClass([
|
|
3393
|
-
(0, import_class_validator70.IsNumber)({}, { message: "debe ser un numero" }),
|
|
3394
|
-
(0, import_class_validator70.IsNotEmpty)({ message: "es requerido" }),
|
|
3395
|
-
(0, import_class_transformer70.Expose)(),
|
|
3396
|
-
(0, import_class_validator70.Min)(1)
|
|
3397
|
-
], ValorizacionManoObraRegularizacionDTO.prototype, "Amap", 2);
|
|
3372
|
+
(0, import_class_transformer69.Expose)(),
|
|
3373
|
+
(0, import_class_validator69.Min)(1)
|
|
3374
|
+
], ValorizacionManoObraRegularizacionDTO.prototype, "Total", 2);
|
|
3398
3375
|
__decorateClass([
|
|
3399
|
-
(0,
|
|
3400
|
-
(0,
|
|
3401
|
-
(0,
|
|
3402
|
-
(0,
|
|
3403
|
-
|
|
3376
|
+
(0, import_class_validator69.IsArray)({ message: "debe ser un arreglo" }),
|
|
3377
|
+
(0, import_class_transformer69.Type)(() => EmpresaProduccionDTO),
|
|
3378
|
+
(0, import_class_validator69.IsNotEmpty)({ message: "es requerido" }),
|
|
3379
|
+
(0, import_class_transformer69.Expose)(),
|
|
3380
|
+
(0, import_class_validator69.ValidateNested)({ each: true })
|
|
3381
|
+
], ValorizacionManoObraRegularizacionDTO.prototype, "EmpresaProduccion", 2);
|
|
3404
3382
|
__decorateClass([
|
|
3405
|
-
(0,
|
|
3406
|
-
(0,
|
|
3407
|
-
(0,
|
|
3408
|
-
|
|
3409
|
-
], ValorizacionManoObraRegularizacionDTO.prototype, "CantidadUsado", 2);
|
|
3383
|
+
(0, import_class_validator69.IsString)({ message: "debe ser un texto" }),
|
|
3384
|
+
(0, import_class_validator69.IsNotEmpty)({ message: "es requerido" }),
|
|
3385
|
+
(0, import_class_transformer69.Expose)()
|
|
3386
|
+
], ValorizacionManoObraRegularizacionDTO.prototype, "Linea", 2);
|
|
3410
3387
|
__decorateClass([
|
|
3411
|
-
(0,
|
|
3412
|
-
(0,
|
|
3413
|
-
(0,
|
|
3414
|
-
|
|
3415
|
-
], ValorizacionManoObraRegularizacionDTO.prototype, "CantidadAprobada", 2);
|
|
3388
|
+
(0, import_class_transformer69.Type)(() => CodigoNombreDTO),
|
|
3389
|
+
(0, import_class_validator69.IsNotEmpty)({ message: "es requerido" }),
|
|
3390
|
+
(0, import_class_transformer69.Expose)()
|
|
3391
|
+
], ValorizacionManoObraRegularizacionDTO.prototype, "Especialidad", 2);
|
|
3416
3392
|
__decorateClass([
|
|
3417
|
-
(0,
|
|
3418
|
-
(0,
|
|
3419
|
-
(0,
|
|
3420
|
-
|
|
3421
|
-
], ValorizacionManoObraRegularizacionDTO.prototype, "CantidadProduccion", 2);
|
|
3393
|
+
(0, import_class_transformer69.Type)(() => CodigoNombreUMDTO),
|
|
3394
|
+
(0, import_class_validator69.IsNotEmpty)({ message: "es requerido" }),
|
|
3395
|
+
(0, import_class_transformer69.Expose)()
|
|
3396
|
+
], ValorizacionManoObraRegularizacionDTO.prototype, "ManoObra", 2);
|
|
3422
3397
|
__decorateClass([
|
|
3423
|
-
(0,
|
|
3424
|
-
(0,
|
|
3425
|
-
(0,
|
|
3426
|
-
], ValorizacionManoObraRegularizacionDTO.prototype, "
|
|
3398
|
+
(0, import_class_validator69.IsString)({ message: "debe ser un texto" }),
|
|
3399
|
+
(0, import_class_validator69.IsNotEmpty)({ message: "es requerido" }),
|
|
3400
|
+
(0, import_class_transformer69.Expose)()
|
|
3401
|
+
], ValorizacionManoObraRegularizacionDTO.prototype, "LineaCodigoCub", 2);
|
|
3402
|
+
|
|
3403
|
+
// src/programados/procesos/reservaManoObraRegularizacion/shared/dto/detalle-chile-dto.ts
|
|
3404
|
+
var import_class_validator70 = require("class-validator");
|
|
3405
|
+
var import_class_transformer70 = require("class-transformer");
|
|
3406
|
+
var DetalleChileValorizacionManoObraRegularizacionDTO = class {
|
|
3407
|
+
Linea = "";
|
|
3408
|
+
Especialidad = new CodigoNombreDTO();
|
|
3409
|
+
ManoObra = new CodigoNombreUMDTO();
|
|
3410
|
+
LineaCodigoCub = "";
|
|
3411
|
+
};
|
|
3427
3412
|
__decorateClass([
|
|
3428
3413
|
(0, import_class_validator70.IsString)({ message: "debe ser un texto" }),
|
|
3429
3414
|
(0, import_class_validator70.IsNotEmpty)({ message: "es requerido" }),
|
|
3430
3415
|
(0, import_class_transformer70.Expose)()
|
|
3431
|
-
],
|
|
3432
|
-
__decorateClass([
|
|
3433
|
-
(0, import_class_validator70.IsNumber)({}, { message: "debe ser un numero" }),
|
|
3434
|
-
(0, import_class_validator70.IsNotEmpty)({ message: "es requerido" }),
|
|
3435
|
-
(0, import_class_transformer70.Expose)(),
|
|
3436
|
-
(0, import_class_validator70.Min)(1)
|
|
3437
|
-
], ValorizacionManoObraRegularizacionDTO.prototype, "Precio", 2);
|
|
3438
|
-
__decorateClass([
|
|
3439
|
-
(0, import_class_validator70.IsNumber)({}, { message: "debe ser un numero" }),
|
|
3440
|
-
(0, import_class_validator70.IsNotEmpty)({ message: "es requerido" }),
|
|
3441
|
-
(0, import_class_transformer70.Expose)(),
|
|
3442
|
-
(0, import_class_validator70.Min)(1)
|
|
3443
|
-
], ValorizacionManoObraRegularizacionDTO.prototype, "Total", 2);
|
|
3416
|
+
], DetalleChileValorizacionManoObraRegularizacionDTO.prototype, "Linea", 2);
|
|
3444
3417
|
__decorateClass([
|
|
3445
|
-
(0,
|
|
3418
|
+
(0, import_class_transformer70.Type)(() => CodigoNombreDTO),
|
|
3446
3419
|
(0, import_class_validator70.IsNotEmpty)({ message: "es requerido" }),
|
|
3447
3420
|
(0, import_class_transformer70.Expose)()
|
|
3448
|
-
],
|
|
3421
|
+
], DetalleChileValorizacionManoObraRegularizacionDTO.prototype, "Especialidad", 2);
|
|
3449
3422
|
__decorateClass([
|
|
3450
|
-
(0,
|
|
3423
|
+
(0, import_class_transformer70.Type)(() => CodigoNombreUMDTO),
|
|
3451
3424
|
(0, import_class_validator70.IsNotEmpty)({ message: "es requerido" }),
|
|
3452
3425
|
(0, import_class_transformer70.Expose)()
|
|
3453
|
-
],
|
|
3426
|
+
], DetalleChileValorizacionManoObraRegularizacionDTO.prototype, "ManoObra", 2);
|
|
3454
3427
|
__decorateClass([
|
|
3455
3428
|
(0, import_class_validator70.IsString)({ message: "debe ser un texto" }),
|
|
3456
3429
|
(0, import_class_validator70.IsNotEmpty)({ message: "es requerido" }),
|
|
3457
3430
|
(0, import_class_transformer70.Expose)()
|
|
3458
|
-
],
|
|
3459
|
-
__decorateClass([
|
|
3460
|
-
(0, import_class_validator70.IsNumber)({}, { message: "debe ser un numero" }),
|
|
3461
|
-
(0, import_class_validator70.IsNotEmpty)({ message: "es requerido" }),
|
|
3462
|
-
(0, import_class_transformer70.Expose)(),
|
|
3463
|
-
(0, import_class_validator70.Min)(1)
|
|
3464
|
-
], ValorizacionManoObraRegularizacionDTO.prototype, "Decimales", 2);
|
|
3465
|
-
__decorateClass([
|
|
3466
|
-
(0, import_class_validator70.IsNumber)({}, { message: "debe ser un numero" }),
|
|
3467
|
-
(0, import_class_validator70.IsNotEmpty)({ message: "es requerido" }),
|
|
3468
|
-
(0, import_class_transformer70.Expose)(),
|
|
3469
|
-
(0, import_class_validator70.Min)(1)
|
|
3470
|
-
], ValorizacionManoObraRegularizacionDTO.prototype, "CantidadUO", 2);
|
|
3471
|
-
__decorateClass([
|
|
3472
|
-
(0, import_class_validator70.IsNumber)({}, { message: "debe ser un numero" }),
|
|
3473
|
-
(0, import_class_validator70.IsNotEmpty)({ message: "es requerido" }),
|
|
3474
|
-
(0, import_class_transformer70.Expose)(),
|
|
3475
|
-
(0, import_class_validator70.Min)(1)
|
|
3476
|
-
], ValorizacionManoObraRegularizacionDTO.prototype, "CantidadUOUsado", 2);
|
|
3477
|
-
__decorateClass([
|
|
3478
|
-
(0, import_class_validator70.IsNumber)({}, { message: "debe ser un numero" }),
|
|
3479
|
-
(0, import_class_validator70.IsNotEmpty)({ message: "es requerido" }),
|
|
3480
|
-
(0, import_class_transformer70.Expose)(),
|
|
3481
|
-
(0, import_class_validator70.Min)(1)
|
|
3482
|
-
], ValorizacionManoObraRegularizacionDTO.prototype, "CantidadUOTransito", 2);
|
|
3483
|
-
__decorateClass([
|
|
3484
|
-
(0, import_class_validator70.IsNumber)({}, { message: "debe ser un numero" }),
|
|
3485
|
-
(0, import_class_validator70.IsNotEmpty)({ message: "es requerido" }),
|
|
3486
|
-
(0, import_class_transformer70.Expose)(),
|
|
3487
|
-
(0, import_class_validator70.Min)(1)
|
|
3488
|
-
], ValorizacionManoObraRegularizacionDTO.prototype, "CantidadUOAprobada", 2);
|
|
3489
|
-
__decorateClass([
|
|
3490
|
-
(0, import_class_validator70.IsArray)({ message: "debe ser un arreglo" }),
|
|
3491
|
-
(0, import_class_transformer70.Type)(() => EmpresaProduccionDTO),
|
|
3492
|
-
(0, import_class_validator70.IsNotEmpty)({ message: "es requerido" }),
|
|
3493
|
-
(0, import_class_transformer70.Expose)(),
|
|
3494
|
-
(0, import_class_validator70.ValidateNested)({ each: true })
|
|
3495
|
-
], ValorizacionManoObraRegularizacionDTO.prototype, "EmpresaProduccion", 2);
|
|
3496
|
-
__decorateClass([
|
|
3497
|
-
(0, import_class_transformer70.Type)(() => DetalleChileValorizacionManoObraRegularizacionDTO),
|
|
3498
|
-
(0, import_class_validator70.IsNotEmpty)({ message: "es requerido" }),
|
|
3499
|
-
(0, import_class_transformer70.Expose)()
|
|
3500
|
-
], ValorizacionManoObraRegularizacionDTO.prototype, "DetalleChile", 2);
|
|
3431
|
+
], DetalleChileValorizacionManoObraRegularizacionDTO.prototype, "LineaCodigoCub", 2);
|
|
3501
3432
|
|
|
3502
3433
|
// src/programados/procesos/reservaManoObraRegularizacion/shared/index.ts
|
|
3503
3434
|
var import_class_transformer71 = require("class-transformer");
|
|
@@ -3512,8 +3443,6 @@ var ReservaManoObraRegularizacionENTITY = class {
|
|
|
3512
3443
|
Valorizacion = [];
|
|
3513
3444
|
Fecha = /* @__PURE__ */ new Date();
|
|
3514
3445
|
Bitacora = [];
|
|
3515
|
-
Ultimo_Estado_Interno = new EstadoInternoDTO();
|
|
3516
|
-
Estados_Internos = [];
|
|
3517
3446
|
};
|
|
3518
3447
|
__decorateClass([
|
|
3519
3448
|
(0, import_class_validator71.IsNumber)({}, { message: "debe ser un numero" }),
|
|
@@ -3568,16 +3497,6 @@ __decorateClass([
|
|
|
3568
3497
|
(0, import_class_validator71.IsNotEmpty)({ message: "es requerido" }),
|
|
3569
3498
|
(0, import_class_transformer71.Expose)()
|
|
3570
3499
|
], ReservaManoObraRegularizacionENTITY.prototype, "Bitacora", 2);
|
|
3571
|
-
__decorateClass([
|
|
3572
|
-
(0, import_class_transformer71.Type)(() => EstadoInternoDTO),
|
|
3573
|
-
(0, import_class_validator71.IsNotEmpty)({ message: "es requerido" }),
|
|
3574
|
-
(0, import_class_transformer71.Expose)()
|
|
3575
|
-
], ReservaManoObraRegularizacionENTITY.prototype, "Ultimo_Estado_Interno", 2);
|
|
3576
|
-
__decorateClass([
|
|
3577
|
-
(0, import_class_validator71.IsArray)({ message: "debe ser un arreglo" }),
|
|
3578
|
-
(0, import_class_validator71.IsNotEmpty)({ message: "es requerido" }),
|
|
3579
|
-
(0, import_class_transformer71.Expose)()
|
|
3580
|
-
], ReservaManoObraRegularizacionENTITY.prototype, "Estados_Internos", 2);
|
|
3581
3500
|
|
|
3582
3501
|
// src/programados/procesos/trabajo/shared/index.ts
|
|
3583
3502
|
var import_class_transformer88 = require("class-transformer");
|
|
@@ -12683,6 +12602,7 @@ __decorateClass([
|
|
|
12683
12602
|
EmpresaLiberacionPagosDTO,
|
|
12684
12603
|
EmpresaLogisticaDTO,
|
|
12685
12604
|
EmpresaPersonalDTO,
|
|
12605
|
+
EmpresaProduccionDTO,
|
|
12686
12606
|
EmpresaStockPersonalDTO,
|
|
12687
12607
|
EmpresaUsuarioDTO,
|
|
12688
12608
|
EmpresaValDTO,
|
package/dist/index.mjs
CHANGED
|
@@ -3054,7 +3054,7 @@ __decorateClass([
|
|
|
3054
3054
|
import { IsArray as IsArray17, IsDate as IsDate18, IsNotEmpty as IsNotEmpty69, IsNumber as IsNumber45, IsString as IsString61, Min as Min39, ValidateNested as ValidateNested26 } from "class-validator";
|
|
3055
3055
|
|
|
3056
3056
|
// src/programados/procesos/reservaManoObraRegularizacion/shared/dto/valorizacion-dto.ts
|
|
3057
|
-
import { IsArray as IsArray16, IsNotEmpty as
|
|
3057
|
+
import { IsArray as IsArray16, IsNotEmpty as IsNotEmpty67, IsNumber as IsNumber43, IsString as IsString59, Min as Min37, ValidateNested as ValidateNested25 } from "class-validator";
|
|
3058
3058
|
|
|
3059
3059
|
// src/programados/procesos/reservaManoObraRegularizacion/shared/dto/empresa-produccion-dto.ts
|
|
3060
3060
|
import { IsNotEmpty as IsNotEmpty66, IsNumber as IsNumber42, IsString as IsString58, Min as Min36 } from "class-validator";
|
|
@@ -3089,195 +3089,125 @@ __decorateClass([
|
|
|
3089
3089
|
], EmpresaProduccionDTO.prototype, "ID_Trabajo", 2);
|
|
3090
3090
|
|
|
3091
3091
|
// src/programados/procesos/reservaManoObraRegularizacion/shared/dto/valorizacion-dto.ts
|
|
3092
|
-
import { Expose as Expose69, Type as Type37 } from "class-transformer";
|
|
3093
|
-
|
|
3094
|
-
// src/programados/procesos/reservaManoObraRegularizacion/shared/dto/detalle-chile-dto.ts
|
|
3095
|
-
import { IsNotEmpty as IsNotEmpty67, IsNumber as IsNumber43, IsString as IsString59, Min as Min37 } from "class-validator";
|
|
3096
3092
|
import { Expose as Expose68, Type as Type36 } from "class-transformer";
|
|
3097
|
-
var
|
|
3093
|
+
var ValorizacionManoObraRegularizacionDTO = class {
|
|
3094
|
+
ID_Amap = 0;
|
|
3095
|
+
Amap = 0;
|
|
3096
|
+
Cantidad = 0;
|
|
3097
|
+
CantidadProduccion = 0;
|
|
3098
|
+
Codigo = "";
|
|
3099
|
+
Descripcion = "";
|
|
3100
|
+
Precio = 0;
|
|
3101
|
+
Total = 0;
|
|
3102
|
+
EmpresaProduccion = [];
|
|
3098
3103
|
Linea = "";
|
|
3099
3104
|
Especialidad = new CodigoNombreDTO();
|
|
3100
3105
|
ManoObra = new CodigoNombreUMDTO();
|
|
3101
|
-
UnidadObra = new CodigoNombreUMDTO();
|
|
3102
|
-
Origen = "";
|
|
3103
|
-
PuntoBaremo = 0;
|
|
3104
3106
|
LineaCodigoCub = "";
|
|
3105
3107
|
};
|
|
3106
3108
|
__decorateClass([
|
|
3107
|
-
|
|
3109
|
+
IsNumber43({}, { message: "debe ser un numero" }),
|
|
3108
3110
|
IsNotEmpty67({ message: "es requerido" }),
|
|
3109
|
-
Expose68()
|
|
3110
|
-
|
|
3111
|
+
Expose68(),
|
|
3112
|
+
Min37(1)
|
|
3113
|
+
], ValorizacionManoObraRegularizacionDTO.prototype, "ID_Amap", 2);
|
|
3111
3114
|
__decorateClass([
|
|
3112
|
-
|
|
3115
|
+
IsNumber43({}, { message: "debe ser un numero" }),
|
|
3113
3116
|
IsNotEmpty67({ message: "es requerido" }),
|
|
3114
|
-
Expose68()
|
|
3115
|
-
|
|
3117
|
+
Expose68(),
|
|
3118
|
+
Min37(1)
|
|
3119
|
+
], ValorizacionManoObraRegularizacionDTO.prototype, "Amap", 2);
|
|
3116
3120
|
__decorateClass([
|
|
3117
|
-
|
|
3121
|
+
IsNumber43({}, { message: "debe ser un numero" }),
|
|
3118
3122
|
IsNotEmpty67({ message: "es requerido" }),
|
|
3119
|
-
Expose68()
|
|
3120
|
-
|
|
3123
|
+
Expose68(),
|
|
3124
|
+
Min37(1)
|
|
3125
|
+
], ValorizacionManoObraRegularizacionDTO.prototype, "Cantidad", 2);
|
|
3121
3126
|
__decorateClass([
|
|
3122
|
-
|
|
3127
|
+
IsNumber43({}, { message: "debe ser un numero" }),
|
|
3128
|
+
IsNotEmpty67({ message: "es requerido" }),
|
|
3129
|
+
Expose68(),
|
|
3130
|
+
Min37(1)
|
|
3131
|
+
], ValorizacionManoObraRegularizacionDTO.prototype, "CantidadProduccion", 2);
|
|
3132
|
+
__decorateClass([
|
|
3133
|
+
IsString59({ message: "debe ser un texto" }),
|
|
3123
3134
|
IsNotEmpty67({ message: "es requerido" }),
|
|
3124
3135
|
Expose68()
|
|
3125
|
-
],
|
|
3136
|
+
], ValorizacionManoObraRegularizacionDTO.prototype, "Codigo", 2);
|
|
3126
3137
|
__decorateClass([
|
|
3127
3138
|
IsString59({ message: "debe ser un texto" }),
|
|
3128
3139
|
IsNotEmpty67({ message: "es requerido" }),
|
|
3129
3140
|
Expose68()
|
|
3130
|
-
],
|
|
3141
|
+
], ValorizacionManoObraRegularizacionDTO.prototype, "Descripcion", 2);
|
|
3131
3142
|
__decorateClass([
|
|
3132
3143
|
IsNumber43({}, { message: "debe ser un numero" }),
|
|
3133
3144
|
IsNotEmpty67({ message: "es requerido" }),
|
|
3134
3145
|
Expose68(),
|
|
3135
3146
|
Min37(1)
|
|
3136
|
-
],
|
|
3147
|
+
], ValorizacionManoObraRegularizacionDTO.prototype, "Precio", 2);
|
|
3137
3148
|
__decorateClass([
|
|
3138
|
-
|
|
3149
|
+
IsNumber43({}, { message: "debe ser un numero" }),
|
|
3139
3150
|
IsNotEmpty67({ message: "es requerido" }),
|
|
3140
|
-
Expose68()
|
|
3141
|
-
|
|
3142
|
-
|
|
3143
|
-
// src/programados/procesos/reservaManoObraRegularizacion/shared/dto/valorizacion-dto.ts
|
|
3144
|
-
var ValorizacionManoObraRegularizacionDTO = class {
|
|
3145
|
-
ID_Amap = 0;
|
|
3146
|
-
Amap = 0;
|
|
3147
|
-
Cantidad = 0;
|
|
3148
|
-
CantidadUsado = 0;
|
|
3149
|
-
CantidadAprobada = 0;
|
|
3150
|
-
CantidadProduccion = 0;
|
|
3151
|
-
Codigo = "";
|
|
3152
|
-
Descripcion = "";
|
|
3153
|
-
Precio = 0;
|
|
3154
|
-
Total = 0;
|
|
3155
|
-
Unidad = "";
|
|
3156
|
-
Moneda = "";
|
|
3157
|
-
Simbolo = "";
|
|
3158
|
-
Decimales = 0;
|
|
3159
|
-
CantidadUO = 0;
|
|
3160
|
-
CantidadUOUsado = 0;
|
|
3161
|
-
CantidadUOTransito = 0;
|
|
3162
|
-
CantidadUOAprobada = 0;
|
|
3163
|
-
EmpresaProduccion = [];
|
|
3164
|
-
DetalleChile = new DetalleChileValorizacionManoObraRegularizacionDTO();
|
|
3165
|
-
};
|
|
3166
|
-
__decorateClass([
|
|
3167
|
-
IsNumber44({}, { message: "debe ser un numero" }),
|
|
3168
|
-
IsNotEmpty68({ message: "es requerido" }),
|
|
3169
|
-
Expose69(),
|
|
3170
|
-
Min38(1)
|
|
3171
|
-
], ValorizacionManoObraRegularizacionDTO.prototype, "ID_Amap", 2);
|
|
3172
|
-
__decorateClass([
|
|
3173
|
-
IsNumber44({}, { message: "debe ser un numero" }),
|
|
3174
|
-
IsNotEmpty68({ message: "es requerido" }),
|
|
3175
|
-
Expose69(),
|
|
3176
|
-
Min38(1)
|
|
3177
|
-
], ValorizacionManoObraRegularizacionDTO.prototype, "Amap", 2);
|
|
3151
|
+
Expose68(),
|
|
3152
|
+
Min37(1)
|
|
3153
|
+
], ValorizacionManoObraRegularizacionDTO.prototype, "Total", 2);
|
|
3178
3154
|
__decorateClass([
|
|
3179
|
-
|
|
3180
|
-
|
|
3181
|
-
|
|
3182
|
-
|
|
3183
|
-
|
|
3155
|
+
IsArray16({ message: "debe ser un arreglo" }),
|
|
3156
|
+
Type36(() => EmpresaProduccionDTO),
|
|
3157
|
+
IsNotEmpty67({ message: "es requerido" }),
|
|
3158
|
+
Expose68(),
|
|
3159
|
+
ValidateNested25({ each: true })
|
|
3160
|
+
], ValorizacionManoObraRegularizacionDTO.prototype, "EmpresaProduccion", 2);
|
|
3184
3161
|
__decorateClass([
|
|
3185
|
-
|
|
3186
|
-
|
|
3187
|
-
|
|
3188
|
-
|
|
3189
|
-
], ValorizacionManoObraRegularizacionDTO.prototype, "CantidadUsado", 2);
|
|
3162
|
+
IsString59({ message: "debe ser un texto" }),
|
|
3163
|
+
IsNotEmpty67({ message: "es requerido" }),
|
|
3164
|
+
Expose68()
|
|
3165
|
+
], ValorizacionManoObraRegularizacionDTO.prototype, "Linea", 2);
|
|
3190
3166
|
__decorateClass([
|
|
3191
|
-
|
|
3192
|
-
|
|
3193
|
-
|
|
3194
|
-
|
|
3195
|
-
], ValorizacionManoObraRegularizacionDTO.prototype, "CantidadAprobada", 2);
|
|
3167
|
+
Type36(() => CodigoNombreDTO),
|
|
3168
|
+
IsNotEmpty67({ message: "es requerido" }),
|
|
3169
|
+
Expose68()
|
|
3170
|
+
], ValorizacionManoObraRegularizacionDTO.prototype, "Especialidad", 2);
|
|
3196
3171
|
__decorateClass([
|
|
3197
|
-
|
|
3198
|
-
|
|
3199
|
-
|
|
3200
|
-
|
|
3201
|
-
], ValorizacionManoObraRegularizacionDTO.prototype, "CantidadProduccion", 2);
|
|
3172
|
+
Type36(() => CodigoNombreUMDTO),
|
|
3173
|
+
IsNotEmpty67({ message: "es requerido" }),
|
|
3174
|
+
Expose68()
|
|
3175
|
+
], ValorizacionManoObraRegularizacionDTO.prototype, "ManoObra", 2);
|
|
3202
3176
|
__decorateClass([
|
|
3203
|
-
|
|
3204
|
-
|
|
3205
|
-
|
|
3206
|
-
], ValorizacionManoObraRegularizacionDTO.prototype, "
|
|
3177
|
+
IsString59({ message: "debe ser un texto" }),
|
|
3178
|
+
IsNotEmpty67({ message: "es requerido" }),
|
|
3179
|
+
Expose68()
|
|
3180
|
+
], ValorizacionManoObraRegularizacionDTO.prototype, "LineaCodigoCub", 2);
|
|
3181
|
+
|
|
3182
|
+
// src/programados/procesos/reservaManoObraRegularizacion/shared/dto/detalle-chile-dto.ts
|
|
3183
|
+
import { IsNotEmpty as IsNotEmpty68, IsString as IsString60 } from "class-validator";
|
|
3184
|
+
import { Expose as Expose69, Type as Type37 } from "class-transformer";
|
|
3185
|
+
var DetalleChileValorizacionManoObraRegularizacionDTO = class {
|
|
3186
|
+
Linea = "";
|
|
3187
|
+
Especialidad = new CodigoNombreDTO();
|
|
3188
|
+
ManoObra = new CodigoNombreUMDTO();
|
|
3189
|
+
LineaCodigoCub = "";
|
|
3190
|
+
};
|
|
3207
3191
|
__decorateClass([
|
|
3208
3192
|
IsString60({ message: "debe ser un texto" }),
|
|
3209
3193
|
IsNotEmpty68({ message: "es requerido" }),
|
|
3210
3194
|
Expose69()
|
|
3211
|
-
],
|
|
3212
|
-
__decorateClass([
|
|
3213
|
-
IsNumber44({}, { message: "debe ser un numero" }),
|
|
3214
|
-
IsNotEmpty68({ message: "es requerido" }),
|
|
3215
|
-
Expose69(),
|
|
3216
|
-
Min38(1)
|
|
3217
|
-
], ValorizacionManoObraRegularizacionDTO.prototype, "Precio", 2);
|
|
3218
|
-
__decorateClass([
|
|
3219
|
-
IsNumber44({}, { message: "debe ser un numero" }),
|
|
3220
|
-
IsNotEmpty68({ message: "es requerido" }),
|
|
3221
|
-
Expose69(),
|
|
3222
|
-
Min38(1)
|
|
3223
|
-
], ValorizacionManoObraRegularizacionDTO.prototype, "Total", 2);
|
|
3195
|
+
], DetalleChileValorizacionManoObraRegularizacionDTO.prototype, "Linea", 2);
|
|
3224
3196
|
__decorateClass([
|
|
3225
|
-
|
|
3197
|
+
Type37(() => CodigoNombreDTO),
|
|
3226
3198
|
IsNotEmpty68({ message: "es requerido" }),
|
|
3227
3199
|
Expose69()
|
|
3228
|
-
],
|
|
3200
|
+
], DetalleChileValorizacionManoObraRegularizacionDTO.prototype, "Especialidad", 2);
|
|
3229
3201
|
__decorateClass([
|
|
3230
|
-
|
|
3202
|
+
Type37(() => CodigoNombreUMDTO),
|
|
3231
3203
|
IsNotEmpty68({ message: "es requerido" }),
|
|
3232
3204
|
Expose69()
|
|
3233
|
-
],
|
|
3205
|
+
], DetalleChileValorizacionManoObraRegularizacionDTO.prototype, "ManoObra", 2);
|
|
3234
3206
|
__decorateClass([
|
|
3235
3207
|
IsString60({ message: "debe ser un texto" }),
|
|
3236
3208
|
IsNotEmpty68({ message: "es requerido" }),
|
|
3237
3209
|
Expose69()
|
|
3238
|
-
],
|
|
3239
|
-
__decorateClass([
|
|
3240
|
-
IsNumber44({}, { message: "debe ser un numero" }),
|
|
3241
|
-
IsNotEmpty68({ message: "es requerido" }),
|
|
3242
|
-
Expose69(),
|
|
3243
|
-
Min38(1)
|
|
3244
|
-
], ValorizacionManoObraRegularizacionDTO.prototype, "Decimales", 2);
|
|
3245
|
-
__decorateClass([
|
|
3246
|
-
IsNumber44({}, { message: "debe ser un numero" }),
|
|
3247
|
-
IsNotEmpty68({ message: "es requerido" }),
|
|
3248
|
-
Expose69(),
|
|
3249
|
-
Min38(1)
|
|
3250
|
-
], ValorizacionManoObraRegularizacionDTO.prototype, "CantidadUO", 2);
|
|
3251
|
-
__decorateClass([
|
|
3252
|
-
IsNumber44({}, { message: "debe ser un numero" }),
|
|
3253
|
-
IsNotEmpty68({ message: "es requerido" }),
|
|
3254
|
-
Expose69(),
|
|
3255
|
-
Min38(1)
|
|
3256
|
-
], ValorizacionManoObraRegularizacionDTO.prototype, "CantidadUOUsado", 2);
|
|
3257
|
-
__decorateClass([
|
|
3258
|
-
IsNumber44({}, { message: "debe ser un numero" }),
|
|
3259
|
-
IsNotEmpty68({ message: "es requerido" }),
|
|
3260
|
-
Expose69(),
|
|
3261
|
-
Min38(1)
|
|
3262
|
-
], ValorizacionManoObraRegularizacionDTO.prototype, "CantidadUOTransito", 2);
|
|
3263
|
-
__decorateClass([
|
|
3264
|
-
IsNumber44({}, { message: "debe ser un numero" }),
|
|
3265
|
-
IsNotEmpty68({ message: "es requerido" }),
|
|
3266
|
-
Expose69(),
|
|
3267
|
-
Min38(1)
|
|
3268
|
-
], ValorizacionManoObraRegularizacionDTO.prototype, "CantidadUOAprobada", 2);
|
|
3269
|
-
__decorateClass([
|
|
3270
|
-
IsArray16({ message: "debe ser un arreglo" }),
|
|
3271
|
-
Type37(() => EmpresaProduccionDTO),
|
|
3272
|
-
IsNotEmpty68({ message: "es requerido" }),
|
|
3273
|
-
Expose69(),
|
|
3274
|
-
ValidateNested25({ each: true })
|
|
3275
|
-
], ValorizacionManoObraRegularizacionDTO.prototype, "EmpresaProduccion", 2);
|
|
3276
|
-
__decorateClass([
|
|
3277
|
-
Type37(() => DetalleChileValorizacionManoObraRegularizacionDTO),
|
|
3278
|
-
IsNotEmpty68({ message: "es requerido" }),
|
|
3279
|
-
Expose69()
|
|
3280
|
-
], ValorizacionManoObraRegularizacionDTO.prototype, "DetalleChile", 2);
|
|
3210
|
+
], DetalleChileValorizacionManoObraRegularizacionDTO.prototype, "LineaCodigoCub", 2);
|
|
3281
3211
|
|
|
3282
3212
|
// src/programados/procesos/reservaManoObraRegularizacion/shared/index.ts
|
|
3283
3213
|
import { Expose as Expose70, Type as Type38 } from "class-transformer";
|
|
@@ -3292,8 +3222,6 @@ var ReservaManoObraRegularizacionENTITY = class {
|
|
|
3292
3222
|
Valorizacion = [];
|
|
3293
3223
|
Fecha = /* @__PURE__ */ new Date();
|
|
3294
3224
|
Bitacora = [];
|
|
3295
|
-
Ultimo_Estado_Interno = new EstadoInternoDTO();
|
|
3296
|
-
Estados_Internos = [];
|
|
3297
3225
|
};
|
|
3298
3226
|
__decorateClass([
|
|
3299
3227
|
IsNumber45({}, { message: "debe ser un numero" }),
|
|
@@ -3348,16 +3276,6 @@ __decorateClass([
|
|
|
3348
3276
|
IsNotEmpty69({ message: "es requerido" }),
|
|
3349
3277
|
Expose70()
|
|
3350
3278
|
], ReservaManoObraRegularizacionENTITY.prototype, "Bitacora", 2);
|
|
3351
|
-
__decorateClass([
|
|
3352
|
-
Type38(() => EstadoInternoDTO),
|
|
3353
|
-
IsNotEmpty69({ message: "es requerido" }),
|
|
3354
|
-
Expose70()
|
|
3355
|
-
], ReservaManoObraRegularizacionENTITY.prototype, "Ultimo_Estado_Interno", 2);
|
|
3356
|
-
__decorateClass([
|
|
3357
|
-
IsArray17({ message: "debe ser un arreglo" }),
|
|
3358
|
-
IsNotEmpty69({ message: "es requerido" }),
|
|
3359
|
-
Expose70()
|
|
3360
|
-
], ReservaManoObraRegularizacionENTITY.prototype, "Estados_Internos", 2);
|
|
3361
3279
|
|
|
3362
3280
|
// src/programados/procesos/trabajo/shared/index.ts
|
|
3363
3281
|
import { Expose as Expose87, Type as Type51 } from "class-transformer";
|
|
@@ -12493,6 +12411,7 @@ export {
|
|
|
12493
12411
|
EmpresaLiberacionPagosDTO,
|
|
12494
12412
|
EmpresaLogisticaDTO,
|
|
12495
12413
|
EmpresaPersonalDTO,
|
|
12414
|
+
EmpresaProduccionDTO,
|
|
12496
12415
|
EmpresaStockPersonalDTO,
|
|
12497
12416
|
EmpresaUsuarioDTO,
|
|
12498
12417
|
EmpresaValDTO,
|