sigo-entities 0.0.36 → 0.0.37
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 +29 -1
- package/dist/index.d.ts +29 -1
- package/dist/index.js +382 -200
- package/dist/index.mjs +391 -198
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -812,6 +812,34 @@ declare class MovimientoAlmacenENTITY {
|
|
|
812
812
|
Bitacora: BitacoraDTO[];
|
|
813
813
|
}
|
|
814
814
|
|
|
815
|
+
declare class DevolucionAlmacenENTITY {
|
|
816
|
+
ID_DevolucionAlmacen: number;
|
|
817
|
+
ID_GOM: number;
|
|
818
|
+
ID_incidencia: number;
|
|
819
|
+
ID_Reserva: number;
|
|
820
|
+
ID_Trabajo: number;
|
|
821
|
+
FlagPex: number;
|
|
822
|
+
Collection: string;
|
|
823
|
+
Pais: PaisStockPersonalDTO;
|
|
824
|
+
Delegacion: CodigoNombreDTO;
|
|
825
|
+
Almacen: AlmacenLogisticaDTO;
|
|
826
|
+
ZonaTrabajo: ZonaTrabajoDTO;
|
|
827
|
+
Observaciones: string;
|
|
828
|
+
MovimientoAlmacen: MovimientoAlmacenDTO;
|
|
829
|
+
NroGuia: string;
|
|
830
|
+
OrdenCompra: string;
|
|
831
|
+
NroDocumento: string;
|
|
832
|
+
OrdenTrabajo: string;
|
|
833
|
+
Empresa: EmpresaLogisticaDTO;
|
|
834
|
+
Personal: PersonalLogisticaDTO;
|
|
835
|
+
Detalle: DetalleDTO[];
|
|
836
|
+
Bodega: CodigoNombreDTO;
|
|
837
|
+
Fechas: FechaDTO;
|
|
838
|
+
Usuarios: UsuarioLogisticaDTO;
|
|
839
|
+
EstadoIntegracion: EstadoIntegracionDTO;
|
|
840
|
+
Estado: EstadoDTO;
|
|
841
|
+
}
|
|
842
|
+
|
|
815
843
|
declare class OptionCatalogoDTO {
|
|
816
844
|
Code: string;
|
|
817
845
|
Key: string;
|
|
@@ -885,4 +913,4 @@ declare class PersonalENTITY {
|
|
|
885
913
|
EmpresasUsuario: EmpresaUsuarioDTO[];
|
|
886
914
|
}
|
|
887
915
|
|
|
888
|
-
export { AlmacenDTO, AlmacenLogisticaDTO, AsignacionGomDTO, AtencionOrdenesLiquidadasENTITY, BitacoraAntiguaDTO, BitacoraDTO, CodigoDescripcionDTO, CodigoNombreDTO, CodigoNombreUMDTO, CodigoRazonSocialDTO, ConsumoMaterialChile9512ENTITY, CoordenadasDTO, DataCatalogoItemDTO, DatosAreaPersonalDTO, DatosGeneralesPersonalDTO, DatosItemDTO, DatosPrecioMaterialDTO, DatosReferenciaDTO, DatosTrabajoCatalogoDTO, DatosTransportistaDTO, DetalleDTO, EmpresaDTO, EmpresaLogisticaDTO, EmpresaUsuarioDTO, EquipoLogisticaDTO, EquiposDTO, EstadoAntiguoDTO, EstadoDTO, EstadoHPListDTO, EstadoIntegracionDTO, EstadoInternoDTO, FamiliaItemDTO, FechaDTO, FilesDocDTO, FlujoDocDTO, FotoDTO, FotosDTO, FotosSSTDTO, GranFamiliaItemDTO, ItemCantidadesDTO, ItemDTO, ItemDetalleLogisticaDTO, 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 };
|
|
916
|
+
export { AlmacenDTO, AlmacenLogisticaDTO, AsignacionGomDTO, AtencionOrdenesLiquidadasENTITY, BitacoraAntiguaDTO, BitacoraDTO, CodigoDescripcionDTO, CodigoNombreDTO, CodigoNombreUMDTO, CodigoRazonSocialDTO, ConsumoMaterialChile9512ENTITY, CoordenadasDTO, DataCatalogoItemDTO, DatosAreaPersonalDTO, DatosGeneralesPersonalDTO, DatosItemDTO, DatosPrecioMaterialDTO, DatosReferenciaDTO, DatosTrabajoCatalogoDTO, DatosTransportistaDTO, DetalleDTO, DevolucionAlmacenENTITY, EmpresaDTO, EmpresaLogisticaDTO, EmpresaUsuarioDTO, EquipoLogisticaDTO, EquiposDTO, EstadoAntiguoDTO, EstadoDTO, EstadoHPListDTO, EstadoIntegracionDTO, EstadoInternoDTO, FamiliaItemDTO, FechaDTO, FilesDocDTO, FlujoDocDTO, FotoDTO, FotosDTO, FotosSSTDTO, GranFamiliaItemDTO, ItemCantidadesDTO, ItemDTO, ItemDetalleLogisticaDTO, 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
|
@@ -812,6 +812,34 @@ declare class MovimientoAlmacenENTITY {
|
|
|
812
812
|
Bitacora: BitacoraDTO[];
|
|
813
813
|
}
|
|
814
814
|
|
|
815
|
+
declare class DevolucionAlmacenENTITY {
|
|
816
|
+
ID_DevolucionAlmacen: number;
|
|
817
|
+
ID_GOM: number;
|
|
818
|
+
ID_incidencia: number;
|
|
819
|
+
ID_Reserva: number;
|
|
820
|
+
ID_Trabajo: number;
|
|
821
|
+
FlagPex: number;
|
|
822
|
+
Collection: string;
|
|
823
|
+
Pais: PaisStockPersonalDTO;
|
|
824
|
+
Delegacion: CodigoNombreDTO;
|
|
825
|
+
Almacen: AlmacenLogisticaDTO;
|
|
826
|
+
ZonaTrabajo: ZonaTrabajoDTO;
|
|
827
|
+
Observaciones: string;
|
|
828
|
+
MovimientoAlmacen: MovimientoAlmacenDTO;
|
|
829
|
+
NroGuia: string;
|
|
830
|
+
OrdenCompra: string;
|
|
831
|
+
NroDocumento: string;
|
|
832
|
+
OrdenTrabajo: string;
|
|
833
|
+
Empresa: EmpresaLogisticaDTO;
|
|
834
|
+
Personal: PersonalLogisticaDTO;
|
|
835
|
+
Detalle: DetalleDTO[];
|
|
836
|
+
Bodega: CodigoNombreDTO;
|
|
837
|
+
Fechas: FechaDTO;
|
|
838
|
+
Usuarios: UsuarioLogisticaDTO;
|
|
839
|
+
EstadoIntegracion: EstadoIntegracionDTO;
|
|
840
|
+
Estado: EstadoDTO;
|
|
841
|
+
}
|
|
842
|
+
|
|
815
843
|
declare class OptionCatalogoDTO {
|
|
816
844
|
Code: string;
|
|
817
845
|
Key: string;
|
|
@@ -885,4 +913,4 @@ declare class PersonalENTITY {
|
|
|
885
913
|
EmpresasUsuario: EmpresaUsuarioDTO[];
|
|
886
914
|
}
|
|
887
915
|
|
|
888
|
-
export { AlmacenDTO, AlmacenLogisticaDTO, AsignacionGomDTO, AtencionOrdenesLiquidadasENTITY, BitacoraAntiguaDTO, BitacoraDTO, CodigoDescripcionDTO, CodigoNombreDTO, CodigoNombreUMDTO, CodigoRazonSocialDTO, ConsumoMaterialChile9512ENTITY, CoordenadasDTO, DataCatalogoItemDTO, DatosAreaPersonalDTO, DatosGeneralesPersonalDTO, DatosItemDTO, DatosPrecioMaterialDTO, DatosReferenciaDTO, DatosTrabajoCatalogoDTO, DatosTransportistaDTO, DetalleDTO, EmpresaDTO, EmpresaLogisticaDTO, EmpresaUsuarioDTO, EquipoLogisticaDTO, EquiposDTO, EstadoAntiguoDTO, EstadoDTO, EstadoHPListDTO, EstadoIntegracionDTO, EstadoInternoDTO, FamiliaItemDTO, FechaDTO, FilesDocDTO, FlujoDocDTO, FotoDTO, FotosDTO, FotosSSTDTO, GranFamiliaItemDTO, ItemCantidadesDTO, ItemDTO, ItemDetalleLogisticaDTO, 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 };
|
|
916
|
+
export { AlmacenDTO, AlmacenLogisticaDTO, AsignacionGomDTO, AtencionOrdenesLiquidadasENTITY, BitacoraAntiguaDTO, BitacoraDTO, CodigoDescripcionDTO, CodigoNombreDTO, CodigoNombreUMDTO, CodigoRazonSocialDTO, ConsumoMaterialChile9512ENTITY, CoordenadasDTO, DataCatalogoItemDTO, DatosAreaPersonalDTO, DatosGeneralesPersonalDTO, DatosItemDTO, DatosPrecioMaterialDTO, DatosReferenciaDTO, DatosTrabajoCatalogoDTO, DatosTransportistaDTO, DetalleDTO, DevolucionAlmacenENTITY, EmpresaDTO, EmpresaLogisticaDTO, EmpresaUsuarioDTO, EquipoLogisticaDTO, EquiposDTO, EstadoAntiguoDTO, EstadoDTO, EstadoHPListDTO, EstadoIntegracionDTO, EstadoInternoDTO, FamiliaItemDTO, FechaDTO, FilesDocDTO, FlujoDocDTO, FotoDTO, FotosDTO, FotosSSTDTO, GranFamiliaItemDTO, ItemCantidadesDTO, ItemDTO, ItemDetalleLogisticaDTO, 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 };
|