sigo-entities 0.0.103 → 0.0.104
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/README.md +4 -4
- package/dist/index.d.mts +56 -47
- package/dist/index.d.ts +56 -47
- package/dist/index.js +2778 -2730
- package/dist/index.mjs +2494 -2446
- package/package.json +27 -27
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# sigo-entities
|
|
2
|
-
Desarrollo de modelos de datos SIGO
|
|
3
|
-
npm i sigo-entities@latest
|
|
4
|
-
## Test
|
|
1
|
+
# sigo-entities
|
|
2
|
+
Desarrollo de modelos de datos SIGO
|
|
3
|
+
npm i sigo-entities@latest
|
|
4
|
+
## Test
|
package/dist/index.d.mts
CHANGED
|
@@ -107,7 +107,7 @@ declare class DetalleDTO {
|
|
|
107
107
|
Estado: EstadoDTO;
|
|
108
108
|
}
|
|
109
109
|
|
|
110
|
-
declare class EmpresaDTO$
|
|
110
|
+
declare class EmpresaDTO$3 {
|
|
111
111
|
Codigo: string;
|
|
112
112
|
RazonSocial: string;
|
|
113
113
|
Propia: boolean;
|
|
@@ -271,7 +271,7 @@ declare class GranFamiliaItemDTO {
|
|
|
271
271
|
Nombre: string;
|
|
272
272
|
}
|
|
273
273
|
|
|
274
|
-
declare class UnidadMedidaDTO$
|
|
274
|
+
declare class UnidadMedidaDTO$1 {
|
|
275
275
|
ID_UnidadMedida: number;
|
|
276
276
|
Nombre: string;
|
|
277
277
|
}
|
|
@@ -282,7 +282,7 @@ declare class ItemDetalleLogisticaDTO {
|
|
|
282
282
|
Nombre: string;
|
|
283
283
|
Descripcion: string;
|
|
284
284
|
Variante: CodigoNombreDTO;
|
|
285
|
-
UnidadMedida: UnidadMedidaDTO$
|
|
285
|
+
UnidadMedida: UnidadMedidaDTO$1;
|
|
286
286
|
GranFamiliaItem: GranFamiliaItemDTO;
|
|
287
287
|
FamiliaItem: FamiliaItemDTO;
|
|
288
288
|
Ind_SB: string;
|
|
@@ -323,7 +323,7 @@ declare class PersonalLogisticaDTO$1 {
|
|
|
323
323
|
Apellidos: string;
|
|
324
324
|
Nombres: string;
|
|
325
325
|
Lotes: LoteDTO$1[];
|
|
326
|
-
Empresa: EmpresaDTO$
|
|
326
|
+
Empresa: EmpresaDTO$3;
|
|
327
327
|
Firma: string;
|
|
328
328
|
}
|
|
329
329
|
|
|
@@ -490,7 +490,7 @@ declare class ItemDTO {
|
|
|
490
490
|
Nombre: string;
|
|
491
491
|
Descripcion: string;
|
|
492
492
|
Variante: VarianteDTO;
|
|
493
|
-
UnidadMedida: UnidadMedidaDTO$
|
|
493
|
+
UnidadMedida: UnidadMedidaDTO$1;
|
|
494
494
|
Ind_SB: string;
|
|
495
495
|
Lote: string;
|
|
496
496
|
Cantidad: number;
|
|
@@ -534,7 +534,7 @@ declare class ContrataDTO {
|
|
|
534
534
|
Estados_Internos: EstadoInternoDTO[];
|
|
535
535
|
}
|
|
536
536
|
|
|
537
|
-
declare class PeriodoDTO$
|
|
537
|
+
declare class PeriodoDTO$2 {
|
|
538
538
|
ID_Periodo: number;
|
|
539
539
|
Codigo: string;
|
|
540
540
|
FechaInicio: Date;
|
|
@@ -547,7 +547,7 @@ declare class PeriodoDTO$3 {
|
|
|
547
547
|
declare class CertificacionProduccionDTO {
|
|
548
548
|
Mes: number;
|
|
549
549
|
Anio: number;
|
|
550
|
-
UltimoPeriodo: PeriodoDTO$
|
|
550
|
+
UltimoPeriodo: PeriodoDTO$2;
|
|
551
551
|
UsuarioEdicion: UsuarioEdicionDTO;
|
|
552
552
|
FechaRegistro: Date;
|
|
553
553
|
}
|
|
@@ -557,7 +557,7 @@ declare class MaterialesDTO {
|
|
|
557
557
|
CodigoLlave: string;
|
|
558
558
|
Descripcion: string;
|
|
559
559
|
Estado: EstadoDTO;
|
|
560
|
-
UnidadMedida: UnidadMedidaDTO$
|
|
560
|
+
UnidadMedida: UnidadMedidaDTO$1;
|
|
561
561
|
Cantidad: number;
|
|
562
562
|
CantidadStock: number;
|
|
563
563
|
CantidadSinStock: number;
|
|
@@ -698,7 +698,7 @@ declare class Ultima_asignacionDTO {
|
|
|
698
698
|
Turno: TurnoDTO;
|
|
699
699
|
Fecha: Date;
|
|
700
700
|
Usuario: UsuarioDTO;
|
|
701
|
-
Empresa: EmpresaDTO$
|
|
701
|
+
Empresa: EmpresaDTO$3;
|
|
702
702
|
Valorizaciones: ValorizacionesDTO[];
|
|
703
703
|
}
|
|
704
704
|
|
|
@@ -761,7 +761,7 @@ declare class FaseDTO {
|
|
|
761
761
|
NroDocumento: string;
|
|
762
762
|
UsuarioDocumento: UsuarioDTO;
|
|
763
763
|
FechaDocumento: Date;
|
|
764
|
-
UltimoPeriodo: PeriodoDTO$
|
|
764
|
+
UltimoPeriodo: PeriodoDTO$2;
|
|
765
765
|
}
|
|
766
766
|
|
|
767
767
|
declare class ValorizacionAlemaniaDTO {
|
|
@@ -882,7 +882,7 @@ declare class MaterialLogisticaDTO {
|
|
|
882
882
|
ID_Item: number;
|
|
883
883
|
Codigo: string;
|
|
884
884
|
Descripcion: string;
|
|
885
|
-
Unidad: UnidadMedidaDTO$
|
|
885
|
+
Unidad: UnidadMedidaDTO$1;
|
|
886
886
|
CantidadMax: number;
|
|
887
887
|
}
|
|
888
888
|
|
|
@@ -908,32 +908,32 @@ declare class ManoObraGlobalENTITY {
|
|
|
908
908
|
Codigo: string;
|
|
909
909
|
Alcance: string;
|
|
910
910
|
ContratoOT: ContratoOTDTO;
|
|
911
|
-
Unidad: UnidadMedidaDTO$
|
|
911
|
+
Unidad: UnidadMedidaDTO$1;
|
|
912
912
|
Material: MaterialAmapDTO[];
|
|
913
913
|
DetalleChile: DetalleManoObraChileDTO;
|
|
914
914
|
Bitacora: BitacoraDTO[];
|
|
915
915
|
Estado: EstadoDTO;
|
|
916
916
|
}
|
|
917
917
|
|
|
918
|
-
declare class CuadrillaDTO$
|
|
918
|
+
declare class CuadrillaDTO$1 {
|
|
919
919
|
Codigo: string;
|
|
920
920
|
Descripcion: string;
|
|
921
921
|
Identificacion: string;
|
|
922
922
|
}
|
|
923
923
|
|
|
924
|
-
declare class EmpresaDTO$
|
|
924
|
+
declare class EmpresaDTO$2 {
|
|
925
925
|
Codigo: string;
|
|
926
926
|
RazonSocial: string;
|
|
927
927
|
Propia: string;
|
|
928
928
|
}
|
|
929
929
|
|
|
930
|
-
declare class ManoObraDTO$
|
|
930
|
+
declare class ManoObraDTO$1 {
|
|
931
931
|
Codigo: string;
|
|
932
932
|
Nombre: string;
|
|
933
933
|
UnidadMedida: string;
|
|
934
934
|
}
|
|
935
935
|
|
|
936
|
-
declare class PeriodoDTO$
|
|
936
|
+
declare class PeriodoDTO$1 {
|
|
937
937
|
FechaInicio: Date;
|
|
938
938
|
FechaFin: Date;
|
|
939
939
|
FechaMaxima: Date;
|
|
@@ -952,11 +952,11 @@ declare class BaremosAlemaniaENTITY {
|
|
|
952
952
|
Contrato: string;
|
|
953
953
|
ZonaAsignada: string;
|
|
954
954
|
Agencia: string;
|
|
955
|
-
Cuadrilla: CuadrillaDTO$
|
|
956
|
-
Empresa: EmpresaDTO$
|
|
955
|
+
Cuadrilla: CuadrillaDTO$1;
|
|
956
|
+
Empresa: EmpresaDTO$2;
|
|
957
957
|
Especialidad: CodigoNombreDTO;
|
|
958
958
|
Actividad: CodigoNombreDTO;
|
|
959
|
-
ManoObra: ManoObraDTO$
|
|
959
|
+
ManoObra: ManoObraDTO$1;
|
|
960
960
|
MaterialesUtilizados: Array<any>;
|
|
961
961
|
MaterialesRetirados: Array<any>;
|
|
962
962
|
Cantidad: number;
|
|
@@ -965,12 +965,12 @@ declare class BaremosAlemaniaENTITY {
|
|
|
965
965
|
PrecioContratista: number;
|
|
966
966
|
Simbolo: string;
|
|
967
967
|
Moneda: string;
|
|
968
|
-
Periodo: PeriodoDTO$
|
|
968
|
+
Periodo: PeriodoDTO$1;
|
|
969
969
|
Anio: number;
|
|
970
970
|
Mes: number;
|
|
971
971
|
}
|
|
972
972
|
|
|
973
|
-
declare class PeriodoDTO
|
|
973
|
+
declare class PeriodoDTO {
|
|
974
974
|
FechaInicio: Date;
|
|
975
975
|
FechaFin: Date;
|
|
976
976
|
FechaMaxima: Date;
|
|
@@ -979,25 +979,25 @@ declare class PeriodoDTO$1 {
|
|
|
979
979
|
Codigo: string;
|
|
980
980
|
}
|
|
981
981
|
|
|
982
|
-
declare class CuadrillaDTO
|
|
982
|
+
declare class CuadrillaDTO {
|
|
983
983
|
Codigo: string;
|
|
984
984
|
Descripcion: string;
|
|
985
985
|
Identificacion: string;
|
|
986
986
|
}
|
|
987
987
|
|
|
988
|
-
declare class EmpresaDTO$
|
|
988
|
+
declare class EmpresaDTO$1 {
|
|
989
989
|
Codigo: string;
|
|
990
990
|
RazonSocial: string;
|
|
991
991
|
Propia: string;
|
|
992
992
|
}
|
|
993
993
|
|
|
994
|
-
declare class ManoObraDTO
|
|
994
|
+
declare class ManoObraDTO {
|
|
995
995
|
Codigo: string;
|
|
996
996
|
Nombre: string;
|
|
997
997
|
UnidadMedida: string;
|
|
998
998
|
}
|
|
999
999
|
|
|
1000
|
-
declare class UnidadMedidaDTO
|
|
1000
|
+
declare class UnidadMedidaDTO {
|
|
1001
1001
|
Codigo: string;
|
|
1002
1002
|
Nombre: string;
|
|
1003
1003
|
UnidadMedida: string;
|
|
@@ -1010,12 +1010,12 @@ declare class BaremosChileENTITY {
|
|
|
1010
1010
|
ID_GOM: number;
|
|
1011
1011
|
ZonaAsignada: string;
|
|
1012
1012
|
Agencia: string;
|
|
1013
|
-
Cuadrilla: CuadrillaDTO
|
|
1014
|
-
Empresa: EmpresaDTO$
|
|
1013
|
+
Cuadrilla: CuadrillaDTO;
|
|
1014
|
+
Empresa: EmpresaDTO$1;
|
|
1015
1015
|
Especialidad: CodigoNombreDTO;
|
|
1016
1016
|
Actividad: CodigoNombreDTO;
|
|
1017
|
-
ManoObra: ManoObraDTO
|
|
1018
|
-
UnidadObra: UnidadMedidaDTO
|
|
1017
|
+
ManoObra: ManoObraDTO;
|
|
1018
|
+
UnidadObra: UnidadMedidaDTO;
|
|
1019
1019
|
MaterialesUtilizados: Array<any>;
|
|
1020
1020
|
MaterialesRetirados: Array<any>;
|
|
1021
1021
|
Cantidad: number;
|
|
@@ -1024,12 +1024,12 @@ declare class BaremosChileENTITY {
|
|
|
1024
1024
|
PrecioContratista: number;
|
|
1025
1025
|
Simbolo: string;
|
|
1026
1026
|
Moneda: string;
|
|
1027
|
-
Periodo: PeriodoDTO
|
|
1027
|
+
Periodo: PeriodoDTO;
|
|
1028
1028
|
Anio: number;
|
|
1029
1029
|
Mes: number;
|
|
1030
1030
|
}
|
|
1031
1031
|
|
|
1032
|
-
declare class
|
|
1032
|
+
declare class PeriodoLiberacionPagosDTO {
|
|
1033
1033
|
ID_Periodo: number;
|
|
1034
1034
|
FechaInicio: Date;
|
|
1035
1035
|
FechaFin: Date;
|
|
@@ -1040,31 +1040,39 @@ declare class PeriodoDTO {
|
|
|
1040
1040
|
Codigo: string;
|
|
1041
1041
|
}
|
|
1042
1042
|
|
|
1043
|
-
declare class
|
|
1043
|
+
declare class CuadrillaLiberacionPagosDTO {
|
|
1044
1044
|
Codigo: string;
|
|
1045
1045
|
Descripcion: string;
|
|
1046
1046
|
Identificacion: string;
|
|
1047
1047
|
}
|
|
1048
1048
|
|
|
1049
|
-
declare class
|
|
1049
|
+
declare class EmpresaLiberacionPagosDTO {
|
|
1050
1050
|
Codigo: string;
|
|
1051
1051
|
RazonSocial: string;
|
|
1052
1052
|
Propia: string;
|
|
1053
1053
|
}
|
|
1054
1054
|
|
|
1055
|
-
declare class
|
|
1055
|
+
declare class ManoObraLiberacionPagosDTO {
|
|
1056
1056
|
Codigo: string;
|
|
1057
1057
|
Nombre: string;
|
|
1058
1058
|
UnidadMedida: string;
|
|
1059
1059
|
}
|
|
1060
1060
|
|
|
1061
|
-
declare class
|
|
1061
|
+
declare class CambiosEstadosFaseLiberacionPagosDTO {
|
|
1062
|
+
NroDocumento: string;
|
|
1063
|
+
UsuarioCambio: UsuarioDTO;
|
|
1064
|
+
FechaCambio: Date;
|
|
1065
|
+
Anexos: FilesDocDTO[];
|
|
1066
|
+
EstadoFase: string;
|
|
1067
|
+
}
|
|
1068
|
+
|
|
1069
|
+
declare class UnidadMedidaLiberacionPagosDTO {
|
|
1062
1070
|
Codigo: string;
|
|
1063
1071
|
Nombre: string;
|
|
1064
1072
|
UnidadMedida: string;
|
|
1065
1073
|
}
|
|
1066
1074
|
|
|
1067
|
-
declare class
|
|
1075
|
+
declare class Ultima_FaseLiberacionPagosDTO {
|
|
1068
1076
|
ID_Fase: number;
|
|
1069
1077
|
TipoFase: number;
|
|
1070
1078
|
Descripcion: string;
|
|
@@ -1076,10 +1084,10 @@ declare class Ultima_FaseDTO {
|
|
|
1076
1084
|
NroDocumento: string;
|
|
1077
1085
|
UsuarioDocumento: UsuarioDTO;
|
|
1078
1086
|
FechaDocumento: Date;
|
|
1079
|
-
Periodo:
|
|
1087
|
+
Periodo: PeriodoLiberacionPagosDTO;
|
|
1080
1088
|
}
|
|
1081
1089
|
|
|
1082
|
-
declare class
|
|
1090
|
+
declare class Ultimo_Estado_InternoLiberacionPagosDTO {
|
|
1083
1091
|
ID_EstadoInterno: number;
|
|
1084
1092
|
ID_EstadoInternoPadre: number;
|
|
1085
1093
|
Fecha: Date;
|
|
@@ -1111,16 +1119,16 @@ declare class LiberacionDePagosAlemaniaENTITY {
|
|
|
1111
1119
|
ID_GOM: number;
|
|
1112
1120
|
ZonaAsignada: string;
|
|
1113
1121
|
Agencia: string;
|
|
1114
|
-
Cuadrilla:
|
|
1115
|
-
Empresa:
|
|
1122
|
+
Cuadrilla: CuadrillaLiberacionPagosDTO;
|
|
1123
|
+
Empresa: EmpresaLiberacionPagosDTO;
|
|
1116
1124
|
Especialidad: CodigoNombreDTO;
|
|
1117
1125
|
Actividad: CodigoNombreDTO;
|
|
1118
|
-
ManoObra:
|
|
1119
|
-
UnidadObra:
|
|
1126
|
+
ManoObra: ManoObraLiberacionPagosDTO;
|
|
1127
|
+
UnidadObra: UnidadMedidaLiberacionPagosDTO;
|
|
1120
1128
|
LineaCodigoCub: string;
|
|
1121
1129
|
ID: string;
|
|
1122
|
-
Ultima_Fase:
|
|
1123
|
-
Ultimo_Estado_Interno:
|
|
1130
|
+
Ultima_Fase: Ultima_FaseLiberacionPagosDTO;
|
|
1131
|
+
Ultimo_Estado_Interno: Ultimo_Estado_InternoLiberacionPagosDTO;
|
|
1124
1132
|
CoeficienteMaterial: number;
|
|
1125
1133
|
Cantidad: number;
|
|
1126
1134
|
PuntoBaremo: number;
|
|
@@ -1134,7 +1142,8 @@ declare class LiberacionDePagosAlemaniaENTITY {
|
|
|
1134
1142
|
MO_Total: number;
|
|
1135
1143
|
EstadoFase: string;
|
|
1136
1144
|
FechaDocumento: Date;
|
|
1137
|
-
Periodo:
|
|
1145
|
+
Periodo: PeriodoLiberacionPagosDTO;
|
|
1146
|
+
CambiosEstadosFase: CambiosEstadosFaseLiberacionPagosDTO[];
|
|
1138
1147
|
}
|
|
1139
1148
|
|
|
1140
1149
|
declare class ConsumoMaterialENTITY {
|
|
@@ -1374,7 +1383,7 @@ declare class ItemENTITY {
|
|
|
1374
1383
|
Nombre: string;
|
|
1375
1384
|
Descripcion: string;
|
|
1376
1385
|
Variante: CodigoNombreDTO[];
|
|
1377
|
-
UnidadMedida: UnidadMedidaDTO$
|
|
1386
|
+
UnidadMedida: UnidadMedidaDTO$1[];
|
|
1378
1387
|
Ind_SB: string;
|
|
1379
1388
|
Merma: boolean;
|
|
1380
1389
|
Decimales: boolean;
|
|
@@ -2034,4 +2043,4 @@ declare class LiquidadaTOAENTITY {
|
|
|
2034
2043
|
Bitacora: BitacoraLiqDTO[];
|
|
2035
2044
|
}
|
|
2036
2045
|
|
|
2037
|
-
export { AgenciaENTITY, AlmacenDTO, AlmacenENTITY, AlmacenLogisticaDTO, AlmacenUsuarioGIADTO, AsignacionGomDTO, AtencionOrdenesLiquidadasENTITY, AtiendeBodegaDTO, BaremosAlemaniaENTITY, BaremosChileENTITY, BitacoraAntiguaDTO, BitacoraDTO, BitacoraLiqDTO, BitacoraOpcionSitemaDTO, BodegaENTITY, ClienteDTO, Cliente_ContratistaDTO, CodigoDescripcionDTO, CodigoNombreDTO, CodigoNombreUMDTO, CodigoRazonSocialDTO, ConsumoMaterialENTITY, ContratistasDTO, ContratoDTO, ContratoOTDTO, ConversionLogisticaDTO, CoordenadasDTO, DataCatalogoItemDTO, DatoUsuarioTipoOpcionDto, DatosAreaPersonalDTO, DatosGIADTO, DatosGeneralesDTO, DatosGeneralesPersonalDTO, DatosItemDTO, DatosPrecioMaterialDTO, DatosReferenciaDTO, DatosTrabajoCatalogoDTO, DatosTrabajoUsuarioDTO, DatosTransportistaChileDTO, DatosTransportistaDTO, DelegacionDTO, DelegacionZonalesDTO, DestinatarioDTO, DetalleDTO, DetalleManoObraChileDTO, DevolucionAlmacenENTITY, EECC_DTO, EmpresaDTO$
|
|
2046
|
+
export { AgenciaENTITY, AlmacenDTO, AlmacenENTITY, AlmacenLogisticaDTO, AlmacenUsuarioGIADTO, AsignacionGomDTO, AtencionOrdenesLiquidadasENTITY, AtiendeBodegaDTO, BaremosAlemaniaENTITY, BaremosChileENTITY, BitacoraAntiguaDTO, BitacoraDTO, BitacoraLiqDTO, BitacoraOpcionSitemaDTO, BodegaENTITY, ClienteDTO, Cliente_ContratistaDTO, CodigoDescripcionDTO, CodigoNombreDTO, CodigoNombreUMDTO, CodigoRazonSocialDTO, ConsumoMaterialENTITY, ContratistasDTO, ContratoDTO, ContratoOTDTO, ConversionLogisticaDTO, CoordenadasDTO, DataCatalogoItemDTO, DatoUsuarioTipoOpcionDto, DatosAreaPersonalDTO, DatosGIADTO, DatosGeneralesDTO, DatosGeneralesPersonalDTO, DatosItemDTO, DatosPrecioMaterialDTO, DatosReferenciaDTO, DatosTrabajoCatalogoDTO, DatosTrabajoUsuarioDTO, DatosTransportistaChileDTO, DatosTransportistaDTO, DelegacionDTO, DelegacionZonalesDTO, DestinatarioDTO, DetalleDTO, DetalleManoObraChileDTO, DevolucionAlmacenENTITY, EECC_DTO, EmpresaDTO$3 as EmpresaDTO, EmpresaENTITY, EmpresaLogisticaDTO, EmpresaPersonalDTO, EmpresaStockPersonalDTO, EmpresaUsuarioDTO, EmpresaValDTO, EquipoLogisticaDTO, EquiposDTO, EstadoAntiguoDTO, EstadoDTO, EstadoHPListDTO, EstadoIntegracionDTO, EstadoInternoDTO, type EstadoLiq, EstadoLiqDTO, type EstadoVal, FamiliaItemDTO, FaseDTO, FaseENTITY, FechaDTO, FilesDocDTO, FlujoDocDTO, FotoDTO, FotosDTO, FotosSSTDTO, GranFamiliaItemDTO, GrupoEmpresaDTO, HistoricoEmpresasDTO, HitoDTO, IngresoAlmacenENTITY, InventarioLiqDTO, InventarioValDTO, ItemCantidadesDTO, ItemDTO, ItemDetalleLogisticaDTO, ItemENTITY, ItemLogisticaDTO, KeyIntegracionENTITY, LiberacionDePagosAlemaniaENTITY, LiquidadaTOAENTITY, LogAlmacenDTO, LogDTO, LogModificarDTO, LogRegisterDTO, LoteDTO$1 as LoteDTO, MailStructureENTITY, ManoObraBaremoDTO, ManoObraGlobalENTITY, MaterialAmapDTO, MaterialLogisticaDTO, MovimientoAlmacenDTO, MovimientoAlmacenENTITY, NombreDescripcionDTO, OTDTO, OTGlobalDTO, OpcionSistemaENTITY, OptionCatalogoDTO, PaisStockPersonalDTO, ParteDiarioDTO, PerfilENTITY, PermisosAppDTO, PersonalENTITY, PersonalLogisticaDTO$1 as PersonalLogisticaDTO, PreciosVigentesDTO, ProductosServiciosLiqDTO, ProductosServiciosValDTO, ProfileDTO, RepresentanteLegalDTO, ReservaENTITY, SalidaAlmacenENTITY, SincronizacionPersonalDTO, SistemaDto, SizeDTO, SocketDTO, StockAlmacenEquiposENTITY, StockPersonalENTITY, StockPersonalEquiposENTITY, SubEstadoInternoDTO, TecnicoValDTO, TipoAlmacenDTO, TipoDocumentoIdentidadDTO, TipoDocumentoUsuarioDTO, TipoEmpresaDTO, type TipoLiq, TipoMiembroGrupoEmpresaDTO, TipoMovimientoAlmacenDTO, TipoMovimientoAlmacenENTITY, TipoOpcionDto, TipoStockStockPersonalDTO, type TipoVal, TrabajoAlemaniaENTITY, TrabajoENTITY, TransaccionFoliosENTITY, TransaccionesDTO, UbicacionAlmacenDTO, UbicacionDTO, Ultima_PreLiquidacionAlemaniaDTO, UnidadMedidaDTO$1 as UnidadMedidaDTO, UpdateUltimaFaseFacturacionDTO, UsuarioBitacoraDTO, UsuarioDTO, UsuarioENTITY, UsuarioEdicionDTO, UsuarioID_UsuarioDTO, UsuarioLogisticaDTO, ValidadoDTO, ValorizacionAlemaniaDTO, ValorizadaTOAENTITY, VarianteDTO, VigenciaDTO, WBEDTO, ZonaTrabajoDTO, ZonalesDTO, type typeEstado, type typeEstadoNroDocumento, type typeFuente, type typeTipo, validateAndFormatData };
|
package/dist/index.d.ts
CHANGED
|
@@ -107,7 +107,7 @@ declare class DetalleDTO {
|
|
|
107
107
|
Estado: EstadoDTO;
|
|
108
108
|
}
|
|
109
109
|
|
|
110
|
-
declare class EmpresaDTO$
|
|
110
|
+
declare class EmpresaDTO$3 {
|
|
111
111
|
Codigo: string;
|
|
112
112
|
RazonSocial: string;
|
|
113
113
|
Propia: boolean;
|
|
@@ -271,7 +271,7 @@ declare class GranFamiliaItemDTO {
|
|
|
271
271
|
Nombre: string;
|
|
272
272
|
}
|
|
273
273
|
|
|
274
|
-
declare class UnidadMedidaDTO$
|
|
274
|
+
declare class UnidadMedidaDTO$1 {
|
|
275
275
|
ID_UnidadMedida: number;
|
|
276
276
|
Nombre: string;
|
|
277
277
|
}
|
|
@@ -282,7 +282,7 @@ declare class ItemDetalleLogisticaDTO {
|
|
|
282
282
|
Nombre: string;
|
|
283
283
|
Descripcion: string;
|
|
284
284
|
Variante: CodigoNombreDTO;
|
|
285
|
-
UnidadMedida: UnidadMedidaDTO$
|
|
285
|
+
UnidadMedida: UnidadMedidaDTO$1;
|
|
286
286
|
GranFamiliaItem: GranFamiliaItemDTO;
|
|
287
287
|
FamiliaItem: FamiliaItemDTO;
|
|
288
288
|
Ind_SB: string;
|
|
@@ -323,7 +323,7 @@ declare class PersonalLogisticaDTO$1 {
|
|
|
323
323
|
Apellidos: string;
|
|
324
324
|
Nombres: string;
|
|
325
325
|
Lotes: LoteDTO$1[];
|
|
326
|
-
Empresa: EmpresaDTO$
|
|
326
|
+
Empresa: EmpresaDTO$3;
|
|
327
327
|
Firma: string;
|
|
328
328
|
}
|
|
329
329
|
|
|
@@ -490,7 +490,7 @@ declare class ItemDTO {
|
|
|
490
490
|
Nombre: string;
|
|
491
491
|
Descripcion: string;
|
|
492
492
|
Variante: VarianteDTO;
|
|
493
|
-
UnidadMedida: UnidadMedidaDTO$
|
|
493
|
+
UnidadMedida: UnidadMedidaDTO$1;
|
|
494
494
|
Ind_SB: string;
|
|
495
495
|
Lote: string;
|
|
496
496
|
Cantidad: number;
|
|
@@ -534,7 +534,7 @@ declare class ContrataDTO {
|
|
|
534
534
|
Estados_Internos: EstadoInternoDTO[];
|
|
535
535
|
}
|
|
536
536
|
|
|
537
|
-
declare class PeriodoDTO$
|
|
537
|
+
declare class PeriodoDTO$2 {
|
|
538
538
|
ID_Periodo: number;
|
|
539
539
|
Codigo: string;
|
|
540
540
|
FechaInicio: Date;
|
|
@@ -547,7 +547,7 @@ declare class PeriodoDTO$3 {
|
|
|
547
547
|
declare class CertificacionProduccionDTO {
|
|
548
548
|
Mes: number;
|
|
549
549
|
Anio: number;
|
|
550
|
-
UltimoPeriodo: PeriodoDTO$
|
|
550
|
+
UltimoPeriodo: PeriodoDTO$2;
|
|
551
551
|
UsuarioEdicion: UsuarioEdicionDTO;
|
|
552
552
|
FechaRegistro: Date;
|
|
553
553
|
}
|
|
@@ -557,7 +557,7 @@ declare class MaterialesDTO {
|
|
|
557
557
|
CodigoLlave: string;
|
|
558
558
|
Descripcion: string;
|
|
559
559
|
Estado: EstadoDTO;
|
|
560
|
-
UnidadMedida: UnidadMedidaDTO$
|
|
560
|
+
UnidadMedida: UnidadMedidaDTO$1;
|
|
561
561
|
Cantidad: number;
|
|
562
562
|
CantidadStock: number;
|
|
563
563
|
CantidadSinStock: number;
|
|
@@ -698,7 +698,7 @@ declare class Ultima_asignacionDTO {
|
|
|
698
698
|
Turno: TurnoDTO;
|
|
699
699
|
Fecha: Date;
|
|
700
700
|
Usuario: UsuarioDTO;
|
|
701
|
-
Empresa: EmpresaDTO$
|
|
701
|
+
Empresa: EmpresaDTO$3;
|
|
702
702
|
Valorizaciones: ValorizacionesDTO[];
|
|
703
703
|
}
|
|
704
704
|
|
|
@@ -761,7 +761,7 @@ declare class FaseDTO {
|
|
|
761
761
|
NroDocumento: string;
|
|
762
762
|
UsuarioDocumento: UsuarioDTO;
|
|
763
763
|
FechaDocumento: Date;
|
|
764
|
-
UltimoPeriodo: PeriodoDTO$
|
|
764
|
+
UltimoPeriodo: PeriodoDTO$2;
|
|
765
765
|
}
|
|
766
766
|
|
|
767
767
|
declare class ValorizacionAlemaniaDTO {
|
|
@@ -882,7 +882,7 @@ declare class MaterialLogisticaDTO {
|
|
|
882
882
|
ID_Item: number;
|
|
883
883
|
Codigo: string;
|
|
884
884
|
Descripcion: string;
|
|
885
|
-
Unidad: UnidadMedidaDTO$
|
|
885
|
+
Unidad: UnidadMedidaDTO$1;
|
|
886
886
|
CantidadMax: number;
|
|
887
887
|
}
|
|
888
888
|
|
|
@@ -908,32 +908,32 @@ declare class ManoObraGlobalENTITY {
|
|
|
908
908
|
Codigo: string;
|
|
909
909
|
Alcance: string;
|
|
910
910
|
ContratoOT: ContratoOTDTO;
|
|
911
|
-
Unidad: UnidadMedidaDTO$
|
|
911
|
+
Unidad: UnidadMedidaDTO$1;
|
|
912
912
|
Material: MaterialAmapDTO[];
|
|
913
913
|
DetalleChile: DetalleManoObraChileDTO;
|
|
914
914
|
Bitacora: BitacoraDTO[];
|
|
915
915
|
Estado: EstadoDTO;
|
|
916
916
|
}
|
|
917
917
|
|
|
918
|
-
declare class CuadrillaDTO$
|
|
918
|
+
declare class CuadrillaDTO$1 {
|
|
919
919
|
Codigo: string;
|
|
920
920
|
Descripcion: string;
|
|
921
921
|
Identificacion: string;
|
|
922
922
|
}
|
|
923
923
|
|
|
924
|
-
declare class EmpresaDTO$
|
|
924
|
+
declare class EmpresaDTO$2 {
|
|
925
925
|
Codigo: string;
|
|
926
926
|
RazonSocial: string;
|
|
927
927
|
Propia: string;
|
|
928
928
|
}
|
|
929
929
|
|
|
930
|
-
declare class ManoObraDTO$
|
|
930
|
+
declare class ManoObraDTO$1 {
|
|
931
931
|
Codigo: string;
|
|
932
932
|
Nombre: string;
|
|
933
933
|
UnidadMedida: string;
|
|
934
934
|
}
|
|
935
935
|
|
|
936
|
-
declare class PeriodoDTO$
|
|
936
|
+
declare class PeriodoDTO$1 {
|
|
937
937
|
FechaInicio: Date;
|
|
938
938
|
FechaFin: Date;
|
|
939
939
|
FechaMaxima: Date;
|
|
@@ -952,11 +952,11 @@ declare class BaremosAlemaniaENTITY {
|
|
|
952
952
|
Contrato: string;
|
|
953
953
|
ZonaAsignada: string;
|
|
954
954
|
Agencia: string;
|
|
955
|
-
Cuadrilla: CuadrillaDTO$
|
|
956
|
-
Empresa: EmpresaDTO$
|
|
955
|
+
Cuadrilla: CuadrillaDTO$1;
|
|
956
|
+
Empresa: EmpresaDTO$2;
|
|
957
957
|
Especialidad: CodigoNombreDTO;
|
|
958
958
|
Actividad: CodigoNombreDTO;
|
|
959
|
-
ManoObra: ManoObraDTO$
|
|
959
|
+
ManoObra: ManoObraDTO$1;
|
|
960
960
|
MaterialesUtilizados: Array<any>;
|
|
961
961
|
MaterialesRetirados: Array<any>;
|
|
962
962
|
Cantidad: number;
|
|
@@ -965,12 +965,12 @@ declare class BaremosAlemaniaENTITY {
|
|
|
965
965
|
PrecioContratista: number;
|
|
966
966
|
Simbolo: string;
|
|
967
967
|
Moneda: string;
|
|
968
|
-
Periodo: PeriodoDTO$
|
|
968
|
+
Periodo: PeriodoDTO$1;
|
|
969
969
|
Anio: number;
|
|
970
970
|
Mes: number;
|
|
971
971
|
}
|
|
972
972
|
|
|
973
|
-
declare class PeriodoDTO
|
|
973
|
+
declare class PeriodoDTO {
|
|
974
974
|
FechaInicio: Date;
|
|
975
975
|
FechaFin: Date;
|
|
976
976
|
FechaMaxima: Date;
|
|
@@ -979,25 +979,25 @@ declare class PeriodoDTO$1 {
|
|
|
979
979
|
Codigo: string;
|
|
980
980
|
}
|
|
981
981
|
|
|
982
|
-
declare class CuadrillaDTO
|
|
982
|
+
declare class CuadrillaDTO {
|
|
983
983
|
Codigo: string;
|
|
984
984
|
Descripcion: string;
|
|
985
985
|
Identificacion: string;
|
|
986
986
|
}
|
|
987
987
|
|
|
988
|
-
declare class EmpresaDTO$
|
|
988
|
+
declare class EmpresaDTO$1 {
|
|
989
989
|
Codigo: string;
|
|
990
990
|
RazonSocial: string;
|
|
991
991
|
Propia: string;
|
|
992
992
|
}
|
|
993
993
|
|
|
994
|
-
declare class ManoObraDTO
|
|
994
|
+
declare class ManoObraDTO {
|
|
995
995
|
Codigo: string;
|
|
996
996
|
Nombre: string;
|
|
997
997
|
UnidadMedida: string;
|
|
998
998
|
}
|
|
999
999
|
|
|
1000
|
-
declare class UnidadMedidaDTO
|
|
1000
|
+
declare class UnidadMedidaDTO {
|
|
1001
1001
|
Codigo: string;
|
|
1002
1002
|
Nombre: string;
|
|
1003
1003
|
UnidadMedida: string;
|
|
@@ -1010,12 +1010,12 @@ declare class BaremosChileENTITY {
|
|
|
1010
1010
|
ID_GOM: number;
|
|
1011
1011
|
ZonaAsignada: string;
|
|
1012
1012
|
Agencia: string;
|
|
1013
|
-
Cuadrilla: CuadrillaDTO
|
|
1014
|
-
Empresa: EmpresaDTO$
|
|
1013
|
+
Cuadrilla: CuadrillaDTO;
|
|
1014
|
+
Empresa: EmpresaDTO$1;
|
|
1015
1015
|
Especialidad: CodigoNombreDTO;
|
|
1016
1016
|
Actividad: CodigoNombreDTO;
|
|
1017
|
-
ManoObra: ManoObraDTO
|
|
1018
|
-
UnidadObra: UnidadMedidaDTO
|
|
1017
|
+
ManoObra: ManoObraDTO;
|
|
1018
|
+
UnidadObra: UnidadMedidaDTO;
|
|
1019
1019
|
MaterialesUtilizados: Array<any>;
|
|
1020
1020
|
MaterialesRetirados: Array<any>;
|
|
1021
1021
|
Cantidad: number;
|
|
@@ -1024,12 +1024,12 @@ declare class BaremosChileENTITY {
|
|
|
1024
1024
|
PrecioContratista: number;
|
|
1025
1025
|
Simbolo: string;
|
|
1026
1026
|
Moneda: string;
|
|
1027
|
-
Periodo: PeriodoDTO
|
|
1027
|
+
Periodo: PeriodoDTO;
|
|
1028
1028
|
Anio: number;
|
|
1029
1029
|
Mes: number;
|
|
1030
1030
|
}
|
|
1031
1031
|
|
|
1032
|
-
declare class
|
|
1032
|
+
declare class PeriodoLiberacionPagosDTO {
|
|
1033
1033
|
ID_Periodo: number;
|
|
1034
1034
|
FechaInicio: Date;
|
|
1035
1035
|
FechaFin: Date;
|
|
@@ -1040,31 +1040,39 @@ declare class PeriodoDTO {
|
|
|
1040
1040
|
Codigo: string;
|
|
1041
1041
|
}
|
|
1042
1042
|
|
|
1043
|
-
declare class
|
|
1043
|
+
declare class CuadrillaLiberacionPagosDTO {
|
|
1044
1044
|
Codigo: string;
|
|
1045
1045
|
Descripcion: string;
|
|
1046
1046
|
Identificacion: string;
|
|
1047
1047
|
}
|
|
1048
1048
|
|
|
1049
|
-
declare class
|
|
1049
|
+
declare class EmpresaLiberacionPagosDTO {
|
|
1050
1050
|
Codigo: string;
|
|
1051
1051
|
RazonSocial: string;
|
|
1052
1052
|
Propia: string;
|
|
1053
1053
|
}
|
|
1054
1054
|
|
|
1055
|
-
declare class
|
|
1055
|
+
declare class ManoObraLiberacionPagosDTO {
|
|
1056
1056
|
Codigo: string;
|
|
1057
1057
|
Nombre: string;
|
|
1058
1058
|
UnidadMedida: string;
|
|
1059
1059
|
}
|
|
1060
1060
|
|
|
1061
|
-
declare class
|
|
1061
|
+
declare class CambiosEstadosFaseLiberacionPagosDTO {
|
|
1062
|
+
NroDocumento: string;
|
|
1063
|
+
UsuarioCambio: UsuarioDTO;
|
|
1064
|
+
FechaCambio: Date;
|
|
1065
|
+
Anexos: FilesDocDTO[];
|
|
1066
|
+
EstadoFase: string;
|
|
1067
|
+
}
|
|
1068
|
+
|
|
1069
|
+
declare class UnidadMedidaLiberacionPagosDTO {
|
|
1062
1070
|
Codigo: string;
|
|
1063
1071
|
Nombre: string;
|
|
1064
1072
|
UnidadMedida: string;
|
|
1065
1073
|
}
|
|
1066
1074
|
|
|
1067
|
-
declare class
|
|
1075
|
+
declare class Ultima_FaseLiberacionPagosDTO {
|
|
1068
1076
|
ID_Fase: number;
|
|
1069
1077
|
TipoFase: number;
|
|
1070
1078
|
Descripcion: string;
|
|
@@ -1076,10 +1084,10 @@ declare class Ultima_FaseDTO {
|
|
|
1076
1084
|
NroDocumento: string;
|
|
1077
1085
|
UsuarioDocumento: UsuarioDTO;
|
|
1078
1086
|
FechaDocumento: Date;
|
|
1079
|
-
Periodo:
|
|
1087
|
+
Periodo: PeriodoLiberacionPagosDTO;
|
|
1080
1088
|
}
|
|
1081
1089
|
|
|
1082
|
-
declare class
|
|
1090
|
+
declare class Ultimo_Estado_InternoLiberacionPagosDTO {
|
|
1083
1091
|
ID_EstadoInterno: number;
|
|
1084
1092
|
ID_EstadoInternoPadre: number;
|
|
1085
1093
|
Fecha: Date;
|
|
@@ -1111,16 +1119,16 @@ declare class LiberacionDePagosAlemaniaENTITY {
|
|
|
1111
1119
|
ID_GOM: number;
|
|
1112
1120
|
ZonaAsignada: string;
|
|
1113
1121
|
Agencia: string;
|
|
1114
|
-
Cuadrilla:
|
|
1115
|
-
Empresa:
|
|
1122
|
+
Cuadrilla: CuadrillaLiberacionPagosDTO;
|
|
1123
|
+
Empresa: EmpresaLiberacionPagosDTO;
|
|
1116
1124
|
Especialidad: CodigoNombreDTO;
|
|
1117
1125
|
Actividad: CodigoNombreDTO;
|
|
1118
|
-
ManoObra:
|
|
1119
|
-
UnidadObra:
|
|
1126
|
+
ManoObra: ManoObraLiberacionPagosDTO;
|
|
1127
|
+
UnidadObra: UnidadMedidaLiberacionPagosDTO;
|
|
1120
1128
|
LineaCodigoCub: string;
|
|
1121
1129
|
ID: string;
|
|
1122
|
-
Ultima_Fase:
|
|
1123
|
-
Ultimo_Estado_Interno:
|
|
1130
|
+
Ultima_Fase: Ultima_FaseLiberacionPagosDTO;
|
|
1131
|
+
Ultimo_Estado_Interno: Ultimo_Estado_InternoLiberacionPagosDTO;
|
|
1124
1132
|
CoeficienteMaterial: number;
|
|
1125
1133
|
Cantidad: number;
|
|
1126
1134
|
PuntoBaremo: number;
|
|
@@ -1134,7 +1142,8 @@ declare class LiberacionDePagosAlemaniaENTITY {
|
|
|
1134
1142
|
MO_Total: number;
|
|
1135
1143
|
EstadoFase: string;
|
|
1136
1144
|
FechaDocumento: Date;
|
|
1137
|
-
Periodo:
|
|
1145
|
+
Periodo: PeriodoLiberacionPagosDTO;
|
|
1146
|
+
CambiosEstadosFase: CambiosEstadosFaseLiberacionPagosDTO[];
|
|
1138
1147
|
}
|
|
1139
1148
|
|
|
1140
1149
|
declare class ConsumoMaterialENTITY {
|
|
@@ -1374,7 +1383,7 @@ declare class ItemENTITY {
|
|
|
1374
1383
|
Nombre: string;
|
|
1375
1384
|
Descripcion: string;
|
|
1376
1385
|
Variante: CodigoNombreDTO[];
|
|
1377
|
-
UnidadMedida: UnidadMedidaDTO$
|
|
1386
|
+
UnidadMedida: UnidadMedidaDTO$1[];
|
|
1378
1387
|
Ind_SB: string;
|
|
1379
1388
|
Merma: boolean;
|
|
1380
1389
|
Decimales: boolean;
|
|
@@ -2034,4 +2043,4 @@ declare class LiquidadaTOAENTITY {
|
|
|
2034
2043
|
Bitacora: BitacoraLiqDTO[];
|
|
2035
2044
|
}
|
|
2036
2045
|
|
|
2037
|
-
export { AgenciaENTITY, AlmacenDTO, AlmacenENTITY, AlmacenLogisticaDTO, AlmacenUsuarioGIADTO, AsignacionGomDTO, AtencionOrdenesLiquidadasENTITY, AtiendeBodegaDTO, BaremosAlemaniaENTITY, BaremosChileENTITY, BitacoraAntiguaDTO, BitacoraDTO, BitacoraLiqDTO, BitacoraOpcionSitemaDTO, BodegaENTITY, ClienteDTO, Cliente_ContratistaDTO, CodigoDescripcionDTO, CodigoNombreDTO, CodigoNombreUMDTO, CodigoRazonSocialDTO, ConsumoMaterialENTITY, ContratistasDTO, ContratoDTO, ContratoOTDTO, ConversionLogisticaDTO, CoordenadasDTO, DataCatalogoItemDTO, DatoUsuarioTipoOpcionDto, DatosAreaPersonalDTO, DatosGIADTO, DatosGeneralesDTO, DatosGeneralesPersonalDTO, DatosItemDTO, DatosPrecioMaterialDTO, DatosReferenciaDTO, DatosTrabajoCatalogoDTO, DatosTrabajoUsuarioDTO, DatosTransportistaChileDTO, DatosTransportistaDTO, DelegacionDTO, DelegacionZonalesDTO, DestinatarioDTO, DetalleDTO, DetalleManoObraChileDTO, DevolucionAlmacenENTITY, EECC_DTO, EmpresaDTO$
|
|
2046
|
+
export { AgenciaENTITY, AlmacenDTO, AlmacenENTITY, AlmacenLogisticaDTO, AlmacenUsuarioGIADTO, AsignacionGomDTO, AtencionOrdenesLiquidadasENTITY, AtiendeBodegaDTO, BaremosAlemaniaENTITY, BaremosChileENTITY, BitacoraAntiguaDTO, BitacoraDTO, BitacoraLiqDTO, BitacoraOpcionSitemaDTO, BodegaENTITY, ClienteDTO, Cliente_ContratistaDTO, CodigoDescripcionDTO, CodigoNombreDTO, CodigoNombreUMDTO, CodigoRazonSocialDTO, ConsumoMaterialENTITY, ContratistasDTO, ContratoDTO, ContratoOTDTO, ConversionLogisticaDTO, CoordenadasDTO, DataCatalogoItemDTO, DatoUsuarioTipoOpcionDto, DatosAreaPersonalDTO, DatosGIADTO, DatosGeneralesDTO, DatosGeneralesPersonalDTO, DatosItemDTO, DatosPrecioMaterialDTO, DatosReferenciaDTO, DatosTrabajoCatalogoDTO, DatosTrabajoUsuarioDTO, DatosTransportistaChileDTO, DatosTransportistaDTO, DelegacionDTO, DelegacionZonalesDTO, DestinatarioDTO, DetalleDTO, DetalleManoObraChileDTO, DevolucionAlmacenENTITY, EECC_DTO, EmpresaDTO$3 as EmpresaDTO, EmpresaENTITY, EmpresaLogisticaDTO, EmpresaPersonalDTO, EmpresaStockPersonalDTO, EmpresaUsuarioDTO, EmpresaValDTO, EquipoLogisticaDTO, EquiposDTO, EstadoAntiguoDTO, EstadoDTO, EstadoHPListDTO, EstadoIntegracionDTO, EstadoInternoDTO, type EstadoLiq, EstadoLiqDTO, type EstadoVal, FamiliaItemDTO, FaseDTO, FaseENTITY, FechaDTO, FilesDocDTO, FlujoDocDTO, FotoDTO, FotosDTO, FotosSSTDTO, GranFamiliaItemDTO, GrupoEmpresaDTO, HistoricoEmpresasDTO, HitoDTO, IngresoAlmacenENTITY, InventarioLiqDTO, InventarioValDTO, ItemCantidadesDTO, ItemDTO, ItemDetalleLogisticaDTO, ItemENTITY, ItemLogisticaDTO, KeyIntegracionENTITY, LiberacionDePagosAlemaniaENTITY, LiquidadaTOAENTITY, LogAlmacenDTO, LogDTO, LogModificarDTO, LogRegisterDTO, LoteDTO$1 as LoteDTO, MailStructureENTITY, ManoObraBaremoDTO, ManoObraGlobalENTITY, MaterialAmapDTO, MaterialLogisticaDTO, MovimientoAlmacenDTO, MovimientoAlmacenENTITY, NombreDescripcionDTO, OTDTO, OTGlobalDTO, OpcionSistemaENTITY, OptionCatalogoDTO, PaisStockPersonalDTO, ParteDiarioDTO, PerfilENTITY, PermisosAppDTO, PersonalENTITY, PersonalLogisticaDTO$1 as PersonalLogisticaDTO, PreciosVigentesDTO, ProductosServiciosLiqDTO, ProductosServiciosValDTO, ProfileDTO, RepresentanteLegalDTO, ReservaENTITY, SalidaAlmacenENTITY, SincronizacionPersonalDTO, SistemaDto, SizeDTO, SocketDTO, StockAlmacenEquiposENTITY, StockPersonalENTITY, StockPersonalEquiposENTITY, SubEstadoInternoDTO, TecnicoValDTO, TipoAlmacenDTO, TipoDocumentoIdentidadDTO, TipoDocumentoUsuarioDTO, TipoEmpresaDTO, type TipoLiq, TipoMiembroGrupoEmpresaDTO, TipoMovimientoAlmacenDTO, TipoMovimientoAlmacenENTITY, TipoOpcionDto, TipoStockStockPersonalDTO, type TipoVal, TrabajoAlemaniaENTITY, TrabajoENTITY, TransaccionFoliosENTITY, TransaccionesDTO, UbicacionAlmacenDTO, UbicacionDTO, Ultima_PreLiquidacionAlemaniaDTO, UnidadMedidaDTO$1 as UnidadMedidaDTO, UpdateUltimaFaseFacturacionDTO, UsuarioBitacoraDTO, UsuarioDTO, UsuarioENTITY, UsuarioEdicionDTO, UsuarioID_UsuarioDTO, UsuarioLogisticaDTO, ValidadoDTO, ValorizacionAlemaniaDTO, ValorizadaTOAENTITY, VarianteDTO, VigenciaDTO, WBEDTO, ZonaTrabajoDTO, ZonalesDTO, type typeEstado, type typeEstadoNroDocumento, type typeFuente, type typeTipo, validateAndFormatData };
|