sigo-entities 0.0.29 → 0.0.31
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 +83 -1
- package/dist/index.d.ts +83 -1
- package/dist/index.js +2091 -1657
- package/dist/index.mjs +2013 -1589
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -17,6 +17,20 @@ declare class AlmacenLogisticaDTO extends CodigoNombreDTO {
|
|
|
17
17
|
ID_Almacen: number;
|
|
18
18
|
}
|
|
19
19
|
|
|
20
|
+
declare class UsuarioBitacoraDTO {
|
|
21
|
+
User: string;
|
|
22
|
+
Apellidos: string;
|
|
23
|
+
Nombre: string;
|
|
24
|
+
Perfil: string;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
declare class BitacoraAntiguaDTO {
|
|
28
|
+
Action: string;
|
|
29
|
+
Fecha: Date;
|
|
30
|
+
Usuario: UsuarioBitacoraDTO;
|
|
31
|
+
Description: string;
|
|
32
|
+
}
|
|
33
|
+
|
|
20
34
|
declare class UsuarioDTO {
|
|
21
35
|
Identificacion: string;
|
|
22
36
|
Apellidos: string;
|
|
@@ -65,6 +79,11 @@ declare class EmpresaLogisticaDTO {
|
|
|
65
79
|
RazonSocial: string;
|
|
66
80
|
}
|
|
67
81
|
|
|
82
|
+
declare class EstadoAntiguoDTO {
|
|
83
|
+
IdEstado: number;
|
|
84
|
+
Estado: string;
|
|
85
|
+
}
|
|
86
|
+
|
|
68
87
|
declare class EstadoDTO {
|
|
69
88
|
ID_Estado: number;
|
|
70
89
|
Nombre: string;
|
|
@@ -739,4 +758,67 @@ declare class MovimientoAlmacenENTITY {
|
|
|
739
758
|
Bitacora: BitacoraDTO[];
|
|
740
759
|
}
|
|
741
760
|
|
|
742
|
-
|
|
761
|
+
declare class OptionCatalogoDTO {
|
|
762
|
+
Code: string;
|
|
763
|
+
Key: string;
|
|
764
|
+
Name: string;
|
|
765
|
+
}
|
|
766
|
+
|
|
767
|
+
declare class DatosAreaPersonalDTO {
|
|
768
|
+
Area: OptionCatalogoDTO;
|
|
769
|
+
Cargo: OptionCatalogoDTO;
|
|
770
|
+
}
|
|
771
|
+
|
|
772
|
+
declare class DatosGeneralesPersonalDTO {
|
|
773
|
+
Direccion: string;
|
|
774
|
+
Genero: OptionCatalogoDTO;
|
|
775
|
+
Email: string;
|
|
776
|
+
Telefono: string[];
|
|
777
|
+
}
|
|
778
|
+
|
|
779
|
+
declare class DatosTrabajoCatalogoDTO {
|
|
780
|
+
Delegacion: OptionCatalogoDTO;
|
|
781
|
+
OT: OptionCatalogoDTO;
|
|
782
|
+
Code01: string;
|
|
783
|
+
Code02: string;
|
|
784
|
+
}
|
|
785
|
+
|
|
786
|
+
declare class OTDTO {
|
|
787
|
+
ID_OT: number;
|
|
788
|
+
Codigo: string;
|
|
789
|
+
Descripcion: string;
|
|
790
|
+
Pais: CodigoNombreDTO;
|
|
791
|
+
}
|
|
792
|
+
|
|
793
|
+
declare class SincronizacionPersonalDTO {
|
|
794
|
+
NameApk: string;
|
|
795
|
+
Fecha: Date;
|
|
796
|
+
Estado: number;
|
|
797
|
+
}
|
|
798
|
+
|
|
799
|
+
declare class PersonalENTITY {
|
|
800
|
+
IdPersonal: number;
|
|
801
|
+
IdRegister: number;
|
|
802
|
+
IdRecursoTOA: string;
|
|
803
|
+
Code: string;
|
|
804
|
+
Key: string;
|
|
805
|
+
DatosTrabajo: DatosTrabajoCatalogoDTO;
|
|
806
|
+
ApellidoPaterno: string;
|
|
807
|
+
ApellidoMaterno: string;
|
|
808
|
+
Nombres: string;
|
|
809
|
+
TipoDocumento: OptionCatalogoDTO;
|
|
810
|
+
Identificacion: string;
|
|
811
|
+
DatosGenerales: DatosGeneralesPersonalDTO;
|
|
812
|
+
DatosArea: DatosAreaPersonalDTO;
|
|
813
|
+
Cargo: CodigoNombreDTO;
|
|
814
|
+
Group: string;
|
|
815
|
+
Empresa: OptionCatalogoDTO;
|
|
816
|
+
Pais: OptionCatalogoDTO;
|
|
817
|
+
Estado: EstadoAntiguoDTO;
|
|
818
|
+
Bitacora: BitacoraAntiguaDTO[];
|
|
819
|
+
Sincronizacion: SincronizacionPersonalDTO;
|
|
820
|
+
Administrativo: boolean;
|
|
821
|
+
OTs: OTDTO[];
|
|
822
|
+
}
|
|
823
|
+
|
|
824
|
+
export { AlmacenDTO, AlmacenLogisticaDTO, AsignacionGomDTO, AtencionOrdenesLiquidadasENTITY, BitacoraAntiguaDTO, BitacoraDTO, CodigoDescripcionDTO, CodigoNombreDTO, CodigoNombreUMDTO, CodigoRazonSocialDTO, ConsumoMaterialChile9512ENTITY, CoordenadasDTO, DataCatalogoItemDTO, DatosAreaPersonalDTO, DatosGeneralesPersonalDTO, DatosItemDTO, DatosPrecioMaterialDTO, DatosReferenciaDTO, DatosTrabajoCatalogoDTO, DatosTransportistaDTO, DetalleDTO, EmpresaDTO, EmpresaLogisticaDTO, EquipoLogisticaDTO, EquiposDTO, EstadoAntiguoDTO, EstadoDTO, EstadoIntegracionDTO, EstadoInternoDTO, FamiliaItemDTO, FechaDTO, FilesDocDTO, FlujoDocDTO, FotoDTO, GranFamiliaItemDTO, ItemCantidadesDTO, ItemDTO, ItemDetalleLogisticaDTO, LogDTO, LogRegisterDTO, LoteDTO, MovimientoAlmacenDTO, MovimientoAlmacenENTITY, OTDTO, OptionCatalogoDTO, PaisStockPersonalDTO, PersonalENTITY, PersonalLogisticaDTO, PreciosVigentesDTO, ReservaENTITY, SalidaAlmacenENTITY, SincronizacionPersonalDTO, SizeDTO, StockPersonalENTITY, StockPersonalEquiposENTITY, SubEstadoInternoDTO, TipoDocumentoIdentidadDTO, TipoMovimientoAlmacenDTO, TipoStockStockPersonalDTO, TrabajoENTITY, UnidadMedidaDTO, UsuarioBitacoraDTO, UsuarioDTO, UsuarioEdicionDTO, UsuarioID_UsuarioDTO, UsuarioLogisticaDTO, ValidadoDTO, VarianteDTO, VigenciaDTO, WBEDTO, ZonaTrabajoDTO, validateAndFormatData };
|
package/dist/index.d.ts
CHANGED
|
@@ -17,6 +17,20 @@ declare class AlmacenLogisticaDTO extends CodigoNombreDTO {
|
|
|
17
17
|
ID_Almacen: number;
|
|
18
18
|
}
|
|
19
19
|
|
|
20
|
+
declare class UsuarioBitacoraDTO {
|
|
21
|
+
User: string;
|
|
22
|
+
Apellidos: string;
|
|
23
|
+
Nombre: string;
|
|
24
|
+
Perfil: string;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
declare class BitacoraAntiguaDTO {
|
|
28
|
+
Action: string;
|
|
29
|
+
Fecha: Date;
|
|
30
|
+
Usuario: UsuarioBitacoraDTO;
|
|
31
|
+
Description: string;
|
|
32
|
+
}
|
|
33
|
+
|
|
20
34
|
declare class UsuarioDTO {
|
|
21
35
|
Identificacion: string;
|
|
22
36
|
Apellidos: string;
|
|
@@ -65,6 +79,11 @@ declare class EmpresaLogisticaDTO {
|
|
|
65
79
|
RazonSocial: string;
|
|
66
80
|
}
|
|
67
81
|
|
|
82
|
+
declare class EstadoAntiguoDTO {
|
|
83
|
+
IdEstado: number;
|
|
84
|
+
Estado: string;
|
|
85
|
+
}
|
|
86
|
+
|
|
68
87
|
declare class EstadoDTO {
|
|
69
88
|
ID_Estado: number;
|
|
70
89
|
Nombre: string;
|
|
@@ -739,4 +758,67 @@ declare class MovimientoAlmacenENTITY {
|
|
|
739
758
|
Bitacora: BitacoraDTO[];
|
|
740
759
|
}
|
|
741
760
|
|
|
742
|
-
|
|
761
|
+
declare class OptionCatalogoDTO {
|
|
762
|
+
Code: string;
|
|
763
|
+
Key: string;
|
|
764
|
+
Name: string;
|
|
765
|
+
}
|
|
766
|
+
|
|
767
|
+
declare class DatosAreaPersonalDTO {
|
|
768
|
+
Area: OptionCatalogoDTO;
|
|
769
|
+
Cargo: OptionCatalogoDTO;
|
|
770
|
+
}
|
|
771
|
+
|
|
772
|
+
declare class DatosGeneralesPersonalDTO {
|
|
773
|
+
Direccion: string;
|
|
774
|
+
Genero: OptionCatalogoDTO;
|
|
775
|
+
Email: string;
|
|
776
|
+
Telefono: string[];
|
|
777
|
+
}
|
|
778
|
+
|
|
779
|
+
declare class DatosTrabajoCatalogoDTO {
|
|
780
|
+
Delegacion: OptionCatalogoDTO;
|
|
781
|
+
OT: OptionCatalogoDTO;
|
|
782
|
+
Code01: string;
|
|
783
|
+
Code02: string;
|
|
784
|
+
}
|
|
785
|
+
|
|
786
|
+
declare class OTDTO {
|
|
787
|
+
ID_OT: number;
|
|
788
|
+
Codigo: string;
|
|
789
|
+
Descripcion: string;
|
|
790
|
+
Pais: CodigoNombreDTO;
|
|
791
|
+
}
|
|
792
|
+
|
|
793
|
+
declare class SincronizacionPersonalDTO {
|
|
794
|
+
NameApk: string;
|
|
795
|
+
Fecha: Date;
|
|
796
|
+
Estado: number;
|
|
797
|
+
}
|
|
798
|
+
|
|
799
|
+
declare class PersonalENTITY {
|
|
800
|
+
IdPersonal: number;
|
|
801
|
+
IdRegister: number;
|
|
802
|
+
IdRecursoTOA: string;
|
|
803
|
+
Code: string;
|
|
804
|
+
Key: string;
|
|
805
|
+
DatosTrabajo: DatosTrabajoCatalogoDTO;
|
|
806
|
+
ApellidoPaterno: string;
|
|
807
|
+
ApellidoMaterno: string;
|
|
808
|
+
Nombres: string;
|
|
809
|
+
TipoDocumento: OptionCatalogoDTO;
|
|
810
|
+
Identificacion: string;
|
|
811
|
+
DatosGenerales: DatosGeneralesPersonalDTO;
|
|
812
|
+
DatosArea: DatosAreaPersonalDTO;
|
|
813
|
+
Cargo: CodigoNombreDTO;
|
|
814
|
+
Group: string;
|
|
815
|
+
Empresa: OptionCatalogoDTO;
|
|
816
|
+
Pais: OptionCatalogoDTO;
|
|
817
|
+
Estado: EstadoAntiguoDTO;
|
|
818
|
+
Bitacora: BitacoraAntiguaDTO[];
|
|
819
|
+
Sincronizacion: SincronizacionPersonalDTO;
|
|
820
|
+
Administrativo: boolean;
|
|
821
|
+
OTs: OTDTO[];
|
|
822
|
+
}
|
|
823
|
+
|
|
824
|
+
export { AlmacenDTO, AlmacenLogisticaDTO, AsignacionGomDTO, AtencionOrdenesLiquidadasENTITY, BitacoraAntiguaDTO, BitacoraDTO, CodigoDescripcionDTO, CodigoNombreDTO, CodigoNombreUMDTO, CodigoRazonSocialDTO, ConsumoMaterialChile9512ENTITY, CoordenadasDTO, DataCatalogoItemDTO, DatosAreaPersonalDTO, DatosGeneralesPersonalDTO, DatosItemDTO, DatosPrecioMaterialDTO, DatosReferenciaDTO, DatosTrabajoCatalogoDTO, DatosTransportistaDTO, DetalleDTO, EmpresaDTO, EmpresaLogisticaDTO, EquipoLogisticaDTO, EquiposDTO, EstadoAntiguoDTO, EstadoDTO, EstadoIntegracionDTO, EstadoInternoDTO, FamiliaItemDTO, FechaDTO, FilesDocDTO, FlujoDocDTO, FotoDTO, GranFamiliaItemDTO, ItemCantidadesDTO, ItemDTO, ItemDetalleLogisticaDTO, LogDTO, LogRegisterDTO, LoteDTO, MovimientoAlmacenDTO, MovimientoAlmacenENTITY, OTDTO, OptionCatalogoDTO, PaisStockPersonalDTO, PersonalENTITY, PersonalLogisticaDTO, PreciosVigentesDTO, ReservaENTITY, SalidaAlmacenENTITY, SincronizacionPersonalDTO, SizeDTO, StockPersonalENTITY, StockPersonalEquiposENTITY, SubEstadoInternoDTO, TipoDocumentoIdentidadDTO, TipoMovimientoAlmacenDTO, TipoStockStockPersonalDTO, TrabajoENTITY, UnidadMedidaDTO, UsuarioBitacoraDTO, UsuarioDTO, UsuarioEdicionDTO, UsuarioID_UsuarioDTO, UsuarioLogisticaDTO, ValidadoDTO, VarianteDTO, VigenciaDTO, WBEDTO, ZonaTrabajoDTO, validateAndFormatData };
|