sigo-entities 0.0.183 → 0.0.184
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 +281 -43
- package/dist/index.d.ts +281 -43
- package/dist/index.js +5681 -4282
- package/dist/index.mjs +5689 -4291
- 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
|
@@ -736,13 +736,13 @@ declare class ReservaManoObraRegularizacionENTITY {
|
|
|
736
736
|
Bitacora: BitacoraDTO[];
|
|
737
737
|
}
|
|
738
738
|
|
|
739
|
-
declare class ContrataDTO {
|
|
739
|
+
declare class ContrataDTO$1 {
|
|
740
740
|
FechaRegistro: Date;
|
|
741
741
|
Ultimo_Estado_Interno: EstadoInternoDTO;
|
|
742
742
|
Estados_Internos: EstadoInternoDTO[];
|
|
743
743
|
}
|
|
744
744
|
|
|
745
|
-
declare class PeriodoDTO$
|
|
745
|
+
declare class PeriodoDTO$4 {
|
|
746
746
|
ID_Periodo: number;
|
|
747
747
|
Codigo: string;
|
|
748
748
|
FechaInicio: Date;
|
|
@@ -752,15 +752,15 @@ declare class PeriodoDTO$3 {
|
|
|
752
752
|
Anio: number;
|
|
753
753
|
}
|
|
754
754
|
|
|
755
|
-
declare class CertificacionProduccionDTO {
|
|
755
|
+
declare class CertificacionProduccionDTO$1 {
|
|
756
756
|
Mes: number;
|
|
757
757
|
Anio: number;
|
|
758
|
-
UltimoPeriodo: PeriodoDTO$
|
|
758
|
+
UltimoPeriodo: PeriodoDTO$4;
|
|
759
759
|
UsuarioEdicion: UsuarioEdicionDTO;
|
|
760
760
|
FechaRegistro: Date;
|
|
761
761
|
}
|
|
762
762
|
|
|
763
|
-
declare class MaterialesDTO {
|
|
763
|
+
declare class MaterialesDTO$1 {
|
|
764
764
|
Codigo: string;
|
|
765
765
|
CodigoLlave: string;
|
|
766
766
|
Descripcion: string;
|
|
@@ -776,7 +776,7 @@ declare class MaterialesDTO {
|
|
|
776
776
|
Motivo: CodigoDescripcionDTO;
|
|
777
777
|
}
|
|
778
778
|
|
|
779
|
-
declare class DetalleChileDTO {
|
|
779
|
+
declare class DetalleChileDTO$1 {
|
|
780
780
|
Codigo: string;
|
|
781
781
|
Linea: string;
|
|
782
782
|
DirDesde: string;
|
|
@@ -805,7 +805,7 @@ declare class DetalleChileDTO {
|
|
|
805
805
|
PuntoBaremo: number;
|
|
806
806
|
}
|
|
807
807
|
|
|
808
|
-
declare class HomePassDTO {
|
|
808
|
+
declare class HomePassDTO$1 {
|
|
809
809
|
ID_HPListMO: number;
|
|
810
810
|
Type: string;
|
|
811
811
|
Cantidad: number;
|
|
@@ -818,7 +818,7 @@ declare class HomePassDTO {
|
|
|
818
818
|
HouseNumbreComplement: string;
|
|
819
819
|
}
|
|
820
820
|
|
|
821
|
-
declare class SubManoObraDTO {
|
|
821
|
+
declare class SubManoObraDTO$1 {
|
|
822
822
|
Codigo: string;
|
|
823
823
|
Nombre: string;
|
|
824
824
|
CantidadSMO: number;
|
|
@@ -834,9 +834,9 @@ declare class ValorizacionDTO {
|
|
|
834
834
|
CantidadUO: number;
|
|
835
835
|
Codigo: string;
|
|
836
836
|
Descripcion: string;
|
|
837
|
-
Contrata: ContrataDTO;
|
|
838
|
-
Certificacion: CertificacionProduccionDTO;
|
|
839
|
-
Produccion: CertificacionProduccionDTO;
|
|
837
|
+
Contrata: ContrataDTO$1;
|
|
838
|
+
Certificacion: CertificacionProduccionDTO$1;
|
|
839
|
+
Produccion: CertificacionProduccionDTO$1;
|
|
840
840
|
Ultimo_Estado_Interno: EstadoInternoDTO;
|
|
841
841
|
Estados: EstadoInternoDTO[];
|
|
842
842
|
FechaLiquidacion: Date;
|
|
@@ -853,16 +853,16 @@ declare class ValorizacionDTO {
|
|
|
853
853
|
Puntos: number;
|
|
854
854
|
Total: number;
|
|
855
855
|
Unidad: string;
|
|
856
|
-
MaterialesUtilizados: MaterialesDTO[];
|
|
857
|
-
MaterialesRetirados: MaterialesDTO[];
|
|
858
|
-
DetalleChile: DetalleChileDTO;
|
|
859
|
-
HomePass: HomePassDTO[];
|
|
860
|
-
SubManoObra: SubManoObraDTO[];
|
|
856
|
+
MaterialesUtilizados: MaterialesDTO$1[];
|
|
857
|
+
MaterialesRetirados: MaterialesDTO$1[];
|
|
858
|
+
DetalleChile: DetalleChileDTO$1;
|
|
859
|
+
HomePass: HomePassDTO$1[];
|
|
860
|
+
SubManoObra: SubManoObraDTO$1[];
|
|
861
861
|
PrecioContrata: number;
|
|
862
862
|
TotalContrata: number;
|
|
863
863
|
}
|
|
864
864
|
|
|
865
|
-
declare class EstadoHPListDTO {
|
|
865
|
+
declare class EstadoHPListDTO$1 {
|
|
866
866
|
Estado: boolean;
|
|
867
867
|
Especialidad: string;
|
|
868
868
|
}
|
|
@@ -871,18 +871,18 @@ declare class Ultima_PreLiquidacionDTO {
|
|
|
871
871
|
Personal: PersonalDTO;
|
|
872
872
|
Valorizacion: ValorizacionDTO[];
|
|
873
873
|
TipoMovil: CodigoDescripcionDTO;
|
|
874
|
-
OC: EstadoHPListDTO;
|
|
875
|
-
Soplado: EstadoHPListDTO;
|
|
876
|
-
Asfaltado: EstadoHPListDTO;
|
|
874
|
+
OC: EstadoHPListDTO$1;
|
|
875
|
+
Soplado: EstadoHPListDTO$1;
|
|
876
|
+
Asfaltado: EstadoHPListDTO$1;
|
|
877
877
|
}
|
|
878
878
|
|
|
879
|
-
declare class TurnoDTO {
|
|
879
|
+
declare class TurnoDTO$1 {
|
|
880
880
|
Codigo: string;
|
|
881
881
|
Hora_Fin: number;
|
|
882
882
|
Hora_Inicio: number;
|
|
883
883
|
}
|
|
884
884
|
|
|
885
|
-
declare class ValorizacionesDTO {
|
|
885
|
+
declare class ValorizacionesDTO$1 {
|
|
886
886
|
ID_AsignacionValorizacion: number;
|
|
887
887
|
ID_Amap: number;
|
|
888
888
|
Linea: string;
|
|
@@ -899,27 +899,27 @@ declare class ValorizacionesDTO {
|
|
|
899
899
|
Estado: EstadoDTO;
|
|
900
900
|
}
|
|
901
901
|
|
|
902
|
-
declare class Ultima_asignacionDTO {
|
|
902
|
+
declare class Ultima_asignacionDTO$1 {
|
|
903
903
|
Cuadrilla: CodigoDescripcionDTO;
|
|
904
904
|
Personal: PersonalDTO[];
|
|
905
905
|
TipoMovil: CodigoDescripcionDTO;
|
|
906
|
-
Turno: TurnoDTO;
|
|
906
|
+
Turno: TurnoDTO$1;
|
|
907
907
|
Fecha: Date;
|
|
908
908
|
Usuario: UsuarioDTO;
|
|
909
909
|
Empresa: EmpresaDTO$4;
|
|
910
|
-
Valorizaciones: ValorizacionesDTO[];
|
|
910
|
+
Valorizaciones: ValorizacionesDTO$1[];
|
|
911
911
|
}
|
|
912
912
|
|
|
913
|
-
declare class FotosSSTDTO {
|
|
913
|
+
declare class FotosSSTDTO$1 {
|
|
914
914
|
Titulo: string;
|
|
915
915
|
Descripcion: string;
|
|
916
916
|
Foto: FotosDTO;
|
|
917
917
|
}
|
|
918
918
|
|
|
919
|
-
declare class ParteDiarioDTO {
|
|
919
|
+
declare class ParteDiarioDTO$1 {
|
|
920
920
|
Codigo: string;
|
|
921
921
|
Fecha: Date;
|
|
922
|
-
Fotos_SST: FotosSSTDTO[];
|
|
922
|
+
Fotos_SST: FotosSSTDTO$1[];
|
|
923
923
|
Valorizaciones: number[];
|
|
924
924
|
Personal: PersonalDTO[];
|
|
925
925
|
Lider: PersonalDTO;
|
|
@@ -930,7 +930,7 @@ declare class ParteDiarioDTO {
|
|
|
930
930
|
EstadosInternos: EstadoInternoDTO[];
|
|
931
931
|
}
|
|
932
932
|
|
|
933
|
-
declare class UbicacionDTO {
|
|
933
|
+
declare class UbicacionDTO$1 {
|
|
934
934
|
ID_Direccion: number;
|
|
935
935
|
Direccion: string;
|
|
936
936
|
Localidad_Descrip: string;
|
|
@@ -949,12 +949,257 @@ declare class TrabajoENTITY {
|
|
|
949
949
|
Pais: CodigoNombreDTO;
|
|
950
950
|
Delegacion: CodigoNombreDTO;
|
|
951
951
|
ZonaAsignada: string;
|
|
952
|
-
Ubicacion: UbicacionDTO;
|
|
952
|
+
Ubicacion: UbicacionDTO$1;
|
|
953
953
|
Ultima_PreLiquidacion: Ultima_PreLiquidacionDTO;
|
|
954
|
-
Ultima_asignacion: Ultima_asignacionDTO;
|
|
954
|
+
Ultima_asignacion: Ultima_asignacionDTO$1;
|
|
955
955
|
Ultimo_Estado_Interno: EstadoInternoDTO;
|
|
956
956
|
Estados_Internos: EstadoInternoDTO[];
|
|
957
|
-
PartesDiarios: ParteDiarioDTO[];
|
|
957
|
+
PartesDiarios: ParteDiarioDTO$1[];
|
|
958
|
+
}
|
|
959
|
+
|
|
960
|
+
declare class FaseDTO$1 {
|
|
961
|
+
ID_Fase: number;
|
|
962
|
+
TipoFase: number;
|
|
963
|
+
Descripcion: string;
|
|
964
|
+
Porcentaje: number;
|
|
965
|
+
UsuarioCambio: UsuarioDTO;
|
|
966
|
+
FechaCambio: Date;
|
|
967
|
+
Observacion: string;
|
|
968
|
+
Anexos: FilesDocDTO[];
|
|
969
|
+
NroDocumento: string;
|
|
970
|
+
UsuarioDocumento: UsuarioDTO;
|
|
971
|
+
FechaDocumento: Date;
|
|
972
|
+
UltimoPeriodo: PeriodoDTO$4;
|
|
973
|
+
}
|
|
974
|
+
|
|
975
|
+
declare class ValorizacionAlemaniaDTO$1 {
|
|
976
|
+
ID_Valorizacion: number;
|
|
977
|
+
Amap: number;
|
|
978
|
+
Cantidad: number;
|
|
979
|
+
CantidadUO: number;
|
|
980
|
+
Codigo: string;
|
|
981
|
+
Descripcion: string;
|
|
982
|
+
Contrata: ContrataDTO$1;
|
|
983
|
+
Certificacion: CertificacionProduccionDTO$1;
|
|
984
|
+
Produccion: CertificacionProduccionDTO$1;
|
|
985
|
+
Ultimo_Estado_Interno: EstadoInternoDTO;
|
|
986
|
+
Estados: EstadoInternoDTO[];
|
|
987
|
+
Ultima_Fase: FaseDTO$1;
|
|
988
|
+
Fases: FaseDTO$1[];
|
|
989
|
+
FechaLiquidacion: Date;
|
|
990
|
+
Semana: number;
|
|
991
|
+
Calle: string;
|
|
992
|
+
Numero: string;
|
|
993
|
+
Anexos: FilesDocDTO[];
|
|
994
|
+
Fotos: FotoDTO[];
|
|
995
|
+
Moneda: string;
|
|
996
|
+
Simbolo: string;
|
|
997
|
+
Decimales: number;
|
|
998
|
+
Observaciones: string;
|
|
999
|
+
Precio: number;
|
|
1000
|
+
Puntos: number;
|
|
1001
|
+
Total: number;
|
|
1002
|
+
Unidad: string;
|
|
1003
|
+
MaterialesUtilizados: MaterialesDTO$1[];
|
|
1004
|
+
MaterialesRetirados: MaterialesDTO$1[];
|
|
1005
|
+
DetalleChile: DetalleChileDTO$1;
|
|
1006
|
+
HomePass: HomePassDTO$1[];
|
|
1007
|
+
SubManoObra: SubManoObraDTO$1[];
|
|
1008
|
+
PrecioContrata: number;
|
|
1009
|
+
TotalContrata: number;
|
|
1010
|
+
}
|
|
1011
|
+
|
|
1012
|
+
declare class Ultima_PreLiquidacionAlemaniaDTO$1 {
|
|
1013
|
+
Personal: PersonalDTO;
|
|
1014
|
+
Valorizacion: ValorizacionAlemaniaDTO$1[];
|
|
1015
|
+
TipoMovil: CodigoDescripcionDTO;
|
|
1016
|
+
OC: EstadoHPListDTO$1;
|
|
1017
|
+
Soplado: EstadoHPListDTO$1;
|
|
1018
|
+
Asfaltado: EstadoHPListDTO$1;
|
|
1019
|
+
}
|
|
1020
|
+
|
|
1021
|
+
declare class UpdateUltimaFaseFacturacionDTO {
|
|
1022
|
+
ID_Trabajo: number;
|
|
1023
|
+
ID_valorizacion: number;
|
|
1024
|
+
UltimaFaseFacturacion: FaseDTO$1;
|
|
1025
|
+
LineaCodigoCub: string;
|
|
1026
|
+
}
|
|
1027
|
+
|
|
1028
|
+
declare class TrabajoAlemaniaENTITY {
|
|
1029
|
+
ID_Trabajo: number;
|
|
1030
|
+
ID_GOM: number;
|
|
1031
|
+
GOM: string;
|
|
1032
|
+
Descripcion: string;
|
|
1033
|
+
FechaRegistro: Date;
|
|
1034
|
+
Pais: CodigoNombreDTO;
|
|
1035
|
+
Delegacion: CodigoNombreDTO;
|
|
1036
|
+
ZonaAsignada: string;
|
|
1037
|
+
Ubicacion: UbicacionDTO$1;
|
|
1038
|
+
Ultima_PreLiquidacion: Ultima_PreLiquidacionAlemaniaDTO$1;
|
|
1039
|
+
Ultima_asignacion: Ultima_asignacionDTO$1;
|
|
1040
|
+
Ultimo_Estado_Interno: EstadoInternoDTO;
|
|
1041
|
+
Estados_Internos: EstadoInternoDTO[];
|
|
1042
|
+
PartesDiarios: ParteDiarioDTO$1[];
|
|
1043
|
+
}
|
|
1044
|
+
|
|
1045
|
+
declare class EstadoHPListDTO {
|
|
1046
|
+
Estado: boolean;
|
|
1047
|
+
Especialidad: string;
|
|
1048
|
+
}
|
|
1049
|
+
|
|
1050
|
+
declare class FotosSSTDTO {
|
|
1051
|
+
Titulo: string;
|
|
1052
|
+
Descripcion: string;
|
|
1053
|
+
Foto: FotosDTO;
|
|
1054
|
+
}
|
|
1055
|
+
|
|
1056
|
+
declare class ParteDiarioDTO {
|
|
1057
|
+
Codigo: string;
|
|
1058
|
+
Fecha: Date;
|
|
1059
|
+
Fotos_SST: FotosSSTDTO[];
|
|
1060
|
+
Valorizaciones: number[];
|
|
1061
|
+
Personal: PersonalDTO[];
|
|
1062
|
+
Lider: PersonalDTO;
|
|
1063
|
+
UsuarioEdicion: UsuarioDTO;
|
|
1064
|
+
UsuarioAprobacion: UsuarioDTO;
|
|
1065
|
+
Novedad: string;
|
|
1066
|
+
UltimoEstadoInterno: EstadoInternoDTO;
|
|
1067
|
+
EstadosInternos: EstadoInternoDTO[];
|
|
1068
|
+
}
|
|
1069
|
+
|
|
1070
|
+
declare class UbicacionDTO {
|
|
1071
|
+
ID_Direccion: number;
|
|
1072
|
+
Direccion: string;
|
|
1073
|
+
Localidad_Descrip: string;
|
|
1074
|
+
Coordenadas: CoordenadasDTO;
|
|
1075
|
+
Municipio: string;
|
|
1076
|
+
Zona: string;
|
|
1077
|
+
Tipo_Zona: string;
|
|
1078
|
+
}
|
|
1079
|
+
|
|
1080
|
+
declare class PeriodoDTO$3 {
|
|
1081
|
+
ID_Periodo: number;
|
|
1082
|
+
Codigo: string;
|
|
1083
|
+
FechaInicio: Date;
|
|
1084
|
+
FechaFin?: Date | null;
|
|
1085
|
+
FechaMaxima?: Date | null;
|
|
1086
|
+
Mes: number;
|
|
1087
|
+
Anio: number;
|
|
1088
|
+
}
|
|
1089
|
+
|
|
1090
|
+
declare class CertificacionProduccionDTO {
|
|
1091
|
+
Mes: number;
|
|
1092
|
+
Anio: number;
|
|
1093
|
+
UltimoPeriodo: PeriodoDTO$3;
|
|
1094
|
+
UsuarioEdicion: UsuarioEdicionDTO;
|
|
1095
|
+
FechaRegistro: Date;
|
|
1096
|
+
}
|
|
1097
|
+
|
|
1098
|
+
declare class TurnoDTO {
|
|
1099
|
+
Codigo: string;
|
|
1100
|
+
Hora_Fin: number;
|
|
1101
|
+
Hora_Inicio: number;
|
|
1102
|
+
}
|
|
1103
|
+
|
|
1104
|
+
declare class ValorizacionesDTO {
|
|
1105
|
+
ID_AsignacionValorizacion: number;
|
|
1106
|
+
ID_Amap: number;
|
|
1107
|
+
Linea: string;
|
|
1108
|
+
Codigo: string;
|
|
1109
|
+
CantidadMO: number;
|
|
1110
|
+
CantidadUO: number;
|
|
1111
|
+
Especialidad: CodigoNombreDTO;
|
|
1112
|
+
Actividad: CodigoNombreDTO;
|
|
1113
|
+
Clave: CodigoNombreDTO;
|
|
1114
|
+
ManoObra: CodigoNombreUMDTO;
|
|
1115
|
+
UnidadObra: CodigoNombreUMDTO;
|
|
1116
|
+
LineaCodigoCub: string;
|
|
1117
|
+
CodigoCub: string;
|
|
1118
|
+
Estado: EstadoDTO;
|
|
1119
|
+
}
|
|
1120
|
+
|
|
1121
|
+
declare class Ultima_asignacionDTO {
|
|
1122
|
+
Cuadrilla: CodigoDescripcionDTO;
|
|
1123
|
+
Personal: PersonalDTO[];
|
|
1124
|
+
TipoMovil: CodigoDescripcionDTO;
|
|
1125
|
+
Turno: TurnoDTO;
|
|
1126
|
+
Fecha: Date;
|
|
1127
|
+
Usuario: UsuarioDTO;
|
|
1128
|
+
Empresa: EmpresaDTO$4;
|
|
1129
|
+
Valorizaciones: ValorizacionesDTO[];
|
|
1130
|
+
}
|
|
1131
|
+
|
|
1132
|
+
declare class ContrataDTO {
|
|
1133
|
+
FechaRegistro: Date;
|
|
1134
|
+
Ultimo_Estado_Interno: EstadoInternoDTO;
|
|
1135
|
+
Estados_Internos: EstadoInternoDTO[];
|
|
1136
|
+
}
|
|
1137
|
+
|
|
1138
|
+
declare class MaterialesDTO {
|
|
1139
|
+
Codigo: string;
|
|
1140
|
+
CodigoLlave: string;
|
|
1141
|
+
Descripcion: string;
|
|
1142
|
+
Estado: EstadoDTO;
|
|
1143
|
+
UnidadMedida: UnidadMedidaDTO$2;
|
|
1144
|
+
Cantidad: number;
|
|
1145
|
+
CantidadStock: number;
|
|
1146
|
+
CantidadSinStock: number;
|
|
1147
|
+
CantidadReutilizada: number;
|
|
1148
|
+
CantidadContratista: number;
|
|
1149
|
+
CantidadInformada: number;
|
|
1150
|
+
Accion: CodigoDescripcionDTO;
|
|
1151
|
+
Motivo: CodigoDescripcionDTO;
|
|
1152
|
+
}
|
|
1153
|
+
|
|
1154
|
+
declare class DetalleChileDTO {
|
|
1155
|
+
Codigo: string;
|
|
1156
|
+
Linea: string;
|
|
1157
|
+
DirDesde: string;
|
|
1158
|
+
AltDesde: string;
|
|
1159
|
+
DirHasta: string;
|
|
1160
|
+
AltHasta: string;
|
|
1161
|
+
Plano: string;
|
|
1162
|
+
Especialidad: CodigoNombreDTO;
|
|
1163
|
+
Actividad: CodigoNombreDTO;
|
|
1164
|
+
Clave: CodigoNombreDTO;
|
|
1165
|
+
Tarea: string;
|
|
1166
|
+
ManoObra: CodigoNombreUMDTO;
|
|
1167
|
+
UnidadObra: CodigoNombreUMDTO;
|
|
1168
|
+
HomePass: CodigoNombreDTO;
|
|
1169
|
+
LineaCodigoCub: string;
|
|
1170
|
+
CodigoCub: string;
|
|
1171
|
+
CanMOCub: number;
|
|
1172
|
+
CanMOInf: number;
|
|
1173
|
+
CanMOApr: number;
|
|
1174
|
+
CanUOCub: number;
|
|
1175
|
+
CanUOInf: number;
|
|
1176
|
+
TotalUO: number;
|
|
1177
|
+
CanUOApr: number;
|
|
1178
|
+
Origen: number;
|
|
1179
|
+
CodigoBarra: string;
|
|
1180
|
+
PuntoBaremo: number;
|
|
1181
|
+
}
|
|
1182
|
+
|
|
1183
|
+
declare class HomePassDTO {
|
|
1184
|
+
ID_HPListMO: number;
|
|
1185
|
+
Type: string;
|
|
1186
|
+
Cantidad: number;
|
|
1187
|
+
ID_AddressList: number;
|
|
1188
|
+
AddressID: string;
|
|
1189
|
+
Home_ID: string;
|
|
1190
|
+
ClientType: string;
|
|
1191
|
+
StreetName: string;
|
|
1192
|
+
HouseNumber: string;
|
|
1193
|
+
HouseNumbreComplement: string;
|
|
1194
|
+
}
|
|
1195
|
+
|
|
1196
|
+
declare class SubManoObraDTO {
|
|
1197
|
+
Codigo: string;
|
|
1198
|
+
Nombre: string;
|
|
1199
|
+
CantidadSMO: number;
|
|
1200
|
+
Cantidad: number;
|
|
1201
|
+
Total: number;
|
|
1202
|
+
Estado: EstadoDTO;
|
|
958
1203
|
}
|
|
959
1204
|
|
|
960
1205
|
declare class FaseDTO {
|
|
@@ -1018,16 +1263,9 @@ declare class Ultima_PreLiquidacionAlemaniaDTO {
|
|
|
1018
1263
|
Asfaltado: EstadoHPListDTO;
|
|
1019
1264
|
}
|
|
1020
1265
|
|
|
1021
|
-
declare class
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
|
-
UltimaFaseFacturacion: FaseDTO;
|
|
1025
|
-
LineaCodigoCub: string;
|
|
1026
|
-
}
|
|
1027
|
-
|
|
1028
|
-
declare class TrabajoAlemaniaENTITY {
|
|
1029
|
-
ID_Trabajo: number;
|
|
1030
|
-
ID_GOM: number;
|
|
1266
|
+
declare class TrabajoMacroObraAlemaniaENTITY {
|
|
1267
|
+
ID_TrabajoMacro: number;
|
|
1268
|
+
ID_MacroObra: number;
|
|
1031
1269
|
GOM: string;
|
|
1032
1270
|
Descripcion: string;
|
|
1033
1271
|
FechaRegistro: Date;
|
|
@@ -2605,4 +2843,4 @@ declare class LiquidadaTOAENTITY {
|
|
|
2605
2843
|
Bitacora: BitacoraLiqDTO[];
|
|
2606
2844
|
}
|
|
2607
2845
|
|
|
2608
|
-
export { AgenciaENTITY, AlmacenDTO, AlmacenENTITY, AlmacenLogisticaDTO, AlmacenUsuarioGIADTO, AreaGOMDTO, AreaGomDTO, AsignacionGomDTO, AtencionOrdenesLiquidadasENTITY, AtiendeBodegaDTO, BaremosAlemaniaENTITY, BaremosChileENTITY, BaremosColombiaENTITY, BitacoraAntiguaDTO, BitacoraDTO, BitacoraLiqDTO, BitacoraOpcionSitemaDTO, BodegaENTITY, CambioEstadoFacturadoRequest, CambioEstadoFaseRequest, CambiosEstadosFaseLiberacionPagosDTO, CausacionDTO, CentroCostosENTITY, CertificacionProduccionDTO, ClienteDTO, Cliente_ContratistaDTO, CodigoDescripcionDTO, type CodigoMovimientoAlmacen, CodigoNombreDTO, CodigoNombreUMDTO, CodigoRazonSocialDTO, ConsumoMaterialENTITY, ContratistasDTO, ContratoDTO, ContratoOTDTO, ContratoObraOTDTO, ConversionLogisticaDTO, CoordenadasDTO, CorteBobinaStockAlmacenDTO, CuadrillaLiberacionPagosDTO, DataAdicionalDTO, DataCatalogoItemDTO, DatoUsuarioTipoOpcionDto, DatosAreaPersonalDTO, DatosCatalogoMODTO, DatosGIADTO, DatosGeneralesDTO, DatosGeneralesPersonalDTO, DatosItemDTO, DatosManoObraGlobalDTO, DatosManoObraGlobalDetalleChileDTO, DatosPrecioEspecialidadDTO, DatosPrecioMaterialDTO, DatosReferenciaDTO, DatosTrabajoCatalogoDTO, DatosTrabajoUsuarioDTO, DatosTransportistaChileDTO, DatosTransportistaDTO, DatosUnidadObraMaterialDTO, DelegacionDTO, DelegacionZonalesDTO, DeleteBaremoFaseDTO, DestinatarioDTO, DetalleChileObraDTO, DetalleChileValorizacionManoObraDTO, DetalleChileValorizacionManoObraRegularizacionDTO, DetalleDTO, DetalleManoObraChileDTO, DevolucionAlmacenENTITY, EECC_DTO, EmpresaDTO$4 as EmpresaDTO, EmpresaENTITY, EmpresaLiberacionPagosDTO, EmpresaLogisticaDTO, EmpresaPersonalDTO, EmpresaProduccionDTO, EmpresaStockPersonalDTO, EmpresaUsuarioDTO, EmpresaValDTO, EquipoLogisticaDTO, EquiposDTO, EstadoAntiguoDTO, EstadoDTO, EstadoHPListDTO, EstadoIntegracionDTO, EstadoInternoDTO, EstadoInternoENTITY, EstadoInternoWithoutSubstateDTO, type EstadoLiq, EstadoLiqDTO, EstadoNotificacion, type EstadoVal, FacturaGeneradaDTO, FacturacionDTO, FamiliaItemDTO, FaseDTO, FaseENTITY, FechaDTO, FilesDocDTO, FlujoDocDTO, FotoDTO, FotosDTO, FotosSSTDTO, GOMDTO, GranFamiliaItemDTO, GrupoEmpresaDTO, HistoricoDTO, HistoricoEmpresasDTO, HitoDTO, IngresoAlmacenENTITY, InventarioLiqDTO, InventarioValDTO, ItemCantidadesDTO, ItemDTO, ItemDetalleLogisticaDTO, ItemENTITY, ItemLogisticaDTO, KeyIntegracionENTITY, LiberacionDePagosAlemaniaENTITY, LiquidadaTOAENTITY, LogAlmacenDTO, LogDTO, LogModificarDTO, LogRegisterDTO, LoteDTO$1 as LoteDTO, MailStructureENTITY, ManoObraBaremoDTO, ManoObraGlobalENTITY, ManoObraLiberacionPagosDTO, MaterialAmapDTO, MaterialLogisticaDTO, MovimientoAlmacenDTO, MovimientoAlmacenENTITY, NombreDescripcionDTO, NotasDTO, NotificacionesENTITY, OTDTO, OTGlobalDTO, ObraENTITY, OpcionSistemaENTITY, OperacionDataAdicional, OptionCatalogoDTO, PaisStockPersonalDTO, ParteDiarioDTO, PerfilesENTITY, PeriodoLiberacionPagosDTO, PermisosAppDTO, PersonalDTO, PersonalENTITY, PersonalLogisticaDTO$1 as PersonalLogisticaDTO, PreciosVigentesDTO, PresupuestadoTotalObraDTO, PresupuestadoTotalObraEmpresaCuadrillaDTO, PresupuestadoTotalObraEmpresaDTO, PrioridadNotificacion, ProductosServiciosLiqDTO, ProductosServiciosValDTO, ProfileDTO, RegularizacionPositivaNegativaDTO, RepresentanteLegalDTO, ReservaENTITY, ReservaManoObraENTITY, ReservaManoObraRegularizacionENTITY, SalidaAlmacenENTITY, SincronizacionPersonalDTO, SistemaDto, SistemaENTITY, SizeDTO, SocketDTO, StockAlmacenENTITY, StockAlmacenEquiposENTITY, StockPersonalENTITY, StockPersonalEquiposENTITY, SubEstadoInternoDTO, TecnicoValDTO, TipoAlmacenDTO, TipoDocumentoIdentidadDTO, TipoDocumentoUsuarioDTO, TipoEmpresaDTO, type TipoLiq, TipoMiembroGrupoEmpresaDTO, TipoMovimientoAlmacenDTO, TipoMovimientoAlmacenENTITY, TipoNotificacion, TipoOpcionDTO, TipoOpcionSistemaENTITY, TipoSistemaDTO, TipoStockStockPersonalDTO, type TipoVal, TotalGeneralObraDTO, TrabajoAlemaniaENTITY, TrabajoENTITY, TransaccionFoliosENTITY, TransaccionesDTO, UbicacionAlmacenDTO, UbicacionDTO, UbicacionObraDTO, Ultima_FaseLiberacionPagosDTO, Ultima_PreLiquidacionAlemaniaDTO, Ultimo_Estado_InternoLiberacionPagosDTO, UnidadMedidaDTO$2 as UnidadMedidaDTO, UnidadMedidaLiberacionPagosDTO, UpdateUltimaFaseFacturacionDTO, UsuarioBitacoraDTO, UsuarioDTO, UsuarioENTITY, UsuarioEdicionDTO, UsuarioID_UsuarioDTO, UsuarioLogisticaDTO, UsuarioRegistrarDTO, ValidadoDTO, ValorizacionAlemaniaDTO, ValorizacionManoObraDTO, ValorizacionManoObraRegularizacionDTO, ValorizadaTOAENTITY, VarianteDTO, VigenciaDTO, WBEDTO$1 as WBEDTO, ZonaTrabajoDTO, ZonalesDTO, convertStringsToDates, type typeEstado, type typeEstadoNroDocumento, type typeFuente, type typeTipo, validateAndFormatData };
|
|
2846
|
+
export { AgenciaENTITY, AlmacenDTO, AlmacenENTITY, AlmacenLogisticaDTO, AlmacenUsuarioGIADTO, AreaGOMDTO, AreaGomDTO, AsignacionGomDTO, AtencionOrdenesLiquidadasENTITY, AtiendeBodegaDTO, BaremosAlemaniaENTITY, BaremosChileENTITY, BaremosColombiaENTITY, BitacoraAntiguaDTO, BitacoraDTO, BitacoraLiqDTO, BitacoraOpcionSitemaDTO, BodegaENTITY, CambioEstadoFacturadoRequest, CambioEstadoFaseRequest, CambiosEstadosFaseLiberacionPagosDTO, CausacionDTO, CentroCostosENTITY, CertificacionProduccionDTO$1 as CertificacionProduccionDTO, ClienteDTO, Cliente_ContratistaDTO, CodigoDescripcionDTO, type CodigoMovimientoAlmacen, CodigoNombreDTO, CodigoNombreUMDTO, CodigoRazonSocialDTO, ConsumoMaterialENTITY, ContratistasDTO, ContratoDTO, ContratoOTDTO, ContratoObraOTDTO, ConversionLogisticaDTO, CoordenadasDTO, CorteBobinaStockAlmacenDTO, CuadrillaLiberacionPagosDTO, DataAdicionalDTO, DataCatalogoItemDTO, DatoUsuarioTipoOpcionDto, DatosAreaPersonalDTO, DatosCatalogoMODTO, DatosGIADTO, DatosGeneralesDTO, DatosGeneralesPersonalDTO, DatosItemDTO, DatosManoObraGlobalDTO, DatosManoObraGlobalDetalleChileDTO, DatosPrecioEspecialidadDTO, DatosPrecioMaterialDTO, DatosReferenciaDTO, DatosTrabajoCatalogoDTO, DatosTrabajoUsuarioDTO, DatosTransportistaChileDTO, DatosTransportistaDTO, DatosUnidadObraMaterialDTO, DelegacionDTO, DelegacionZonalesDTO, DeleteBaremoFaseDTO, DestinatarioDTO, DetalleChileObraDTO, DetalleChileValorizacionManoObraDTO, DetalleChileValorizacionManoObraRegularizacionDTO, DetalleDTO, DetalleManoObraChileDTO, DevolucionAlmacenENTITY, EECC_DTO, EmpresaDTO$4 as EmpresaDTO, EmpresaENTITY, EmpresaLiberacionPagosDTO, EmpresaLogisticaDTO, EmpresaPersonalDTO, EmpresaProduccionDTO, EmpresaStockPersonalDTO, EmpresaUsuarioDTO, EmpresaValDTO, EquipoLogisticaDTO, EquiposDTO, EstadoAntiguoDTO, EstadoDTO, EstadoHPListDTO$1 as EstadoHPListDTO, EstadoIntegracionDTO, EstadoInternoDTO, EstadoInternoENTITY, EstadoInternoWithoutSubstateDTO, type EstadoLiq, EstadoLiqDTO, EstadoNotificacion, type EstadoVal, FacturaGeneradaDTO, FacturacionDTO, FamiliaItemDTO, FaseDTO$1 as FaseDTO, FaseENTITY, FechaDTO, FilesDocDTO, FlujoDocDTO, FotoDTO, FotosDTO, FotosSSTDTO$1 as FotosSSTDTO, GOMDTO, GranFamiliaItemDTO, GrupoEmpresaDTO, HistoricoDTO, HistoricoEmpresasDTO, HitoDTO, IngresoAlmacenENTITY, InventarioLiqDTO, InventarioValDTO, ItemCantidadesDTO, ItemDTO, ItemDetalleLogisticaDTO, ItemENTITY, ItemLogisticaDTO, KeyIntegracionENTITY, LiberacionDePagosAlemaniaENTITY, LiquidadaTOAENTITY, LogAlmacenDTO, LogDTO, LogModificarDTO, LogRegisterDTO, LoteDTO$1 as LoteDTO, MailStructureENTITY, ManoObraBaremoDTO, ManoObraGlobalENTITY, ManoObraLiberacionPagosDTO, MaterialAmapDTO, MaterialLogisticaDTO, MovimientoAlmacenDTO, MovimientoAlmacenENTITY, NombreDescripcionDTO, NotasDTO, NotificacionesENTITY, OTDTO, OTGlobalDTO, ObraENTITY, OpcionSistemaENTITY, OperacionDataAdicional, OptionCatalogoDTO, PaisStockPersonalDTO, ParteDiarioDTO$1 as ParteDiarioDTO, PerfilesENTITY, PeriodoLiberacionPagosDTO, PermisosAppDTO, PersonalDTO, PersonalENTITY, PersonalLogisticaDTO$1 as PersonalLogisticaDTO, PreciosVigentesDTO, PresupuestadoTotalObraDTO, PresupuestadoTotalObraEmpresaCuadrillaDTO, PresupuestadoTotalObraEmpresaDTO, PrioridadNotificacion, ProductosServiciosLiqDTO, ProductosServiciosValDTO, ProfileDTO, RegularizacionPositivaNegativaDTO, RepresentanteLegalDTO, ReservaENTITY, ReservaManoObraENTITY, ReservaManoObraRegularizacionENTITY, SalidaAlmacenENTITY, SincronizacionPersonalDTO, SistemaDto, SistemaENTITY, SizeDTO, SocketDTO, StockAlmacenENTITY, StockAlmacenEquiposENTITY, StockPersonalENTITY, StockPersonalEquiposENTITY, SubEstadoInternoDTO, TecnicoValDTO, TipoAlmacenDTO, TipoDocumentoIdentidadDTO, TipoDocumentoUsuarioDTO, TipoEmpresaDTO, type TipoLiq, TipoMiembroGrupoEmpresaDTO, TipoMovimientoAlmacenDTO, TipoMovimientoAlmacenENTITY, TipoNotificacion, TipoOpcionDTO, TipoOpcionSistemaENTITY, TipoSistemaDTO, TipoStockStockPersonalDTO, type TipoVal, TotalGeneralObraDTO, TrabajoAlemaniaENTITY, TrabajoENTITY, TrabajoMacroObraAlemaniaENTITY, TransaccionFoliosENTITY, TransaccionesDTO, UbicacionAlmacenDTO, UbicacionDTO$1 as UbicacionDTO, UbicacionObraDTO, Ultima_FaseLiberacionPagosDTO, Ultima_PreLiquidacionAlemaniaDTO$1 as Ultima_PreLiquidacionAlemaniaDTO, Ultimo_Estado_InternoLiberacionPagosDTO, UnidadMedidaDTO$2 as UnidadMedidaDTO, UnidadMedidaLiberacionPagosDTO, UpdateUltimaFaseFacturacionDTO, UsuarioBitacoraDTO, UsuarioDTO, UsuarioENTITY, UsuarioEdicionDTO, UsuarioID_UsuarioDTO, UsuarioLogisticaDTO, UsuarioRegistrarDTO, ValidadoDTO, ValorizacionAlemaniaDTO$1 as ValorizacionAlemaniaDTO, ValorizacionManoObraDTO, ValorizacionManoObraRegularizacionDTO, ValorizadaTOAENTITY, VarianteDTO, VigenciaDTO, WBEDTO$1 as WBEDTO, ZonaTrabajoDTO, ZonalesDTO, convertStringsToDates, type typeEstado, type typeEstadoNroDocumento, type typeFuente, type typeTipo, validateAndFormatData };
|