sigo-entities 0.0.46 → 0.0.47
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 +31 -1
- package/dist/index.d.ts +31 -1
- package/dist/index.js +395 -200
- package/dist/index.mjs +392 -198
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -906,6 +906,36 @@ declare class ItemENTITY {
|
|
|
906
906
|
Bitacora: BitacoraDTO[];
|
|
907
907
|
}
|
|
908
908
|
|
|
909
|
+
declare class IngresoAlmacenENTITY {
|
|
910
|
+
ID_IngresoAlmacen: number;
|
|
911
|
+
ID_GOM: number;
|
|
912
|
+
ID_incidencia: number;
|
|
913
|
+
ID_Reserva: number;
|
|
914
|
+
ID_Trabajo: number;
|
|
915
|
+
FlagPex: number;
|
|
916
|
+
Collection: string;
|
|
917
|
+
Pais: PaisStockPersonalDTO;
|
|
918
|
+
Delegacion: CodigoNombreDTO;
|
|
919
|
+
Almacen: AlmacenLogisticaDTO;
|
|
920
|
+
ZonaTrabajo: ZonaTrabajoDTO;
|
|
921
|
+
Observaciones: string;
|
|
922
|
+
MovimientoAlmacen: MovimientoAlmacenDTO;
|
|
923
|
+
NroGuia: string;
|
|
924
|
+
OrdenCompra: string;
|
|
925
|
+
NroDocumento: string;
|
|
926
|
+
OrdenTrabajo: string;
|
|
927
|
+
Empresa: EmpresaLogisticaDTO;
|
|
928
|
+
Personal: PersonalLogisticaDTO;
|
|
929
|
+
Detalle: DetalleDTO[];
|
|
930
|
+
Bodega: CodigoNombreDTO;
|
|
931
|
+
Fechas: FechaDTO;
|
|
932
|
+
Usuarios: UsuarioLogisticaDTO;
|
|
933
|
+
AlmacenDestino: AlmacenDTO;
|
|
934
|
+
BodegaDestino: CodigoNombreDTO;
|
|
935
|
+
EstadoIntegracion: EstadoIntegracionDTO;
|
|
936
|
+
Estado: EstadoDTO;
|
|
937
|
+
}
|
|
938
|
+
|
|
909
939
|
declare class OptionCatalogoDTO {
|
|
910
940
|
Code: string;
|
|
911
941
|
Key: string;
|
|
@@ -979,4 +1009,4 @@ declare class PersonalENTITY {
|
|
|
979
1009
|
EmpresasUsuario: EmpresaUsuarioDTO[];
|
|
980
1010
|
}
|
|
981
1011
|
|
|
982
|
-
export { AlmacenDTO, AlmacenLogisticaDTO, AsignacionGomDTO, AtencionOrdenesLiquidadasENTITY, BitacoraAntiguaDTO, BitacoraDTO, ClienteDTO, CodigoDescripcionDTO, CodigoNombreDTO, CodigoNombreUMDTO, CodigoRazonSocialDTO, ConsumoMaterialENTITY, ContratoDTO, ConversionLogisticaDTO, CoordenadasDTO, DataCatalogoItemDTO, DatosAreaPersonalDTO, DatosGeneralesPersonalDTO, DatosItemDTO, DatosPrecioMaterialDTO, DatosReferenciaDTO, DatosTrabajoCatalogoDTO, DetalleDTO, DevolucionAlmacenENTITY, EmpresaDTO, EmpresaLogisticaDTO, EmpresaStockPersonalDTO, EmpresaUsuarioDTO, EquipoLogisticaDTO, EquiposDTO, EstadoAntiguoDTO, EstadoDTO, EstadoHPListDTO, EstadoIntegracionDTO, EstadoInternoDTO, FamiliaItemDTO, FechaDTO, FilesDocDTO, FlujoDocDTO, FotoDTO, FotosDTO, FotosSSTDTO, GranFamiliaItemDTO, ItemCantidadesDTO, ItemDTO, ItemDetalleLogisticaDTO, ItemENTITY, ItemLogisticaDTO, LogDTO, LogRegisterDTO, LoteDTO, MovimientoAlmacenDTO, MovimientoAlmacenENTITY, OTDTO, OptionCatalogoDTO, PaisStockPersonalDTO, ParteDiarioDTO, PersonalENTITY, PersonalLogisticaDTO, PreciosVigentesDTO, ReservaENTITY, SalidaAlmacenENTITY, SincronizacionPersonalDTO, SizeDTO, StockPersonalENTITY, StockPersonalEquiposENTITY, SubEstadoInternoDTO, TipoDocumentoIdentidadDTO, TipoMovimientoAlmacenDTO, TipoStockStockPersonalDTO, TrabajoENTITY, UbicacionDTO, UnidadMedidaDTO, UsuarioBitacoraDTO, UsuarioDTO, UsuarioEdicionDTO, UsuarioID_UsuarioDTO, UsuarioLogisticaDTO, ValidadoDTO, VarianteDTO, VigenciaDTO, WBEDTO, ZonaTrabajoDTO, type typeEstado, type typeEstadoNroDocumento, type typeFuente, type typeTipo, validateAndFormatData };
|
|
1012
|
+
export { AlmacenDTO, AlmacenLogisticaDTO, AsignacionGomDTO, AtencionOrdenesLiquidadasENTITY, BitacoraAntiguaDTO, BitacoraDTO, ClienteDTO, CodigoDescripcionDTO, CodigoNombreDTO, CodigoNombreUMDTO, CodigoRazonSocialDTO, ConsumoMaterialENTITY, ContratoDTO, ConversionLogisticaDTO, CoordenadasDTO, DataCatalogoItemDTO, DatosAreaPersonalDTO, DatosGeneralesPersonalDTO, DatosItemDTO, DatosPrecioMaterialDTO, DatosReferenciaDTO, DatosTrabajoCatalogoDTO, DetalleDTO, DevolucionAlmacenENTITY, EmpresaDTO, EmpresaLogisticaDTO, EmpresaStockPersonalDTO, EmpresaUsuarioDTO, EquipoLogisticaDTO, EquiposDTO, EstadoAntiguoDTO, EstadoDTO, EstadoHPListDTO, EstadoIntegracionDTO, EstadoInternoDTO, FamiliaItemDTO, FechaDTO, FilesDocDTO, FlujoDocDTO, FotoDTO, FotosDTO, FotosSSTDTO, GranFamiliaItemDTO, IngresoAlmacenENTITY, ItemCantidadesDTO, ItemDTO, ItemDetalleLogisticaDTO, ItemENTITY, ItemLogisticaDTO, LogDTO, LogRegisterDTO, LoteDTO, MovimientoAlmacenDTO, MovimientoAlmacenENTITY, OTDTO, OptionCatalogoDTO, PaisStockPersonalDTO, ParteDiarioDTO, PersonalENTITY, PersonalLogisticaDTO, PreciosVigentesDTO, ReservaENTITY, SalidaAlmacenENTITY, SincronizacionPersonalDTO, SizeDTO, StockPersonalENTITY, StockPersonalEquiposENTITY, SubEstadoInternoDTO, TipoDocumentoIdentidadDTO, TipoMovimientoAlmacenDTO, TipoStockStockPersonalDTO, TrabajoENTITY, UbicacionDTO, UnidadMedidaDTO, UsuarioBitacoraDTO, UsuarioDTO, UsuarioEdicionDTO, UsuarioID_UsuarioDTO, UsuarioLogisticaDTO, ValidadoDTO, VarianteDTO, VigenciaDTO, WBEDTO, ZonaTrabajoDTO, type typeEstado, type typeEstadoNroDocumento, type typeFuente, type typeTipo, validateAndFormatData };
|
package/dist/index.d.ts
CHANGED
|
@@ -906,6 +906,36 @@ declare class ItemENTITY {
|
|
|
906
906
|
Bitacora: BitacoraDTO[];
|
|
907
907
|
}
|
|
908
908
|
|
|
909
|
+
declare class IngresoAlmacenENTITY {
|
|
910
|
+
ID_IngresoAlmacen: number;
|
|
911
|
+
ID_GOM: number;
|
|
912
|
+
ID_incidencia: number;
|
|
913
|
+
ID_Reserva: number;
|
|
914
|
+
ID_Trabajo: number;
|
|
915
|
+
FlagPex: number;
|
|
916
|
+
Collection: string;
|
|
917
|
+
Pais: PaisStockPersonalDTO;
|
|
918
|
+
Delegacion: CodigoNombreDTO;
|
|
919
|
+
Almacen: AlmacenLogisticaDTO;
|
|
920
|
+
ZonaTrabajo: ZonaTrabajoDTO;
|
|
921
|
+
Observaciones: string;
|
|
922
|
+
MovimientoAlmacen: MovimientoAlmacenDTO;
|
|
923
|
+
NroGuia: string;
|
|
924
|
+
OrdenCompra: string;
|
|
925
|
+
NroDocumento: string;
|
|
926
|
+
OrdenTrabajo: string;
|
|
927
|
+
Empresa: EmpresaLogisticaDTO;
|
|
928
|
+
Personal: PersonalLogisticaDTO;
|
|
929
|
+
Detalle: DetalleDTO[];
|
|
930
|
+
Bodega: CodigoNombreDTO;
|
|
931
|
+
Fechas: FechaDTO;
|
|
932
|
+
Usuarios: UsuarioLogisticaDTO;
|
|
933
|
+
AlmacenDestino: AlmacenDTO;
|
|
934
|
+
BodegaDestino: CodigoNombreDTO;
|
|
935
|
+
EstadoIntegracion: EstadoIntegracionDTO;
|
|
936
|
+
Estado: EstadoDTO;
|
|
937
|
+
}
|
|
938
|
+
|
|
909
939
|
declare class OptionCatalogoDTO {
|
|
910
940
|
Code: string;
|
|
911
941
|
Key: string;
|
|
@@ -979,4 +1009,4 @@ declare class PersonalENTITY {
|
|
|
979
1009
|
EmpresasUsuario: EmpresaUsuarioDTO[];
|
|
980
1010
|
}
|
|
981
1011
|
|
|
982
|
-
export { AlmacenDTO, AlmacenLogisticaDTO, AsignacionGomDTO, AtencionOrdenesLiquidadasENTITY, BitacoraAntiguaDTO, BitacoraDTO, ClienteDTO, CodigoDescripcionDTO, CodigoNombreDTO, CodigoNombreUMDTO, CodigoRazonSocialDTO, ConsumoMaterialENTITY, ContratoDTO, ConversionLogisticaDTO, CoordenadasDTO, DataCatalogoItemDTO, DatosAreaPersonalDTO, DatosGeneralesPersonalDTO, DatosItemDTO, DatosPrecioMaterialDTO, DatosReferenciaDTO, DatosTrabajoCatalogoDTO, DetalleDTO, DevolucionAlmacenENTITY, EmpresaDTO, EmpresaLogisticaDTO, EmpresaStockPersonalDTO, EmpresaUsuarioDTO, EquipoLogisticaDTO, EquiposDTO, EstadoAntiguoDTO, EstadoDTO, EstadoHPListDTO, EstadoIntegracionDTO, EstadoInternoDTO, FamiliaItemDTO, FechaDTO, FilesDocDTO, FlujoDocDTO, FotoDTO, FotosDTO, FotosSSTDTO, GranFamiliaItemDTO, ItemCantidadesDTO, ItemDTO, ItemDetalleLogisticaDTO, ItemENTITY, ItemLogisticaDTO, LogDTO, LogRegisterDTO, LoteDTO, MovimientoAlmacenDTO, MovimientoAlmacenENTITY, OTDTO, OptionCatalogoDTO, PaisStockPersonalDTO, ParteDiarioDTO, PersonalENTITY, PersonalLogisticaDTO, PreciosVigentesDTO, ReservaENTITY, SalidaAlmacenENTITY, SincronizacionPersonalDTO, SizeDTO, StockPersonalENTITY, StockPersonalEquiposENTITY, SubEstadoInternoDTO, TipoDocumentoIdentidadDTO, TipoMovimientoAlmacenDTO, TipoStockStockPersonalDTO, TrabajoENTITY, UbicacionDTO, UnidadMedidaDTO, UsuarioBitacoraDTO, UsuarioDTO, UsuarioEdicionDTO, UsuarioID_UsuarioDTO, UsuarioLogisticaDTO, ValidadoDTO, VarianteDTO, VigenciaDTO, WBEDTO, ZonaTrabajoDTO, type typeEstado, type typeEstadoNroDocumento, type typeFuente, type typeTipo, validateAndFormatData };
|
|
1012
|
+
export { AlmacenDTO, AlmacenLogisticaDTO, AsignacionGomDTO, AtencionOrdenesLiquidadasENTITY, BitacoraAntiguaDTO, BitacoraDTO, ClienteDTO, CodigoDescripcionDTO, CodigoNombreDTO, CodigoNombreUMDTO, CodigoRazonSocialDTO, ConsumoMaterialENTITY, ContratoDTO, ConversionLogisticaDTO, CoordenadasDTO, DataCatalogoItemDTO, DatosAreaPersonalDTO, DatosGeneralesPersonalDTO, DatosItemDTO, DatosPrecioMaterialDTO, DatosReferenciaDTO, DatosTrabajoCatalogoDTO, DetalleDTO, DevolucionAlmacenENTITY, EmpresaDTO, EmpresaLogisticaDTO, EmpresaStockPersonalDTO, EmpresaUsuarioDTO, EquipoLogisticaDTO, EquiposDTO, EstadoAntiguoDTO, EstadoDTO, EstadoHPListDTO, EstadoIntegracionDTO, EstadoInternoDTO, FamiliaItemDTO, FechaDTO, FilesDocDTO, FlujoDocDTO, FotoDTO, FotosDTO, FotosSSTDTO, GranFamiliaItemDTO, IngresoAlmacenENTITY, ItemCantidadesDTO, ItemDTO, ItemDetalleLogisticaDTO, ItemENTITY, ItemLogisticaDTO, LogDTO, LogRegisterDTO, LoteDTO, MovimientoAlmacenDTO, MovimientoAlmacenENTITY, OTDTO, OptionCatalogoDTO, PaisStockPersonalDTO, ParteDiarioDTO, PersonalENTITY, PersonalLogisticaDTO, PreciosVigentesDTO, ReservaENTITY, SalidaAlmacenENTITY, SincronizacionPersonalDTO, SizeDTO, StockPersonalENTITY, StockPersonalEquiposENTITY, SubEstadoInternoDTO, TipoDocumentoIdentidadDTO, TipoMovimientoAlmacenDTO, TipoStockStockPersonalDTO, TrabajoENTITY, UbicacionDTO, UnidadMedidaDTO, UsuarioBitacoraDTO, UsuarioDTO, UsuarioEdicionDTO, UsuarioID_UsuarioDTO, UsuarioLogisticaDTO, ValidadoDTO, VarianteDTO, VigenciaDTO, WBEDTO, ZonaTrabajoDTO, type typeEstado, type typeEstadoNroDocumento, type typeFuente, type typeTipo, validateAndFormatData };
|