sigo-entities 1.2.450 → 1.2.452
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 +537 -365
- package/dist/index.d.ts +537 -365
- package/dist/index.js +1028 -162
- package/dist/index.mjs +1018 -165
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -63,10 +63,10 @@ declare class PreciosVigentesDTO {
|
|
|
63
63
|
ID_PreciosVigentes: number;
|
|
64
64
|
Precio: number;
|
|
65
65
|
Vigencia: VigenciaDTO;
|
|
66
|
-
Estado: EstadoDTO;
|
|
66
|
+
Estado: EstadoDTO$1;
|
|
67
67
|
}
|
|
68
68
|
|
|
69
|
-
declare class EstadoDTO {
|
|
69
|
+
declare class EstadoDTO$1 {
|
|
70
70
|
ID_Estado: number;
|
|
71
71
|
Nombre: string;
|
|
72
72
|
}
|
|
@@ -78,7 +78,7 @@ declare class ActividadesDTO {
|
|
|
78
78
|
Ultimo_Precio: PreciosVigentesDTO;
|
|
79
79
|
Precios: PreciosVigentesDTO[];
|
|
80
80
|
FechaRegistro: Date;
|
|
81
|
-
Estado: EstadoDTO;
|
|
81
|
+
Estado: EstadoDTO$1;
|
|
82
82
|
}
|
|
83
83
|
|
|
84
84
|
declare class PrecioDTO {
|
|
@@ -91,7 +91,7 @@ declare class AgenciaDTO {
|
|
|
91
91
|
Nombre: string;
|
|
92
92
|
Ultimo_Precio: PrecioDTO;
|
|
93
93
|
Precios: PrecioDTO[];
|
|
94
|
-
Estado: EstadoDTO;
|
|
94
|
+
Estado: EstadoDTO$1;
|
|
95
95
|
}
|
|
96
96
|
|
|
97
97
|
declare class AlmacenDTO {
|
|
@@ -99,15 +99,15 @@ declare class AlmacenDTO {
|
|
|
99
99
|
ID_Almacen: number;
|
|
100
100
|
Nombre: string;
|
|
101
101
|
Zona: string;
|
|
102
|
-
Bodega: CodigoNombreDTO;
|
|
102
|
+
Bodega: CodigoNombreDTO$1;
|
|
103
103
|
}
|
|
104
104
|
|
|
105
|
-
declare class CodigoNombreDTO {
|
|
105
|
+
declare class CodigoNombreDTO$1 {
|
|
106
106
|
Codigo: string;
|
|
107
107
|
Nombre: string;
|
|
108
108
|
}
|
|
109
109
|
|
|
110
|
-
declare class AlmacenLogisticaDTO extends CodigoNombreDTO {
|
|
110
|
+
declare class AlmacenLogisticaDTO extends CodigoNombreDTO$1 {
|
|
111
111
|
ID_Almacen: number;
|
|
112
112
|
}
|
|
113
113
|
|
|
@@ -188,7 +188,7 @@ declare class ZonasDTO {
|
|
|
188
188
|
Codigo: string;
|
|
189
189
|
Descripcion: string;
|
|
190
190
|
Actividades: ActividadesDTO[];
|
|
191
|
-
Estado: EstadoDTO;
|
|
191
|
+
Estado: EstadoDTO$1;
|
|
192
192
|
}
|
|
193
193
|
|
|
194
194
|
declare class EmpresaPersonalDTO {
|
|
@@ -203,7 +203,7 @@ declare class Contratistas_PE_DTO {
|
|
|
203
203
|
ID_PrecioContrata: number;
|
|
204
204
|
Zonas: ZonasDTO[];
|
|
205
205
|
Empresa: EmpresaPersonalDTO;
|
|
206
|
-
Estado: EstadoDTO;
|
|
206
|
+
Estado: EstadoDTO$1;
|
|
207
207
|
}
|
|
208
208
|
|
|
209
209
|
declare class OTGlobalDTO {
|
|
@@ -237,7 +237,7 @@ declare class ContratoOT_PRE_DTO {
|
|
|
237
237
|
CheckPrecioMO: boolean;
|
|
238
238
|
}
|
|
239
239
|
|
|
240
|
-
declare class CoordenadasDTO {
|
|
240
|
+
declare class CoordenadasDTO$1 {
|
|
241
241
|
X: string;
|
|
242
242
|
Y: string;
|
|
243
243
|
}
|
|
@@ -246,7 +246,7 @@ declare class DatosManoObraGlobalDetalleChileDTO {
|
|
|
246
246
|
ManoObraBaremo: MOBaremoDTO[];
|
|
247
247
|
}
|
|
248
248
|
declare class MOBaremoDTO {
|
|
249
|
-
Especialidad: CodigoNombreDTO;
|
|
249
|
+
Especialidad: CodigoNombreDTO$1;
|
|
250
250
|
PuntoBaremo: number;
|
|
251
251
|
PuntoBaremoContratista: number;
|
|
252
252
|
CoeficienteEconomico: number;
|
|
@@ -256,7 +256,7 @@ declare class MaterialMOGlobalDTO {
|
|
|
256
256
|
Codigo: string;
|
|
257
257
|
Nombre: string;
|
|
258
258
|
Cantidad: number;
|
|
259
|
-
Estado: EstadoDTO;
|
|
259
|
+
Estado: EstadoDTO$1;
|
|
260
260
|
}
|
|
261
261
|
|
|
262
262
|
declare class DatosManoObraGlobalDTO {
|
|
@@ -310,7 +310,7 @@ declare class MaterialAmapDTO {
|
|
|
310
310
|
CantidadMax: number;
|
|
311
311
|
Grupo: string;
|
|
312
312
|
MaterialLogistica: MaterialLogisticaDTO[];
|
|
313
|
-
Estado: EstadoDTO;
|
|
313
|
+
Estado: EstadoDTO$1;
|
|
314
314
|
}
|
|
315
315
|
|
|
316
316
|
declare class DatosUnidadObraMaterialDTO {
|
|
@@ -319,7 +319,7 @@ declare class DatosUnidadObraMaterialDTO {
|
|
|
319
319
|
Materiales: MaterialAmapDTO[];
|
|
320
320
|
}
|
|
321
321
|
|
|
322
|
-
declare class DelegacionDTO extends CodigoNombreDTO {
|
|
322
|
+
declare class DelegacionDTO extends CodigoNombreDTO$1 {
|
|
323
323
|
ID_Delegacion: number;
|
|
324
324
|
}
|
|
325
325
|
|
|
@@ -342,12 +342,12 @@ declare class EquipoLogisticaDTO {
|
|
|
342
342
|
Marca: string;
|
|
343
343
|
Modelo: string;
|
|
344
344
|
Validado: ValidadoDTO;
|
|
345
|
-
Estado: EstadoDTO;
|
|
345
|
+
Estado: EstadoDTO$1;
|
|
346
346
|
}
|
|
347
347
|
|
|
348
348
|
declare class DetalleDTO {
|
|
349
349
|
NroContable: string;
|
|
350
|
-
Bodega: CodigoNombreDTO;
|
|
350
|
+
Bodega: CodigoNombreDTO$1;
|
|
351
351
|
Reserva: string;
|
|
352
352
|
OrdenTrabajo: string;
|
|
353
353
|
Item: ItemDetalleLogisticaDTO;
|
|
@@ -364,7 +364,7 @@ declare class DetalleDTO {
|
|
|
364
364
|
CodigoBusqueda: string;
|
|
365
365
|
CodigoLlave: string;
|
|
366
366
|
Notas: string;
|
|
367
|
-
Estado: EstadoDTO;
|
|
367
|
+
Estado: EstadoDTO$1;
|
|
368
368
|
}
|
|
369
369
|
|
|
370
370
|
declare class EmpresaDTO {
|
|
@@ -409,7 +409,7 @@ declare class EquiposDTO {
|
|
|
409
409
|
MAC: string;
|
|
410
410
|
Marca: string;
|
|
411
411
|
Modelo: string;
|
|
412
|
-
Estado: EstadoDTO;
|
|
412
|
+
Estado: EstadoDTO$1;
|
|
413
413
|
Validado: ValidadoDTO;
|
|
414
414
|
}
|
|
415
415
|
|
|
@@ -505,24 +505,24 @@ declare class FilesDocDTO {
|
|
|
505
505
|
Size: SizeDTO;
|
|
506
506
|
Ruta: string;
|
|
507
507
|
Observacion: string;
|
|
508
|
-
Coordenadas: CoordenadasDTO;
|
|
508
|
+
Coordenadas: CoordenadasDTO$1;
|
|
509
509
|
Fecha_Archivo: Date;
|
|
510
510
|
Ultimo_Flujo: FlujoDocDTO;
|
|
511
511
|
Flujos: FlujoDocDTO[];
|
|
512
|
-
Estado: EstadoDTO;
|
|
512
|
+
Estado: EstadoDTO$1;
|
|
513
513
|
}
|
|
514
514
|
|
|
515
515
|
declare class FotoDTO {
|
|
516
|
-
Coordenadas: CoordenadasDTO;
|
|
517
|
-
Estado: EstadoDTO;
|
|
516
|
+
Coordenadas: CoordenadasDTO$1;
|
|
517
|
+
Estado: EstadoDTO$1;
|
|
518
518
|
Fecha: Date;
|
|
519
519
|
Ruta: string;
|
|
520
520
|
img: string;
|
|
521
521
|
}
|
|
522
522
|
|
|
523
523
|
declare class FotosDTO {
|
|
524
|
-
Coordenadas: CoordenadasDTO;
|
|
525
|
-
Estado: EstadoDTO;
|
|
524
|
+
Coordenadas: CoordenadasDTO$1;
|
|
525
|
+
Estado: EstadoDTO$1;
|
|
526
526
|
Fecha: Date;
|
|
527
527
|
Ruta: string;
|
|
528
528
|
img: string;
|
|
@@ -576,7 +576,7 @@ declare class NodoDocDTO {
|
|
|
576
576
|
CantidadMin: number;
|
|
577
577
|
CantidadMax: number;
|
|
578
578
|
Children: NodoDocDTO[];
|
|
579
|
-
Estado: EstadoDTO;
|
|
579
|
+
Estado: EstadoDTO$1;
|
|
580
580
|
}
|
|
581
581
|
|
|
582
582
|
declare class NombreDescripcionDTO {
|
|
@@ -600,7 +600,7 @@ declare class PagosECDTO {
|
|
|
600
600
|
nroFactura: string;
|
|
601
601
|
}
|
|
602
602
|
|
|
603
|
-
declare class PaisStockPersonalDTO extends CodigoNombreDTO {
|
|
603
|
+
declare class PaisStockPersonalDTO extends CodigoNombreDTO$1 {
|
|
604
604
|
ID_Pais: number;
|
|
605
605
|
}
|
|
606
606
|
|
|
@@ -613,8 +613,8 @@ interface PayloadTokenDTO {
|
|
|
613
613
|
ApellidoMaterno: string;
|
|
614
614
|
Identificacion: string;
|
|
615
615
|
SuperUsuario: boolean;
|
|
616
|
-
Pais: CodigoNombreDTO;
|
|
617
|
-
Delegacion: CodigoNombreDTO;
|
|
616
|
+
Pais: CodigoNombreDTO$1;
|
|
617
|
+
Delegacion: CodigoNombreDTO$1;
|
|
618
618
|
}
|
|
619
619
|
|
|
620
620
|
declare class PeriodoDTO$2 {
|
|
@@ -675,7 +675,7 @@ declare class VarianteDTO {
|
|
|
675
675
|
Descripcion: string;
|
|
676
676
|
}
|
|
677
677
|
|
|
678
|
-
declare class ZonaTrabajoDTO extends CodigoNombreDTO {
|
|
678
|
+
declare class ZonaTrabajoDTO extends CodigoNombreDTO$1 {
|
|
679
679
|
ID_ZonaTrabajo: number;
|
|
680
680
|
}
|
|
681
681
|
|
|
@@ -793,7 +793,8 @@ declare enum StateInternalOrderSomacyl {
|
|
|
793
793
|
PENDIENTE = "Pendiente",
|
|
794
794
|
FINALIZADA = "Finalizada",
|
|
795
795
|
NO_FINALIZADA = "No Finalizada",
|
|
796
|
-
ASIGNADO = "Asignado"
|
|
796
|
+
ASIGNADO = "Asignado",
|
|
797
|
+
INACTIVO = "Inactivo"
|
|
797
798
|
}
|
|
798
799
|
declare enum StateInternalOrderAltasNVT {
|
|
799
800
|
PENDIENTE = "Pendiente",
|
|
@@ -866,8 +867,8 @@ declare enum AddressClassification {
|
|
|
866
867
|
declare class MailStructureENTITY {
|
|
867
868
|
ID_MailStructure: number;
|
|
868
869
|
Codigo: string;
|
|
869
|
-
Pais: CodigoNombreDTO;
|
|
870
|
-
Delegacion: CodigoNombreDTO;
|
|
870
|
+
Pais: CodigoNombreDTO$1;
|
|
871
|
+
Delegacion: CodigoNombreDTO$1;
|
|
871
872
|
Remitente: string;
|
|
872
873
|
Destinatario: DestinatarioDTO[];
|
|
873
874
|
Asunto: string;
|
|
@@ -877,7 +878,7 @@ declare class MailStructureENTITY {
|
|
|
877
878
|
Modulo: string;
|
|
878
879
|
Pagina: string;
|
|
879
880
|
Bitacora: BitacoraDTO[];
|
|
880
|
-
Estado: EstadoDTO;
|
|
881
|
+
Estado: EstadoDTO$1;
|
|
881
882
|
}
|
|
882
883
|
|
|
883
884
|
declare class KeyIntegracionENTITY {
|
|
@@ -892,15 +893,15 @@ declare class KeyIntegracionENTITY {
|
|
|
892
893
|
Fecha_incio: Date;
|
|
893
894
|
Fecha_final: Date;
|
|
894
895
|
Anexo: [];
|
|
895
|
-
Estado: EstadoDTO;
|
|
896
|
-
Pais: CodigoNombreDTO;
|
|
896
|
+
Estado: EstadoDTO$1;
|
|
897
|
+
Pais: CodigoNombreDTO$1;
|
|
897
898
|
Bitacora: BitacoraDTO[];
|
|
898
899
|
}
|
|
899
900
|
|
|
900
901
|
declare class EstadoInternoENTITY {
|
|
901
902
|
ID_EstadoInterno: number;
|
|
902
903
|
ID_EstadoInternoPadre: number;
|
|
903
|
-
Estado: EstadoDTO;
|
|
904
|
+
Estado: EstadoDTO$1;
|
|
904
905
|
Fecha: Date;
|
|
905
906
|
Descripcion: string;
|
|
906
907
|
Icono: string;
|
|
@@ -912,7 +913,7 @@ declare class EstadoInternoENTITY {
|
|
|
912
913
|
Sistema: string;
|
|
913
914
|
UsuarioEdicion: UsuarioEdicionDTO;
|
|
914
915
|
Anexos: Array<any>;
|
|
915
|
-
Pais: CodigoNombreDTO;
|
|
916
|
+
Pais: CodigoNombreDTO$1;
|
|
916
917
|
}
|
|
917
918
|
|
|
918
919
|
declare class AgenciasDTO {
|
|
@@ -921,33 +922,33 @@ declare class AgenciasDTO {
|
|
|
921
922
|
Nombre: string;
|
|
922
923
|
Ultimo_Precio: PreciosVigentesDTO;
|
|
923
924
|
Precios: PreciosVigentesDTO[];
|
|
924
|
-
Estado: EstadoDTO;
|
|
925
|
+
Estado: EstadoDTO$1;
|
|
925
926
|
}
|
|
926
927
|
|
|
927
928
|
declare class PrecioEspecialidadENTITY {
|
|
928
929
|
ID_PrecioEspecialidad: number;
|
|
929
|
-
Pais: CodigoNombreDTO;
|
|
930
|
-
Delegacion: CodigoNombreDTO;
|
|
930
|
+
Pais: CodigoNombreDTO$1;
|
|
931
|
+
Delegacion: CodigoNombreDTO$1;
|
|
931
932
|
ContratoOT: ContratoOT_PRE_DTO;
|
|
932
933
|
Moneda: string;
|
|
933
934
|
Simbolo: string;
|
|
934
935
|
Decimales: number;
|
|
935
936
|
Agencias: AgenciasDTO[];
|
|
936
937
|
Contratistas: Contratistas_PE_DTO[];
|
|
937
|
-
Especialidad: CodigoNombreDTO;
|
|
938
|
-
Estado: EstadoDTO;
|
|
938
|
+
Especialidad: CodigoNombreDTO$1;
|
|
939
|
+
Estado: EstadoDTO$1;
|
|
939
940
|
}
|
|
940
941
|
|
|
941
942
|
declare class UnidadObraMaterialENTITY {
|
|
942
943
|
ID_UnidadObraMaterial: number;
|
|
943
|
-
Pais: CodigoNombreDTO;
|
|
944
|
-
Delegacion: CodigoNombreDTO;
|
|
944
|
+
Pais: CodigoNombreDTO$1;
|
|
945
|
+
Delegacion: CodigoNombreDTO$1;
|
|
945
946
|
Codigo: string;
|
|
946
947
|
Descripcion: string;
|
|
947
948
|
UnidadMedida: UnidadMedidaDTO;
|
|
948
949
|
ContratoOT: ContratoOTGeneralDTO;
|
|
949
950
|
Materiales: MaterialAmapDTO[];
|
|
950
|
-
Estado: EstadoDTO;
|
|
951
|
+
Estado: EstadoDTO$1;
|
|
951
952
|
}
|
|
952
953
|
|
|
953
954
|
declare class latLngDTO {
|
|
@@ -964,16 +965,16 @@ declare class ContratoOT_ZT_DTO {
|
|
|
964
965
|
declare class ZonaTrabajoENTITY {
|
|
965
966
|
ID_ZonaTrabajo: number;
|
|
966
967
|
Empresa: EmpresaLogisticaDTO;
|
|
967
|
-
Pais: CodigoNombreDTO;
|
|
968
|
-
Delegacion: CodigoNombreDTO;
|
|
968
|
+
Pais: CodigoNombreDTO$1;
|
|
969
|
+
Delegacion: CodigoNombreDTO$1;
|
|
969
970
|
Codigo: string;
|
|
970
971
|
Nombre: string;
|
|
971
972
|
Descripcion: string;
|
|
972
973
|
Direccion: string;
|
|
973
974
|
Coordenadas: latLngDTO;
|
|
974
|
-
Estado: EstadoDTO;
|
|
975
|
+
Estado: EstadoDTO$1;
|
|
975
976
|
ContratoOT: ContratoOT_ZT_DTO;
|
|
976
|
-
Agencias: CodigoNombreDTO[];
|
|
977
|
+
Agencias: CodigoNombreDTO$1[];
|
|
977
978
|
}
|
|
978
979
|
|
|
979
980
|
declare class ItemDetallePMDTO {
|
|
@@ -992,8 +993,8 @@ declare class ItemDetallePMDTO {
|
|
|
992
993
|
declare class PrecioMaterialENTITY {
|
|
993
994
|
ID_PrecioMaterial: number;
|
|
994
995
|
Contrato: ContratoOT_PRE_DTO;
|
|
995
|
-
Pais: CodigoNombreDTO;
|
|
996
|
-
Delegacion: CodigoNombreDTO;
|
|
996
|
+
Pais: CodigoNombreDTO$1;
|
|
997
|
+
Delegacion: CodigoNombreDTO$1;
|
|
997
998
|
Codigo: string;
|
|
998
999
|
Descripcion: string;
|
|
999
1000
|
Precio: number;
|
|
@@ -1003,17 +1004,17 @@ declare class PrecioMaterialENTITY {
|
|
|
1003
1004
|
Simbolo: string;
|
|
1004
1005
|
Decimales: number;
|
|
1005
1006
|
Item: ItemDetallePMDTO;
|
|
1006
|
-
Estado: EstadoDTO;
|
|
1007
|
+
Estado: EstadoDTO$1;
|
|
1007
1008
|
}
|
|
1008
1009
|
|
|
1009
1010
|
declare class TipoClaveENTITY {
|
|
1010
1011
|
ID_TipoClave: number;
|
|
1011
|
-
Pais: CodigoNombreDTO;
|
|
1012
|
-
Delegacion: CodigoNombreDTO;
|
|
1012
|
+
Pais: CodigoNombreDTO$1;
|
|
1013
|
+
Delegacion: CodigoNombreDTO$1;
|
|
1013
1014
|
Codigo: string;
|
|
1014
1015
|
Descripcion: string;
|
|
1015
1016
|
Bitacora: BitacoraDTO[];
|
|
1016
|
-
Estado: EstadoDTO;
|
|
1017
|
+
Estado: EstadoDTO$1;
|
|
1017
1018
|
}
|
|
1018
1019
|
|
|
1019
1020
|
declare class DocumentacionBaremoPexENTITY {
|
|
@@ -1023,10 +1024,10 @@ declare class DocumentacionBaremoPexENTITY {
|
|
|
1023
1024
|
DescripcionMO: string;
|
|
1024
1025
|
Codigo: string;
|
|
1025
1026
|
Nombre: string;
|
|
1026
|
-
Pais: CodigoNombreDTO;
|
|
1027
|
-
Delegacion: CodigoNombreDTO;
|
|
1027
|
+
Pais: CodigoNombreDTO$1;
|
|
1028
|
+
Delegacion: CodigoNombreDTO$1;
|
|
1028
1029
|
Nodos: NodoDocDTO[];
|
|
1029
|
-
Estado: EstadoDTO;
|
|
1030
|
+
Estado: EstadoDTO$1;
|
|
1030
1031
|
}
|
|
1031
1032
|
|
|
1032
1033
|
declare class DocumentacionPEXENTITY {
|
|
@@ -1035,10 +1036,10 @@ declare class DocumentacionPEXENTITY {
|
|
|
1035
1036
|
Sistema: string;
|
|
1036
1037
|
Codigo: string;
|
|
1037
1038
|
Nombre: string;
|
|
1038
|
-
Pais: CodigoNombreDTO;
|
|
1039
|
-
Delegacion: CodigoNombreDTO;
|
|
1039
|
+
Pais: CodigoNombreDTO$1;
|
|
1040
|
+
Delegacion: CodigoNombreDTO$1;
|
|
1040
1041
|
Nodos: NodoDocDTO[];
|
|
1041
|
-
Estado: EstadoDTO;
|
|
1042
|
+
Estado: EstadoDTO$1;
|
|
1042
1043
|
}
|
|
1043
1044
|
|
|
1044
1045
|
declare class PrecioAgencia_mam_onnetENTITY {
|
|
@@ -1054,7 +1055,7 @@ declare class PrecioAgencia_mam_onnetENTITY {
|
|
|
1054
1055
|
CTO_Encontrado_OK: number;
|
|
1055
1056
|
Preventivo: number;
|
|
1056
1057
|
Vigencia: VigenciaDTO;
|
|
1057
|
-
Estado: EstadoDTO;
|
|
1058
|
+
Estado: EstadoDTO$1;
|
|
1058
1059
|
}
|
|
1059
1060
|
|
|
1060
1061
|
declare class ADM_RM_ZonasActividadENTITY {
|
|
@@ -1064,29 +1065,29 @@ declare class ADM_RM_ZonasActividadENTITY {
|
|
|
1064
1065
|
Actividad: string;
|
|
1065
1066
|
Precio_v: number;
|
|
1066
1067
|
Precio_c: number;
|
|
1067
|
-
Estado: EstadoDTO;
|
|
1068
|
-
Pais: CodigoNombreDTO;
|
|
1069
|
-
Delegacion: CodigoNombreDTO;
|
|
1068
|
+
Estado: EstadoDTO$1;
|
|
1069
|
+
Pais: CodigoNombreDTO$1;
|
|
1070
|
+
Delegacion: CodigoNombreDTO$1;
|
|
1070
1071
|
}
|
|
1071
1072
|
|
|
1072
1073
|
declare class OTGlobalENTITY {
|
|
1073
1074
|
ID_OTGlobal: number;
|
|
1074
|
-
Pais: CodigoNombreDTO;
|
|
1075
|
-
Delegacion: CodigoNombreDTO;
|
|
1075
|
+
Pais: CodigoNombreDTO$1;
|
|
1076
|
+
Delegacion: CodigoNombreDTO$1;
|
|
1076
1077
|
Codigo: string;
|
|
1077
1078
|
Nombre: string;
|
|
1078
1079
|
Descripcion: string;
|
|
1079
1080
|
Empresa: EmpresaDTO;
|
|
1080
|
-
Estado: EstadoDTO;
|
|
1081
|
+
Estado: EstadoDTO$1;
|
|
1081
1082
|
}
|
|
1082
1083
|
|
|
1083
1084
|
declare class ProveedorExtraDTO {
|
|
1084
1085
|
ID_ProveedorExtra: number;
|
|
1085
1086
|
Proveedor: EmpresaLogisticaDTO;
|
|
1086
1087
|
Participante: string;
|
|
1087
|
-
Pais: CodigoNombreDTO;
|
|
1088
|
-
Delegacion: CodigoNombreDTO;
|
|
1089
|
-
Estado: EstadoDTO;
|
|
1088
|
+
Pais: CodigoNombreDTO$1;
|
|
1089
|
+
Delegacion: CodigoNombreDTO$1;
|
|
1090
|
+
Estado: EstadoDTO$1;
|
|
1090
1091
|
}
|
|
1091
1092
|
|
|
1092
1093
|
declare class SkuDTO {
|
|
@@ -1098,8 +1099,8 @@ declare class ItemExtraENTITY {
|
|
|
1098
1099
|
ID_ItemExtra: number;
|
|
1099
1100
|
ID_Item: number;
|
|
1100
1101
|
Codigo: string;
|
|
1101
|
-
Pais: CodigoNombreDTO;
|
|
1102
|
-
Delegacion: CodigoNombreDTO;
|
|
1102
|
+
Pais: CodigoNombreDTO$1;
|
|
1103
|
+
Delegacion: CodigoNombreDTO$1;
|
|
1103
1104
|
AutoDespacho: boolean;
|
|
1104
1105
|
BoQ: string;
|
|
1105
1106
|
CodigoEquivalente: string;
|
|
@@ -1109,16 +1110,16 @@ declare class ItemExtraENTITY {
|
|
|
1109
1110
|
CodigoCCINV: string;
|
|
1110
1111
|
CodigoSISTEMA: string;
|
|
1111
1112
|
Sku: SkuDTO[];
|
|
1112
|
-
Estado: EstadoDTO;
|
|
1113
|
+
Estado: EstadoDTO$1;
|
|
1113
1114
|
}
|
|
1114
1115
|
|
|
1115
1116
|
declare class OTENTITY {
|
|
1116
1117
|
ID_OT: number;
|
|
1117
|
-
Pais: CodigoNombreDTO;
|
|
1118
|
-
Delegacion: CodigoNombreDTO;
|
|
1118
|
+
Pais: CodigoNombreDTO$1;
|
|
1119
|
+
Delegacion: CodigoNombreDTO$1;
|
|
1119
1120
|
CodigoOT: string;
|
|
1120
|
-
Especialidades: CodigoNombreDTO[];
|
|
1121
|
-
Estado: EstadoDTO;
|
|
1121
|
+
Especialidades: CodigoNombreDTO$1[];
|
|
1122
|
+
Estado: EstadoDTO$1;
|
|
1122
1123
|
}
|
|
1123
1124
|
|
|
1124
1125
|
declare class VigenciaOTDTO {
|
|
@@ -1128,52 +1129,52 @@ declare class VigenciaOTDTO {
|
|
|
1128
1129
|
|
|
1129
1130
|
declare class UnidadObraENTITY {
|
|
1130
1131
|
ID_UnidadObra: number;
|
|
1131
|
-
Pais: CodigoNombreDTO;
|
|
1132
|
-
Delegacion: CodigoNombreDTO;
|
|
1132
|
+
Pais: CodigoNombreDTO$1;
|
|
1133
|
+
Delegacion: CodigoNombreDTO$1;
|
|
1133
1134
|
Codigo: string;
|
|
1134
1135
|
Descripcion: string;
|
|
1135
1136
|
UnidadMedida: UnidadMedidaDTO;
|
|
1136
|
-
Estado: EstadoDTO;
|
|
1137
|
+
Estado: EstadoDTO$1;
|
|
1137
1138
|
}
|
|
1138
1139
|
|
|
1139
1140
|
declare class TipoMovilENTITY {
|
|
1140
1141
|
ID_TipoMovil: number;
|
|
1141
1142
|
Codigo: string;
|
|
1142
1143
|
Descripcion: string;
|
|
1143
|
-
Pais: CodigoNombreDTO;
|
|
1144
|
-
Delegacion: CodigoNombreDTO;
|
|
1145
|
-
Estado: EstadoDTO;
|
|
1144
|
+
Pais: CodigoNombreDTO$1;
|
|
1145
|
+
Delegacion: CodigoNombreDTO$1;
|
|
1146
|
+
Estado: EstadoDTO$1;
|
|
1146
1147
|
}
|
|
1147
1148
|
|
|
1148
1149
|
declare class PermisosAppENTITY {
|
|
1149
1150
|
ID_PermisosApp: number;
|
|
1150
1151
|
Codigo: string;
|
|
1151
1152
|
Nombre: string;
|
|
1152
|
-
Estado: EstadoDTO;
|
|
1153
|
+
Estado: EstadoDTO$1;
|
|
1153
1154
|
}
|
|
1154
1155
|
|
|
1155
1156
|
declare class ManoObraMttoENTITY {
|
|
1156
1157
|
ID_ManoObra: number;
|
|
1157
|
-
Pais: CodigoNombreDTO;
|
|
1158
|
-
Delegacion: CodigoNombreDTO;
|
|
1158
|
+
Pais: CodigoNombreDTO$1;
|
|
1159
|
+
Delegacion: CodigoNombreDTO$1;
|
|
1159
1160
|
Codigo: string;
|
|
1160
1161
|
Descripcion: string;
|
|
1161
1162
|
UnidadMedida: UnidadMedidaDTO;
|
|
1162
|
-
Estado: EstadoDTO;
|
|
1163
|
+
Estado: EstadoDTO$1;
|
|
1163
1164
|
}
|
|
1164
1165
|
|
|
1165
1166
|
declare class ManoObraPorUnidadObraENTITY {
|
|
1166
1167
|
ID_ManoObraPorUnidadObra: number;
|
|
1167
|
-
Pais: CodigoNombreDTO;
|
|
1168
|
-
Delegacion: CodigoNombreDTO;
|
|
1169
|
-
Actividad: CodigoNombreDTO;
|
|
1170
|
-
Especialidad: CodigoNombreDTO;
|
|
1168
|
+
Pais: CodigoNombreDTO$1;
|
|
1169
|
+
Delegacion: CodigoNombreDTO$1;
|
|
1170
|
+
Actividad: CodigoNombreDTO$1;
|
|
1171
|
+
Especialidad: CodigoNombreDTO$1;
|
|
1171
1172
|
ManoObra: CodigoNombreUMDTO;
|
|
1172
1173
|
UnidadObra: CodigoNombreUMDTO;
|
|
1173
|
-
Clave: CodigoNombreDTO;
|
|
1174
|
+
Clave: CodigoNombreDTO$1;
|
|
1174
1175
|
Tarea: string;
|
|
1175
1176
|
ContratoOT: ContratoOTDTO;
|
|
1176
|
-
Estado: EstadoDTO;
|
|
1177
|
+
Estado: EstadoDTO$1;
|
|
1177
1178
|
}
|
|
1178
1179
|
|
|
1179
1180
|
declare class ManoObraGlobalDTO {
|
|
@@ -1195,13 +1196,13 @@ declare class PrecioEmpresaDTO {
|
|
|
1195
1196
|
Ultimo_Precio: PrecioActualDTO;
|
|
1196
1197
|
Precios: PrecioActualDTO[];
|
|
1197
1198
|
Empresa: EmpresaPersonalDTO;
|
|
1198
|
-
Estado: EstadoDTO;
|
|
1199
|
+
Estado: EstadoDTO$1;
|
|
1199
1200
|
}
|
|
1200
1201
|
|
|
1201
1202
|
declare class PrecioManoObraENTITY {
|
|
1202
1203
|
ID_PrecioManoObra: number;
|
|
1203
|
-
Pais: CodigoNombreDTO;
|
|
1204
|
-
Delegacion: CodigoNombreDTO;
|
|
1204
|
+
Pais: CodigoNombreDTO$1;
|
|
1205
|
+
Delegacion: CodigoNombreDTO$1;
|
|
1205
1206
|
Contrato: ContratoOTGeneralDTO;
|
|
1206
1207
|
OT: OTGlobalDTO;
|
|
1207
1208
|
Codigo: string;
|
|
@@ -1214,7 +1215,7 @@ declare class PrecioManoObraENTITY {
|
|
|
1214
1215
|
Decimales: number;
|
|
1215
1216
|
ManoObraGlobal: ManoObraGlobalDTO;
|
|
1216
1217
|
PrecioEmpresa: PrecioEmpresaDTO[];
|
|
1217
|
-
Estado: EstadoDTO;
|
|
1218
|
+
Estado: EstadoDTO$1;
|
|
1218
1219
|
}
|
|
1219
1220
|
|
|
1220
1221
|
declare enum AttendanceStatus {
|
|
@@ -1271,7 +1272,7 @@ declare class CHILE_9512_PaquetizadoManoObraENTITY {
|
|
|
1271
1272
|
Cantidad: number;
|
|
1272
1273
|
Baremo: number;
|
|
1273
1274
|
Contrato: CodigoDescripcionDTO;
|
|
1274
|
-
Estado: EstadoDTO;
|
|
1275
|
+
Estado: EstadoDTO$1;
|
|
1275
1276
|
Bitacora: BitacoraDTO[];
|
|
1276
1277
|
}
|
|
1277
1278
|
|
|
@@ -1285,7 +1286,7 @@ declare class CHILE_9512_PaquetizadoMaterialENTITY {
|
|
|
1285
1286
|
Valor: number;
|
|
1286
1287
|
Proveedor: string;
|
|
1287
1288
|
Contrato: CodigoDescripcionDTO;
|
|
1288
|
-
Estado: EstadoDTO;
|
|
1289
|
+
Estado: EstadoDTO$1;
|
|
1289
1290
|
Bitacora: BitacoraDTO[];
|
|
1290
1291
|
}
|
|
1291
1292
|
|
|
@@ -1342,8 +1343,8 @@ declare class ReservaENTITY {
|
|
|
1342
1343
|
ID_Reserva: number;
|
|
1343
1344
|
ID_GOM: number;
|
|
1344
1345
|
GOM: string;
|
|
1345
|
-
Pais: CodigoNombreDTO;
|
|
1346
|
-
Delegacion: CodigoNombreDTO;
|
|
1346
|
+
Pais: CodigoNombreDTO$1;
|
|
1347
|
+
Delegacion: CodigoNombreDTO$1;
|
|
1347
1348
|
Item: ItemDTO[];
|
|
1348
1349
|
Fecha: Date;
|
|
1349
1350
|
Zona: string;
|
|
@@ -1379,13 +1380,13 @@ declare class DetalleChileValorizacionMODTO {
|
|
|
1379
1380
|
DirHasta: string;
|
|
1380
1381
|
AltHasta: string;
|
|
1381
1382
|
Plano: string;
|
|
1382
|
-
Especialidad: CodigoNombreDTO;
|
|
1383
|
-
Actividad: CodigoNombreDTO;
|
|
1384
|
-
Clave: CodigoNombreDTO;
|
|
1383
|
+
Especialidad: CodigoNombreDTO$1;
|
|
1384
|
+
Actividad: CodigoNombreDTO$1;
|
|
1385
|
+
Clave: CodigoNombreDTO$1;
|
|
1385
1386
|
Tarea: string;
|
|
1386
1387
|
ManoObra: CodigoNombreUMDTO;
|
|
1387
1388
|
UnidadObra: CodigoNombreUMDTO;
|
|
1388
|
-
HomePass: CodigoNombreDTO;
|
|
1389
|
+
HomePass: CodigoNombreDTO$1;
|
|
1389
1390
|
LineaCodigoCub: string;
|
|
1390
1391
|
CodigoCub: string;
|
|
1391
1392
|
CanMOCub: number;
|
|
@@ -1409,7 +1410,7 @@ declare class ValorizacionManoObraBaseDTO {
|
|
|
1409
1410
|
CantidadAprobada: number;
|
|
1410
1411
|
Codigo: string;
|
|
1411
1412
|
Descripcion: string;
|
|
1412
|
-
Estado: EstadoDTO;
|
|
1413
|
+
Estado: EstadoDTO$1;
|
|
1413
1414
|
Precio: number;
|
|
1414
1415
|
Total: number;
|
|
1415
1416
|
Unidad: string;
|
|
@@ -1431,8 +1432,8 @@ declare class ManoObraBaseENTITY {
|
|
|
1431
1432
|
ID_ManoObra: number;
|
|
1432
1433
|
ID_GOM: number;
|
|
1433
1434
|
GOM: string;
|
|
1434
|
-
Pais: CodigoNombreDTO;
|
|
1435
|
-
Delegacion: CodigoNombreDTO;
|
|
1435
|
+
Pais: CodigoNombreDTO$1;
|
|
1436
|
+
Delegacion: CodigoNombreDTO$1;
|
|
1436
1437
|
Fecha: Date;
|
|
1437
1438
|
}
|
|
1438
1439
|
declare class ManoObraENTITY extends ManoObraBaseENTITY {
|
|
@@ -1498,7 +1499,7 @@ declare class ValorizacionManoObraRegularizacionDTO {
|
|
|
1498
1499
|
CantidadProduccion: number;
|
|
1499
1500
|
EmpresaProduccion: EmpresaProduccionDTO[];
|
|
1500
1501
|
Linea: string;
|
|
1501
|
-
Especialidad: CodigoNombreDTO;
|
|
1502
|
+
Especialidad: CodigoNombreDTO$1;
|
|
1502
1503
|
ManoObra: CodigoNombreUMDTO;
|
|
1503
1504
|
LineaCodigoCub: string;
|
|
1504
1505
|
Regularizado: Boolean;
|
|
@@ -1506,7 +1507,7 @@ declare class ValorizacionManoObraRegularizacionDTO {
|
|
|
1506
1507
|
|
|
1507
1508
|
declare class DetalleChileValorizacionManoObraRegularizacionDTO {
|
|
1508
1509
|
Linea: string;
|
|
1509
|
-
Especialidad: CodigoNombreDTO;
|
|
1510
|
+
Especialidad: CodigoNombreDTO$1;
|
|
1510
1511
|
ManoObra: CodigoNombreUMDTO;
|
|
1511
1512
|
LineaCodigoCub: string;
|
|
1512
1513
|
}
|
|
@@ -1523,8 +1524,8 @@ declare class ReservaManoObraRegularizacionENTITY {
|
|
|
1523
1524
|
Obra: string;
|
|
1524
1525
|
Gemeinde: string;
|
|
1525
1526
|
Cluster: string;
|
|
1526
|
-
Pais: CodigoNombreDTO;
|
|
1527
|
-
Delegacion: CodigoNombreDTO;
|
|
1527
|
+
Pais: CodigoNombreDTO$1;
|
|
1528
|
+
Delegacion: CodigoNombreDTO$1;
|
|
1528
1529
|
Regularizacion: RegularizacionPositivaNegativaDTO;
|
|
1529
1530
|
Valorizacion: ValorizacionManoObraRegularizacionDTO[];
|
|
1530
1531
|
Fecha: Date;
|
|
@@ -1561,13 +1562,13 @@ declare class DetalleChileDTO$1 {
|
|
|
1561
1562
|
DirHasta: string;
|
|
1562
1563
|
AltHasta: string;
|
|
1563
1564
|
Plano: string;
|
|
1564
|
-
Especialidad: CodigoNombreDTO;
|
|
1565
|
-
Actividad: CodigoNombreDTO;
|
|
1566
|
-
Clave: CodigoNombreDTO;
|
|
1565
|
+
Especialidad: CodigoNombreDTO$1;
|
|
1566
|
+
Actividad: CodigoNombreDTO$1;
|
|
1567
|
+
Clave: CodigoNombreDTO$1;
|
|
1567
1568
|
Tarea: string;
|
|
1568
1569
|
ManoObra: CodigoNombreUMDTO;
|
|
1569
1570
|
UnidadObra: CodigoNombreUMDTO;
|
|
1570
|
-
HomePass: CodigoNombreDTO;
|
|
1571
|
+
HomePass: CodigoNombreDTO$1;
|
|
1571
1572
|
LineaCodigoCub: string;
|
|
1572
1573
|
CodigoCub: string;
|
|
1573
1574
|
CanMOCub: number;
|
|
@@ -1611,7 +1612,7 @@ declare class MaterialesDTO$1 {
|
|
|
1611
1612
|
CodigoLlave: string;
|
|
1612
1613
|
ID_StockPersonal: number;
|
|
1613
1614
|
Descripcion: string;
|
|
1614
|
-
Estado: EstadoDTO;
|
|
1615
|
+
Estado: EstadoDTO$1;
|
|
1615
1616
|
UnidadMedida: UnidadMedidaDTO;
|
|
1616
1617
|
Cantidad: number;
|
|
1617
1618
|
CantidadStock: number;
|
|
@@ -1652,7 +1653,7 @@ declare class SubManoObraDTO$1 {
|
|
|
1652
1653
|
declare class UbicacionDTO {
|
|
1653
1654
|
Direccion: string;
|
|
1654
1655
|
Localidad_Descrip: string;
|
|
1655
|
-
Coordenadas: CoordenadasDTO;
|
|
1656
|
+
Coordenadas: CoordenadasDTO$1;
|
|
1656
1657
|
Municipio: string;
|
|
1657
1658
|
Zona: string;
|
|
1658
1659
|
Tipo_Zona: string;
|
|
@@ -1709,14 +1710,14 @@ declare class ValorizacionesDTO$1 {
|
|
|
1709
1710
|
Codigo: string;
|
|
1710
1711
|
CantidadMO: number;
|
|
1711
1712
|
CantidadUO: number;
|
|
1712
|
-
Especialidad: CodigoNombreDTO;
|
|
1713
|
-
Actividad: CodigoNombreDTO;
|
|
1714
|
-
Clave: CodigoNombreDTO;
|
|
1713
|
+
Especialidad: CodigoNombreDTO$1;
|
|
1714
|
+
Actividad: CodigoNombreDTO$1;
|
|
1715
|
+
Clave: CodigoNombreDTO$1;
|
|
1715
1716
|
ManoObra: CodigoNombreUMDTO;
|
|
1716
1717
|
UnidadObra: CodigoNombreUMDTO;
|
|
1717
1718
|
LineaCodigoCub: string;
|
|
1718
1719
|
CodigoCub: string;
|
|
1719
|
-
Estado: EstadoDTO;
|
|
1720
|
+
Estado: EstadoDTO$1;
|
|
1720
1721
|
}
|
|
1721
1722
|
|
|
1722
1723
|
declare class PersonalTrabajoDTO {
|
|
@@ -1760,8 +1761,8 @@ declare class TrabajoENTITY {
|
|
|
1760
1761
|
GOM: string;
|
|
1761
1762
|
Descripcion: string;
|
|
1762
1763
|
FechaRegistro: Date;
|
|
1763
|
-
Pais: CodigoNombreDTO;
|
|
1764
|
-
Delegacion: CodigoNombreDTO;
|
|
1764
|
+
Pais: CodigoNombreDTO$1;
|
|
1765
|
+
Delegacion: CodigoNombreDTO$1;
|
|
1765
1766
|
ZonaAsignada: string;
|
|
1766
1767
|
Ubicacion: UbicacionDTO;
|
|
1767
1768
|
Ultima_PreLiquidacion: Ultima_PreLiquidacionDTO$1;
|
|
@@ -1831,8 +1832,8 @@ declare class TrabajoAlemaniaENTITY {
|
|
|
1831
1832
|
GOM: string;
|
|
1832
1833
|
Descripcion: string;
|
|
1833
1834
|
FechaRegistro: Date;
|
|
1834
|
-
Pais: CodigoNombreDTO;
|
|
1835
|
-
Delegacion: CodigoNombreDTO;
|
|
1835
|
+
Pais: CodigoNombreDTO$1;
|
|
1836
|
+
Delegacion: CodigoNombreDTO$1;
|
|
1836
1837
|
ZonaAsignada: string;
|
|
1837
1838
|
Ubicacion: UbicacionDTO;
|
|
1838
1839
|
Ultima_PreLiquidacion: Ultima_PreLiquidacionAlemaniaDTO;
|
|
@@ -1849,14 +1850,14 @@ declare class ValorizacionesDTO {
|
|
|
1849
1850
|
Codigo: string;
|
|
1850
1851
|
CantidadMO: number;
|
|
1851
1852
|
CantidadUO: number;
|
|
1852
|
-
Especialidad: CodigoNombreDTO;
|
|
1853
|
-
Actividad: CodigoNombreDTO;
|
|
1854
|
-
Clave: CodigoNombreDTO;
|
|
1853
|
+
Especialidad: CodigoNombreDTO$1;
|
|
1854
|
+
Actividad: CodigoNombreDTO$1;
|
|
1855
|
+
Clave: CodigoNombreDTO$1;
|
|
1855
1856
|
ManoObra: CodigoNombreUMDTO;
|
|
1856
1857
|
UnidadObra: CodigoNombreUMDTO;
|
|
1857
1858
|
LineaCodigoCub: string;
|
|
1858
1859
|
CodigoCub: string;
|
|
1859
|
-
Estado: EstadoDTO;
|
|
1860
|
+
Estado: EstadoDTO$1;
|
|
1860
1861
|
}
|
|
1861
1862
|
|
|
1862
1863
|
declare class Ultima_asignacionDTO {
|
|
@@ -1891,7 +1892,7 @@ declare class MaterialesDTO {
|
|
|
1891
1892
|
CodigoLlave: string;
|
|
1892
1893
|
ID_StockPersonal: number;
|
|
1893
1894
|
Descripcion: string;
|
|
1894
|
-
Estado: EstadoDTO;
|
|
1895
|
+
Estado: EstadoDTO$1;
|
|
1895
1896
|
UnidadMedida: UnidadMedidaDTO;
|
|
1896
1897
|
Cantidad: number;
|
|
1897
1898
|
CantidadStock: number;
|
|
@@ -1911,13 +1912,13 @@ declare class DetalleChileDTO {
|
|
|
1911
1912
|
DirHasta: string;
|
|
1912
1913
|
AltHasta: string;
|
|
1913
1914
|
Plano: string;
|
|
1914
|
-
Especialidad: CodigoNombreDTO;
|
|
1915
|
-
Actividad: CodigoNombreDTO;
|
|
1916
|
-
Clave: CodigoNombreDTO;
|
|
1915
|
+
Especialidad: CodigoNombreDTO$1;
|
|
1916
|
+
Actividad: CodigoNombreDTO$1;
|
|
1917
|
+
Clave: CodigoNombreDTO$1;
|
|
1917
1918
|
Tarea: string;
|
|
1918
1919
|
ManoObra: CodigoNombreUMDTO;
|
|
1919
1920
|
UnidadObra: CodigoNombreUMDTO;
|
|
1920
|
-
HomePass: CodigoNombreDTO;
|
|
1921
|
+
HomePass: CodigoNombreDTO$1;
|
|
1921
1922
|
LineaCodigoCub: string;
|
|
1922
1923
|
CodigoCub: string;
|
|
1923
1924
|
CanMOCub: number;
|
|
@@ -2029,7 +2030,7 @@ declare class SubManoObraDTO {
|
|
|
2029
2030
|
CantidadSMO: number;
|
|
2030
2031
|
Cantidad: number;
|
|
2031
2032
|
Total: number;
|
|
2032
|
-
Estado: EstadoDTO;
|
|
2033
|
+
Estado: EstadoDTO$1;
|
|
2033
2034
|
}
|
|
2034
2035
|
|
|
2035
2036
|
declare class ValorizacionDTO {
|
|
@@ -2096,8 +2097,8 @@ declare class TrabajoMacroObraENTITY {
|
|
|
2096
2097
|
GOM: string;
|
|
2097
2098
|
Descripcion: string;
|
|
2098
2099
|
FechaRegistro: Date;
|
|
2099
|
-
Pais: CodigoNombreDTO;
|
|
2100
|
-
Delegacion: CodigoNombreDTO;
|
|
2100
|
+
Pais: CodigoNombreDTO$1;
|
|
2101
|
+
Delegacion: CodigoNombreDTO$1;
|
|
2101
2102
|
ZonaAsignada: string;
|
|
2102
2103
|
Ultima_PreLiquidacion: Ultima_PreLiquidacionDTO;
|
|
2103
2104
|
Ultima_asignacion: Ultima_asignacionDTO;
|
|
@@ -2359,7 +2360,7 @@ declare class TotalGeneralObraChileDTO {
|
|
|
2359
2360
|
}
|
|
2360
2361
|
|
|
2361
2362
|
declare class IncidenciasChileDTO extends IncidenciasDTO {
|
|
2362
|
-
Estado: EstadoDTO;
|
|
2363
|
+
Estado: EstadoDTO$1;
|
|
2363
2364
|
TotalesGeneralObra: TotalGeneralObraChileDTO;
|
|
2364
2365
|
}
|
|
2365
2366
|
|
|
@@ -2458,7 +2459,7 @@ declare class DataGridTabResidentialHP {
|
|
|
2458
2459
|
}
|
|
2459
2460
|
|
|
2460
2461
|
declare class IncidenciasPeruDTO extends IncidenciasDTO {
|
|
2461
|
-
Estado: EstadoDTO;
|
|
2462
|
+
Estado: EstadoDTO$1;
|
|
2462
2463
|
TotalesGeneralObra: TotalGeneralObraPeru9112DTO;
|
|
2463
2464
|
}
|
|
2464
2465
|
|
|
@@ -2882,7 +2883,7 @@ declare class TotalGeneralObraAlemaniaDTO {
|
|
|
2882
2883
|
}
|
|
2883
2884
|
|
|
2884
2885
|
declare class IncidenciasAlemaniaDTO extends IncidenciasDTO {
|
|
2885
|
-
Estado: EstadoDTO;
|
|
2886
|
+
Estado: EstadoDTO$1;
|
|
2886
2887
|
TotalesGeneralObra: TotalGeneralObraAlemaniaDTO;
|
|
2887
2888
|
}
|
|
2888
2889
|
|
|
@@ -3114,7 +3115,7 @@ declare class TotalGeneralObraColombiaDTO {
|
|
|
3114
3115
|
}
|
|
3115
3116
|
|
|
3116
3117
|
declare class IncidenciasColombiaDTO extends IncidenciasDTO {
|
|
3117
|
-
Estado: EstadoDTO;
|
|
3118
|
+
Estado: EstadoDTO$1;
|
|
3118
3119
|
TotalesGeneralObra: TotalGeneralObraColombiaDTO;
|
|
3119
3120
|
}
|
|
3120
3121
|
|
|
@@ -3136,7 +3137,7 @@ declare class TotalGeneralObraDTO {
|
|
|
3136
3137
|
declare class UbicacionObraDTO {
|
|
3137
3138
|
Direccion: string;
|
|
3138
3139
|
Localidad_Descrip: string;
|
|
3139
|
-
Coordenadas: CoordenadasDTO;
|
|
3140
|
+
Coordenadas: CoordenadasDTO$1;
|
|
3140
3141
|
Municipio: string;
|
|
3141
3142
|
Zona: string;
|
|
3142
3143
|
Tipo_Zona: string;
|
|
@@ -3157,8 +3158,8 @@ declare class SEUpdateAnexosObraRequestBody {
|
|
|
3157
3158
|
declare class ObraENTITY {
|
|
3158
3159
|
ID_incidencia: number;
|
|
3159
3160
|
ID_MacroObra: number;
|
|
3160
|
-
Pais: CodigoNombreDTO;
|
|
3161
|
-
Delegacion: CodigoNombreDTO;
|
|
3161
|
+
Pais: CodigoNombreDTO$1;
|
|
3162
|
+
Delegacion: CodigoNombreDTO$1;
|
|
3162
3163
|
Obra: string;
|
|
3163
3164
|
OrdenTrabajo: string;
|
|
3164
3165
|
Proyecto: string;
|
|
@@ -3347,13 +3348,13 @@ declare class ObraPeru9112ENTITY extends ObraENTITY {
|
|
|
3347
3348
|
|
|
3348
3349
|
declare class PrecioContratistaMOENTITY {
|
|
3349
3350
|
ID_PrecioContratistaMO: number;
|
|
3350
|
-
Pais: CodigoNombreDTO;
|
|
3351
|
-
Delegacion: CodigoNombreDTO;
|
|
3351
|
+
Pais: CodigoNombreDTO$1;
|
|
3352
|
+
Delegacion: CodigoNombreDTO$1;
|
|
3352
3353
|
Moneda: string;
|
|
3353
3354
|
Simbolo: string;
|
|
3354
3355
|
Decimales: number;
|
|
3355
3356
|
Empresa: EmpresaPCMODTO;
|
|
3356
|
-
Estado: EstadoDTO;
|
|
3357
|
+
Estado: EstadoDTO$1;
|
|
3357
3358
|
}
|
|
3358
3359
|
|
|
3359
3360
|
declare class TipoMOPCMODTO {
|
|
@@ -3374,7 +3375,7 @@ declare class ManoObraGlobalPCMODTO {
|
|
|
3374
3375
|
|
|
3375
3376
|
declare class ManoObraGlobalPCMOAlemaniaAL02DTO extends ManoObraGlobalPCMODTO {
|
|
3376
3377
|
Amap: number;
|
|
3377
|
-
Estado: EstadoDTO;
|
|
3378
|
+
Estado: EstadoDTO$1;
|
|
3378
3379
|
}
|
|
3379
3380
|
|
|
3380
3381
|
declare class PrecioContratistaMOAL02ENTITY extends PrecioContratistaMOENTITY {
|
|
@@ -3402,7 +3403,7 @@ declare class PrecioContratistaMOAL04ENTITY extends PrecioContratistaMOENTITY {
|
|
|
3402
3403
|
|
|
3403
3404
|
declare class ManoObraGlobalPCMOEspania1729DTO extends ManoObraGlobalPCMODTO {
|
|
3404
3405
|
Amap: number;
|
|
3405
|
-
Estado: EstadoDTO;
|
|
3406
|
+
Estado: EstadoDTO$1;
|
|
3406
3407
|
}
|
|
3407
3408
|
|
|
3408
3409
|
declare class PrecioContratistaMOESPANIA1729ENTITY extends PrecioContratistaMOENTITY {
|
|
@@ -3464,10 +3465,10 @@ declare class AddressListENTITY {
|
|
|
3464
3465
|
HP: number;
|
|
3465
3466
|
Latitude: number;
|
|
3466
3467
|
Longitude: number;
|
|
3467
|
-
AddressType: CodigoNombreDTO;
|
|
3468
|
-
AddressClassification: CodigoNombreDTO;
|
|
3468
|
+
AddressType: CodigoNombreDTO$1;
|
|
3469
|
+
AddressClassification: CodigoNombreDTO$1;
|
|
3469
3470
|
Comments: string;
|
|
3470
|
-
MovementType: CodigoNombreDTO;
|
|
3471
|
+
MovementType: CodigoNombreDTO$1;
|
|
3471
3472
|
DateModification: string;
|
|
3472
3473
|
DistancePOP: string;
|
|
3473
3474
|
Status: string;
|
|
@@ -3598,8 +3599,8 @@ declare class GomENTITY {
|
|
|
3598
3599
|
GOM: string;
|
|
3599
3600
|
ID_incidencia: number;
|
|
3600
3601
|
AreaGOM: string;
|
|
3601
|
-
Pais: CodigoNombreDTO;
|
|
3602
|
-
Delegacion: CodigoNombreDTO;
|
|
3602
|
+
Pais: CodigoNombreDTO$1;
|
|
3603
|
+
Delegacion: CodigoNombreDTO$1;
|
|
3603
3604
|
ZonaAsignada: string;
|
|
3604
3605
|
Fecha: Date;
|
|
3605
3606
|
Ultimo_Estado_Interno: EstadoInternoWithoutSubstateDTO;
|
|
@@ -3843,7 +3844,7 @@ declare class MaterialPrecioContratistaDTO {
|
|
|
3843
3844
|
Codigo: string;
|
|
3844
3845
|
Nombre: string;
|
|
3845
3846
|
Descripcion: string;
|
|
3846
|
-
Variante: CodigoNombreDTO[];
|
|
3847
|
+
Variante: CodigoNombreDTO$1[];
|
|
3847
3848
|
UnidadMedida: UnidadMedidaDTO[];
|
|
3848
3849
|
Ind_SB: string;
|
|
3849
3850
|
Tipo: string;
|
|
@@ -3852,13 +3853,13 @@ declare class MaterialPrecioContratistaDTO {
|
|
|
3852
3853
|
CodigoSAP: string;
|
|
3853
3854
|
Precio: number;
|
|
3854
3855
|
FechaRegistro: Date;
|
|
3855
|
-
Estado: EstadoDTO;
|
|
3856
|
+
Estado: EstadoDTO$1;
|
|
3856
3857
|
}
|
|
3857
3858
|
|
|
3858
3859
|
declare class PrecioContratistaMaterialENTITY {
|
|
3859
3860
|
ID_PrecioContratistaMaterial: number;
|
|
3860
|
-
Pais: CodigoNombreDTO;
|
|
3861
|
-
Delegacion: CodigoNombreDTO;
|
|
3861
|
+
Pais: CodigoNombreDTO$1;
|
|
3862
|
+
Delegacion: CodigoNombreDTO$1;
|
|
3862
3863
|
Moneda: string;
|
|
3863
3864
|
Simbolo: string;
|
|
3864
3865
|
Decimales: number;
|
|
@@ -3867,7 +3868,7 @@ declare class PrecioContratistaMaterialENTITY {
|
|
|
3867
3868
|
Materiales: MaterialPrecioContratistaDTO[];
|
|
3868
3869
|
Vigencia: VigenciaKeyDTO;
|
|
3869
3870
|
Bitacora: BitacoraDTO[];
|
|
3870
|
-
Estado: EstadoDTO;
|
|
3871
|
+
Estado: EstadoDTO$1;
|
|
3871
3872
|
}
|
|
3872
3873
|
|
|
3873
3874
|
declare class RequestDataMigrationDTO {
|
|
@@ -3948,19 +3949,19 @@ declare class IssueENTITY {
|
|
|
3948
3949
|
Ultimo_Estado_Interno: EstadoInternoWithoutSubstateDTO;
|
|
3949
3950
|
Estados_Internos: EstadoInternoWithoutSubstateDTO[];
|
|
3950
3951
|
DatosIssueProduccion: DatosIssueProduccionDTO[];
|
|
3951
|
-
UltimoEstado: EstadoDTO;
|
|
3952
|
-
Estados: EstadoDTO[];
|
|
3952
|
+
UltimoEstado: EstadoDTO$1;
|
|
3953
|
+
Estados: EstadoDTO$1[];
|
|
3953
3954
|
}
|
|
3954
3955
|
|
|
3955
3956
|
declare class PrecioContratistaIssueENTITY {
|
|
3956
3957
|
ID_PrecioContratistaIssue: number;
|
|
3957
|
-
Pais: CodigoNombreDTO;
|
|
3958
|
-
Delegacion: CodigoNombreDTO;
|
|
3958
|
+
Pais: CodigoNombreDTO$1;
|
|
3959
|
+
Delegacion: CodigoNombreDTO$1;
|
|
3959
3960
|
Moneda: string;
|
|
3960
3961
|
Simbolo: string;
|
|
3961
3962
|
Decimales: number;
|
|
3962
3963
|
Empresa: EmpresaPCMODTO;
|
|
3963
|
-
Estado: EstadoDTO;
|
|
3964
|
+
Estado: EstadoDTO$1;
|
|
3964
3965
|
}
|
|
3965
3966
|
|
|
3966
3967
|
declare class VigenciaIssueDTO {
|
|
@@ -3985,7 +3986,7 @@ declare class TipoMOPCIssueDTO {
|
|
|
3985
3986
|
}
|
|
3986
3987
|
|
|
3987
3988
|
declare class ManoObraGlobalPCIssueAlemaniaAL02DTO extends ManoObraGlobalPCIssueDTO {
|
|
3988
|
-
Estado: EstadoDTO;
|
|
3989
|
+
Estado: EstadoDTO$1;
|
|
3989
3990
|
}
|
|
3990
3991
|
|
|
3991
3992
|
declare class PrecioContratistaIssueAL02ENTITY extends PrecioContratistaIssueENTITY {
|
|
@@ -4027,13 +4028,13 @@ declare class Contrato_DTO {
|
|
|
4027
4028
|
};
|
|
4028
4029
|
fasesPago: FasePagoDTO[];
|
|
4029
4030
|
Vigencia: VigenciaDTO;
|
|
4030
|
-
Estado: EstadoDTO;
|
|
4031
|
+
Estado: EstadoDTO$1;
|
|
4031
4032
|
}
|
|
4032
4033
|
|
|
4033
4034
|
declare class FaseENTITY {
|
|
4034
4035
|
ID_Fase: number;
|
|
4035
|
-
Pais: CodigoNombreDTO;
|
|
4036
|
-
Delegacion: CodigoNombreDTO;
|
|
4036
|
+
Pais: CodigoNombreDTO$1;
|
|
4037
|
+
Delegacion: CodigoNombreDTO$1;
|
|
4037
4038
|
Descripcion: string;
|
|
4038
4039
|
Fase: string;
|
|
4039
4040
|
Hito: HitoDTO[];
|
|
@@ -4042,32 +4043,32 @@ declare class FaseENTITY {
|
|
|
4042
4043
|
FechaFin: Date;
|
|
4043
4044
|
UsuarioCreacion: UsuarioDTO;
|
|
4044
4045
|
UsuarioCierre: UsuarioDTO;
|
|
4045
|
-
Estado: EstadoDTO;
|
|
4046
|
+
Estado: EstadoDTO$1;
|
|
4046
4047
|
}
|
|
4047
4048
|
declare class ContratoPagosENTITY {
|
|
4048
4049
|
ID: number;
|
|
4049
|
-
Pais: CodigoNombreDTO;
|
|
4050
|
-
Delegacion: CodigoNombreDTO;
|
|
4050
|
+
Pais: CodigoNombreDTO$1;
|
|
4051
|
+
Delegacion: CodigoNombreDTO$1;
|
|
4051
4052
|
Empresa: EmpresaDTO;
|
|
4052
4053
|
contratos: Contrato_DTO[];
|
|
4053
4054
|
FechaInicio: Date;
|
|
4054
4055
|
FechaFin: Date;
|
|
4055
|
-
Estado: EstadoDTO;
|
|
4056
|
+
Estado: EstadoDTO$1;
|
|
4056
4057
|
}
|
|
4057
4058
|
|
|
4058
4059
|
declare class AgenciaENTITY {
|
|
4059
4060
|
ID_Agencia: number;
|
|
4060
|
-
Pais: CodigoNombreDTO;
|
|
4061
|
-
Delegacion: CodigoNombreDTO;
|
|
4061
|
+
Pais: CodigoNombreDTO$1;
|
|
4062
|
+
Delegacion: CodigoNombreDTO$1;
|
|
4062
4063
|
Codigo: string;
|
|
4063
4064
|
Descripcion: string;
|
|
4064
|
-
Estado: EstadoDTO;
|
|
4065
|
+
Estado: EstadoDTO$1;
|
|
4065
4066
|
Bitacora: BitacoraDTO[];
|
|
4066
4067
|
}
|
|
4067
4068
|
|
|
4068
4069
|
declare class ManoObraBaremoDTO {
|
|
4069
4070
|
ID_ManoObraBaremo: number;
|
|
4070
|
-
Especialidad: CodigoNombreDTO;
|
|
4071
|
+
Especialidad: CodigoNombreDTO$1;
|
|
4071
4072
|
PuntoBaremo: number;
|
|
4072
4073
|
PuntoBaremoContratista: number;
|
|
4073
4074
|
CoeficienteEconomico: number;
|
|
@@ -4093,8 +4094,8 @@ declare class AddMOPContrataMODTO {
|
|
|
4093
4094
|
|
|
4094
4095
|
declare class ManoObraGlobalENTITY {
|
|
4095
4096
|
ID_ManoObraGlobal: number;
|
|
4096
|
-
Pais: CodigoNombreDTO;
|
|
4097
|
-
Delegacion: CodigoNombreDTO;
|
|
4097
|
+
Pais: CodigoNombreDTO$1;
|
|
4098
|
+
Delegacion: CodigoNombreDTO$1;
|
|
4098
4099
|
Amap: number;
|
|
4099
4100
|
Codigo: string;
|
|
4100
4101
|
Actividad: string;
|
|
@@ -4103,7 +4104,7 @@ declare class ManoObraGlobalENTITY {
|
|
|
4103
4104
|
Unidad: UnidadMedidaDTO;
|
|
4104
4105
|
Material: MaterialMOGlobalDTO[];
|
|
4105
4106
|
DetalleChile: DetalleManoObraChileDTO;
|
|
4106
|
-
Estado: EstadoDTO;
|
|
4107
|
+
Estado: EstadoDTO$1;
|
|
4107
4108
|
}
|
|
4108
4109
|
|
|
4109
4110
|
declare class AreaGomCentroCostosDTO {
|
|
@@ -4114,13 +4115,13 @@ declare class AreaGomCentroCostosDTO {
|
|
|
4114
4115
|
declare class CentroCostosENTITY {
|
|
4115
4116
|
ID_CentroCostos: number;
|
|
4116
4117
|
Codigo_SIGO: string;
|
|
4117
|
-
Pais: CodigoNombreDTO;
|
|
4118
|
-
Delegacion: CodigoNombreDTO;
|
|
4118
|
+
Pais: CodigoNombreDTO$1;
|
|
4119
|
+
Delegacion: CodigoNombreDTO$1;
|
|
4119
4120
|
Codigo: string;
|
|
4120
4121
|
Descripcion: string;
|
|
4121
4122
|
OT: string;
|
|
4122
4123
|
Area: AreaGomCentroCostosDTO;
|
|
4123
|
-
Estado: EstadoDTO;
|
|
4124
|
+
Estado: EstadoDTO$1;
|
|
4124
4125
|
}
|
|
4125
4126
|
|
|
4126
4127
|
declare class EmpresaZonasActividadDTO extends EmpresaDTO {
|
|
@@ -4137,12 +4138,12 @@ declare class ActividadZonasActividadDTO {
|
|
|
4137
4138
|
|
|
4138
4139
|
declare class RM_ZonasActividadENTITY {
|
|
4139
4140
|
ID_ZonasActividad: number;
|
|
4140
|
-
Pais: CodigoNombreDTO;
|
|
4141
|
-
Delegacion: CodigoNombreDTO;
|
|
4141
|
+
Pais: CodigoNombreDTO$1;
|
|
4142
|
+
Delegacion: CodigoNombreDTO$1;
|
|
4142
4143
|
Empresa: EmpresaZonasActividadDTO;
|
|
4143
4144
|
Actividades: ActividadZonasActividadDTO[];
|
|
4144
4145
|
Vigencia: VigenciaDTO;
|
|
4145
|
-
Estado: EstadoDTO;
|
|
4146
|
+
Estado: EstadoDTO$1;
|
|
4146
4147
|
Bitacora: BitacoraDTO[];
|
|
4147
4148
|
}
|
|
4148
4149
|
|
|
@@ -4159,24 +4160,24 @@ declare class RM_MaterialENTITY {
|
|
|
4159
4160
|
UDP: string;
|
|
4160
4161
|
Codigo_Barra: string;
|
|
4161
4162
|
Activo: string;
|
|
4162
|
-
Estado: EstadoDTO;
|
|
4163
|
-
Pais: CodigoNombreDTO;
|
|
4164
|
-
Delegacion: CodigoNombreDTO;
|
|
4163
|
+
Estado: EstadoDTO$1;
|
|
4164
|
+
Pais: CodigoNombreDTO$1;
|
|
4165
|
+
Delegacion: CodigoNombreDTO$1;
|
|
4165
4166
|
}
|
|
4166
4167
|
|
|
4167
4168
|
declare class TipoActividadMOENTITY {
|
|
4168
4169
|
ID_TipoActividadMO: number;
|
|
4169
|
-
Pais: CodigoNombreDTO;
|
|
4170
|
-
Delegacion: CodigoNombreDTO;
|
|
4170
|
+
Pais: CodigoNombreDTO$1;
|
|
4171
|
+
Delegacion: CodigoNombreDTO$1;
|
|
4171
4172
|
Codigo: string;
|
|
4172
4173
|
Descripcion: string;
|
|
4173
|
-
Estado: EstadoDTO;
|
|
4174
|
+
Estado: EstadoDTO$1;
|
|
4174
4175
|
}
|
|
4175
4176
|
|
|
4176
4177
|
declare class PeriodoENTITY {
|
|
4177
4178
|
ID_Periodo: number;
|
|
4178
|
-
Pais: CodigoNombreDTO;
|
|
4179
|
-
Delegacion: CodigoNombreDTO;
|
|
4179
|
+
Pais: CodigoNombreDTO$1;
|
|
4180
|
+
Delegacion: CodigoNombreDTO$1;
|
|
4180
4181
|
Codigo: string;
|
|
4181
4182
|
FechaInicio: Date;
|
|
4182
4183
|
FechaFin: Date;
|
|
@@ -4184,7 +4185,7 @@ declare class PeriodoENTITY {
|
|
|
4184
4185
|
Mes: number;
|
|
4185
4186
|
Anio: number;
|
|
4186
4187
|
DiasMaximoCierre: number;
|
|
4187
|
-
Estado: EstadoDTO;
|
|
4188
|
+
Estado: EstadoDTO$1;
|
|
4188
4189
|
}
|
|
4189
4190
|
|
|
4190
4191
|
declare class ZonaTrabajoCuadrillaDTO {
|
|
@@ -4213,16 +4214,16 @@ declare class PersonalCuadrillaDTO {
|
|
|
4213
4214
|
|
|
4214
4215
|
declare class CuadrillaENTITY {
|
|
4215
4216
|
ID_Cuadrilla: number;
|
|
4216
|
-
Pais: CodigoNombreDTO;
|
|
4217
|
+
Pais: CodigoNombreDTO$1;
|
|
4217
4218
|
Empresa: EmpresaDTO;
|
|
4218
|
-
Delegacion: CodigoNombreDTO;
|
|
4219
|
+
Delegacion: CodigoNombreDTO$1;
|
|
4219
4220
|
ZonaTrabajo: ZonaTrabajoCuadrillaDTO;
|
|
4220
4221
|
TipoMovil: TipoMovilCuadrillaDTO;
|
|
4221
4222
|
Encargado: PersonalCuadrillaDTO;
|
|
4222
4223
|
Codigo: string;
|
|
4223
4224
|
Nombre: string;
|
|
4224
4225
|
Descripcion: string;
|
|
4225
|
-
Estado: EstadoDTO;
|
|
4226
|
+
Estado: EstadoDTO$1;
|
|
4226
4227
|
Personal: PersonalCuadrillaDTO[];
|
|
4227
4228
|
}
|
|
4228
4229
|
|
|
@@ -4231,9 +4232,9 @@ declare class RM_ComunaENTITY {
|
|
|
4231
4232
|
Codigo: string;
|
|
4232
4233
|
Descripcion: string;
|
|
4233
4234
|
Zona: string;
|
|
4234
|
-
Pais: CodigoNombreDTO;
|
|
4235
|
-
Delegacion: CodigoNombreDTO;
|
|
4236
|
-
Estado: EstadoDTO;
|
|
4235
|
+
Pais: CodigoNombreDTO$1;
|
|
4236
|
+
Delegacion: CodigoNombreDTO$1;
|
|
4237
|
+
Estado: EstadoDTO$1;
|
|
4237
4238
|
}
|
|
4238
4239
|
|
|
4239
4240
|
declare class RM_ManoObraENTITY {
|
|
@@ -4244,9 +4245,9 @@ declare class RM_ManoObraENTITY {
|
|
|
4244
4245
|
Especialidad: string;
|
|
4245
4246
|
Puntos_Baremos: number;
|
|
4246
4247
|
Cobra: string;
|
|
4247
|
-
Pais: CodigoNombreDTO;
|
|
4248
|
-
Delegacion: CodigoNombreDTO;
|
|
4249
|
-
Estado: EstadoDTO;
|
|
4248
|
+
Pais: CodigoNombreDTO$1;
|
|
4249
|
+
Delegacion: CodigoNombreDTO$1;
|
|
4250
|
+
Estado: EstadoDTO$1;
|
|
4250
4251
|
}
|
|
4251
4252
|
|
|
4252
4253
|
declare class RM_PaquetizadoENTITY {
|
|
@@ -4258,9 +4259,9 @@ declare class RM_PaquetizadoENTITY {
|
|
|
4258
4259
|
zona_10: number;
|
|
4259
4260
|
zona_14: number;
|
|
4260
4261
|
Total_MAT: number;
|
|
4261
|
-
Pais: CodigoNombreDTO;
|
|
4262
|
-
Delegacion: CodigoNombreDTO;
|
|
4263
|
-
Estado: EstadoDTO;
|
|
4262
|
+
Pais: CodigoNombreDTO$1;
|
|
4263
|
+
Delegacion: CodigoNombreDTO$1;
|
|
4264
|
+
Estado: EstadoDTO$1;
|
|
4264
4265
|
}
|
|
4265
4266
|
|
|
4266
4267
|
declare class RM_ActividadENTITY {
|
|
@@ -4268,14 +4269,14 @@ declare class RM_ActividadENTITY {
|
|
|
4268
4269
|
Codigo: string;
|
|
4269
4270
|
Descripcion: string;
|
|
4270
4271
|
Precio_EECC: number;
|
|
4271
|
-
Pais: CodigoNombreDTO;
|
|
4272
|
-
Delegacion: CodigoNombreDTO;
|
|
4273
|
-
Estado: EstadoDTO;
|
|
4272
|
+
Pais: CodigoNombreDTO$1;
|
|
4273
|
+
Delegacion: CodigoNombreDTO$1;
|
|
4274
|
+
Estado: EstadoDTO$1;
|
|
4274
4275
|
}
|
|
4275
4276
|
|
|
4276
4277
|
declare class OTDTO {
|
|
4277
4278
|
CodigoOT: string;
|
|
4278
|
-
Especialidades: CodigoNombreDTO[];
|
|
4279
|
+
Especialidades: CodigoNombreDTO$1[];
|
|
4279
4280
|
}
|
|
4280
4281
|
declare class UbicacionPresupuestoDTO {
|
|
4281
4282
|
ID_Ubicacion: number;
|
|
@@ -4296,30 +4297,30 @@ declare class PresupuestoDTO {
|
|
|
4296
4297
|
|
|
4297
4298
|
declare class OTBYESPECIALIDADGEMEINDEENTITY {
|
|
4298
4299
|
ID_OTESPGEMEINDE: number;
|
|
4299
|
-
Pais: CodigoNombreDTO;
|
|
4300
|
-
Delegacion: CodigoNombreDTO;
|
|
4301
|
-
Ubicacion: CodigoNombreDTO[];
|
|
4300
|
+
Pais: CodigoNombreDTO$1;
|
|
4301
|
+
Delegacion: CodigoNombreDTO$1;
|
|
4302
|
+
Ubicacion: CodigoNombreDTO$1[];
|
|
4302
4303
|
OTCatalogo: OTDTO;
|
|
4303
4304
|
Vigencia: VigenciaDTO;
|
|
4304
|
-
Estado: EstadoDTO;
|
|
4305
|
+
Estado: EstadoDTO$1;
|
|
4305
4306
|
static copyWith(obj: OTBYESPECIALIDADGEMEINDEENTITY): Promise<OTBYESPECIALIDADGEMEINDEENTITY>;
|
|
4306
4307
|
}
|
|
4307
4308
|
declare class PresupuestoOTENTITY {
|
|
4308
4309
|
ID: number;
|
|
4309
|
-
Pais: CodigoNombreDTO;
|
|
4310
|
-
Delegacion: CodigoNombreDTO;
|
|
4310
|
+
Pais: CodigoNombreDTO$1;
|
|
4311
|
+
Delegacion: CodigoNombreDTO$1;
|
|
4311
4312
|
Presupuesto: PresupuestoDTO;
|
|
4312
|
-
Estado: EstadoDTO;
|
|
4313
|
+
Estado: EstadoDTO$1;
|
|
4313
4314
|
}
|
|
4314
4315
|
|
|
4315
4316
|
declare class ManoObraBaremoENTITY {
|
|
4316
4317
|
ID_ManoObraBaremo: number;
|
|
4317
4318
|
PbaMO: string;
|
|
4318
4319
|
ContratoOT: ContratoOTGeneralDTO;
|
|
4319
|
-
Especialidad: CodigoNombreDTO;
|
|
4320
|
-
Pais: CodigoNombreDTO;
|
|
4321
|
-
Delegacion: CodigoNombreDTO;
|
|
4322
|
-
Estado: EstadoDTO;
|
|
4320
|
+
Especialidad: CodigoNombreDTO$1;
|
|
4321
|
+
Pais: CodigoNombreDTO$1;
|
|
4322
|
+
Delegacion: CodigoNombreDTO$1;
|
|
4323
|
+
Estado: EstadoDTO$1;
|
|
4323
4324
|
}
|
|
4324
4325
|
|
|
4325
4326
|
declare class AreaGOMENTITY {
|
|
@@ -4327,9 +4328,9 @@ declare class AreaGOMENTITY {
|
|
|
4327
4328
|
Codigo: string;
|
|
4328
4329
|
Descripcion: string;
|
|
4329
4330
|
Observacion: string;
|
|
4330
|
-
Estado: EstadoDTO;
|
|
4331
|
-
EstadoObra: EstadoDTO;
|
|
4332
|
-
Pais: CodigoNombreDTO;
|
|
4331
|
+
Estado: EstadoDTO$1;
|
|
4332
|
+
EstadoObra: EstadoDTO$1;
|
|
4333
|
+
Pais: CodigoNombreDTO$1;
|
|
4333
4334
|
GOMS: AreaGOMSubGOMSDTO[];
|
|
4334
4335
|
}
|
|
4335
4336
|
|
|
@@ -4337,8 +4338,8 @@ declare class TipoObraENTITY {
|
|
|
4337
4338
|
ID_TipoObra: number;
|
|
4338
4339
|
Codigo: string;
|
|
4339
4340
|
Descripcion: string;
|
|
4340
|
-
Pais: CodigoNombreDTO;
|
|
4341
|
-
Estado: EstadoDTO;
|
|
4341
|
+
Pais: CodigoNombreDTO$1;
|
|
4342
|
+
Estado: EstadoDTO$1;
|
|
4342
4343
|
}
|
|
4343
4344
|
|
|
4344
4345
|
declare class MetadataUOMaterialDTO {
|
|
@@ -4407,8 +4408,8 @@ declare class BaremosAlemaniaENTITY {
|
|
|
4407
4408
|
Contrato: string;
|
|
4408
4409
|
Cuadrilla: CuadrillaDTO$1;
|
|
4409
4410
|
Empresa: EmpresaDTO;
|
|
4410
|
-
Especialidad: CodigoNombreDTO;
|
|
4411
|
-
Actividad: CodigoNombreDTO;
|
|
4411
|
+
Especialidad: CodigoNombreDTO$1;
|
|
4412
|
+
Actividad: CodigoNombreDTO$1;
|
|
4412
4413
|
ManoObra: ManoObraDTO;
|
|
4413
4414
|
MaterialesUtilizados: Array<any>;
|
|
4414
4415
|
MaterialesRetirados: Array<any>;
|
|
@@ -4445,7 +4446,7 @@ declare class ManoObraBaremoProduccionDTO {
|
|
|
4445
4446
|
declare class MaterialUtilizadoRetiradoBaremoDTO {
|
|
4446
4447
|
Codigo: string;
|
|
4447
4448
|
Descripcion: string;
|
|
4448
|
-
Estado: EstadoDTO;
|
|
4449
|
+
Estado: EstadoDTO$1;
|
|
4449
4450
|
UnidadMedida: UnidadMedidaDTO;
|
|
4450
4451
|
Cantidad: number;
|
|
4451
4452
|
CantidadInformada: number;
|
|
@@ -4520,8 +4521,8 @@ declare class BaremoAlemaniaENTITY {
|
|
|
4520
4521
|
Contrato: string;
|
|
4521
4522
|
Cuadrilla: CuadrillaBaremoDTO;
|
|
4522
4523
|
Empresa: EmpresaDTO;
|
|
4523
|
-
Especialidad: CodigoNombreDTO;
|
|
4524
|
-
Actividad: CodigoNombreDTO;
|
|
4524
|
+
Especialidad: CodigoNombreDTO$1;
|
|
4525
|
+
Actividad: CodigoNombreDTO$1;
|
|
4525
4526
|
ManoObra: ManoObraBaremoProduccionDTO;
|
|
4526
4527
|
MaterialesUtilizados: MaterialUtilizadoRetiradoBaremoDTO[];
|
|
4527
4528
|
MaterialesRetirados: MaterialUtilizadoRetiradoBaremoDTO[];
|
|
@@ -4553,16 +4554,16 @@ declare class AreaGOMResumenDTO {
|
|
|
4553
4554
|
Codigo: string;
|
|
4554
4555
|
Descripcion: string;
|
|
4555
4556
|
Observacion: string;
|
|
4556
|
-
Estado: EstadoDTO;
|
|
4557
|
-
EstadoObra: EstadoDTO;
|
|
4557
|
+
Estado: EstadoDTO$1;
|
|
4558
|
+
EstadoObra: EstadoDTO$1;
|
|
4558
4559
|
GOMS: AreaGOMSubGOMSDTO[];
|
|
4559
|
-
Pais: CodigoNombreDTO;
|
|
4560
|
+
Pais: CodigoNombreDTO$1;
|
|
4560
4561
|
Bitacora: BitacoraDTO[];
|
|
4561
4562
|
}
|
|
4562
4563
|
|
|
4563
4564
|
declare class UltimoEstadoClienteDTO {
|
|
4564
4565
|
ID_EstadoInterno: number;
|
|
4565
|
-
Estado: EstadoDTO;
|
|
4566
|
+
Estado: EstadoDTO$1;
|
|
4566
4567
|
Fecha: Date;
|
|
4567
4568
|
Descripcion: string;
|
|
4568
4569
|
Icono: string;
|
|
@@ -4573,7 +4574,7 @@ declare class UltimoEstadoClienteDTO {
|
|
|
4573
4574
|
Observacion: string;
|
|
4574
4575
|
UsuarioEdicion: UsuarioEdicionDTO;
|
|
4575
4576
|
Anexos: any[];
|
|
4576
|
-
Pais: CodigoNombreDTO;
|
|
4577
|
+
Pais: CodigoNombreDTO$1;
|
|
4577
4578
|
Bitacora: BitacoraDTO[];
|
|
4578
4579
|
}
|
|
4579
4580
|
|
|
@@ -4729,8 +4730,8 @@ declare class ResumemENTITY {
|
|
|
4729
4730
|
Proyecto: string;
|
|
4730
4731
|
ContratoOT: ContratoOTDTO;
|
|
4731
4732
|
ZonaAsignada: string;
|
|
4732
|
-
Pais: CodigoNombreDTO;
|
|
4733
|
-
Delegacion: CodigoNombreDTO;
|
|
4733
|
+
Pais: CodigoNombreDTO$1;
|
|
4734
|
+
Delegacion: CodigoNombreDTO$1;
|
|
4734
4735
|
AreaGOM: AreaGOMResumenDTO[];
|
|
4735
4736
|
DetalleAlemania: DetalleAlemaniaDTO;
|
|
4736
4737
|
Cantidad: number;
|
|
@@ -4793,7 +4794,7 @@ declare class BaremoProcessUnidadMedidaDTO {
|
|
|
4793
4794
|
declare class BaremoProcessMaterialesUtilizadosDTO {
|
|
4794
4795
|
Codigo: string;
|
|
4795
4796
|
Descripcion: string;
|
|
4796
|
-
Estado: EstadoDTO;
|
|
4797
|
+
Estado: EstadoDTO$1;
|
|
4797
4798
|
UnidadMedida: BaremoProcessUnidadMedidaDTO;
|
|
4798
4799
|
Cantidad: number;
|
|
4799
4800
|
Accion: CodigoDescripcionDTO;
|
|
@@ -4826,10 +4827,10 @@ declare class BaremosChileENTITY {
|
|
|
4826
4827
|
Agencia: string;
|
|
4827
4828
|
Cuadrilla: BaremoProcessCuadrillaDTO;
|
|
4828
4829
|
Empresa: BaremoProcessEmpresaDTO;
|
|
4829
|
-
Especialidad: CodigoNombreDTO;
|
|
4830
|
-
Actividad: CodigoNombreDTO;
|
|
4830
|
+
Especialidad: CodigoNombreDTO$1;
|
|
4831
|
+
Actividad: CodigoNombreDTO$1;
|
|
4831
4832
|
ManoObra: BaremoProcessManoObraDTO;
|
|
4832
|
-
UnidadObra: CodigoNombreDTO;
|
|
4833
|
+
UnidadObra: CodigoNombreDTO$1;
|
|
4833
4834
|
MaterialesUtilizados: BaremoProcessMaterialesUtilizadosDTO[];
|
|
4834
4835
|
MaterialesRetirados: BaremoProcessMaterialesUtilizadosDTO[];
|
|
4835
4836
|
Cantidad: number;
|
|
@@ -4875,10 +4876,10 @@ declare class BaremoProcessENTITY {
|
|
|
4875
4876
|
Agencia: string;
|
|
4876
4877
|
Cuadrilla: BaremoProcessCuadrillaDTO;
|
|
4877
4878
|
Empresa: BaremoProcessEmpresaDTO;
|
|
4878
|
-
Especialidad: CodigoNombreDTO;
|
|
4879
|
-
Actividad: CodigoNombreDTO;
|
|
4879
|
+
Especialidad: CodigoNombreDTO$1;
|
|
4880
|
+
Actividad: CodigoNombreDTO$1;
|
|
4880
4881
|
ManoObra: BaremoProcessManoObraDTO;
|
|
4881
|
-
UnidadObra: CodigoNombreDTO;
|
|
4882
|
+
UnidadObra: CodigoNombreDTO$1;
|
|
4882
4883
|
MaterialesUtilizados: BaremoProcessMaterialesUtilizadosDTO[];
|
|
4883
4884
|
MaterialesRetirados: BaremoProcessMaterialesUtilizadosDTO[];
|
|
4884
4885
|
Cantidad: number;
|
|
@@ -4979,10 +4980,10 @@ declare class BaremosColombiaENTITY {
|
|
|
4979
4980
|
Agencia: string;
|
|
4980
4981
|
Cuadrilla: BaremoProcessCuadrillaDTO;
|
|
4981
4982
|
Empresa: BaremoProcessEmpresaDTO;
|
|
4982
|
-
Especialidad: CodigoNombreDTO;
|
|
4983
|
-
Actividad: CodigoNombreDTO;
|
|
4983
|
+
Especialidad: CodigoNombreDTO$1;
|
|
4984
|
+
Actividad: CodigoNombreDTO$1;
|
|
4984
4985
|
ManoObra: BaremoProcessManoObraDTO;
|
|
4985
|
-
UnidadObra: CodigoNombreDTO;
|
|
4986
|
+
UnidadObra: CodigoNombreDTO$1;
|
|
4986
4987
|
MaterialesUtilizados: BaremoProcessMaterialesUtilizadosDTO[];
|
|
4987
4988
|
MaterialesRetirados: BaremoProcessMaterialesUtilizadosDTO[];
|
|
4988
4989
|
Cantidad: number;
|
|
@@ -5103,8 +5104,8 @@ declare class LiberacionDePagosAlemaniaENTITY {
|
|
|
5103
5104
|
Agencia: string;
|
|
5104
5105
|
Cuadrilla: CuadrillaLiberacionPagosDTO;
|
|
5105
5106
|
Empresa: EmpresaLiberacionPagosDTO;
|
|
5106
|
-
Especialidad: CodigoNombreDTO;
|
|
5107
|
-
Actividad: CodigoNombreDTO;
|
|
5107
|
+
Especialidad: CodigoNombreDTO$1;
|
|
5108
|
+
Actividad: CodigoNombreDTO$1;
|
|
5108
5109
|
ManoObra: ManoObraLiberacionPagosDTO;
|
|
5109
5110
|
UnidadObra: UnidadMedidaLiberacionPagosDTO;
|
|
5110
5111
|
LineaCodigoCub: string;
|
|
@@ -5142,7 +5143,7 @@ declare class ProdCursoBaremoFasesUltimoEstadoInternoDTO {
|
|
|
5142
5143
|
IsDebug: boolean;
|
|
5143
5144
|
ID_EstadoInterno: number;
|
|
5144
5145
|
ID_EstadoInternoPadre: number;
|
|
5145
|
-
Estado: EstadoDTO;
|
|
5146
|
+
Estado: EstadoDTO$1;
|
|
5146
5147
|
Fecha: Date;
|
|
5147
5148
|
Descripcion: string;
|
|
5148
5149
|
Icono: string;
|
|
@@ -5154,7 +5155,7 @@ declare class ProdCursoBaremoFasesUltimoEstadoInternoDTO {
|
|
|
5154
5155
|
Sistema: string;
|
|
5155
5156
|
UsuarioEdicion: UsuarioEdicionDTO;
|
|
5156
5157
|
Anexos: any[];
|
|
5157
|
-
Pais: CodigoNombreDTO;
|
|
5158
|
+
Pais: CodigoNombreDTO$1;
|
|
5158
5159
|
Bitacora: any[];
|
|
5159
5160
|
}
|
|
5160
5161
|
|
|
@@ -5215,8 +5216,8 @@ declare class RptProduccionCurso_Baremos_FasesENTITY {
|
|
|
5215
5216
|
Agencia: string;
|
|
5216
5217
|
Cuadrilla: ProdCursoBaremoFasesCuadrillaDTO;
|
|
5217
5218
|
Empresa: EmpresaDTO;
|
|
5218
|
-
Especialidad: CodigoNombreDTO;
|
|
5219
|
-
Actividad: CodigoNombreDTO;
|
|
5219
|
+
Especialidad: CodigoNombreDTO$1;
|
|
5220
|
+
Actividad: CodigoNombreDTO$1;
|
|
5220
5221
|
ManoObra: ProdCursoBaremoFasesManoObraDTO;
|
|
5221
5222
|
UnidadObra: ProdCursoBaremoFasesManoObraDTO;
|
|
5222
5223
|
LineaCodigoCub: string;
|
|
@@ -5275,9 +5276,9 @@ declare class ConsumoMaterialAlemaniaENTITY {
|
|
|
5275
5276
|
Obra: string;
|
|
5276
5277
|
ID_Trabajo: number;
|
|
5277
5278
|
Almacen: AlmacenLogisticaDTO;
|
|
5278
|
-
Empresa: CodigoNombreDTO;
|
|
5279
|
+
Empresa: CodigoNombreDTO$1;
|
|
5279
5280
|
CosumoMaterial: CosumoMaterialAlemaniaDTO[];
|
|
5280
|
-
Estado: EstadoDTO;
|
|
5281
|
+
Estado: EstadoDTO$1;
|
|
5281
5282
|
}
|
|
5282
5283
|
|
|
5283
5284
|
declare class StockPersonalEquiposENTITY {
|
|
@@ -5328,7 +5329,7 @@ declare class DatosTransportistaChileDTO {
|
|
|
5328
5329
|
|
|
5329
5330
|
declare class DetalleSalidaAlmacenDTO {
|
|
5330
5331
|
NroContable: string;
|
|
5331
|
-
Bodega: CodigoNombreDTO;
|
|
5332
|
+
Bodega: CodigoNombreDTO$1;
|
|
5332
5333
|
Reserva: string;
|
|
5333
5334
|
OrdenTrabajo: string;
|
|
5334
5335
|
Item: ItemDetalleLogisticaDTO;
|
|
@@ -5345,7 +5346,7 @@ declare class DetalleSalidaAlmacenDTO {
|
|
|
5345
5346
|
CodigoBusqueda: string;
|
|
5346
5347
|
CodigoLlave: string;
|
|
5347
5348
|
Notas: string;
|
|
5348
|
-
Estado: EstadoDTO;
|
|
5349
|
+
Estado: EstadoDTO$1;
|
|
5349
5350
|
}
|
|
5350
5351
|
|
|
5351
5352
|
declare class SalidaAlmacenENTITY {
|
|
@@ -5356,8 +5357,8 @@ declare class SalidaAlmacenENTITY {
|
|
|
5356
5357
|
ID_Trabajo: number;
|
|
5357
5358
|
FlagPex: number;
|
|
5358
5359
|
Collection: string;
|
|
5359
|
-
Pais: CodigoNombreDTO;
|
|
5360
|
-
Delegacion: CodigoNombreDTO;
|
|
5360
|
+
Pais: CodigoNombreDTO$1;
|
|
5361
|
+
Delegacion: CodigoNombreDTO$1;
|
|
5361
5362
|
Almacen: AlmacenLogisticaDTO;
|
|
5362
5363
|
ZonaTrabajo: ZonaTrabajoDTO;
|
|
5363
5364
|
Observaciones: string;
|
|
@@ -5369,13 +5370,13 @@ declare class SalidaAlmacenENTITY {
|
|
|
5369
5370
|
Empresa: EmpresaLogisticaDTO;
|
|
5370
5371
|
Personal: PersonalLogisticaDTO$1;
|
|
5371
5372
|
Detalle: DetalleDTO[];
|
|
5372
|
-
Bodega: CodigoNombreDTO;
|
|
5373
|
+
Bodega: CodigoNombreDTO$1;
|
|
5373
5374
|
Fechas: FechaDTO;
|
|
5374
5375
|
Usuarios: UsuarioLogisticaDTO;
|
|
5375
5376
|
AlmacenDestino: AlmacenDTO;
|
|
5376
|
-
BodegaDestino: CodigoNombreDTO;
|
|
5377
|
+
BodegaDestino: CodigoNombreDTO$1;
|
|
5377
5378
|
EstadoIntegracion: EstadoIntegracionDTO;
|
|
5378
|
-
Estado: EstadoDTO;
|
|
5379
|
+
Estado: EstadoDTO$1;
|
|
5379
5380
|
DatosTransportista: DatosTransportistaDTO;
|
|
5380
5381
|
DatosTransportistaChile: DatosTransportistaChileDTO;
|
|
5381
5382
|
}
|
|
@@ -5383,12 +5384,12 @@ declare class SalidaAlmacenENTITY {
|
|
|
5383
5384
|
declare class StockPersonalENTITY {
|
|
5384
5385
|
_id: string;
|
|
5385
5386
|
ID_StockPersonal: number;
|
|
5386
|
-
Pais: CodigoNombreDTO;
|
|
5387
|
-
Delegacion: CodigoNombreDTO;
|
|
5387
|
+
Pais: CodigoNombreDTO$1;
|
|
5388
|
+
Delegacion: CodigoNombreDTO$1;
|
|
5388
5389
|
Empresa: EmpresaLogisticaDTO;
|
|
5389
5390
|
Personal: PersonalLogisticaDTO$1;
|
|
5390
5391
|
Almacen: AlmacenLogisticaDTO;
|
|
5391
|
-
Bodega: CodigoNombreDTO;
|
|
5392
|
+
Bodega: CodigoNombreDTO$1;
|
|
5392
5393
|
ZonaTrabajo: ZonaTrabajoDTO;
|
|
5393
5394
|
Item: ItemDetalleLogisticaDTO;
|
|
5394
5395
|
Lote: string;
|
|
@@ -5410,7 +5411,7 @@ declare class StockPersonalENTITY {
|
|
|
5410
5411
|
ID_incidencia: number;
|
|
5411
5412
|
ID_Reserva: number;
|
|
5412
5413
|
ID_Trabajo: number;
|
|
5413
|
-
Estado: EstadoDTO;
|
|
5414
|
+
Estado: EstadoDTO$1;
|
|
5414
5415
|
}
|
|
5415
5416
|
|
|
5416
5417
|
declare class CorteBobinaStockAlmacenDTO {
|
|
@@ -5423,10 +5424,10 @@ declare class CorteBobinaStockAlmacenDTO {
|
|
|
5423
5424
|
|
|
5424
5425
|
declare class StockAlmacenENTITY {
|
|
5425
5426
|
ID_StockAlmacen: number;
|
|
5426
|
-
Pais: CodigoNombreDTO;
|
|
5427
|
-
Delegacion: CodigoNombreDTO;
|
|
5427
|
+
Pais: CodigoNombreDTO$1;
|
|
5428
|
+
Delegacion: CodigoNombreDTO$1;
|
|
5428
5429
|
Almacen: AlmacenLogisticaDTO;
|
|
5429
|
-
Bodega: CodigoNombreDTO;
|
|
5430
|
+
Bodega: CodigoNombreDTO$1;
|
|
5430
5431
|
ZonaTrabajo: ZonaTrabajoDTO;
|
|
5431
5432
|
Item: ItemDetalleLogisticaDTO;
|
|
5432
5433
|
Lote: string;
|
|
@@ -5442,7 +5443,7 @@ declare class StockAlmacenENTITY {
|
|
|
5442
5443
|
TipoStock: TipoStockStockPersonalDTO;
|
|
5443
5444
|
CodigoBusqueda: string;
|
|
5444
5445
|
CodigoLlave: string;
|
|
5445
|
-
Estado: EstadoDTO;
|
|
5446
|
+
Estado: EstadoDTO$1;
|
|
5446
5447
|
FalloFabrica: number;
|
|
5447
5448
|
Descuento: number;
|
|
5448
5449
|
}
|
|
@@ -5453,9 +5454,9 @@ declare class MovimientoAlmacenENTITY {
|
|
|
5453
5454
|
Descripcion: string;
|
|
5454
5455
|
TipoMovimientoAlmacen: TipoMovimientoAlmacenDTO;
|
|
5455
5456
|
TipoStock: TipoStockStockPersonalDTO;
|
|
5456
|
-
Estado: EstadoDTO;
|
|
5457
|
-
Pais: CodigoNombreDTO;
|
|
5458
|
-
Delegacion: CodigoNombreDTO;
|
|
5457
|
+
Estado: EstadoDTO$1;
|
|
5458
|
+
Pais: CodigoNombreDTO$1;
|
|
5459
|
+
Delegacion: CodigoNombreDTO$1;
|
|
5459
5460
|
}
|
|
5460
5461
|
|
|
5461
5462
|
declare class LogRegisterDTO {
|
|
@@ -5476,8 +5477,8 @@ declare class DevolucionAlmacenENTITY {
|
|
|
5476
5477
|
ID_Trabajo: number;
|
|
5477
5478
|
FlagPex: number;
|
|
5478
5479
|
Collection: string;
|
|
5479
|
-
Pais: CodigoNombreDTO;
|
|
5480
|
-
Delegacion: CodigoNombreDTO;
|
|
5480
|
+
Pais: CodigoNombreDTO$1;
|
|
5481
|
+
Delegacion: CodigoNombreDTO$1;
|
|
5481
5482
|
Almacen: AlmacenLogisticaDTO;
|
|
5482
5483
|
ZonaTrabajo: ZonaTrabajoDTO;
|
|
5483
5484
|
Observaciones: string;
|
|
@@ -5489,11 +5490,11 @@ declare class DevolucionAlmacenENTITY {
|
|
|
5489
5490
|
Empresa: EmpresaLogisticaDTO;
|
|
5490
5491
|
Personal: PersonalLogisticaDTO$1;
|
|
5491
5492
|
Detalle: DetalleDTO[];
|
|
5492
|
-
Bodega: CodigoNombreDTO;
|
|
5493
|
+
Bodega: CodigoNombreDTO$1;
|
|
5493
5494
|
Fechas: FechaDTO;
|
|
5494
5495
|
Usuarios: UsuarioLogisticaDTO;
|
|
5495
5496
|
EstadoIntegracion: EstadoIntegracionDTO;
|
|
5496
|
-
Estado: EstadoDTO;
|
|
5497
|
+
Estado: EstadoDTO$1;
|
|
5497
5498
|
}
|
|
5498
5499
|
|
|
5499
5500
|
declare class ItemLogisticaDTO {
|
|
@@ -5537,8 +5538,8 @@ declare class EmpresaStockPersonalDTO {
|
|
|
5537
5538
|
declare class ItemENTITY {
|
|
5538
5539
|
ID_Item: number;
|
|
5539
5540
|
Propio: boolean;
|
|
5540
|
-
Pais: CodigoNombreDTO;
|
|
5541
|
-
Delegacion: CodigoNombreDTO;
|
|
5541
|
+
Pais: CodigoNombreDTO$1;
|
|
5542
|
+
Delegacion: CodigoNombreDTO$1;
|
|
5542
5543
|
Empresa: EmpresaStockPersonalDTO;
|
|
5543
5544
|
Cliente: ClienteDTO;
|
|
5544
5545
|
GranFamiliaItem: GranFamiliaItemDTO;
|
|
@@ -5546,14 +5547,14 @@ declare class ItemENTITY {
|
|
|
5546
5547
|
Codigo: string;
|
|
5547
5548
|
Nombre: string;
|
|
5548
5549
|
Descripcion: string;
|
|
5549
|
-
Variante: CodigoNombreDTO[];
|
|
5550
|
+
Variante: CodigoNombreDTO$1[];
|
|
5550
5551
|
UnidadMedida: UnidadMedidaDTO[];
|
|
5551
5552
|
Ind_SB: string;
|
|
5552
5553
|
Merma: boolean;
|
|
5553
5554
|
Decimales: boolean;
|
|
5554
5555
|
Conversion: ConversionLogisticaDTO[];
|
|
5555
5556
|
Log: LogDTO;
|
|
5556
|
-
Estado: EstadoDTO;
|
|
5557
|
+
Estado: EstadoDTO$1;
|
|
5557
5558
|
Tipo: string;
|
|
5558
5559
|
Valor: number;
|
|
5559
5560
|
Prioridad: number;
|
|
@@ -5593,8 +5594,8 @@ declare class IngresoAlmacenENTITY {
|
|
|
5593
5594
|
ID_Trabajo: number;
|
|
5594
5595
|
FlagPex: number;
|
|
5595
5596
|
Collection: string;
|
|
5596
|
-
Pais: CodigoNombreDTO;
|
|
5597
|
-
Delegacion: CodigoNombreDTO;
|
|
5597
|
+
Pais: CodigoNombreDTO$1;
|
|
5598
|
+
Delegacion: CodigoNombreDTO$1;
|
|
5598
5599
|
Almacen: AlmacenLogisticaDTO;
|
|
5599
5600
|
ZonaTrabajo: ZonaTrabajoDTO;
|
|
5600
5601
|
Observaciones: string;
|
|
@@ -5606,13 +5607,13 @@ declare class IngresoAlmacenENTITY {
|
|
|
5606
5607
|
Empresa: EmpresaLogisticaDTO;
|
|
5607
5608
|
Personal: PersonalLogisticaDTO;
|
|
5608
5609
|
Detalle: DetalleDTO[];
|
|
5609
|
-
Bodega: CodigoNombreDTO;
|
|
5610
|
+
Bodega: CodigoNombreDTO$1;
|
|
5610
5611
|
Fechas: FechaDTO;
|
|
5611
5612
|
Usuarios: UsuarioLogisticaDTO;
|
|
5612
5613
|
AlmacenDestino: AlmacenDTO;
|
|
5613
|
-
BodegaDestino: CodigoNombreDTO;
|
|
5614
|
+
BodegaDestino: CodigoNombreDTO$1;
|
|
5614
5615
|
EstadoIntegracion: EstadoIntegracionDTO;
|
|
5615
|
-
Estado: EstadoDTO;
|
|
5616
|
+
Estado: EstadoDTO$1;
|
|
5616
5617
|
}
|
|
5617
5618
|
|
|
5618
5619
|
declare class StockAlmacenEquiposENTITY {
|
|
@@ -5632,8 +5633,8 @@ declare class TransaccionesDTO {
|
|
|
5632
5633
|
|
|
5633
5634
|
declare class TransaccionFoliosENTITY {
|
|
5634
5635
|
ID_TransaccionFolios: number;
|
|
5635
|
-
Pais: CodigoNombreDTO;
|
|
5636
|
-
Delegacion: CodigoNombreDTO;
|
|
5636
|
+
Pais: CodigoNombreDTO$1;
|
|
5637
|
+
Delegacion: CodigoNombreDTO$1;
|
|
5637
5638
|
Vigencia_Inicial: Date;
|
|
5638
5639
|
Vigencia_Final: Date;
|
|
5639
5640
|
FolioInicial: number;
|
|
@@ -5641,7 +5642,7 @@ declare class TransaccionFoliosENTITY {
|
|
|
5641
5642
|
NumeroInterno: number;
|
|
5642
5643
|
Ultima_transaccion: TransaccionesDTO;
|
|
5643
5644
|
Transacciones: TransaccionesDTO[];
|
|
5644
|
-
Estado: EstadoDTO;
|
|
5645
|
+
Estado: EstadoDTO$1;
|
|
5645
5646
|
Bitacora: BitacoraDTO[];
|
|
5646
5647
|
}
|
|
5647
5648
|
|
|
@@ -5649,9 +5650,9 @@ declare class TipoMovimientoAlmacenENTITY {
|
|
|
5649
5650
|
ID_TipoMovimientoAlmacen: number;
|
|
5650
5651
|
Nombre: string;
|
|
5651
5652
|
Descripcion: string;
|
|
5652
|
-
Estado: EstadoDTO;
|
|
5653
|
-
Pais: CodigoNombreDTO;
|
|
5654
|
-
Delegacion: CodigoNombreDTO;
|
|
5653
|
+
Estado: EstadoDTO$1;
|
|
5654
|
+
Pais: CodigoNombreDTO$1;
|
|
5655
|
+
Delegacion: CodigoNombreDTO$1;
|
|
5655
5656
|
}
|
|
5656
5657
|
|
|
5657
5658
|
declare class LogAlmacenDTO {
|
|
@@ -5671,15 +5672,15 @@ declare class UbicacionAlmacenDTO {
|
|
|
5671
5672
|
|
|
5672
5673
|
declare class AlmacenENTITY {
|
|
5673
5674
|
ID_Almacen: number;
|
|
5674
|
-
Pais: CodigoNombreDTO;
|
|
5675
|
+
Pais: CodigoNombreDTO$1;
|
|
5675
5676
|
Empresa: EmpresaLogisticaDTO;
|
|
5676
|
-
Delegacion: CodigoNombreDTO;
|
|
5677
|
+
Delegacion: CodigoNombreDTO$1;
|
|
5677
5678
|
TipoAlmacen: TipoAlmacenDTO;
|
|
5678
5679
|
Codigo: string;
|
|
5679
5680
|
Nombre: string;
|
|
5680
5681
|
Ubicacion: UbicacionAlmacenDTO;
|
|
5681
5682
|
ZonaTrabajo: ZonaTrabajoDTO[];
|
|
5682
|
-
Estado: EstadoDTO;
|
|
5683
|
+
Estado: EstadoDTO$1;
|
|
5683
5684
|
Bitacora: BitacoraDTO[];
|
|
5684
5685
|
}
|
|
5685
5686
|
|
|
@@ -5687,19 +5688,19 @@ declare class AtiendeBodegaDTO {
|
|
|
5687
5688
|
Contrato: number;
|
|
5688
5689
|
ZonaTrabajo: string[];
|
|
5689
5690
|
Fecha: Date;
|
|
5690
|
-
Estado: EstadoDTO;
|
|
5691
|
+
Estado: EstadoDTO$1;
|
|
5691
5692
|
}
|
|
5692
5693
|
|
|
5693
5694
|
declare class BodegaENTITY {
|
|
5694
5695
|
ID_Bodega: number;
|
|
5695
5696
|
Almacen: AlmacenLogisticaDTO;
|
|
5696
|
-
Delegacion: CodigoNombreDTO;
|
|
5697
|
+
Delegacion: CodigoNombreDTO$1;
|
|
5697
5698
|
Codigo: string;
|
|
5698
5699
|
Nombre: string;
|
|
5699
5700
|
Descripcion: string;
|
|
5700
5701
|
Atiende: AtiendeBodegaDTO[];
|
|
5701
|
-
Estado: EstadoDTO;
|
|
5702
|
-
Pais: CodigoNombreDTO;
|
|
5702
|
+
Estado: EstadoDTO$1;
|
|
5703
|
+
Pais: CodigoNombreDTO$1;
|
|
5703
5704
|
Bitacora: BitacoraDTO[];
|
|
5704
5705
|
}
|
|
5705
5706
|
|
|
@@ -5724,25 +5725,25 @@ declare class AutoInventarioENTITY {
|
|
|
5724
5725
|
Fecha: Date;
|
|
5725
5726
|
Files: FilesDocDTO[];
|
|
5726
5727
|
Equipos: EquiposAIDTO[];
|
|
5727
|
-
Estado: EstadoDTO;
|
|
5728
|
+
Estado: EstadoDTO$1;
|
|
5728
5729
|
}
|
|
5729
5730
|
|
|
5730
5731
|
declare class UnidadMedidaENTITY {
|
|
5731
5732
|
ID_UnidadMedida: number;
|
|
5732
5733
|
Nombre: string;
|
|
5733
5734
|
Descripcion: string;
|
|
5734
|
-
Pais: CodigoNombreDTO;
|
|
5735
|
-
Delegacion: CodigoNombreDTO;
|
|
5736
|
-
Estado: EstadoDTO;
|
|
5735
|
+
Pais: CodigoNombreDTO$1;
|
|
5736
|
+
Delegacion: CodigoNombreDTO$1;
|
|
5737
|
+
Estado: EstadoDTO$1;
|
|
5737
5738
|
}
|
|
5738
5739
|
|
|
5739
5740
|
declare class GranFamiliaItemENTITY {
|
|
5740
5741
|
ID_GranFamiliaItem: number;
|
|
5741
5742
|
Nombre: string;
|
|
5742
5743
|
Descripcion: string;
|
|
5743
|
-
Pais: CodigoNombreDTO;
|
|
5744
|
-
Delegacion: CodigoNombreDTO;
|
|
5745
|
-
Estado: EstadoDTO;
|
|
5744
|
+
Pais: CodigoNombreDTO$1;
|
|
5745
|
+
Delegacion: CodigoNombreDTO$1;
|
|
5746
|
+
Estado: EstadoDTO$1;
|
|
5746
5747
|
Bitacora: BitacoraDTO[];
|
|
5747
5748
|
}
|
|
5748
5749
|
|
|
@@ -5750,18 +5751,18 @@ declare class TipoAlmacenENTITY {
|
|
|
5750
5751
|
ID_TipoAlmacen: number;
|
|
5751
5752
|
Nombre: string;
|
|
5752
5753
|
Descripcion: string;
|
|
5753
|
-
Estado: EstadoDTO;
|
|
5754
|
-
Pais: CodigoNombreDTO;
|
|
5755
|
-
Delegacion: CodigoNombreDTO;
|
|
5754
|
+
Estado: EstadoDTO$1;
|
|
5755
|
+
Pais: CodigoNombreDTO$1;
|
|
5756
|
+
Delegacion: CodigoNombreDTO$1;
|
|
5756
5757
|
}
|
|
5757
5758
|
|
|
5758
5759
|
declare class TipoStockENTITY {
|
|
5759
5760
|
ID_TipoStock: number;
|
|
5760
5761
|
Nombre: string;
|
|
5761
5762
|
Descripcion: string;
|
|
5762
|
-
Estado: EstadoDTO;
|
|
5763
|
-
Pais: CodigoNombreDTO;
|
|
5764
|
-
Delegacion: CodigoNombreDTO;
|
|
5763
|
+
Estado: EstadoDTO$1;
|
|
5764
|
+
Pais: CodigoNombreDTO$1;
|
|
5765
|
+
Delegacion: CodigoNombreDTO$1;
|
|
5765
5766
|
}
|
|
5766
5767
|
|
|
5767
5768
|
declare class AlmacenExtraENTITY {
|
|
@@ -5776,9 +5777,9 @@ declare class AlmacenExtraENTITY {
|
|
|
5776
5777
|
Country: string;
|
|
5777
5778
|
Latitude: number;
|
|
5778
5779
|
Longitude: number;
|
|
5779
|
-
Pais: CodigoNombreDTO;
|
|
5780
|
-
Delegacion: CodigoNombreDTO;
|
|
5781
|
-
Estado: EstadoDTO;
|
|
5780
|
+
Pais: CodigoNombreDTO$1;
|
|
5781
|
+
Delegacion: CodigoNombreDTO$1;
|
|
5782
|
+
Estado: EstadoDTO$1;
|
|
5782
5783
|
}
|
|
5783
5784
|
|
|
5784
5785
|
declare class KCMActividadDTO {
|
|
@@ -6129,7 +6130,7 @@ declare class DatosTrabajoDto {
|
|
|
6129
6130
|
Code02: string;
|
|
6130
6131
|
Almacen: AlmacenDto;
|
|
6131
6132
|
Personal: NavisionPersonalLogisticaDTO;
|
|
6132
|
-
Bodega: CodigoNombreDTO;
|
|
6133
|
+
Bodega: CodigoNombreDTO$1;
|
|
6133
6134
|
ZonaTrabajo: ZonaTrabajoDTO;
|
|
6134
6135
|
MovimientoAlmacen: NavisionMovimientoAlmacenDTO;
|
|
6135
6136
|
}
|
|
@@ -6595,7 +6596,7 @@ declare class PersonalENTITY {
|
|
|
6595
6596
|
Identificacion: string;
|
|
6596
6597
|
DatosGenerales: DatosGeneralesPersonalDTO;
|
|
6597
6598
|
DatosArea: DatosAreaPersonalDTO;
|
|
6598
|
-
Cargo: CodigoNombreDTO;
|
|
6599
|
+
Cargo: CodigoNombreDTO$1;
|
|
6599
6600
|
Group: string;
|
|
6600
6601
|
Empresa: OptionCatalogoDTO;
|
|
6601
6602
|
Pais: OptionCatalogoDTO;
|
|
@@ -6613,8 +6614,8 @@ declare class PerfilesENTITY {
|
|
|
6613
6614
|
ID_Perfil: number;
|
|
6614
6615
|
Codigo: string;
|
|
6615
6616
|
Nombre: string;
|
|
6616
|
-
Pais: CodigoNombreDTO;
|
|
6617
|
-
Delegacion: CodigoNombreDTO;
|
|
6617
|
+
Pais: CodigoNombreDTO$1;
|
|
6618
|
+
Delegacion: CodigoNombreDTO$1;
|
|
6618
6619
|
Sistemas: number[];
|
|
6619
6620
|
PermisosApp: PermisosAppDTO[];
|
|
6620
6621
|
Estado: EstadoAntiguoDTO;
|
|
@@ -6687,7 +6688,7 @@ declare class TipoEmpresaDTO {
|
|
|
6687
6688
|
|
|
6688
6689
|
declare class EmpresaENTITY {
|
|
6689
6690
|
ID_Empresa: number;
|
|
6690
|
-
Pais: CodigoNombreDTO;
|
|
6691
|
+
Pais: CodigoNombreDTO$1;
|
|
6691
6692
|
TipoEmpresa: TipoEmpresaDTO;
|
|
6692
6693
|
GrupoEmpresa: GrupoEmpresaDTO[];
|
|
6693
6694
|
TipoDocumentoIdentidad: TipoDocumentoIdentidadDTO;
|
|
@@ -6700,9 +6701,9 @@ declare class EmpresaENTITY {
|
|
|
6700
6701
|
Documentacion: any;
|
|
6701
6702
|
DatosGenerales: DatosGeneralesDTO;
|
|
6702
6703
|
RepresentanteLegal: RepresentanteLegalDTO;
|
|
6703
|
-
Delegacion: CodigoNombreDTO[];
|
|
6704
|
+
Delegacion: CodigoNombreDTO$1[];
|
|
6704
6705
|
DatosGIA: DatosGIADTO;
|
|
6705
|
-
Estado: EstadoDTO;
|
|
6706
|
+
Estado: EstadoDTO$1;
|
|
6706
6707
|
Bitacora: BitacoraDTO[];
|
|
6707
6708
|
}
|
|
6708
6709
|
|
|
@@ -6728,8 +6729,8 @@ declare class ProfileDTO {
|
|
|
6728
6729
|
IdPerfil: number;
|
|
6729
6730
|
Perfil: string;
|
|
6730
6731
|
Codigo: string;
|
|
6731
|
-
Pais: CodigoNombreDTO;
|
|
6732
|
-
Delegacion: CodigoNombreDTO;
|
|
6732
|
+
Pais: CodigoNombreDTO$1;
|
|
6733
|
+
Delegacion: CodigoNombreDTO$1;
|
|
6733
6734
|
}
|
|
6734
6735
|
|
|
6735
6736
|
declare class DatosTrabajoUsuarioDTO {
|
|
@@ -6808,7 +6809,7 @@ declare class UsuarioENTITY {
|
|
|
6808
6809
|
Socket: SocketDTO;
|
|
6809
6810
|
Foto: FotoDTO;
|
|
6810
6811
|
Profile: ProfileDTO[];
|
|
6811
|
-
Pais: CodigoNombreDTO;
|
|
6812
|
+
Pais: CodigoNombreDTO$1;
|
|
6812
6813
|
Codigo: string;
|
|
6813
6814
|
DatosTrabajo: DatosTrabajoUsuarioDTO;
|
|
6814
6815
|
Delegacion: DelegacionDTO;
|
|
@@ -6821,7 +6822,7 @@ declare class UsuarioENTITY {
|
|
|
6821
6822
|
SuperUsuario: boolean;
|
|
6822
6823
|
Almacen: AlmacenLogisticaDTO[];
|
|
6823
6824
|
AlmacenGIA: AlmacenUsuarioGIADTO[];
|
|
6824
|
-
PaisesGestion: CodigoNombreDTO[];
|
|
6825
|
+
PaisesGestion: CodigoNombreDTO$1[];
|
|
6825
6826
|
PermisosApp: PermisosAppDTO[];
|
|
6826
6827
|
Zonales: ZonalesDTO[];
|
|
6827
6828
|
Contratistas: ContratistasDTO;
|
|
@@ -6832,7 +6833,7 @@ declare class TipoOpcionSistemaENTITY {
|
|
|
6832
6833
|
TipoOpcion: string;
|
|
6833
6834
|
Descripcion: string;
|
|
6834
6835
|
Padre: number;
|
|
6835
|
-
Estado: EstadoDTO;
|
|
6836
|
+
Estado: EstadoDTO$1;
|
|
6836
6837
|
}
|
|
6837
6838
|
|
|
6838
6839
|
declare class TipoSistemaDTO {
|
|
@@ -6901,11 +6902,11 @@ declare class UsuariosAutoinventarioENTITY {
|
|
|
6901
6902
|
|
|
6902
6903
|
declare class TipoEspecialidadMOENTITY {
|
|
6903
6904
|
ID_TipoEspecialidadMO: number;
|
|
6904
|
-
Pais: CodigoNombreDTO;
|
|
6905
|
-
Delegacion: CodigoNombreDTO;
|
|
6905
|
+
Pais: CodigoNombreDTO$1;
|
|
6906
|
+
Delegacion: CodigoNombreDTO$1;
|
|
6906
6907
|
Codigo: string;
|
|
6907
6908
|
Descripcion: string;
|
|
6908
|
-
Estado: EstadoDTO;
|
|
6909
|
+
Estado: EstadoDTO$1;
|
|
6909
6910
|
}
|
|
6910
6911
|
|
|
6911
6912
|
declare class ContratoOTENTITY {
|
|
@@ -6913,11 +6914,11 @@ declare class ContratoOTENTITY {
|
|
|
6913
6914
|
Codigo: string;
|
|
6914
6915
|
Descripcion: string;
|
|
6915
6916
|
Sistema: string;
|
|
6916
|
-
Pais: CodigoNombreDTO;
|
|
6917
|
-
Delegacion: CodigoNombreDTO;
|
|
6917
|
+
Pais: CodigoNombreDTO$1;
|
|
6918
|
+
Delegacion: CodigoNombreDTO$1;
|
|
6918
6919
|
OT: OTGlobalDTO;
|
|
6919
6920
|
Vigencia: VigenciaDTO;
|
|
6920
|
-
Estado: EstadoDTO;
|
|
6921
|
+
Estado: EstadoDTO$1;
|
|
6921
6922
|
CheckPrecioMO: boolean;
|
|
6922
6923
|
}
|
|
6923
6924
|
|
|
@@ -6925,9 +6926,9 @@ declare class CargoPersonalENTITY {
|
|
|
6925
6926
|
ID_Cargo: number;
|
|
6926
6927
|
Codigo: string;
|
|
6927
6928
|
Nombre: string;
|
|
6928
|
-
Pais: CodigoNombreDTO;
|
|
6929
|
-
Delegacion: CodigoNombreDTO;
|
|
6930
|
-
Estado: EstadoDTO;
|
|
6929
|
+
Pais: CodigoNombreDTO$1;
|
|
6930
|
+
Delegacion: CodigoNombreDTO$1;
|
|
6931
|
+
Estado: EstadoDTO$1;
|
|
6931
6932
|
}
|
|
6932
6933
|
|
|
6933
6934
|
declare class ScrapingCredentialENTITY {
|
|
@@ -6938,20 +6939,20 @@ declare class ScrapingCredentialENTITY {
|
|
|
6938
6939
|
userNameAux: string;
|
|
6939
6940
|
passwordAux: string;
|
|
6940
6941
|
system: SistemaRecurso;
|
|
6941
|
-
Pais: CodigoNombreDTO;
|
|
6942
|
-
Delegacion: CodigoNombreDTO;
|
|
6942
|
+
Pais: CodigoNombreDTO$1;
|
|
6943
|
+
Delegacion: CodigoNombreDTO$1;
|
|
6943
6944
|
toScrape: boolean;
|
|
6944
6945
|
}
|
|
6945
6946
|
|
|
6946
|
-
declare class ImgLogoNavBarDTO {
|
|
6947
|
-
Coordenadas: CoordenadasDTO;
|
|
6947
|
+
declare class ImgLogoNavBarDTO$1 {
|
|
6948
|
+
Coordenadas: CoordenadasDTO$1;
|
|
6948
6949
|
Estado: string;
|
|
6949
6950
|
Fecha: string;
|
|
6950
6951
|
Ruta: string;
|
|
6951
6952
|
img: string;
|
|
6952
6953
|
}
|
|
6953
6954
|
|
|
6954
|
-
declare class ThemeCountryManualDTO {
|
|
6955
|
+
declare class ThemeCountryManualDTO$1 {
|
|
6955
6956
|
Codigo: string;
|
|
6956
6957
|
Delegacion: string;
|
|
6957
6958
|
Ruta: string;
|
|
@@ -6962,13 +6963,13 @@ declare class ThemeConfigCountryENTITY {
|
|
|
6962
6963
|
Color: string;
|
|
6963
6964
|
TextFooterLeft: string;
|
|
6964
6965
|
TextFooterRight: string;
|
|
6965
|
-
ImgLogoNavBar: ImgLogoNavBarDTO;
|
|
6966
|
-
Manuales: ThemeCountryManualDTO[];
|
|
6967
|
-
Estado: EstadoDTO;
|
|
6968
|
-
Pais: CodigoNombreDTO;
|
|
6966
|
+
ImgLogoNavBar: ImgLogoNavBarDTO$1;
|
|
6967
|
+
Manuales: ThemeCountryManualDTO$1[];
|
|
6968
|
+
Estado: EstadoDTO$1;
|
|
6969
|
+
Pais: CodigoNombreDTO$1;
|
|
6969
6970
|
}
|
|
6970
6971
|
|
|
6971
|
-
declare class FavoritoDTO {
|
|
6972
|
+
declare class FavoritoDTO$1 {
|
|
6972
6973
|
id: string;
|
|
6973
6974
|
titulo: string;
|
|
6974
6975
|
ruta: string;
|
|
@@ -6981,8 +6982,8 @@ declare class ThemeConfigUserENTITY {
|
|
|
6981
6982
|
Identificacion: string;
|
|
6982
6983
|
Color: string;
|
|
6983
6984
|
Language: string;
|
|
6984
|
-
Estado: EstadoDTO;
|
|
6985
|
-
Favoritos: FavoritoDTO[];
|
|
6985
|
+
Estado: EstadoDTO$1;
|
|
6986
|
+
Favoritos: FavoritoDTO$1[];
|
|
6986
6987
|
}
|
|
6987
6988
|
|
|
6988
6989
|
declare class GemeindeENTITY {
|
|
@@ -6990,9 +6991,9 @@ declare class GemeindeENTITY {
|
|
|
6990
6991
|
Gemeinde: string;
|
|
6991
6992
|
Anios: number;
|
|
6992
6993
|
FechaMaterial: Date;
|
|
6993
|
-
Pais: CodigoNombreDTO;
|
|
6994
|
-
Delegacion: CodigoNombreDTO;
|
|
6995
|
-
Estado: EstadoDTO;
|
|
6994
|
+
Pais: CodigoNombreDTO$1;
|
|
6995
|
+
Delegacion: CodigoNombreDTO$1;
|
|
6996
|
+
Estado: EstadoDTO$1;
|
|
6996
6997
|
}
|
|
6997
6998
|
|
|
6998
6999
|
declare class DelegacionGrupoEmpresaDTO {
|
|
@@ -7047,7 +7048,7 @@ declare class DelegacionENTITY {
|
|
|
7047
7048
|
Baja: DelegacionFechaDTO;
|
|
7048
7049
|
Registrar: DelegacionLogOperacionDTO;
|
|
7049
7050
|
Modificar: DelegacionLogOperacionDTO;
|
|
7050
|
-
Estado: EstadoDTO;
|
|
7051
|
+
Estado: EstadoDTO$1;
|
|
7051
7052
|
Production: number;
|
|
7052
7053
|
}
|
|
7053
7054
|
|
|
@@ -7056,7 +7057,7 @@ declare class PaisENTITY {
|
|
|
7056
7057
|
Codigo: string;
|
|
7057
7058
|
Nombre: string;
|
|
7058
7059
|
Descripcion: string;
|
|
7059
|
-
Estado: EstadoDTO;
|
|
7060
|
+
Estado: EstadoDTO$1;
|
|
7060
7061
|
Production: number;
|
|
7061
7062
|
}
|
|
7062
7063
|
|
|
@@ -7188,8 +7189,8 @@ declare class EstadoLiqDTO {
|
|
|
7188
7189
|
type EstadoLiq = 'PENDIENTE' | 'PROCESADO';
|
|
7189
7190
|
declare class LiquidadaTOAENTITY {
|
|
7190
7191
|
ID_Orden: number;
|
|
7191
|
-
Pais: CodigoNombreDTO;
|
|
7192
|
-
Delegacion: CodigoNombreDTO;
|
|
7192
|
+
Pais: CodigoNombreDTO$1;
|
|
7193
|
+
Delegacion: CodigoNombreDTO$1;
|
|
7193
7194
|
Tecnico: string;
|
|
7194
7195
|
ID_Recurso: string;
|
|
7195
7196
|
Peticion: string;
|
|
@@ -7271,8 +7272,8 @@ declare class VigenciaBaremosDTO {
|
|
|
7271
7272
|
|
|
7272
7273
|
declare class BaremosTOAChileENTITY {
|
|
7273
7274
|
ID_TipoTrabajo: number;
|
|
7274
|
-
Pais: CodigoNombreDTO;
|
|
7275
|
-
Delegacion: CodigoNombreDTO;
|
|
7275
|
+
Pais: CodigoNombreDTO$1;
|
|
7276
|
+
Delegacion: CodigoNombreDTO$1;
|
|
7276
7277
|
Tipo: string;
|
|
7277
7278
|
TipoTrabajo: string;
|
|
7278
7279
|
Codigo_Unico: string;
|
|
@@ -7281,7 +7282,7 @@ declare class BaremosTOAChileENTITY {
|
|
|
7281
7282
|
Activacion_de_APP_TV: string;
|
|
7282
7283
|
NLineas: number;
|
|
7283
7284
|
PB: number;
|
|
7284
|
-
Estado: EstadoDTO;
|
|
7285
|
+
Estado: EstadoDTO$1;
|
|
7285
7286
|
Vigencia: VigenciaBaremosDTO[];
|
|
7286
7287
|
}
|
|
7287
7288
|
|
|
@@ -8155,8 +8156,8 @@ declare class BitacoraTOADTO extends EstadoTOADTO {
|
|
|
8155
8156
|
|
|
8156
8157
|
declare class Chile9512TOAENTITY {
|
|
8157
8158
|
ID_Orden: Number;
|
|
8158
|
-
Pais: CodigoNombreDTO;
|
|
8159
|
-
Delegacion: CodigoNombreDTO;
|
|
8159
|
+
Pais: CodigoNombreDTO$1;
|
|
8160
|
+
Delegacion: CodigoNombreDTO$1;
|
|
8160
8161
|
Tecnico: string;
|
|
8161
8162
|
ID_Recurso: string;
|
|
8162
8163
|
Peticion: string;
|
|
@@ -8306,7 +8307,7 @@ declare class DetalleOrdenRealDTO {
|
|
|
8306
8307
|
unidad: string;
|
|
8307
8308
|
cantidad: number;
|
|
8308
8309
|
contrato?: string;
|
|
8309
|
-
especialidad: CodigoNombreDTO;
|
|
8310
|
+
especialidad: CodigoNombreDTO$1;
|
|
8310
8311
|
}
|
|
8311
8312
|
|
|
8312
8313
|
declare class OrdenDetailMaintenanceDTO {
|
|
@@ -10168,6 +10169,63 @@ declare class CompanyEntity extends BaseEntity {
|
|
|
10168
10169
|
countryId: string;
|
|
10169
10170
|
}
|
|
10170
10171
|
|
|
10172
|
+
declare class EstadoDTO {
|
|
10173
|
+
ID_Estado: number;
|
|
10174
|
+
Nombre: string;
|
|
10175
|
+
}
|
|
10176
|
+
|
|
10177
|
+
declare class CodigoNombreDTO {
|
|
10178
|
+
Codigo: string;
|
|
10179
|
+
Nombre: string;
|
|
10180
|
+
}
|
|
10181
|
+
|
|
10182
|
+
declare class CoordenadasDTO {
|
|
10183
|
+
X: string;
|
|
10184
|
+
Y: string;
|
|
10185
|
+
}
|
|
10186
|
+
|
|
10187
|
+
declare class ImgLogoNavBarDTO {
|
|
10188
|
+
Coordenadas: CoordenadasDTO;
|
|
10189
|
+
Estado: string;
|
|
10190
|
+
Fecha: string;
|
|
10191
|
+
Ruta: string;
|
|
10192
|
+
img: string;
|
|
10193
|
+
}
|
|
10194
|
+
|
|
10195
|
+
declare class ThemeCountryManualDTO {
|
|
10196
|
+
Codigo: string;
|
|
10197
|
+
Delegacion: string;
|
|
10198
|
+
Ruta: string;
|
|
10199
|
+
}
|
|
10200
|
+
|
|
10201
|
+
declare class FavoritoDTO {
|
|
10202
|
+
id: string;
|
|
10203
|
+
titulo: string;
|
|
10204
|
+
ruta: string;
|
|
10205
|
+
icono: string;
|
|
10206
|
+
orden: number;
|
|
10207
|
+
}
|
|
10208
|
+
|
|
10209
|
+
declare class ThemeConfigCountryEntity extends BaseEntity {
|
|
10210
|
+
ID_TemeCountry: number;
|
|
10211
|
+
Color: string;
|
|
10212
|
+
TextFooterLeft: string;
|
|
10213
|
+
TextFooterRight: string;
|
|
10214
|
+
ImgLogoNavBar: ImgLogoNavBarDTO;
|
|
10215
|
+
Manuales: ThemeCountryManualDTO[];
|
|
10216
|
+
Estado: EstadoDTO;
|
|
10217
|
+
Pais: CodigoNombreDTO;
|
|
10218
|
+
}
|
|
10219
|
+
|
|
10220
|
+
declare class ThemeConfigUserEntity extends BaseEntity {
|
|
10221
|
+
ID_Theme: number;
|
|
10222
|
+
Identificacion: string;
|
|
10223
|
+
Color: string;
|
|
10224
|
+
Language: string;
|
|
10225
|
+
Estado: EstadoDTO;
|
|
10226
|
+
Favoritos: FavoritoDTO[];
|
|
10227
|
+
}
|
|
10228
|
+
|
|
10171
10229
|
interface MenuDto {
|
|
10172
10230
|
id: string;
|
|
10173
10231
|
label: string;
|
|
@@ -10190,6 +10248,7 @@ declare class UpdateProfileDto {
|
|
|
10190
10248
|
}
|
|
10191
10249
|
|
|
10192
10250
|
declare class UpdateUserDto {
|
|
10251
|
+
_id: string;
|
|
10193
10252
|
profileId: string;
|
|
10194
10253
|
}
|
|
10195
10254
|
|
|
@@ -10217,6 +10276,119 @@ interface DocumentRequirementNode extends Omit<DocumentRequirementDto, 'children
|
|
|
10217
10276
|
isLeafNode: boolean;
|
|
10218
10277
|
}
|
|
10219
10278
|
|
|
10279
|
+
declare class CreateDelegationDto {
|
|
10280
|
+
_id: string;
|
|
10281
|
+
countryId: string;
|
|
10282
|
+
code: string;
|
|
10283
|
+
name: string;
|
|
10284
|
+
}
|
|
10285
|
+
|
|
10286
|
+
declare class UpdateDelegationDto {
|
|
10287
|
+
_id: string;
|
|
10288
|
+
countryId: string;
|
|
10289
|
+
code: string;
|
|
10290
|
+
name: string;
|
|
10291
|
+
}
|
|
10292
|
+
|
|
10293
|
+
declare class CreateCountryDto {
|
|
10294
|
+
_id: string;
|
|
10295
|
+
code: string;
|
|
10296
|
+
name: string;
|
|
10297
|
+
}
|
|
10298
|
+
|
|
10299
|
+
declare class UpdateCountryDto {
|
|
10300
|
+
_id: string;
|
|
10301
|
+
code: string;
|
|
10302
|
+
name: string;
|
|
10303
|
+
}
|
|
10304
|
+
|
|
10305
|
+
declare class CreateCompanyDto {
|
|
10306
|
+
_id: string;
|
|
10307
|
+
companyType: CompanyType;
|
|
10308
|
+
identification: string;
|
|
10309
|
+
code: string;
|
|
10310
|
+
legalName: string;
|
|
10311
|
+
tradeName: string;
|
|
10312
|
+
isOwn: boolean;
|
|
10313
|
+
address: string;
|
|
10314
|
+
emails: string[];
|
|
10315
|
+
phones: string[];
|
|
10316
|
+
countryId: string;
|
|
10317
|
+
}
|
|
10318
|
+
|
|
10319
|
+
declare class UpdateCompanyDto {
|
|
10320
|
+
_id: string;
|
|
10321
|
+
companyType: CompanyType;
|
|
10322
|
+
identification: string;
|
|
10323
|
+
code: string;
|
|
10324
|
+
legalName: string;
|
|
10325
|
+
tradeName: string;
|
|
10326
|
+
isOwn: boolean;
|
|
10327
|
+
address: string;
|
|
10328
|
+
emails: string[];
|
|
10329
|
+
phones: string[];
|
|
10330
|
+
countryId: string;
|
|
10331
|
+
}
|
|
10332
|
+
|
|
10333
|
+
declare class CreateUserDto {
|
|
10334
|
+
_id: string;
|
|
10335
|
+
email: string;
|
|
10336
|
+
password: string;
|
|
10337
|
+
paternalLastName: string;
|
|
10338
|
+
maternalLastName: string;
|
|
10339
|
+
firstNames: string;
|
|
10340
|
+
identification: string;
|
|
10341
|
+
companies: CompanyDto[];
|
|
10342
|
+
delegationIds: string[];
|
|
10343
|
+
root: boolean;
|
|
10344
|
+
profileId: string;
|
|
10345
|
+
resourceSystem: ResourceSystemDto[];
|
|
10346
|
+
}
|
|
10347
|
+
|
|
10348
|
+
declare class CreateThemeConfigCountryDto {
|
|
10349
|
+
_id: string;
|
|
10350
|
+
ID_TemeCountry: number;
|
|
10351
|
+
Color: string;
|
|
10352
|
+
TextFooterLeft: string;
|
|
10353
|
+
TextFooterRight: string;
|
|
10354
|
+
ImgLogoNavBar: ImgLogoNavBarDTO;
|
|
10355
|
+
Manuales: ThemeCountryManualDTO[];
|
|
10356
|
+
Estado: EstadoDTO;
|
|
10357
|
+
Pais: CodigoNombreDTO;
|
|
10358
|
+
}
|
|
10359
|
+
|
|
10360
|
+
declare class UpdateThemeConfigCountryDto {
|
|
10361
|
+
_id: string;
|
|
10362
|
+
ID_TemeCountry: number;
|
|
10363
|
+
Color: string;
|
|
10364
|
+
TextFooterLeft: string;
|
|
10365
|
+
TextFooterRight: string;
|
|
10366
|
+
ImgLogoNavBar: ImgLogoNavBarDTO;
|
|
10367
|
+
Manuales: ThemeCountryManualDTO[];
|
|
10368
|
+
Estado: EstadoDTO;
|
|
10369
|
+
Pais: CodigoNombreDTO;
|
|
10370
|
+
}
|
|
10371
|
+
|
|
10372
|
+
declare class CreateThemeConfigUserDto {
|
|
10373
|
+
_id: string;
|
|
10374
|
+
ID_Theme: number;
|
|
10375
|
+
Identificacion: string;
|
|
10376
|
+
Color: string;
|
|
10377
|
+
Language?: string;
|
|
10378
|
+
Estado: EstadoDTO;
|
|
10379
|
+
Favoritos?: FavoritoDTO[];
|
|
10380
|
+
}
|
|
10381
|
+
|
|
10382
|
+
declare class UpdateThemeConfigUserDto {
|
|
10383
|
+
_id: string;
|
|
10384
|
+
ID_Theme: number;
|
|
10385
|
+
Identificacion: string;
|
|
10386
|
+
Color: string;
|
|
10387
|
+
Language?: string;
|
|
10388
|
+
Estado: EstadoDTO;
|
|
10389
|
+
Favoritos?: FavoritoDTO[];
|
|
10390
|
+
}
|
|
10391
|
+
|
|
10220
10392
|
declare function validateCustom<T extends object>(plain: unknown, cls: ClassConstructor<T>, UnprocessableEntityException: ClassConstructor<Error>, groups?: string[]): Promise<T>;
|
|
10221
10393
|
|
|
10222
10394
|
declare function removeUndefined<T>(obj: T): T;
|
|
@@ -10230,4 +10402,4 @@ interface ValidateRequestBodyOptions<T extends object> {
|
|
|
10230
10402
|
}
|
|
10231
10403
|
declare function validateRequestBody<T extends object>({ dtoClass, BadRequestException, groups }: ValidateRequestBodyOptions<T>, req: Request, _res: Response, next: NextFunction): Promise<void>;
|
|
10232
10404
|
|
|
10233
|
-
export { ADM_RM_ZonasActividadENTITY, AcceptedDto, AccesortiosBantelDTO, AccesortiosMifibraDBDTO, ActaFinalCubicacionDTO, ActaFinalCubicacionSharedDTO, ActividadZonasActividadDTO, ActividadesDTO, AddMOPContrataMODTO, AddressClassification, AddressListENTITY, AgenciaDTO, AgenciaENTITY, AgenciasDTO, AjusteReprocesoDTO, AlbaranDto, AlmacenDTO, AlmacenDto, AlmacenENTITY, AlmacenExtraENTITY, AlmacenLogisticaDTO, AlmacenRequerimientoDto, AlmacenUsuarioGIADTO, AltasNVTEntregablesDTO, AltasNVTOrderENTITY, AnexoPreOrdenDto, AnexosDTO, AnexosDetailMantenanceOrderDTO, AprobacionDto, AreaGOMDTO, AreaGOMDatosReferenciaDTO, AreaGOMENTITY, AreaGOMResumenDTO, AreaGOMSubGOMSDTO, AreaGomCentroCostosDTO, AsignacionGomDTO, AsignacionGomDTO_Old, AsignacionRegularizarDTO, AsistenciaENTITY, AtencionOrdenesLiquidadasENTITY, AtiendeBodegaDTO, AttendanceDTO, AttendanceStatus, AuthUserDto, AutoInventarioENTITY, BankVendorDto, BantelENTITY, BaremoAlemaniaENTITY, BaremoProcessENTITY, BaremosAlemaniaENTITY, BaremosChileENTITY, BaremosColombiaENTITY, BaremosTOAChileENTITY, BaremosTOAENTITY, BitacoraAltasNVTDTO, BitacoraAntiguaDTO, BitacoraDTO, BitacoraDeOrdenesDTO, BitacoraDto, BitacoraLiqDTO, BitacoraOpcionSitemaDTO, BitacoraSomacylDTO, BitacoraTOADTO, BodegaENTITY, BodyUpdateFasesDTO, BodyUpdateOne, CHILE_9512_PaquetizadoManoObraENTITY, CHILE_9512_PaquetizadoMaterialENTITY, CabeceraCubicacionColombiaDTO, CabeceraCubicajeAlemaniaDTO, CabeceraCubicajeChileDTO, CabeceraCubicajeDTO, CabeceraCubicajePeruDTO, CalculatePercentsAlemaniaDTO, CalculatePercentsColombiaDTO, CalculatePercentsDTO, CalculatePercentsPeruDTO, CambioEstadoFacturadoRequest, CambioEstadoFaseRequest, CambiosEstadosFaseLiberacionPagosDTO, CargoPersonalENTITY, CategoriaDto, CausacionCubicacionColombiaDTO, CausacionDTO, CentroCostosDTO, CentroCostosENTITY, CertificacionDTO, ChangeStateBaremosDTO, Chile9512TOAENTITY, ChileTdCENTITY, ClienteDTO, ClienteTdCDTO, ClienteWAOOENTITY, Cliente_ContratistaDTO, ClosedDto, CodeNameDto, CodeNameMinLengthDto, CodigoDescripcionDTO, type CodigoMovimientoAlmacen, CodigoNombreDTO, CodigoNombreUMDTO, CodigoRazonSocialDTO, CodigoTituloAlemaniaDTO, CodigoTituloColombiaDTO, CodigoTituloDTO, Colombia9612TOAENTITY, CompanyDto, CompanyEntity, CompanyType, ComparativoDto, CondicionDTO, ConsumoMaterialAlemaniaENTITY, ConsumoMaterialENTITY, ConsumosMaterialDTO, ConsumosMaterialExcelDTO, ConsumosP117ENTITY, ContabilizadoDto, ContratistaDTO, ContratistasDTO, Contratistas_PE_DTO, ContratoDTO, ContratoOTDTO, ContratoOTENTITY, ContratoOTGeneralDTO, ContratoOT_PRE_DTO, ContratoOT_ZT_DTO, ContratoObraOTDTO, ContratoPagosENTITY, Contrato_DTO, ConversionLogisticaDTO, CoordenadasDTO, CoordenadasTdCDTO, CorteBobinaStockAlmacenDTO, CosumoMaterialAlemaniaDTO, CotizacionDto, CountryEntity, CrearNavisionpreordenEntityRequestDto, CreateProfileDto, CuadrillaBaremoDTO, CuadrillaDTO, CuadrillaENTITY, CuadrillaLiberacionPagosDTO, CuadrillaRegularizarDTO, CuadrillasDTO, CubicacionAlemaniaAL02ENTITY, CubicacionChile9512ENTITY, CubicacionColombia9612ENTITY, CubicacionENTITY, CubicacionPeru9112ENTITY, CumplimientoDTO, DataAdicionalDTO, DataCatalogoItemDTO, DataChildrenTreeNodes, DataChildrenTreeNodesAlemaniaDTO, DataChildrenTreeNodesColombiaDTO, DataDocumentacionDTO, DataDocumentacionPeruDTO, DataGridTabBusinessHP, DataGridTabBusinessHPPeruDTO, DataGridTabResidentialHP, DataScraperClaroVTRENTITY, DataWithPercentItemAlemaniaDTO, DataWithPercentItemChile, DataWithPercentItemColombiaDTO, DataWithPercentItemPeruDTO, DateDto, DatoUsuarioTipoOpcionDto, DatosAreaPersonalDTO, DatosCatalogoItemDTO, DatosCatalogoMODTO, DatosEmpresaDto, DatosFacturacionDTO, DatosGIADTO, DatosGeneralesDTO, DatosGeneralesPersonalDTO, DatosIssueProduccionDTO, DatosIssueProduccionEmpresaDTO, DatosJefeObraDto, DatosManoObraGlobalDTO, DatosManoObraGlobalDetalleChileDTO, DatosNavDto, DatosPagoDto, DatosPaiDto, DatosPersonalDto, DatosPrecioEspecialidadDTO, DatosPrecioMaterialDTO, DatosReferenciaDTO, DatosTecnicosDTO, DatosTrabajoCatalogoDTO, DatosTrabajoDto, DatosTrabajoRequerimientoDto, DatosTrabajoUsuarioDTO, DatosTransportistaChileDTO, DatosTransportistaDTO, DatosUnidadObraMaterialDTO, DelegacionDTO, DelegacionDto, DelegacionENTITY, DelegacionZonalesDTO, DelegationEntity, DeleteBaremoFaseDTO, DestinatarioDTO, DetailMaintenanceOrderDTO, DetalleAlbaranDTO, DetalleAlemaniaDTO, DetalleAtipicaDTO, DetalleAtipicaPeruDTO, DetalleChileAlemaniaObraDTO, DetalleChileChileObraDTO, DetalleChileColombiaObraDTO, DetalleChileDTO$1 as DetalleChileDTO, DetalleChileObraDTO, DetalleChilePeruObraDTO, DetalleChileValorizacionMODTO, DetalleChileValorizacionManoObraRegularizacionDTO, DetalleColombiaDTO, DetalleCotizacionDto, DetalleCubicajeDTO, DetalleDTO, DetalleDto, DetalleManoObraChileDTO, DetalleOrdenRealDTO, DetallePeruDTO, DetallePeruFechasDTO, DetalleProductoDto, DetalleSalidaAlmacenDTO, DevolucionAlmacenENTITY, DireccionDTO, DocumentRequirementDto, type DocumentRequirementNode, DocumentacionBaremoPexENTITY, DocumentacionPEXENTITY, DocumentoDetalleClienteAlemaniaDTO, DocumentoDetalleClienteColombiaDTO, DocumentoDetalleClienteDTO, DocumentoDetalleClientePeruDTO, DocumentoDetalleNoClienteAlemaniaDTO, DocumentoDetalleNoClienteColombiaDTO, DocumentoDetalleNoClienteDTO, DocumentoDetalleNoClientePeruDTO, DocumentosInicialesDTO, DocumentosInicialesPeruDTO, EECCBantelDTO, EECCChileTdCDTO, EECCClienteWAOODTO, EECCDBMIFIBRADTO, EECCDBTOADTO, EECCDBWINDTO, EECCFibramasDBDTO, EECC_DTO, EFaseObraBaremo, EmisionDto, EmpalmeDTO, EmploymentType, EmpresaBaremoDTO, EmpresaDTO, EmpresaENTITY, EmpresaGanadoraDto, EmpresaLiberacionPagosDTO, EmpresaLogisticaDTO, EmpresaPCMODTO, EmpresaPersonalDTO, EmpresaPersonalDatosTrabajoDTO, EmpresaProduccionDTO, EmpresaRegularizarDTO, EmpresaStockPersonalDTO, EmpresaTdCDTO, EmpresaUsuarioDTO, EmpresaValDTO, EmpresaZonasActividadDTO, EncargadoDTO, EncargadoRegularizarDTO, EnviarNavDto, EquipoLogisticaDTO, EquipoSerieDto, EquiposAIDTO, EquiposDTO, EspecialidadDTO, EstadoActividad, EstadoActividadAltasNVT, EstadoAntiguoDTO, EstadoDTO, EstadoDePagoDTO, EstadoFaseObraBaremo, EstadoHPListDTO$2 as EstadoHPListDTO, EstadoIntegracionDTO, EstadoInternoDTO, EstadoInternoENTITY, EstadoInternoObraDTO, EstadoInternoWithoutSubstateDTO, type EstadoLiq, EstadoLiqDTO, EstadoNotificacion, EstadoProcesoValAltasNVT, EstadoProcesoValAltasNVTDTO, EstadoProcesoValPeru, EstadoProcesoValPeru9112Claro, EstadoProcesoValPeru9112ClaroDTO, EstadoProcesoValPeruDTO, EstadoProcesoValSomacyl, EstadoProcesoValSomacylDTO, EstadoSerieDto, EstadoTOADTO, type EstadoVal, Estado_Model_MO, EstadosTuvesEnum, FacturaDto, FacturaGeneradaDTO, FacturacionDTO, FamiliaItemDTO, FaseDTO, FaseENTITY, FasePagoDTO, FasesObraBaremoDTO, FasesType, FechaDTO, FechaEntregaDto, FechaVigenciaBaremosDTO, FechaVigenciaPCMODTO, FechasDTO, FechasValorizacionBaremoDTO, FileDto, FileExtension, FilesDocDTO, FlagsDTO, FlujoDocDTO, FlujoDto, ForceString, ForgotPasswordDto, FormaPagoDto, FotoDTO, FotosDTO, FotosDetailMaintenanceDTO, FotosSSTDTO, GOMDTO, GemeindeENTITY, GomENTITY, GomNovedadesDTO, GomNovedadesTipoNovedadDTO, GranFamiliaItemDTO, GranFamiliaItemENTITY, GrupoEmpresaDTO, HPListAsignacionDTO, HPListDTO, HistorialCubicacionDTO, HistorialEstadosBantelDTO, HistorialEstadosMifibraDBDTO, HistorialEstadoswinDBDTO, HistorialEstadoswinDTO, HistoricoDTO, HistoricoEmpresasDTO, HitoDTO, HomePassDTO$1 as HomePassDTO, IDataSheetCoordenadas, IDataSheetLineasTdC, IDataSheetMateriales, IDataSheetMedidores, IDataSheetMedidoresNormalizaciones, IDataSheetTdC, IDataSheetTdcNormalizaciones, IDataSheetTiemposCumplimentados, IDataSheetTrabajos, ISheetsJsonChileTdC, IconoDto, ImporteDto, IncidenciasAlemaniaDTO, IncidenciasChileDTO, IncidenciasColombiaDTO, IncidenciasDTO, IncidenciasPeruDTO, IngresoAlmacenENTITY, InvPoolAction, InventarioDTO, InventarioExistenteAltasNVTDTO, InventarioExistenteDTO, InventarioLiqDTO, InventarioTOADTO, InventarioValDTO, IssueENTITY, ItemCantidadesDTO, ItemDTO, ItemDetalleLogisticaDTO, ItemDetallePMDTO, ItemENTITY, ItemEspañaENTITY, ItemExtraENTITY, ItemLogisticaDTO, ItemsOrdenDTO, ItemsOrdenScraperClaroVTRDTO, JobMacroByGemeindeRequestDTO, KCMActividadDTO, KeyDTO, KeyIntegracionENTITY, KitConsumoMaterialENTITY, LiberacionDePagosAlemaniaENTITY, LiquidadaTOAENTITY, ListaCapacidadesCableDTO, LogAlmacenDTO, LogDTO, LogModificarDTO, LogRegisterDTO, LoginDto, LoteDTO$1 as LoteDTO, MOAltasNVTDTO, MOBaremoDTO, MOChileVigenciaDTO, MacroObraAlemaniaENTITY, MacroObraChileENTITY, MacroObraColombiaENTITY, MacroObraENTITY, MacroObraPeruENTITY, MailStructureENTITY, ManoObraAlemaniaENTITY, ManoObraBaremoDTO, ManoObraBaremoENTITY, ManoObraBaremoProduccionDTO, ManoObraBaseENTITY, ManoObraENTITY, ManoObraGlobalDTO, ManoObraGlobalENTITY, ManoObraGlobalPCIssueAlemaniaAL02DTO, ManoObraGlobalPCIssueDTO, ManoObraGlobalPCMOAlemaniaAL02DTO, ManoObraGlobalPCMODTO, ManoObraGlobalPCMOEspania1729DTO, ManoObraLiberacionPagosDTO, ManoObraMttoENTITY, ManoObraPorUnidadObraENTITY, MarcaDTO, MaterialAmapDTO, MaterialAmapMODTO, MaterialCubicacionColombiaDTO, MaterialCubicacionPeruDTO, MaterialLogisticaDTO, MaterialMOGlobalDTO, MaterialUtilizadoRetiradoBaremoDTO, MaterialesAltasNVTDTO, MaterialesBantelDTO, MaterialesClaroDTO, MaterialesClienteWAOODTO, MaterialesConsumoDTO, MaterialesCubicacionDTO, MaterialesDTO$1 as MaterialesDTO, MaterialesFibramasDBDTO, MaterialesFibramasDTO, MaterialesMifibraDBDTO, MaterialesPeru9112ClaroDTO, MaterialesSomacylDTO, MaterialestoaDBDTO, MaterialestoaDTO, MaterialeswinDBDTO, MaterialeswinDTO, MateterialesTuvesDTO, MedidorDTO, type MenuDto, MetadataUOMaterialDTO, MiFibraENTITYDB, ModelMOSQLPeruENTITY, ModelObraSQLPeruENTITY, ModeloDTO, MonedaDto, MovimientoAlmacenDTO, MovimientoAlmacenENTITY, MovimientoDto, MovimientosRecepcionDto, NavDto, NavisionBitacoraFileDto, NavisionDateRegistryDto, NavisionMovimientoAlmacenDTO, NavisionPersonalLogisticaDTO, NavisionRegistryDateDto, NavisionUserRegistryDto, NavisionpreordenEntity, NodoDocDTO, NombreDescripcionDTO, NotasDTO, NotificacionesENTITY, OTBYESPECIALIDADGEMEINDEENTITY, OTDTO, OTENTITY, OTGlobalDTO, OTGlobalENTITY, ObraAlemaniaAL02ENTITY, ObraAlemaniaAL04ENTITY, ObraChile9512ENTITY, ObraColombia9612ENTITY, ObraENTITY, ObraPeru9112ENTITY, OnnetFibraENTITY, OpcionSistemaENTITY, OperacionDTO, OperacionDataAdicional, OptionCatalogoDTO, OrdReclMatDescargadoDTO, OrdenDetailMaintenanceDTO, OrdenDto, OrdenesInstalacionDTO, OrderStockENTITY, OrderStockStoreENTITY, OrigenCUB, OtDto, PBbyMaterialQuantitiesAltasNVTDTO, PBbyMaterialQuantitiesDTO, PBbyMaterialQuantitiesPeru9112ClaroDTO, PBbyMaterialQuantitiesSomacylDTO, PagosECBaremoDTO, PagosECDTO, PaisENTITY, PaisStockPersonalDTO, ParteDiarioDTO, PasosDTO, type PayloadTokenDTO, PayloadTokenDto, PedidoCompraDto, PerfilesENTITY, PeriodoBaremoDTO, PeriodoDTO$2 as PeriodoDTO, PeriodoENTITY, PeriodoLiberacionPagosDTO, PermisosAppDTO, PermisosAppENTITY, PersonalCuadrillaDTO, PersonalDTO, PersonalENTITY, PersonalLogisticaDTO$1 as PersonalLogisticaDTO, PersonalTOADTO, PersonalTrabajoDTO, Peru9112ClaroENTITY, Peru9112FibramasENTITY, Peru9112FibramasENTITYDB, Peru9112TOAENTITY, Peru9112TOAENTITYDB, Peru9112WinENTITY, Peru9112WinENTITYDB, PlantaAltasNVTDTO, PlantaDBDTO, PlantaDTO, PlantaPeru9112ClaroDTO, PlantaSomacylDTO, PreAcceptedDto, PrecioActualDTO, PrecioAgencia_mam_onnetENTITY, PrecioContratistaIssueAL02ENTITY, PrecioContratistaIssueENTITY, PrecioContratistaMOAL02ENTITY, PrecioContratistaMOAL04ENTITY, PrecioContratistaMOENTITY, PrecioContratistaMOESPANIA1729ENTITY, PrecioContratistaMaterialENTITY, PrecioDTO, PrecioEmpresaDTO, PrecioEspecialidadENTITY, PrecioManoObraENTITY, PrecioMaterialENTITY, PrecioTrabajoDTO, PrecioUOMaterialesDTO, PreciosVigentesDTO, PresupuestadoTotalObraAlemaniaDTO, PresupuestadoTotalObraChilaDTO, PresupuestadoTotalObraColombiaDTO, PresupuestadoTotalObraDTO, PresupuestadoTotalObraEmpresaAlemaniaDTO, PresupuestadoTotalObraEmpresaChileDTO, PresupuestadoTotalObraEmpresaColombiaDTO, PresupuestadoTotalObraEmpresaCuadrillaAlemaniaDTO, PresupuestadoTotalObraEmpresaCuadrillaChileDTO, PresupuestadoTotalObraEmpresaCuadrillaColombiaDTO, PresupuestadoTotalObraEmpresaCuadrillaDTO, PresupuestadoTotalObraEmpresaCuadrillaPeruDTO, PresupuestadoTotalObraEmpresaDTO, PresupuestadoTotalObraEmpresaPeruDTO, PresupuestadoTotalObraPeruDTO, PresupuestoDTO, PresupuestoOTENTITY, PrioridadNotificacion, ProcedenciaDto, ProdCursoBaremoFasesCuadrillaDTO, ProdCursoBaremoFasesManoObraDTO, ProdCursoBaremoFasesPeriodoDTO, ProdCursoBaremoFasesUltimaFaseDTO, ProdCursoBaremoFasesUltimoEstadoInternoDTO, ProduccionDTO, ProductoDto, ProductoServicioDTO, ProductosServiciosContratadoAltasNVTDTO, ProductosServiciosContratadoDBDTO, ProductosServiciosContratadoDTO, ProductosServiciosContratadoPeru9112ClaroDTO, ProductosServiciosContratadoSomacylDTO, ProductosServiciosLiqDTO, ProductosServiciosValDTO, ProfileDTO, ProfileDto, ProfileEntity, RM_ActividadENTITY, RM_ComunaENTITY, RM_ManoObraENTITY, RM_MaterialENTITY, RM_PaquetizadoENTITY, RM_ZonasActividadENTITY, RawLiqPenBantelDTO, RawLiqPenDTO, RawParteDiarioBantelDTO, RawParteDiarioDTO, ReasonNoFinalizedAltasNVT, ReasonNoFinalizedSomacyl, RecepcionDto, ReclamosDistribuidorDTO, RecursosPersonalDTO, RegistroAudioDTO, RegistryDto, RegularizacionPositivaNegativaDTO, RegularizarObraJobRequestDTO, RejectValuationRequestBody, RepresentanteLegalDTO, RequeridoEnum, RequerimientoDto, RequestDataMigrationDTO, RequestNumberTTLENTITY, ReservaENTITY, ReservaManoObraRegularizacionENTITY, ResetPasswordDto, ResponseSignInDto, ResultadoDTO, ResumemENTITY, ResumenAvanceAlemaniaDTO, ResumenAvanceChileDTO, ResumenAvanceColombiaDTO, ResumenAvanceDataDocumentacionAlemaniaDTO, ResumenAvanceDataDocumentacionColombiaDTO, ResumenAvanceDataDocumentacionDTO, ResumenAvanceDataDocumentacionDataGroupToDrawAlemaniaDTO, ResumenAvanceDataDocumentacionDataGroupToDrawColombiaDTO, ResumenAvanceDataDocumentacionDataWithPercentsAlemaniaDTO, ResumenAvanceDataDocumentacionDataWithPercentsByFasesAlemaniaDTO, ResumenAvanceDataDocumentacionDataWithPercentsByFasesChileDTO, ResumenAvanceDataDocumentacionDataWithPercentsByFasesColombiaDTO, ResumenAvanceDataDocumentacionDataWithPercentsByFasesPeruDTO, ResumenAvanceDataDocumentacionDataWithPercentsChile, ResumenAvanceDataDocumentacionDataWithPercentsColombiaDTO, ResumenAvanceDataDocumentacionDataWithPercentsPeruDTO, ResumenAvanceDataDocumentacionPeruDTO, ResumenAvanceDataGranTotal, ResumenAvanceDataGranTotalAlemaniaDTO, ResumenAvanceDataGranTotalColombiaDTO, ResumenAvanceDataGranTotalEmpresasAlemaniaDTO, ResumenAvanceDataGranTotalEmpresasChileDTO, ResumenAvanceDataGranTotalEmpresasColombiaDTO, ResumenAvanceDataGranTotalEmpresasPeruDTO, ResumenAvanceDataGranTotalManoObraAlemaniaDTO, ResumenAvanceDataGranTotalManoObraCHILEDTO, ResumenAvanceDataGranTotalManoObraColombiaDTO, ResumenAvanceDataGranTotalManoObraPeruDTO, ResumenAvanceDataGranTotalPeruDTO, ResumenAvanceDataGranTotalValorizacionesByPeriodosAlemaniaDTO, ResumenAvanceDataGranTotalValorizacionesByPeriodosColombiaDTO, ResumenAvanceDataGranTotalValorizacionesByPeriodosDTO, ResumenAvanceDataGranTotalValorizacionesByPeriodosPeruDTO, ResumenAvancePeruDTO, ResumenProcessENTITY, ResumentAvanceDocumentacionHPAlemaniaDTO, ResumentAvanceDocumentacionHPColombiaDTO, ResumentAvanceDocumentacionHPDTO, ResumentAvanceDocumentacionHPPeruDTO, RptProduccionCurso_Baremos_FasesENTITY, SEUpdateAnexosObraRequestBody, SEUpdateAnexosTrabajoRequestBody, STB_DTH_ToaENTITY, STB_DTH_ToaPlanta, STB_DTH_ToaUbicacion, SalidaAlmacenENTITY, ScrapingCredentialENTITY, SegmentoDBDTO, SegmentoPeru9112ClaroDTO, SeguimientoObraDTO, SiNoEnum, SincronizacionPersonalDTO, SistemaDto, SistemaENTITY, SistemaRecurso, SizeDTO, SmartDateTransformer, SocketDTO, SolicitudDto, SomacylEntregablesDTO, SomacylOrderENTITY, StateBantel, StateFibramas, StateInternalOrder, StateInternalOrderAltasNVT, StateInternalOrderClienteWAOO, StateInternalOrderSomacyl, StateInternalOrderTOA, StateInventory, StateMifibra, StateServiceFibramas, StateWin, StatuDto, StockAlmacenENTITY, StockAlmacenEquiposENTITY, StockPersonalENTITY, StockPersonalEquiposENTITY, StockQuantityEmployeeDTO, SubEstadoInternoDTO, SubManoObraDTO$1 as SubManoObraDTO, SummaryDTO, SystemOptionEntity, SystemResource, TOAClaroOrderStockENTITY, TOAOrdenLiquidacionENTITY, TOAOrdenLiquidacionENTITYDB, TOAOrderStockENTITY, TUVESOrdReclMatDescargadoDTO, TUVESOrdReclamosFinDTO, TdcOrderStockENTITY, TecnicoValDTO, TerminoPagoDto, ThemeConfigCountryENTITY, ThemeConfigUserENTITY, TipoActividadMOENTITY, TipoAlmacenDTO, TipoAlmacenENTITY, TipoClaveENTITY, TipoCompraDto, TipoConsumoMaterial, TipoDocumentoDto, TipoDocumentoIdentidadDTO, TipoDocumentoUsuarioDTO, TipoEmpresaDTO, TipoEspecialidadMOENTITY, TipoFamiliaDto, TipoGranFamiliaDto, TipoItemDto, type TipoLiq, TipoMOPCIssueDTO, TipoMOPCMODTO, TipoMiembroGrupoEmpresaDTO, TipoMovilCuadrillaDTO, TipoMovilENTITY, TipoMovimientoAlmacenDTO, TipoMovimientoAlmacenDatosTrabajoDTO, TipoMovimientoAlmacenENTITY, TipoNotificacion, TipoObraENTITY, TipoOpcionDTO, TipoOpcionSistemaENTITY, TipoOperacionDto, TipoProductoDto, TipoSistemaDTO, TipoStockENTITY, TipoStockStockPersonalDTO, TipoStockStockPersonalDatosTrabajoDTO, TipoSubFamiliaDto, type TipoVal, TipoVarianteDto, Tipo_MO, ToaClaroENTITY, ToaSegmentoDBDTO, ToaSegmentoDTO, TotBaremosDTO, TotalGeneralObraAlemaniaDTO, TotalGeneralObraChile9512DTO, TotalGeneralObraChileDTO, TotalGeneralObraColombia9612DTO, TotalGeneralObraColombiaDTO, TotalGeneralObraDTO, TotalGeneralObraPeru9112DTO, TotalGeneralObraPeruDTO, TrabajoAlemaniaENTITY, TrabajoChileTDCDTO, TrabajoENTITY, TrabajoHechoEnum, TrabajoMacroObraAlemaniaENTITY, TrabajoMacroObraENTITY, TransaccionFoliosENTITY, TransaccionesDTO, TransferValuationRequestBody, TuvesENTITY, TuvesOrdEqFinalizadasDTO, TuvesOrdEqMatDescargadosDTO, TuvesOrderStockENTITY, UOMaterialesBaremoDTO, UOMaterialesExcelDTO, UO_MaterialesENTITY, UbicacionAlmacenDTO, UbicacionAltasNVTDTO, UbicacionBantelDTO, UbicacionDTO, UbicacionMifibraDBDTO, UbicacionObraDTO, UbicacionPeru9112ClaroDTO, UbicacionPresupuestoDTO, UbicacionSomacylDTO, UbicacionTdCDTO, UbicaciontoaDBDTO, UbicaciontoaDTO, UbicacionwinDBDTO, UbicacionwinDTO, Ultima_FaseLiberacionPagosDTO, Ultima_PreLiquidacionAlemaniaDTO, Ultima_PreLiquidacionDTO$1 as Ultima_PreLiquidacionDTO, Ultima_PreLiquidacionTMOAlemaniaDTO, Ultima_asignacionAlemaniaDTO, Ultima_asignacionDTO$1 as Ultima_asignacionDTO, UltimoEstadoClienteDTO, Ultimo_Estado_InternoDTO, Ultimo_Estado_InternoLiberacionPagosDTO, UnidadMedidaDTO, UnidadMedidaENTITY, UnidadMedidaLiberacionPagosDTO, UnidadObraENTITY, UnidadObraMaterialENTITY, UpdateDto, UpdateEstadoInternoObraRequestDTO, UpdateProfileDto, UpdateUltimaFaseFacturacionDTO, UpdateUserDto, UserDto, UserEntity, UsuarioBaremoDTO, UsuarioBitacoraDTO, UsuarioDTO, UsuarioENTITY, UsuarioEdicionDTO, UsuarioID_UsuarioDTO, UsuarioLiqDTO, UsuarioLogisticaDTO, UsuarioRegistrarDTO, UsuariosAutoinventarioENTITY, ValidadoDTO, ValidadoSerieDto, ValidadoUsuarioSerieDto, ValidateJobExistsRequestDTO, ValorizacionAlemaniaDTO, ValorizacionAltasNVTDTO, ValorizacionDTO$1 as ValorizacionDTO, ValorizacionManoObraBaseDTO, ValorizacionManoObraDTO, ValorizacionManoObraRegularizacionDTO, ValorizacionPeru9112ClaroDTO, ValorizacionPeruTOADTO, ValorizacionSomacylDTO, ValorizacionTMOAlemaniaDTO, ValorizacionesDTO$1 as ValorizacionesDTO, ValorizadaTOAENTITY, ValorizadoPorEstado, ValorizadoPorEstadoPeruDTO, ValorizadoTotalObraColombia9612DTO, ValorizadoTotalObraColombiaDTO, ValorizadoTotalObraDTO, ValorizadoTotalObraPeruDTO, VarianteDTO, VigenciaBaremosDTO, VigenciaDTO, VigenciaIssueDTO, VigenciaKeyDTO, VigenciaOTDTO, VigenciaPCMODTO, WBEDTO, ZonaTrabajoCuadrillaDTO, ZonaTrabajoDTO, ZonaTrabajoENTITY, ZonalesDTO, ZonasDTO, convertStringsToDates, convertTypeNumber, enumToArray, getFirstError, hydrate, latLngDTO, removeUndefined, transformToDateIfEmpty, trimAndUpperCaseString, type typeEstado, type typeEstadoNroDocumento, type typeFuente, type typeTipo, validateAndFormatData, validateArrayBody, validateCustom, validateRequestBody };
|
|
10405
|
+
export { ADM_RM_ZonasActividadENTITY, AcceptedDto, AccesortiosBantelDTO, AccesortiosMifibraDBDTO, ActaFinalCubicacionDTO, ActaFinalCubicacionSharedDTO, ActividadZonasActividadDTO, ActividadesDTO, AddMOPContrataMODTO, AddressClassification, AddressListENTITY, AgenciaDTO, AgenciaENTITY, AgenciasDTO, AjusteReprocesoDTO, AlbaranDto, AlmacenDTO, AlmacenDto, AlmacenENTITY, AlmacenExtraENTITY, AlmacenLogisticaDTO, AlmacenRequerimientoDto, AlmacenUsuarioGIADTO, AltasNVTEntregablesDTO, AltasNVTOrderENTITY, AnexoPreOrdenDto, AnexosDTO, AnexosDetailMantenanceOrderDTO, AprobacionDto, AreaGOMDTO, AreaGOMDatosReferenciaDTO, AreaGOMENTITY, AreaGOMResumenDTO, AreaGOMSubGOMSDTO, AreaGomCentroCostosDTO, AsignacionGomDTO, AsignacionGomDTO_Old, AsignacionRegularizarDTO, AsistenciaENTITY, AtencionOrdenesLiquidadasENTITY, AtiendeBodegaDTO, AttendanceDTO, AttendanceStatus, AuthUserDto, AutoInventarioENTITY, BankVendorDto, BantelENTITY, BaremoAlemaniaENTITY, BaremoProcessENTITY, BaremosAlemaniaENTITY, BaremosChileENTITY, BaremosColombiaENTITY, BaremosTOAChileENTITY, BaremosTOAENTITY, BitacoraAltasNVTDTO, BitacoraAntiguaDTO, BitacoraDTO, BitacoraDeOrdenesDTO, BitacoraDto, BitacoraLiqDTO, BitacoraOpcionSitemaDTO, BitacoraSomacylDTO, BitacoraTOADTO, BodegaENTITY, BodyUpdateFasesDTO, BodyUpdateOne, CHILE_9512_PaquetizadoManoObraENTITY, CHILE_9512_PaquetizadoMaterialENTITY, CabeceraCubicacionColombiaDTO, CabeceraCubicajeAlemaniaDTO, CabeceraCubicajeChileDTO, CabeceraCubicajeDTO, CabeceraCubicajePeruDTO, CalculatePercentsAlemaniaDTO, CalculatePercentsColombiaDTO, CalculatePercentsDTO, CalculatePercentsPeruDTO, CambioEstadoFacturadoRequest, CambioEstadoFaseRequest, CambiosEstadosFaseLiberacionPagosDTO, CargoPersonalENTITY, CategoriaDto, CausacionCubicacionColombiaDTO, CausacionDTO, CentroCostosDTO, CentroCostosENTITY, CertificacionDTO, ChangeStateBaremosDTO, Chile9512TOAENTITY, ChileTdCENTITY, ClienteDTO, ClienteTdCDTO, ClienteWAOOENTITY, Cliente_ContratistaDTO, ClosedDto, CodeNameDto, CodeNameMinLengthDto, CodigoDescripcionDTO, type CodigoMovimientoAlmacen, CodigoNombreDTO$1 as CodigoNombreDTO, CodigoNombreUMDTO, CodigoRazonSocialDTO, CodigoTituloAlemaniaDTO, CodigoTituloColombiaDTO, CodigoTituloDTO, Colombia9612TOAENTITY, CompanyDto, CompanyEntity, CompanyType, ComparativoDto, CondicionDTO, ConsumoMaterialAlemaniaENTITY, ConsumoMaterialENTITY, ConsumosMaterialDTO, ConsumosMaterialExcelDTO, ConsumosP117ENTITY, ContabilizadoDto, ContratistaDTO, ContratistasDTO, Contratistas_PE_DTO, ContratoDTO, ContratoOTDTO, ContratoOTENTITY, ContratoOTGeneralDTO, ContratoOT_PRE_DTO, ContratoOT_ZT_DTO, ContratoObraOTDTO, ContratoPagosENTITY, Contrato_DTO, ConversionLogisticaDTO, CoordenadasDTO$1 as CoordenadasDTO, CoordenadasTdCDTO, CorteBobinaStockAlmacenDTO, CosumoMaterialAlemaniaDTO, CotizacionDto, CountryEntity, CrearNavisionpreordenEntityRequestDto, CreateCompanyDto, CreateCountryDto, CreateDelegationDto, CreateProfileDto, CreateThemeConfigCountryDto, CreateThemeConfigUserDto, CreateUserDto, CuadrillaBaremoDTO, CuadrillaDTO, CuadrillaENTITY, CuadrillaLiberacionPagosDTO, CuadrillaRegularizarDTO, CuadrillasDTO, CubicacionAlemaniaAL02ENTITY, CubicacionChile9512ENTITY, CubicacionColombia9612ENTITY, CubicacionENTITY, CubicacionPeru9112ENTITY, CumplimientoDTO, DataAdicionalDTO, DataCatalogoItemDTO, DataChildrenTreeNodes, DataChildrenTreeNodesAlemaniaDTO, DataChildrenTreeNodesColombiaDTO, DataDocumentacionDTO, DataDocumentacionPeruDTO, DataGridTabBusinessHP, DataGridTabBusinessHPPeruDTO, DataGridTabResidentialHP, DataScraperClaroVTRENTITY, DataWithPercentItemAlemaniaDTO, DataWithPercentItemChile, DataWithPercentItemColombiaDTO, DataWithPercentItemPeruDTO, DateDto, DatoUsuarioTipoOpcionDto, DatosAreaPersonalDTO, DatosCatalogoItemDTO, DatosCatalogoMODTO, DatosEmpresaDto, DatosFacturacionDTO, DatosGIADTO, DatosGeneralesDTO, DatosGeneralesPersonalDTO, DatosIssueProduccionDTO, DatosIssueProduccionEmpresaDTO, DatosJefeObraDto, DatosManoObraGlobalDTO, DatosManoObraGlobalDetalleChileDTO, DatosNavDto, DatosPagoDto, DatosPaiDto, DatosPersonalDto, DatosPrecioEspecialidadDTO, DatosPrecioMaterialDTO, DatosReferenciaDTO, DatosTecnicosDTO, DatosTrabajoCatalogoDTO, DatosTrabajoDto, DatosTrabajoRequerimientoDto, DatosTrabajoUsuarioDTO, DatosTransportistaChileDTO, DatosTransportistaDTO, DatosUnidadObraMaterialDTO, DelegacionDTO, DelegacionDto, DelegacionENTITY, DelegacionZonalesDTO, DelegationEntity, DeleteBaremoFaseDTO, DestinatarioDTO, DetailMaintenanceOrderDTO, DetalleAlbaranDTO, DetalleAlemaniaDTO, DetalleAtipicaDTO, DetalleAtipicaPeruDTO, DetalleChileAlemaniaObraDTO, DetalleChileChileObraDTO, DetalleChileColombiaObraDTO, DetalleChileDTO$1 as DetalleChileDTO, DetalleChileObraDTO, DetalleChilePeruObraDTO, DetalleChileValorizacionMODTO, DetalleChileValorizacionManoObraRegularizacionDTO, DetalleColombiaDTO, DetalleCotizacionDto, DetalleCubicajeDTO, DetalleDTO, DetalleDto, DetalleManoObraChileDTO, DetalleOrdenRealDTO, DetallePeruDTO, DetallePeruFechasDTO, DetalleProductoDto, DetalleSalidaAlmacenDTO, DevolucionAlmacenENTITY, DireccionDTO, DocumentRequirementDto, type DocumentRequirementNode, DocumentacionBaremoPexENTITY, DocumentacionPEXENTITY, DocumentoDetalleClienteAlemaniaDTO, DocumentoDetalleClienteColombiaDTO, DocumentoDetalleClienteDTO, DocumentoDetalleClientePeruDTO, DocumentoDetalleNoClienteAlemaniaDTO, DocumentoDetalleNoClienteColombiaDTO, DocumentoDetalleNoClienteDTO, DocumentoDetalleNoClientePeruDTO, DocumentosInicialesDTO, DocumentosInicialesPeruDTO, EECCBantelDTO, EECCChileTdCDTO, EECCClienteWAOODTO, EECCDBMIFIBRADTO, EECCDBTOADTO, EECCDBWINDTO, EECCFibramasDBDTO, EECC_DTO, EFaseObraBaremo, EmisionDto, EmpalmeDTO, EmploymentType, EmpresaBaremoDTO, EmpresaDTO, EmpresaENTITY, EmpresaGanadoraDto, EmpresaLiberacionPagosDTO, EmpresaLogisticaDTO, EmpresaPCMODTO, EmpresaPersonalDTO, EmpresaPersonalDatosTrabajoDTO, EmpresaProduccionDTO, EmpresaRegularizarDTO, EmpresaStockPersonalDTO, EmpresaTdCDTO, EmpresaUsuarioDTO, EmpresaValDTO, EmpresaZonasActividadDTO, EncargadoDTO, EncargadoRegularizarDTO, EnviarNavDto, EquipoLogisticaDTO, EquipoSerieDto, EquiposAIDTO, EquiposDTO, EspecialidadDTO, EstadoActividad, EstadoActividadAltasNVT, EstadoAntiguoDTO, EstadoDTO$1 as EstadoDTO, EstadoDePagoDTO, EstadoFaseObraBaremo, EstadoHPListDTO$2 as EstadoHPListDTO, EstadoIntegracionDTO, EstadoInternoDTO, EstadoInternoENTITY, EstadoInternoObraDTO, EstadoInternoWithoutSubstateDTO, type EstadoLiq, EstadoLiqDTO, EstadoNotificacion, EstadoProcesoValAltasNVT, EstadoProcesoValAltasNVTDTO, EstadoProcesoValPeru, EstadoProcesoValPeru9112Claro, EstadoProcesoValPeru9112ClaroDTO, EstadoProcesoValPeruDTO, EstadoProcesoValSomacyl, EstadoProcesoValSomacylDTO, EstadoSerieDto, EstadoTOADTO, type EstadoVal, Estado_Model_MO, EstadosTuvesEnum, FacturaDto, FacturaGeneradaDTO, FacturacionDTO, FamiliaItemDTO, FaseDTO, FaseENTITY, FasePagoDTO, FasesObraBaremoDTO, FasesType, FechaDTO, FechaEntregaDto, FechaVigenciaBaremosDTO, FechaVigenciaPCMODTO, FechasDTO, FechasValorizacionBaremoDTO, FileDto, FileExtension, FilesDocDTO, FlagsDTO, FlujoDocDTO, FlujoDto, ForceString, ForgotPasswordDto, FormaPagoDto, FotoDTO, FotosDTO, FotosDetailMaintenanceDTO, FotosSSTDTO, GOMDTO, GemeindeENTITY, GomENTITY, GomNovedadesDTO, GomNovedadesTipoNovedadDTO, GranFamiliaItemDTO, GranFamiliaItemENTITY, GrupoEmpresaDTO, HPListAsignacionDTO, HPListDTO, HistorialCubicacionDTO, HistorialEstadosBantelDTO, HistorialEstadosMifibraDBDTO, HistorialEstadoswinDBDTO, HistorialEstadoswinDTO, HistoricoDTO, HistoricoEmpresasDTO, HitoDTO, HomePassDTO$1 as HomePassDTO, IDataSheetCoordenadas, IDataSheetLineasTdC, IDataSheetMateriales, IDataSheetMedidores, IDataSheetMedidoresNormalizaciones, IDataSheetTdC, IDataSheetTdcNormalizaciones, IDataSheetTiemposCumplimentados, IDataSheetTrabajos, ISheetsJsonChileTdC, IconoDto, ImporteDto, IncidenciasAlemaniaDTO, IncidenciasChileDTO, IncidenciasColombiaDTO, IncidenciasDTO, IncidenciasPeruDTO, IngresoAlmacenENTITY, InvPoolAction, InventarioDTO, InventarioExistenteAltasNVTDTO, InventarioExistenteDTO, InventarioLiqDTO, InventarioTOADTO, InventarioValDTO, IssueENTITY, ItemCantidadesDTO, ItemDTO, ItemDetalleLogisticaDTO, ItemDetallePMDTO, ItemENTITY, ItemEspañaENTITY, ItemExtraENTITY, ItemLogisticaDTO, ItemsOrdenDTO, ItemsOrdenScraperClaroVTRDTO, JobMacroByGemeindeRequestDTO, KCMActividadDTO, KeyDTO, KeyIntegracionENTITY, KitConsumoMaterialENTITY, LiberacionDePagosAlemaniaENTITY, LiquidadaTOAENTITY, ListaCapacidadesCableDTO, LogAlmacenDTO, LogDTO, LogModificarDTO, LogRegisterDTO, LoginDto, LoteDTO$1 as LoteDTO, MOAltasNVTDTO, MOBaremoDTO, MOChileVigenciaDTO, MacroObraAlemaniaENTITY, MacroObraChileENTITY, MacroObraColombiaENTITY, MacroObraENTITY, MacroObraPeruENTITY, MailStructureENTITY, ManoObraAlemaniaENTITY, ManoObraBaremoDTO, ManoObraBaremoENTITY, ManoObraBaremoProduccionDTO, ManoObraBaseENTITY, ManoObraENTITY, ManoObraGlobalDTO, ManoObraGlobalENTITY, ManoObraGlobalPCIssueAlemaniaAL02DTO, ManoObraGlobalPCIssueDTO, ManoObraGlobalPCMOAlemaniaAL02DTO, ManoObraGlobalPCMODTO, ManoObraGlobalPCMOEspania1729DTO, ManoObraLiberacionPagosDTO, ManoObraMttoENTITY, ManoObraPorUnidadObraENTITY, MarcaDTO, MaterialAmapDTO, MaterialAmapMODTO, MaterialCubicacionColombiaDTO, MaterialCubicacionPeruDTO, MaterialLogisticaDTO, MaterialMOGlobalDTO, MaterialUtilizadoRetiradoBaremoDTO, MaterialesAltasNVTDTO, MaterialesBantelDTO, MaterialesClaroDTO, MaterialesClienteWAOODTO, MaterialesConsumoDTO, MaterialesCubicacionDTO, MaterialesDTO$1 as MaterialesDTO, MaterialesFibramasDBDTO, MaterialesFibramasDTO, MaterialesMifibraDBDTO, MaterialesPeru9112ClaroDTO, MaterialesSomacylDTO, MaterialestoaDBDTO, MaterialestoaDTO, MaterialeswinDBDTO, MaterialeswinDTO, MateterialesTuvesDTO, MedidorDTO, type MenuDto, MetadataUOMaterialDTO, MiFibraENTITYDB, ModelMOSQLPeruENTITY, ModelObraSQLPeruENTITY, ModeloDTO, MonedaDto, MovimientoAlmacenDTO, MovimientoAlmacenENTITY, MovimientoDto, MovimientosRecepcionDto, NavDto, NavisionBitacoraFileDto, NavisionDateRegistryDto, NavisionMovimientoAlmacenDTO, NavisionPersonalLogisticaDTO, NavisionRegistryDateDto, NavisionUserRegistryDto, NavisionpreordenEntity, NodoDocDTO, NombreDescripcionDTO, NotasDTO, NotificacionesENTITY, OTBYESPECIALIDADGEMEINDEENTITY, OTDTO, OTENTITY, OTGlobalDTO, OTGlobalENTITY, ObraAlemaniaAL02ENTITY, ObraAlemaniaAL04ENTITY, ObraChile9512ENTITY, ObraColombia9612ENTITY, ObraENTITY, ObraPeru9112ENTITY, OnnetFibraENTITY, OpcionSistemaENTITY, OperacionDTO, OperacionDataAdicional, OptionCatalogoDTO, OrdReclMatDescargadoDTO, OrdenDetailMaintenanceDTO, OrdenDto, OrdenesInstalacionDTO, OrderStockENTITY, OrderStockStoreENTITY, OrigenCUB, OtDto, PBbyMaterialQuantitiesAltasNVTDTO, PBbyMaterialQuantitiesDTO, PBbyMaterialQuantitiesPeru9112ClaroDTO, PBbyMaterialQuantitiesSomacylDTO, PagosECBaremoDTO, PagosECDTO, PaisENTITY, PaisStockPersonalDTO, ParteDiarioDTO, PasosDTO, type PayloadTokenDTO, PayloadTokenDto, PedidoCompraDto, PerfilesENTITY, PeriodoBaremoDTO, PeriodoDTO$2 as PeriodoDTO, PeriodoENTITY, PeriodoLiberacionPagosDTO, PermisosAppDTO, PermisosAppENTITY, PersonalCuadrillaDTO, PersonalDTO, PersonalENTITY, PersonalLogisticaDTO$1 as PersonalLogisticaDTO, PersonalTOADTO, PersonalTrabajoDTO, Peru9112ClaroENTITY, Peru9112FibramasENTITY, Peru9112FibramasENTITYDB, Peru9112TOAENTITY, Peru9112TOAENTITYDB, Peru9112WinENTITY, Peru9112WinENTITYDB, PlantaAltasNVTDTO, PlantaDBDTO, PlantaDTO, PlantaPeru9112ClaroDTO, PlantaSomacylDTO, PreAcceptedDto, PrecioActualDTO, PrecioAgencia_mam_onnetENTITY, PrecioContratistaIssueAL02ENTITY, PrecioContratistaIssueENTITY, PrecioContratistaMOAL02ENTITY, PrecioContratistaMOAL04ENTITY, PrecioContratistaMOENTITY, PrecioContratistaMOESPANIA1729ENTITY, PrecioContratistaMaterialENTITY, PrecioDTO, PrecioEmpresaDTO, PrecioEspecialidadENTITY, PrecioManoObraENTITY, PrecioMaterialENTITY, PrecioTrabajoDTO, PrecioUOMaterialesDTO, PreciosVigentesDTO, PresupuestadoTotalObraAlemaniaDTO, PresupuestadoTotalObraChilaDTO, PresupuestadoTotalObraColombiaDTO, PresupuestadoTotalObraDTO, PresupuestadoTotalObraEmpresaAlemaniaDTO, PresupuestadoTotalObraEmpresaChileDTO, PresupuestadoTotalObraEmpresaColombiaDTO, PresupuestadoTotalObraEmpresaCuadrillaAlemaniaDTO, PresupuestadoTotalObraEmpresaCuadrillaChileDTO, PresupuestadoTotalObraEmpresaCuadrillaColombiaDTO, PresupuestadoTotalObraEmpresaCuadrillaDTO, PresupuestadoTotalObraEmpresaCuadrillaPeruDTO, PresupuestadoTotalObraEmpresaDTO, PresupuestadoTotalObraEmpresaPeruDTO, PresupuestadoTotalObraPeruDTO, PresupuestoDTO, PresupuestoOTENTITY, PrioridadNotificacion, ProcedenciaDto, ProdCursoBaremoFasesCuadrillaDTO, ProdCursoBaremoFasesManoObraDTO, ProdCursoBaremoFasesPeriodoDTO, ProdCursoBaremoFasesUltimaFaseDTO, ProdCursoBaremoFasesUltimoEstadoInternoDTO, ProduccionDTO, ProductoDto, ProductoServicioDTO, ProductosServiciosContratadoAltasNVTDTO, ProductosServiciosContratadoDBDTO, ProductosServiciosContratadoDTO, ProductosServiciosContratadoPeru9112ClaroDTO, ProductosServiciosContratadoSomacylDTO, ProductosServiciosLiqDTO, ProductosServiciosValDTO, ProfileDTO, ProfileDto, ProfileEntity, RM_ActividadENTITY, RM_ComunaENTITY, RM_ManoObraENTITY, RM_MaterialENTITY, RM_PaquetizadoENTITY, RM_ZonasActividadENTITY, RawLiqPenBantelDTO, RawLiqPenDTO, RawParteDiarioBantelDTO, RawParteDiarioDTO, ReasonNoFinalizedAltasNVT, ReasonNoFinalizedSomacyl, RecepcionDto, ReclamosDistribuidorDTO, RecursosPersonalDTO, RegistroAudioDTO, RegistryDto, RegularizacionPositivaNegativaDTO, RegularizarObraJobRequestDTO, RejectValuationRequestBody, RepresentanteLegalDTO, RequeridoEnum, RequerimientoDto, RequestDataMigrationDTO, RequestNumberTTLENTITY, ReservaENTITY, ReservaManoObraRegularizacionENTITY, ResetPasswordDto, ResponseSignInDto, ResultadoDTO, ResumemENTITY, ResumenAvanceAlemaniaDTO, ResumenAvanceChileDTO, ResumenAvanceColombiaDTO, ResumenAvanceDataDocumentacionAlemaniaDTO, ResumenAvanceDataDocumentacionColombiaDTO, ResumenAvanceDataDocumentacionDTO, ResumenAvanceDataDocumentacionDataGroupToDrawAlemaniaDTO, ResumenAvanceDataDocumentacionDataGroupToDrawColombiaDTO, ResumenAvanceDataDocumentacionDataWithPercentsAlemaniaDTO, ResumenAvanceDataDocumentacionDataWithPercentsByFasesAlemaniaDTO, ResumenAvanceDataDocumentacionDataWithPercentsByFasesChileDTO, ResumenAvanceDataDocumentacionDataWithPercentsByFasesColombiaDTO, ResumenAvanceDataDocumentacionDataWithPercentsByFasesPeruDTO, ResumenAvanceDataDocumentacionDataWithPercentsChile, ResumenAvanceDataDocumentacionDataWithPercentsColombiaDTO, ResumenAvanceDataDocumentacionDataWithPercentsPeruDTO, ResumenAvanceDataDocumentacionPeruDTO, ResumenAvanceDataGranTotal, ResumenAvanceDataGranTotalAlemaniaDTO, ResumenAvanceDataGranTotalColombiaDTO, ResumenAvanceDataGranTotalEmpresasAlemaniaDTO, ResumenAvanceDataGranTotalEmpresasChileDTO, ResumenAvanceDataGranTotalEmpresasColombiaDTO, ResumenAvanceDataGranTotalEmpresasPeruDTO, ResumenAvanceDataGranTotalManoObraAlemaniaDTO, ResumenAvanceDataGranTotalManoObraCHILEDTO, ResumenAvanceDataGranTotalManoObraColombiaDTO, ResumenAvanceDataGranTotalManoObraPeruDTO, ResumenAvanceDataGranTotalPeruDTO, ResumenAvanceDataGranTotalValorizacionesByPeriodosAlemaniaDTO, ResumenAvanceDataGranTotalValorizacionesByPeriodosColombiaDTO, ResumenAvanceDataGranTotalValorizacionesByPeriodosDTO, ResumenAvanceDataGranTotalValorizacionesByPeriodosPeruDTO, ResumenAvancePeruDTO, ResumenProcessENTITY, ResumentAvanceDocumentacionHPAlemaniaDTO, ResumentAvanceDocumentacionHPColombiaDTO, ResumentAvanceDocumentacionHPDTO, ResumentAvanceDocumentacionHPPeruDTO, RptProduccionCurso_Baremos_FasesENTITY, SEUpdateAnexosObraRequestBody, SEUpdateAnexosTrabajoRequestBody, STB_DTH_ToaENTITY, STB_DTH_ToaPlanta, STB_DTH_ToaUbicacion, SalidaAlmacenENTITY, ScrapingCredentialENTITY, SegmentoDBDTO, SegmentoPeru9112ClaroDTO, SeguimientoObraDTO, SiNoEnum, SincronizacionPersonalDTO, SistemaDto, SistemaENTITY, SistemaRecurso, SizeDTO, SmartDateTransformer, SocketDTO, SolicitudDto, SomacylEntregablesDTO, SomacylOrderENTITY, StateBantel, StateFibramas, StateInternalOrder, StateInternalOrderAltasNVT, StateInternalOrderClienteWAOO, StateInternalOrderSomacyl, StateInternalOrderTOA, StateInventory, StateMifibra, StateServiceFibramas, StateWin, StatuDto, StockAlmacenENTITY, StockAlmacenEquiposENTITY, StockPersonalENTITY, StockPersonalEquiposENTITY, StockQuantityEmployeeDTO, SubEstadoInternoDTO, SubManoObraDTO$1 as SubManoObraDTO, SummaryDTO, SystemOptionEntity, SystemResource, TOAClaroOrderStockENTITY, TOAOrdenLiquidacionENTITY, TOAOrdenLiquidacionENTITYDB, TOAOrderStockENTITY, TUVESOrdReclMatDescargadoDTO, TUVESOrdReclamosFinDTO, TdcOrderStockENTITY, TecnicoValDTO, TerminoPagoDto, ThemeConfigCountryENTITY, ThemeConfigCountryEntity, ThemeConfigUserENTITY, ThemeConfigUserEntity, TipoActividadMOENTITY, TipoAlmacenDTO, TipoAlmacenENTITY, TipoClaveENTITY, TipoCompraDto, TipoConsumoMaterial, TipoDocumentoDto, TipoDocumentoIdentidadDTO, TipoDocumentoUsuarioDTO, TipoEmpresaDTO, TipoEspecialidadMOENTITY, TipoFamiliaDto, TipoGranFamiliaDto, TipoItemDto, type TipoLiq, TipoMOPCIssueDTO, TipoMOPCMODTO, TipoMiembroGrupoEmpresaDTO, TipoMovilCuadrillaDTO, TipoMovilENTITY, TipoMovimientoAlmacenDTO, TipoMovimientoAlmacenDatosTrabajoDTO, TipoMovimientoAlmacenENTITY, TipoNotificacion, TipoObraENTITY, TipoOpcionDTO, TipoOpcionSistemaENTITY, TipoOperacionDto, TipoProductoDto, TipoSistemaDTO, TipoStockENTITY, TipoStockStockPersonalDTO, TipoStockStockPersonalDatosTrabajoDTO, TipoSubFamiliaDto, type TipoVal, TipoVarianteDto, Tipo_MO, ToaClaroENTITY, ToaSegmentoDBDTO, ToaSegmentoDTO, TotBaremosDTO, TotalGeneralObraAlemaniaDTO, TotalGeneralObraChile9512DTO, TotalGeneralObraChileDTO, TotalGeneralObraColombia9612DTO, TotalGeneralObraColombiaDTO, TotalGeneralObraDTO, TotalGeneralObraPeru9112DTO, TotalGeneralObraPeruDTO, TrabajoAlemaniaENTITY, TrabajoChileTDCDTO, TrabajoENTITY, TrabajoHechoEnum, TrabajoMacroObraAlemaniaENTITY, TrabajoMacroObraENTITY, TransaccionFoliosENTITY, TransaccionesDTO, TransferValuationRequestBody, TuvesENTITY, TuvesOrdEqFinalizadasDTO, TuvesOrdEqMatDescargadosDTO, TuvesOrderStockENTITY, UOMaterialesBaremoDTO, UOMaterialesExcelDTO, UO_MaterialesENTITY, UbicacionAlmacenDTO, UbicacionAltasNVTDTO, UbicacionBantelDTO, UbicacionDTO, UbicacionMifibraDBDTO, UbicacionObraDTO, UbicacionPeru9112ClaroDTO, UbicacionPresupuestoDTO, UbicacionSomacylDTO, UbicacionTdCDTO, UbicaciontoaDBDTO, UbicaciontoaDTO, UbicacionwinDBDTO, UbicacionwinDTO, Ultima_FaseLiberacionPagosDTO, Ultima_PreLiquidacionAlemaniaDTO, Ultima_PreLiquidacionDTO$1 as Ultima_PreLiquidacionDTO, Ultima_PreLiquidacionTMOAlemaniaDTO, Ultima_asignacionAlemaniaDTO, Ultima_asignacionDTO$1 as Ultima_asignacionDTO, UltimoEstadoClienteDTO, Ultimo_Estado_InternoDTO, Ultimo_Estado_InternoLiberacionPagosDTO, UnidadMedidaDTO, UnidadMedidaENTITY, UnidadMedidaLiberacionPagosDTO, UnidadObraENTITY, UnidadObraMaterialENTITY, UpdateCompanyDto, UpdateCountryDto, UpdateDelegationDto, UpdateDto, UpdateEstadoInternoObraRequestDTO, UpdateProfileDto, UpdateThemeConfigCountryDto, UpdateThemeConfigUserDto, UpdateUltimaFaseFacturacionDTO, UpdateUserDto, UserDto, UserEntity, UsuarioBaremoDTO, UsuarioBitacoraDTO, UsuarioDTO, UsuarioENTITY, UsuarioEdicionDTO, UsuarioID_UsuarioDTO, UsuarioLiqDTO, UsuarioLogisticaDTO, UsuarioRegistrarDTO, UsuariosAutoinventarioENTITY, ValidadoDTO, ValidadoSerieDto, ValidadoUsuarioSerieDto, ValidateJobExistsRequestDTO, ValorizacionAlemaniaDTO, ValorizacionAltasNVTDTO, ValorizacionDTO$1 as ValorizacionDTO, ValorizacionManoObraBaseDTO, ValorizacionManoObraDTO, ValorizacionManoObraRegularizacionDTO, ValorizacionPeru9112ClaroDTO, ValorizacionPeruTOADTO, ValorizacionSomacylDTO, ValorizacionTMOAlemaniaDTO, ValorizacionesDTO$1 as ValorizacionesDTO, ValorizadaTOAENTITY, ValorizadoPorEstado, ValorizadoPorEstadoPeruDTO, ValorizadoTotalObraColombia9612DTO, ValorizadoTotalObraColombiaDTO, ValorizadoTotalObraDTO, ValorizadoTotalObraPeruDTO, VarianteDTO, VigenciaBaremosDTO, VigenciaDTO, VigenciaIssueDTO, VigenciaKeyDTO, VigenciaOTDTO, VigenciaPCMODTO, WBEDTO, ZonaTrabajoCuadrillaDTO, ZonaTrabajoDTO, ZonaTrabajoENTITY, ZonalesDTO, ZonasDTO, convertStringsToDates, convertTypeNumber, enumToArray, getFirstError, hydrate, latLngDTO, removeUndefined, transformToDateIfEmpty, trimAndUpperCaseString, type typeEstado, type typeEstadoNroDocumento, type typeFuente, type typeTipo, validateAndFormatData, validateArrayBody, validateCustom, validateRequestBody };
|