sigo-entities 0.0.58 → 0.0.60
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 +22 -2
- package/dist/index.d.ts +22 -2
- package/dist/index.js +971 -877
- package/dist/index.mjs +755 -663
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -769,6 +769,13 @@ declare class DatosTransportistaDTO {
|
|
|
769
769
|
RUCEmpresa: string;
|
|
770
770
|
}
|
|
771
771
|
|
|
772
|
+
declare class DatosTransportistaChileDTO {
|
|
773
|
+
RUTChofer: string;
|
|
774
|
+
NombreChofer: string;
|
|
775
|
+
Patente: string;
|
|
776
|
+
RUTTrans: string;
|
|
777
|
+
}
|
|
778
|
+
|
|
772
779
|
declare class SalidaAlmacenENTITY {
|
|
773
780
|
ID_DespachoAlmacen: number;
|
|
774
781
|
ID_GOM: number;
|
|
@@ -798,6 +805,7 @@ declare class SalidaAlmacenENTITY {
|
|
|
798
805
|
EstadoIntegracion: EstadoIntegracionDTO;
|
|
799
806
|
Estado: EstadoDTO;
|
|
800
807
|
DatosTransportista: DatosTransportistaDTO;
|
|
808
|
+
DatosTransportistaChile: DatosTransportistaChileDTO;
|
|
801
809
|
}
|
|
802
810
|
|
|
803
811
|
declare class StockPersonalENTITY {
|
|
@@ -832,14 +840,26 @@ declare class StockPersonalENTITY {
|
|
|
832
840
|
Estado: EstadoDTO;
|
|
833
841
|
}
|
|
834
842
|
|
|
843
|
+
declare class UsuarioRegistrarDTO {
|
|
844
|
+
NumeroDocumentoIdentidad: string;
|
|
845
|
+
ApellidoPaterno: string;
|
|
846
|
+
ApellidoMaterno: string;
|
|
847
|
+
Nombres: string;
|
|
848
|
+
}
|
|
849
|
+
|
|
835
850
|
declare class LogRegisterDTO {
|
|
851
|
+
Fecha: Date;
|
|
852
|
+
Usuario: UsuarioRegistrarDTO;
|
|
853
|
+
}
|
|
854
|
+
|
|
855
|
+
declare class LogModificarDTO {
|
|
836
856
|
Fecha: Date;
|
|
837
857
|
Usuario: UsuarioID_UsuarioDTO;
|
|
838
858
|
}
|
|
839
859
|
|
|
840
860
|
declare class LogDTO {
|
|
841
861
|
Registrar: LogRegisterDTO;
|
|
842
|
-
Modificar:
|
|
862
|
+
Modificar: LogModificarDTO;
|
|
843
863
|
}
|
|
844
864
|
|
|
845
865
|
declare class MovimientoAlmacenENTITY {
|
|
@@ -1117,4 +1137,4 @@ declare class PersonalENTITY {
|
|
|
1117
1137
|
EmpresasUsuario: EmpresaUsuarioDTO[];
|
|
1118
1138
|
}
|
|
1119
1139
|
|
|
1120
|
-
export { AlmacenDTO, AlmacenLogisticaDTO, AsignacionGomDTO, AtencionOrdenesLiquidadasENTITY, BitacoraAntiguaDTO, BitacoraDTO, ClienteDTO, CodigoDescripcionDTO, CodigoNombreDTO, CodigoNombreUMDTO, CodigoRazonSocialDTO, ConsumoMaterialENTITY, ContratoDTO, ConversionLogisticaDTO, CoordenadasDTO, DataCatalogoItemDTO, DatosAreaPersonalDTO, DatosGeneralesPersonalDTO, DatosItemDTO, DatosPrecioMaterialDTO, DatosReferenciaDTO, DatosTrabajoCatalogoDTO, DestinatarioDTO, DetalleDTO, DevolucionAlmacenENTITY, EmpresaDTO$1 as 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, KeyIntegracionENTITY, LogDTO, LogRegisterDTO, LoteDTO$1 as LoteDTO, MailStructureENTITY, MovimientoAlmacenDTO, MovimientoAlmacenENTITY, OTDTO, OptionCatalogoDTO, PaisStockPersonalDTO, ParteDiarioDTO, PersonalENTITY, PersonalLogisticaDTO$1 as PersonalLogisticaDTO, PreciosVigentesDTO, ReservaENTITY, SalidaAlmacenENTITY, SincronizacionPersonalDTO, SizeDTO, StockAlmacenEquiposENTITY, StockPersonalENTITY, StockPersonalEquiposENTITY, SubEstadoInternoDTO, TipoDocumentoIdentidadDTO, TipoMovimientoAlmacenDTO, TipoMovimientoAlmacenENTITY, TipoStockStockPersonalDTO, TrabajoENTITY, TransaccionFoliosENTITY, TransaccionesDTO, UbicacionDTO, UnidadMedidaDTO, UsuarioBitacoraDTO, UsuarioDTO, UsuarioEdicionDTO, UsuarioID_UsuarioDTO, UsuarioLogisticaDTO, ValidadoDTO, VarianteDTO, VigenciaDTO, WBEDTO, ZonaTrabajoDTO, type typeEstado, type typeEstadoNroDocumento, type typeFuente, type typeTipo, validateAndFormatData };
|
|
1140
|
+
export { AlmacenDTO, AlmacenLogisticaDTO, AsignacionGomDTO, AtencionOrdenesLiquidadasENTITY, BitacoraAntiguaDTO, BitacoraDTO, ClienteDTO, CodigoDescripcionDTO, CodigoNombreDTO, CodigoNombreUMDTO, CodigoRazonSocialDTO, ConsumoMaterialENTITY, ContratoDTO, ConversionLogisticaDTO, CoordenadasDTO, DataCatalogoItemDTO, DatosAreaPersonalDTO, DatosGeneralesPersonalDTO, DatosItemDTO, DatosPrecioMaterialDTO, DatosReferenciaDTO, DatosTrabajoCatalogoDTO, DatosTransportistaChileDTO, DatosTransportistaDTO, DestinatarioDTO, DetalleDTO, DevolucionAlmacenENTITY, EmpresaDTO$1 as 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, KeyIntegracionENTITY, LogDTO, LogRegisterDTO, LoteDTO$1 as LoteDTO, MailStructureENTITY, MovimientoAlmacenDTO, MovimientoAlmacenENTITY, OTDTO, OptionCatalogoDTO, PaisStockPersonalDTO, ParteDiarioDTO, PersonalENTITY, PersonalLogisticaDTO$1 as PersonalLogisticaDTO, PreciosVigentesDTO, ReservaENTITY, SalidaAlmacenENTITY, SincronizacionPersonalDTO, SizeDTO, StockAlmacenEquiposENTITY, StockPersonalENTITY, StockPersonalEquiposENTITY, SubEstadoInternoDTO, TipoDocumentoIdentidadDTO, TipoMovimientoAlmacenDTO, TipoMovimientoAlmacenENTITY, TipoStockStockPersonalDTO, TrabajoENTITY, TransaccionFoliosENTITY, TransaccionesDTO, 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
|
@@ -769,6 +769,13 @@ declare class DatosTransportistaDTO {
|
|
|
769
769
|
RUCEmpresa: string;
|
|
770
770
|
}
|
|
771
771
|
|
|
772
|
+
declare class DatosTransportistaChileDTO {
|
|
773
|
+
RUTChofer: string;
|
|
774
|
+
NombreChofer: string;
|
|
775
|
+
Patente: string;
|
|
776
|
+
RUTTrans: string;
|
|
777
|
+
}
|
|
778
|
+
|
|
772
779
|
declare class SalidaAlmacenENTITY {
|
|
773
780
|
ID_DespachoAlmacen: number;
|
|
774
781
|
ID_GOM: number;
|
|
@@ -798,6 +805,7 @@ declare class SalidaAlmacenENTITY {
|
|
|
798
805
|
EstadoIntegracion: EstadoIntegracionDTO;
|
|
799
806
|
Estado: EstadoDTO;
|
|
800
807
|
DatosTransportista: DatosTransportistaDTO;
|
|
808
|
+
DatosTransportistaChile: DatosTransportistaChileDTO;
|
|
801
809
|
}
|
|
802
810
|
|
|
803
811
|
declare class StockPersonalENTITY {
|
|
@@ -832,14 +840,26 @@ declare class StockPersonalENTITY {
|
|
|
832
840
|
Estado: EstadoDTO;
|
|
833
841
|
}
|
|
834
842
|
|
|
843
|
+
declare class UsuarioRegistrarDTO {
|
|
844
|
+
NumeroDocumentoIdentidad: string;
|
|
845
|
+
ApellidoPaterno: string;
|
|
846
|
+
ApellidoMaterno: string;
|
|
847
|
+
Nombres: string;
|
|
848
|
+
}
|
|
849
|
+
|
|
835
850
|
declare class LogRegisterDTO {
|
|
851
|
+
Fecha: Date;
|
|
852
|
+
Usuario: UsuarioRegistrarDTO;
|
|
853
|
+
}
|
|
854
|
+
|
|
855
|
+
declare class LogModificarDTO {
|
|
836
856
|
Fecha: Date;
|
|
837
857
|
Usuario: UsuarioID_UsuarioDTO;
|
|
838
858
|
}
|
|
839
859
|
|
|
840
860
|
declare class LogDTO {
|
|
841
861
|
Registrar: LogRegisterDTO;
|
|
842
|
-
Modificar:
|
|
862
|
+
Modificar: LogModificarDTO;
|
|
843
863
|
}
|
|
844
864
|
|
|
845
865
|
declare class MovimientoAlmacenENTITY {
|
|
@@ -1117,4 +1137,4 @@ declare class PersonalENTITY {
|
|
|
1117
1137
|
EmpresasUsuario: EmpresaUsuarioDTO[];
|
|
1118
1138
|
}
|
|
1119
1139
|
|
|
1120
|
-
export { AlmacenDTO, AlmacenLogisticaDTO, AsignacionGomDTO, AtencionOrdenesLiquidadasENTITY, BitacoraAntiguaDTO, BitacoraDTO, ClienteDTO, CodigoDescripcionDTO, CodigoNombreDTO, CodigoNombreUMDTO, CodigoRazonSocialDTO, ConsumoMaterialENTITY, ContratoDTO, ConversionLogisticaDTO, CoordenadasDTO, DataCatalogoItemDTO, DatosAreaPersonalDTO, DatosGeneralesPersonalDTO, DatosItemDTO, DatosPrecioMaterialDTO, DatosReferenciaDTO, DatosTrabajoCatalogoDTO, DestinatarioDTO, DetalleDTO, DevolucionAlmacenENTITY, EmpresaDTO$1 as 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, KeyIntegracionENTITY, LogDTO, LogRegisterDTO, LoteDTO$1 as LoteDTO, MailStructureENTITY, MovimientoAlmacenDTO, MovimientoAlmacenENTITY, OTDTO, OptionCatalogoDTO, PaisStockPersonalDTO, ParteDiarioDTO, PersonalENTITY, PersonalLogisticaDTO$1 as PersonalLogisticaDTO, PreciosVigentesDTO, ReservaENTITY, SalidaAlmacenENTITY, SincronizacionPersonalDTO, SizeDTO, StockAlmacenEquiposENTITY, StockPersonalENTITY, StockPersonalEquiposENTITY, SubEstadoInternoDTO, TipoDocumentoIdentidadDTO, TipoMovimientoAlmacenDTO, TipoMovimientoAlmacenENTITY, TipoStockStockPersonalDTO, TrabajoENTITY, TransaccionFoliosENTITY, TransaccionesDTO, UbicacionDTO, UnidadMedidaDTO, UsuarioBitacoraDTO, UsuarioDTO, UsuarioEdicionDTO, UsuarioID_UsuarioDTO, UsuarioLogisticaDTO, ValidadoDTO, VarianteDTO, VigenciaDTO, WBEDTO, ZonaTrabajoDTO, type typeEstado, type typeEstadoNroDocumento, type typeFuente, type typeTipo, validateAndFormatData };
|
|
1140
|
+
export { AlmacenDTO, AlmacenLogisticaDTO, AsignacionGomDTO, AtencionOrdenesLiquidadasENTITY, BitacoraAntiguaDTO, BitacoraDTO, ClienteDTO, CodigoDescripcionDTO, CodigoNombreDTO, CodigoNombreUMDTO, CodigoRazonSocialDTO, ConsumoMaterialENTITY, ContratoDTO, ConversionLogisticaDTO, CoordenadasDTO, DataCatalogoItemDTO, DatosAreaPersonalDTO, DatosGeneralesPersonalDTO, DatosItemDTO, DatosPrecioMaterialDTO, DatosReferenciaDTO, DatosTrabajoCatalogoDTO, DatosTransportistaChileDTO, DatosTransportistaDTO, DestinatarioDTO, DetalleDTO, DevolucionAlmacenENTITY, EmpresaDTO$1 as 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, KeyIntegracionENTITY, LogDTO, LogRegisterDTO, LoteDTO$1 as LoteDTO, MailStructureENTITY, MovimientoAlmacenDTO, MovimientoAlmacenENTITY, OTDTO, OptionCatalogoDTO, PaisStockPersonalDTO, ParteDiarioDTO, PersonalENTITY, PersonalLogisticaDTO$1 as PersonalLogisticaDTO, PreciosVigentesDTO, ReservaENTITY, SalidaAlmacenENTITY, SincronizacionPersonalDTO, SizeDTO, StockAlmacenEquiposENTITY, StockPersonalENTITY, StockPersonalEquiposENTITY, SubEstadoInternoDTO, TipoDocumentoIdentidadDTO, TipoMovimientoAlmacenDTO, TipoMovimientoAlmacenENTITY, TipoStockStockPersonalDTO, TrabajoENTITY, TransaccionFoliosENTITY, TransaccionesDTO, UbicacionDTO, UnidadMedidaDTO, UsuarioBitacoraDTO, UsuarioDTO, UsuarioEdicionDTO, UsuarioID_UsuarioDTO, UsuarioLogisticaDTO, ValidadoDTO, VarianteDTO, VigenciaDTO, WBEDTO, ZonaTrabajoDTO, type typeEstado, type typeEstadoNroDocumento, type typeFuente, type typeTipo, validateAndFormatData };
|