sigo-entities 0.0.56 → 0.0.58
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 +1868 -1698
- package/dist/index.mjs +1858 -1690
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -352,6 +352,23 @@ declare class MailStructureENTITY {
|
|
|
352
352
|
Estado: EstadoDTO;
|
|
353
353
|
}
|
|
354
354
|
|
|
355
|
+
declare class KeyIntegracionENTITY {
|
|
356
|
+
ID_Integracion: number;
|
|
357
|
+
Codigo: string;
|
|
358
|
+
Nombre: string;
|
|
359
|
+
Descripcion: string;
|
|
360
|
+
Api: string;
|
|
361
|
+
Puerto: string;
|
|
362
|
+
Usuario: string;
|
|
363
|
+
Contrasena: string;
|
|
364
|
+
Fecha_incio: Date;
|
|
365
|
+
Fecha_final: Date;
|
|
366
|
+
Anexo: [];
|
|
367
|
+
Estado: EstadoDTO;
|
|
368
|
+
Pais: CodigoNombreDTO;
|
|
369
|
+
Bitacora: BitacoraDTO[];
|
|
370
|
+
}
|
|
371
|
+
|
|
355
372
|
declare class ContrataDTO {
|
|
356
373
|
FechaRegistro: Date;
|
|
357
374
|
Ultimo_Estado_Interno: EstadoInternoDTO;
|
|
@@ -1016,6 +1033,17 @@ declare class TransaccionFoliosENTITY {
|
|
|
1016
1033
|
Bitacora: BitacoraDTO[];
|
|
1017
1034
|
}
|
|
1018
1035
|
|
|
1036
|
+
declare class TipoMovimientoAlmacenENTITY {
|
|
1037
|
+
ID_TipoMovimientoAlmacen: number;
|
|
1038
|
+
Nombre: string;
|
|
1039
|
+
Descripcion: string;
|
|
1040
|
+
Log: LogDTO;
|
|
1041
|
+
Estado: EstadoDTO;
|
|
1042
|
+
Pais: CodigoNombreDTO;
|
|
1043
|
+
Bitacora: BitacoraDTO[];
|
|
1044
|
+
Delegacion: CodigoNombreDTO;
|
|
1045
|
+
}
|
|
1046
|
+
|
|
1019
1047
|
declare class OptionCatalogoDTO {
|
|
1020
1048
|
Code: string;
|
|
1021
1049
|
Key: string;
|
|
@@ -1089,4 +1117,4 @@ declare class PersonalENTITY {
|
|
|
1089
1117
|
EmpresasUsuario: EmpresaUsuarioDTO[];
|
|
1090
1118
|
}
|
|
1091
1119
|
|
|
1092
|
-
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, 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, 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 };
|
|
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 };
|
package/dist/index.d.ts
CHANGED
|
@@ -352,6 +352,23 @@ declare class MailStructureENTITY {
|
|
|
352
352
|
Estado: EstadoDTO;
|
|
353
353
|
}
|
|
354
354
|
|
|
355
|
+
declare class KeyIntegracionENTITY {
|
|
356
|
+
ID_Integracion: number;
|
|
357
|
+
Codigo: string;
|
|
358
|
+
Nombre: string;
|
|
359
|
+
Descripcion: string;
|
|
360
|
+
Api: string;
|
|
361
|
+
Puerto: string;
|
|
362
|
+
Usuario: string;
|
|
363
|
+
Contrasena: string;
|
|
364
|
+
Fecha_incio: Date;
|
|
365
|
+
Fecha_final: Date;
|
|
366
|
+
Anexo: [];
|
|
367
|
+
Estado: EstadoDTO;
|
|
368
|
+
Pais: CodigoNombreDTO;
|
|
369
|
+
Bitacora: BitacoraDTO[];
|
|
370
|
+
}
|
|
371
|
+
|
|
355
372
|
declare class ContrataDTO {
|
|
356
373
|
FechaRegistro: Date;
|
|
357
374
|
Ultimo_Estado_Interno: EstadoInternoDTO;
|
|
@@ -1016,6 +1033,17 @@ declare class TransaccionFoliosENTITY {
|
|
|
1016
1033
|
Bitacora: BitacoraDTO[];
|
|
1017
1034
|
}
|
|
1018
1035
|
|
|
1036
|
+
declare class TipoMovimientoAlmacenENTITY {
|
|
1037
|
+
ID_TipoMovimientoAlmacen: number;
|
|
1038
|
+
Nombre: string;
|
|
1039
|
+
Descripcion: string;
|
|
1040
|
+
Log: LogDTO;
|
|
1041
|
+
Estado: EstadoDTO;
|
|
1042
|
+
Pais: CodigoNombreDTO;
|
|
1043
|
+
Bitacora: BitacoraDTO[];
|
|
1044
|
+
Delegacion: CodigoNombreDTO;
|
|
1045
|
+
}
|
|
1046
|
+
|
|
1019
1047
|
declare class OptionCatalogoDTO {
|
|
1020
1048
|
Code: string;
|
|
1021
1049
|
Key: string;
|
|
@@ -1089,4 +1117,4 @@ declare class PersonalENTITY {
|
|
|
1089
1117
|
EmpresasUsuario: EmpresaUsuarioDTO[];
|
|
1090
1118
|
}
|
|
1091
1119
|
|
|
1092
|
-
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, 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, 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 };
|
|
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 };
|