sigo-entities 1.2.449 → 1.2.451
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 +536 -365
- package/dist/index.d.ts +536 -365
- package/dist/index.js +1037 -170
- package/dist/index.mjs +1408 -553
- 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
|
|
|
@@ -866,8 +866,8 @@ declare enum AddressClassification {
|
|
|
866
866
|
declare class MailStructureENTITY {
|
|
867
867
|
ID_MailStructure: number;
|
|
868
868
|
Codigo: string;
|
|
869
|
-
Pais: CodigoNombreDTO;
|
|
870
|
-
Delegacion: CodigoNombreDTO;
|
|
869
|
+
Pais: CodigoNombreDTO$1;
|
|
870
|
+
Delegacion: CodigoNombreDTO$1;
|
|
871
871
|
Remitente: string;
|
|
872
872
|
Destinatario: DestinatarioDTO[];
|
|
873
873
|
Asunto: string;
|
|
@@ -877,7 +877,7 @@ declare class MailStructureENTITY {
|
|
|
877
877
|
Modulo: string;
|
|
878
878
|
Pagina: string;
|
|
879
879
|
Bitacora: BitacoraDTO[];
|
|
880
|
-
Estado: EstadoDTO;
|
|
880
|
+
Estado: EstadoDTO$1;
|
|
881
881
|
}
|
|
882
882
|
|
|
883
883
|
declare class KeyIntegracionENTITY {
|
|
@@ -892,15 +892,15 @@ declare class KeyIntegracionENTITY {
|
|
|
892
892
|
Fecha_incio: Date;
|
|
893
893
|
Fecha_final: Date;
|
|
894
894
|
Anexo: [];
|
|
895
|
-
Estado: EstadoDTO;
|
|
896
|
-
Pais: CodigoNombreDTO;
|
|
895
|
+
Estado: EstadoDTO$1;
|
|
896
|
+
Pais: CodigoNombreDTO$1;
|
|
897
897
|
Bitacora: BitacoraDTO[];
|
|
898
898
|
}
|
|
899
899
|
|
|
900
900
|
declare class EstadoInternoENTITY {
|
|
901
901
|
ID_EstadoInterno: number;
|
|
902
902
|
ID_EstadoInternoPadre: number;
|
|
903
|
-
Estado: EstadoDTO;
|
|
903
|
+
Estado: EstadoDTO$1;
|
|
904
904
|
Fecha: Date;
|
|
905
905
|
Descripcion: string;
|
|
906
906
|
Icono: string;
|
|
@@ -912,7 +912,7 @@ declare class EstadoInternoENTITY {
|
|
|
912
912
|
Sistema: string;
|
|
913
913
|
UsuarioEdicion: UsuarioEdicionDTO;
|
|
914
914
|
Anexos: Array<any>;
|
|
915
|
-
Pais: CodigoNombreDTO;
|
|
915
|
+
Pais: CodigoNombreDTO$1;
|
|
916
916
|
}
|
|
917
917
|
|
|
918
918
|
declare class AgenciasDTO {
|
|
@@ -921,33 +921,33 @@ declare class AgenciasDTO {
|
|
|
921
921
|
Nombre: string;
|
|
922
922
|
Ultimo_Precio: PreciosVigentesDTO;
|
|
923
923
|
Precios: PreciosVigentesDTO[];
|
|
924
|
-
Estado: EstadoDTO;
|
|
924
|
+
Estado: EstadoDTO$1;
|
|
925
925
|
}
|
|
926
926
|
|
|
927
927
|
declare class PrecioEspecialidadENTITY {
|
|
928
928
|
ID_PrecioEspecialidad: number;
|
|
929
|
-
Pais: CodigoNombreDTO;
|
|
930
|
-
Delegacion: CodigoNombreDTO;
|
|
929
|
+
Pais: CodigoNombreDTO$1;
|
|
930
|
+
Delegacion: CodigoNombreDTO$1;
|
|
931
931
|
ContratoOT: ContratoOT_PRE_DTO;
|
|
932
932
|
Moneda: string;
|
|
933
933
|
Simbolo: string;
|
|
934
934
|
Decimales: number;
|
|
935
935
|
Agencias: AgenciasDTO[];
|
|
936
936
|
Contratistas: Contratistas_PE_DTO[];
|
|
937
|
-
Especialidad: CodigoNombreDTO;
|
|
938
|
-
Estado: EstadoDTO;
|
|
937
|
+
Especialidad: CodigoNombreDTO$1;
|
|
938
|
+
Estado: EstadoDTO$1;
|
|
939
939
|
}
|
|
940
940
|
|
|
941
941
|
declare class UnidadObraMaterialENTITY {
|
|
942
942
|
ID_UnidadObraMaterial: number;
|
|
943
|
-
Pais: CodigoNombreDTO;
|
|
944
|
-
Delegacion: CodigoNombreDTO;
|
|
943
|
+
Pais: CodigoNombreDTO$1;
|
|
944
|
+
Delegacion: CodigoNombreDTO$1;
|
|
945
945
|
Codigo: string;
|
|
946
946
|
Descripcion: string;
|
|
947
947
|
UnidadMedida: UnidadMedidaDTO;
|
|
948
948
|
ContratoOT: ContratoOTGeneralDTO;
|
|
949
949
|
Materiales: MaterialAmapDTO[];
|
|
950
|
-
Estado: EstadoDTO;
|
|
950
|
+
Estado: EstadoDTO$1;
|
|
951
951
|
}
|
|
952
952
|
|
|
953
953
|
declare class latLngDTO {
|
|
@@ -964,16 +964,16 @@ declare class ContratoOT_ZT_DTO {
|
|
|
964
964
|
declare class ZonaTrabajoENTITY {
|
|
965
965
|
ID_ZonaTrabajo: number;
|
|
966
966
|
Empresa: EmpresaLogisticaDTO;
|
|
967
|
-
Pais: CodigoNombreDTO;
|
|
968
|
-
Delegacion: CodigoNombreDTO;
|
|
967
|
+
Pais: CodigoNombreDTO$1;
|
|
968
|
+
Delegacion: CodigoNombreDTO$1;
|
|
969
969
|
Codigo: string;
|
|
970
970
|
Nombre: string;
|
|
971
971
|
Descripcion: string;
|
|
972
972
|
Direccion: string;
|
|
973
973
|
Coordenadas: latLngDTO;
|
|
974
|
-
Estado: EstadoDTO;
|
|
974
|
+
Estado: EstadoDTO$1;
|
|
975
975
|
ContratoOT: ContratoOT_ZT_DTO;
|
|
976
|
-
Agencias: CodigoNombreDTO[];
|
|
976
|
+
Agencias: CodigoNombreDTO$1[];
|
|
977
977
|
}
|
|
978
978
|
|
|
979
979
|
declare class ItemDetallePMDTO {
|
|
@@ -992,8 +992,8 @@ declare class ItemDetallePMDTO {
|
|
|
992
992
|
declare class PrecioMaterialENTITY {
|
|
993
993
|
ID_PrecioMaterial: number;
|
|
994
994
|
Contrato: ContratoOT_PRE_DTO;
|
|
995
|
-
Pais: CodigoNombreDTO;
|
|
996
|
-
Delegacion: CodigoNombreDTO;
|
|
995
|
+
Pais: CodigoNombreDTO$1;
|
|
996
|
+
Delegacion: CodigoNombreDTO$1;
|
|
997
997
|
Codigo: string;
|
|
998
998
|
Descripcion: string;
|
|
999
999
|
Precio: number;
|
|
@@ -1003,17 +1003,17 @@ declare class PrecioMaterialENTITY {
|
|
|
1003
1003
|
Simbolo: string;
|
|
1004
1004
|
Decimales: number;
|
|
1005
1005
|
Item: ItemDetallePMDTO;
|
|
1006
|
-
Estado: EstadoDTO;
|
|
1006
|
+
Estado: EstadoDTO$1;
|
|
1007
1007
|
}
|
|
1008
1008
|
|
|
1009
1009
|
declare class TipoClaveENTITY {
|
|
1010
1010
|
ID_TipoClave: number;
|
|
1011
|
-
Pais: CodigoNombreDTO;
|
|
1012
|
-
Delegacion: CodigoNombreDTO;
|
|
1011
|
+
Pais: CodigoNombreDTO$1;
|
|
1012
|
+
Delegacion: CodigoNombreDTO$1;
|
|
1013
1013
|
Codigo: string;
|
|
1014
1014
|
Descripcion: string;
|
|
1015
1015
|
Bitacora: BitacoraDTO[];
|
|
1016
|
-
Estado: EstadoDTO;
|
|
1016
|
+
Estado: EstadoDTO$1;
|
|
1017
1017
|
}
|
|
1018
1018
|
|
|
1019
1019
|
declare class DocumentacionBaremoPexENTITY {
|
|
@@ -1023,10 +1023,10 @@ declare class DocumentacionBaremoPexENTITY {
|
|
|
1023
1023
|
DescripcionMO: string;
|
|
1024
1024
|
Codigo: string;
|
|
1025
1025
|
Nombre: string;
|
|
1026
|
-
Pais: CodigoNombreDTO;
|
|
1027
|
-
Delegacion: CodigoNombreDTO;
|
|
1026
|
+
Pais: CodigoNombreDTO$1;
|
|
1027
|
+
Delegacion: CodigoNombreDTO$1;
|
|
1028
1028
|
Nodos: NodoDocDTO[];
|
|
1029
|
-
Estado: EstadoDTO;
|
|
1029
|
+
Estado: EstadoDTO$1;
|
|
1030
1030
|
}
|
|
1031
1031
|
|
|
1032
1032
|
declare class DocumentacionPEXENTITY {
|
|
@@ -1035,10 +1035,10 @@ declare class DocumentacionPEXENTITY {
|
|
|
1035
1035
|
Sistema: string;
|
|
1036
1036
|
Codigo: string;
|
|
1037
1037
|
Nombre: string;
|
|
1038
|
-
Pais: CodigoNombreDTO;
|
|
1039
|
-
Delegacion: CodigoNombreDTO;
|
|
1038
|
+
Pais: CodigoNombreDTO$1;
|
|
1039
|
+
Delegacion: CodigoNombreDTO$1;
|
|
1040
1040
|
Nodos: NodoDocDTO[];
|
|
1041
|
-
Estado: EstadoDTO;
|
|
1041
|
+
Estado: EstadoDTO$1;
|
|
1042
1042
|
}
|
|
1043
1043
|
|
|
1044
1044
|
declare class PrecioAgencia_mam_onnetENTITY {
|
|
@@ -1054,7 +1054,7 @@ declare class PrecioAgencia_mam_onnetENTITY {
|
|
|
1054
1054
|
CTO_Encontrado_OK: number;
|
|
1055
1055
|
Preventivo: number;
|
|
1056
1056
|
Vigencia: VigenciaDTO;
|
|
1057
|
-
Estado: EstadoDTO;
|
|
1057
|
+
Estado: EstadoDTO$1;
|
|
1058
1058
|
}
|
|
1059
1059
|
|
|
1060
1060
|
declare class ADM_RM_ZonasActividadENTITY {
|
|
@@ -1064,29 +1064,29 @@ declare class ADM_RM_ZonasActividadENTITY {
|
|
|
1064
1064
|
Actividad: string;
|
|
1065
1065
|
Precio_v: number;
|
|
1066
1066
|
Precio_c: number;
|
|
1067
|
-
Estado: EstadoDTO;
|
|
1068
|
-
Pais: CodigoNombreDTO;
|
|
1069
|
-
Delegacion: CodigoNombreDTO;
|
|
1067
|
+
Estado: EstadoDTO$1;
|
|
1068
|
+
Pais: CodigoNombreDTO$1;
|
|
1069
|
+
Delegacion: CodigoNombreDTO$1;
|
|
1070
1070
|
}
|
|
1071
1071
|
|
|
1072
1072
|
declare class OTGlobalENTITY {
|
|
1073
1073
|
ID_OTGlobal: number;
|
|
1074
|
-
Pais: CodigoNombreDTO;
|
|
1075
|
-
Delegacion: CodigoNombreDTO;
|
|
1074
|
+
Pais: CodigoNombreDTO$1;
|
|
1075
|
+
Delegacion: CodigoNombreDTO$1;
|
|
1076
1076
|
Codigo: string;
|
|
1077
1077
|
Nombre: string;
|
|
1078
1078
|
Descripcion: string;
|
|
1079
1079
|
Empresa: EmpresaDTO;
|
|
1080
|
-
Estado: EstadoDTO;
|
|
1080
|
+
Estado: EstadoDTO$1;
|
|
1081
1081
|
}
|
|
1082
1082
|
|
|
1083
1083
|
declare class ProveedorExtraDTO {
|
|
1084
1084
|
ID_ProveedorExtra: number;
|
|
1085
1085
|
Proveedor: EmpresaLogisticaDTO;
|
|
1086
1086
|
Participante: string;
|
|
1087
|
-
Pais: CodigoNombreDTO;
|
|
1088
|
-
Delegacion: CodigoNombreDTO;
|
|
1089
|
-
Estado: EstadoDTO;
|
|
1087
|
+
Pais: CodigoNombreDTO$1;
|
|
1088
|
+
Delegacion: CodigoNombreDTO$1;
|
|
1089
|
+
Estado: EstadoDTO$1;
|
|
1090
1090
|
}
|
|
1091
1091
|
|
|
1092
1092
|
declare class SkuDTO {
|
|
@@ -1098,8 +1098,8 @@ declare class ItemExtraENTITY {
|
|
|
1098
1098
|
ID_ItemExtra: number;
|
|
1099
1099
|
ID_Item: number;
|
|
1100
1100
|
Codigo: string;
|
|
1101
|
-
Pais: CodigoNombreDTO;
|
|
1102
|
-
Delegacion: CodigoNombreDTO;
|
|
1101
|
+
Pais: CodigoNombreDTO$1;
|
|
1102
|
+
Delegacion: CodigoNombreDTO$1;
|
|
1103
1103
|
AutoDespacho: boolean;
|
|
1104
1104
|
BoQ: string;
|
|
1105
1105
|
CodigoEquivalente: string;
|
|
@@ -1109,16 +1109,16 @@ declare class ItemExtraENTITY {
|
|
|
1109
1109
|
CodigoCCINV: string;
|
|
1110
1110
|
CodigoSISTEMA: string;
|
|
1111
1111
|
Sku: SkuDTO[];
|
|
1112
|
-
Estado: EstadoDTO;
|
|
1112
|
+
Estado: EstadoDTO$1;
|
|
1113
1113
|
}
|
|
1114
1114
|
|
|
1115
1115
|
declare class OTENTITY {
|
|
1116
1116
|
ID_OT: number;
|
|
1117
|
-
Pais: CodigoNombreDTO;
|
|
1118
|
-
Delegacion: CodigoNombreDTO;
|
|
1117
|
+
Pais: CodigoNombreDTO$1;
|
|
1118
|
+
Delegacion: CodigoNombreDTO$1;
|
|
1119
1119
|
CodigoOT: string;
|
|
1120
|
-
Especialidades: CodigoNombreDTO[];
|
|
1121
|
-
Estado: EstadoDTO;
|
|
1120
|
+
Especialidades: CodigoNombreDTO$1[];
|
|
1121
|
+
Estado: EstadoDTO$1;
|
|
1122
1122
|
}
|
|
1123
1123
|
|
|
1124
1124
|
declare class VigenciaOTDTO {
|
|
@@ -1128,52 +1128,52 @@ declare class VigenciaOTDTO {
|
|
|
1128
1128
|
|
|
1129
1129
|
declare class UnidadObraENTITY {
|
|
1130
1130
|
ID_UnidadObra: number;
|
|
1131
|
-
Pais: CodigoNombreDTO;
|
|
1132
|
-
Delegacion: CodigoNombreDTO;
|
|
1131
|
+
Pais: CodigoNombreDTO$1;
|
|
1132
|
+
Delegacion: CodigoNombreDTO$1;
|
|
1133
1133
|
Codigo: string;
|
|
1134
1134
|
Descripcion: string;
|
|
1135
1135
|
UnidadMedida: UnidadMedidaDTO;
|
|
1136
|
-
Estado: EstadoDTO;
|
|
1136
|
+
Estado: EstadoDTO$1;
|
|
1137
1137
|
}
|
|
1138
1138
|
|
|
1139
1139
|
declare class TipoMovilENTITY {
|
|
1140
1140
|
ID_TipoMovil: number;
|
|
1141
1141
|
Codigo: string;
|
|
1142
1142
|
Descripcion: string;
|
|
1143
|
-
Pais: CodigoNombreDTO;
|
|
1144
|
-
Delegacion: CodigoNombreDTO;
|
|
1145
|
-
Estado: EstadoDTO;
|
|
1143
|
+
Pais: CodigoNombreDTO$1;
|
|
1144
|
+
Delegacion: CodigoNombreDTO$1;
|
|
1145
|
+
Estado: EstadoDTO$1;
|
|
1146
1146
|
}
|
|
1147
1147
|
|
|
1148
1148
|
declare class PermisosAppENTITY {
|
|
1149
1149
|
ID_PermisosApp: number;
|
|
1150
1150
|
Codigo: string;
|
|
1151
1151
|
Nombre: string;
|
|
1152
|
-
Estado: EstadoDTO;
|
|
1152
|
+
Estado: EstadoDTO$1;
|
|
1153
1153
|
}
|
|
1154
1154
|
|
|
1155
1155
|
declare class ManoObraMttoENTITY {
|
|
1156
1156
|
ID_ManoObra: number;
|
|
1157
|
-
Pais: CodigoNombreDTO;
|
|
1158
|
-
Delegacion: CodigoNombreDTO;
|
|
1157
|
+
Pais: CodigoNombreDTO$1;
|
|
1158
|
+
Delegacion: CodigoNombreDTO$1;
|
|
1159
1159
|
Codigo: string;
|
|
1160
1160
|
Descripcion: string;
|
|
1161
1161
|
UnidadMedida: UnidadMedidaDTO;
|
|
1162
|
-
Estado: EstadoDTO;
|
|
1162
|
+
Estado: EstadoDTO$1;
|
|
1163
1163
|
}
|
|
1164
1164
|
|
|
1165
1165
|
declare class ManoObraPorUnidadObraENTITY {
|
|
1166
1166
|
ID_ManoObraPorUnidadObra: number;
|
|
1167
|
-
Pais: CodigoNombreDTO;
|
|
1168
|
-
Delegacion: CodigoNombreDTO;
|
|
1169
|
-
Actividad: CodigoNombreDTO;
|
|
1170
|
-
Especialidad: CodigoNombreDTO;
|
|
1167
|
+
Pais: CodigoNombreDTO$1;
|
|
1168
|
+
Delegacion: CodigoNombreDTO$1;
|
|
1169
|
+
Actividad: CodigoNombreDTO$1;
|
|
1170
|
+
Especialidad: CodigoNombreDTO$1;
|
|
1171
1171
|
ManoObra: CodigoNombreUMDTO;
|
|
1172
1172
|
UnidadObra: CodigoNombreUMDTO;
|
|
1173
|
-
Clave: CodigoNombreDTO;
|
|
1173
|
+
Clave: CodigoNombreDTO$1;
|
|
1174
1174
|
Tarea: string;
|
|
1175
1175
|
ContratoOT: ContratoOTDTO;
|
|
1176
|
-
Estado: EstadoDTO;
|
|
1176
|
+
Estado: EstadoDTO$1;
|
|
1177
1177
|
}
|
|
1178
1178
|
|
|
1179
1179
|
declare class ManoObraGlobalDTO {
|
|
@@ -1195,13 +1195,13 @@ declare class PrecioEmpresaDTO {
|
|
|
1195
1195
|
Ultimo_Precio: PrecioActualDTO;
|
|
1196
1196
|
Precios: PrecioActualDTO[];
|
|
1197
1197
|
Empresa: EmpresaPersonalDTO;
|
|
1198
|
-
Estado: EstadoDTO;
|
|
1198
|
+
Estado: EstadoDTO$1;
|
|
1199
1199
|
}
|
|
1200
1200
|
|
|
1201
1201
|
declare class PrecioManoObraENTITY {
|
|
1202
1202
|
ID_PrecioManoObra: number;
|
|
1203
|
-
Pais: CodigoNombreDTO;
|
|
1204
|
-
Delegacion: CodigoNombreDTO;
|
|
1203
|
+
Pais: CodigoNombreDTO$1;
|
|
1204
|
+
Delegacion: CodigoNombreDTO$1;
|
|
1205
1205
|
Contrato: ContratoOTGeneralDTO;
|
|
1206
1206
|
OT: OTGlobalDTO;
|
|
1207
1207
|
Codigo: string;
|
|
@@ -1214,7 +1214,7 @@ declare class PrecioManoObraENTITY {
|
|
|
1214
1214
|
Decimales: number;
|
|
1215
1215
|
ManoObraGlobal: ManoObraGlobalDTO;
|
|
1216
1216
|
PrecioEmpresa: PrecioEmpresaDTO[];
|
|
1217
|
-
Estado: EstadoDTO;
|
|
1217
|
+
Estado: EstadoDTO$1;
|
|
1218
1218
|
}
|
|
1219
1219
|
|
|
1220
1220
|
declare enum AttendanceStatus {
|
|
@@ -1271,7 +1271,7 @@ declare class CHILE_9512_PaquetizadoManoObraENTITY {
|
|
|
1271
1271
|
Cantidad: number;
|
|
1272
1272
|
Baremo: number;
|
|
1273
1273
|
Contrato: CodigoDescripcionDTO;
|
|
1274
|
-
Estado: EstadoDTO;
|
|
1274
|
+
Estado: EstadoDTO$1;
|
|
1275
1275
|
Bitacora: BitacoraDTO[];
|
|
1276
1276
|
}
|
|
1277
1277
|
|
|
@@ -1285,7 +1285,7 @@ declare class CHILE_9512_PaquetizadoMaterialENTITY {
|
|
|
1285
1285
|
Valor: number;
|
|
1286
1286
|
Proveedor: string;
|
|
1287
1287
|
Contrato: CodigoDescripcionDTO;
|
|
1288
|
-
Estado: EstadoDTO;
|
|
1288
|
+
Estado: EstadoDTO$1;
|
|
1289
1289
|
Bitacora: BitacoraDTO[];
|
|
1290
1290
|
}
|
|
1291
1291
|
|
|
@@ -1342,8 +1342,8 @@ declare class ReservaENTITY {
|
|
|
1342
1342
|
ID_Reserva: number;
|
|
1343
1343
|
ID_GOM: number;
|
|
1344
1344
|
GOM: string;
|
|
1345
|
-
Pais: CodigoNombreDTO;
|
|
1346
|
-
Delegacion: CodigoNombreDTO;
|
|
1345
|
+
Pais: CodigoNombreDTO$1;
|
|
1346
|
+
Delegacion: CodigoNombreDTO$1;
|
|
1347
1347
|
Item: ItemDTO[];
|
|
1348
1348
|
Fecha: Date;
|
|
1349
1349
|
Zona: string;
|
|
@@ -1379,13 +1379,13 @@ declare class DetalleChileValorizacionMODTO {
|
|
|
1379
1379
|
DirHasta: string;
|
|
1380
1380
|
AltHasta: string;
|
|
1381
1381
|
Plano: string;
|
|
1382
|
-
Especialidad: CodigoNombreDTO;
|
|
1383
|
-
Actividad: CodigoNombreDTO;
|
|
1384
|
-
Clave: CodigoNombreDTO;
|
|
1382
|
+
Especialidad: CodigoNombreDTO$1;
|
|
1383
|
+
Actividad: CodigoNombreDTO$1;
|
|
1384
|
+
Clave: CodigoNombreDTO$1;
|
|
1385
1385
|
Tarea: string;
|
|
1386
1386
|
ManoObra: CodigoNombreUMDTO;
|
|
1387
1387
|
UnidadObra: CodigoNombreUMDTO;
|
|
1388
|
-
HomePass: CodigoNombreDTO;
|
|
1388
|
+
HomePass: CodigoNombreDTO$1;
|
|
1389
1389
|
LineaCodigoCub: string;
|
|
1390
1390
|
CodigoCub: string;
|
|
1391
1391
|
CanMOCub: number;
|
|
@@ -1409,7 +1409,7 @@ declare class ValorizacionManoObraBaseDTO {
|
|
|
1409
1409
|
CantidadAprobada: number;
|
|
1410
1410
|
Codigo: string;
|
|
1411
1411
|
Descripcion: string;
|
|
1412
|
-
Estado: EstadoDTO;
|
|
1412
|
+
Estado: EstadoDTO$1;
|
|
1413
1413
|
Precio: number;
|
|
1414
1414
|
Total: number;
|
|
1415
1415
|
Unidad: string;
|
|
@@ -1431,8 +1431,8 @@ declare class ManoObraBaseENTITY {
|
|
|
1431
1431
|
ID_ManoObra: number;
|
|
1432
1432
|
ID_GOM: number;
|
|
1433
1433
|
GOM: string;
|
|
1434
|
-
Pais: CodigoNombreDTO;
|
|
1435
|
-
Delegacion: CodigoNombreDTO;
|
|
1434
|
+
Pais: CodigoNombreDTO$1;
|
|
1435
|
+
Delegacion: CodigoNombreDTO$1;
|
|
1436
1436
|
Fecha: Date;
|
|
1437
1437
|
}
|
|
1438
1438
|
declare class ManoObraENTITY extends ManoObraBaseENTITY {
|
|
@@ -1498,7 +1498,7 @@ declare class ValorizacionManoObraRegularizacionDTO {
|
|
|
1498
1498
|
CantidadProduccion: number;
|
|
1499
1499
|
EmpresaProduccion: EmpresaProduccionDTO[];
|
|
1500
1500
|
Linea: string;
|
|
1501
|
-
Especialidad: CodigoNombreDTO;
|
|
1501
|
+
Especialidad: CodigoNombreDTO$1;
|
|
1502
1502
|
ManoObra: CodigoNombreUMDTO;
|
|
1503
1503
|
LineaCodigoCub: string;
|
|
1504
1504
|
Regularizado: Boolean;
|
|
@@ -1506,7 +1506,7 @@ declare class ValorizacionManoObraRegularizacionDTO {
|
|
|
1506
1506
|
|
|
1507
1507
|
declare class DetalleChileValorizacionManoObraRegularizacionDTO {
|
|
1508
1508
|
Linea: string;
|
|
1509
|
-
Especialidad: CodigoNombreDTO;
|
|
1509
|
+
Especialidad: CodigoNombreDTO$1;
|
|
1510
1510
|
ManoObra: CodigoNombreUMDTO;
|
|
1511
1511
|
LineaCodigoCub: string;
|
|
1512
1512
|
}
|
|
@@ -1523,8 +1523,8 @@ declare class ReservaManoObraRegularizacionENTITY {
|
|
|
1523
1523
|
Obra: string;
|
|
1524
1524
|
Gemeinde: string;
|
|
1525
1525
|
Cluster: string;
|
|
1526
|
-
Pais: CodigoNombreDTO;
|
|
1527
|
-
Delegacion: CodigoNombreDTO;
|
|
1526
|
+
Pais: CodigoNombreDTO$1;
|
|
1527
|
+
Delegacion: CodigoNombreDTO$1;
|
|
1528
1528
|
Regularizacion: RegularizacionPositivaNegativaDTO;
|
|
1529
1529
|
Valorizacion: ValorizacionManoObraRegularizacionDTO[];
|
|
1530
1530
|
Fecha: Date;
|
|
@@ -1561,13 +1561,13 @@ declare class DetalleChileDTO$1 {
|
|
|
1561
1561
|
DirHasta: string;
|
|
1562
1562
|
AltHasta: string;
|
|
1563
1563
|
Plano: string;
|
|
1564
|
-
Especialidad: CodigoNombreDTO;
|
|
1565
|
-
Actividad: CodigoNombreDTO;
|
|
1566
|
-
Clave: CodigoNombreDTO;
|
|
1564
|
+
Especialidad: CodigoNombreDTO$1;
|
|
1565
|
+
Actividad: CodigoNombreDTO$1;
|
|
1566
|
+
Clave: CodigoNombreDTO$1;
|
|
1567
1567
|
Tarea: string;
|
|
1568
1568
|
ManoObra: CodigoNombreUMDTO;
|
|
1569
1569
|
UnidadObra: CodigoNombreUMDTO;
|
|
1570
|
-
HomePass: CodigoNombreDTO;
|
|
1570
|
+
HomePass: CodigoNombreDTO$1;
|
|
1571
1571
|
LineaCodigoCub: string;
|
|
1572
1572
|
CodigoCub: string;
|
|
1573
1573
|
CanMOCub: number;
|
|
@@ -1611,7 +1611,7 @@ declare class MaterialesDTO$1 {
|
|
|
1611
1611
|
CodigoLlave: string;
|
|
1612
1612
|
ID_StockPersonal: number;
|
|
1613
1613
|
Descripcion: string;
|
|
1614
|
-
Estado: EstadoDTO;
|
|
1614
|
+
Estado: EstadoDTO$1;
|
|
1615
1615
|
UnidadMedida: UnidadMedidaDTO;
|
|
1616
1616
|
Cantidad: number;
|
|
1617
1617
|
CantidadStock: number;
|
|
@@ -1652,7 +1652,7 @@ declare class SubManoObraDTO$1 {
|
|
|
1652
1652
|
declare class UbicacionDTO {
|
|
1653
1653
|
Direccion: string;
|
|
1654
1654
|
Localidad_Descrip: string;
|
|
1655
|
-
Coordenadas: CoordenadasDTO;
|
|
1655
|
+
Coordenadas: CoordenadasDTO$1;
|
|
1656
1656
|
Municipio: string;
|
|
1657
1657
|
Zona: string;
|
|
1658
1658
|
Tipo_Zona: string;
|
|
@@ -1709,14 +1709,14 @@ declare class ValorizacionesDTO$1 {
|
|
|
1709
1709
|
Codigo: string;
|
|
1710
1710
|
CantidadMO: number;
|
|
1711
1711
|
CantidadUO: number;
|
|
1712
|
-
Especialidad: CodigoNombreDTO;
|
|
1713
|
-
Actividad: CodigoNombreDTO;
|
|
1714
|
-
Clave: CodigoNombreDTO;
|
|
1712
|
+
Especialidad: CodigoNombreDTO$1;
|
|
1713
|
+
Actividad: CodigoNombreDTO$1;
|
|
1714
|
+
Clave: CodigoNombreDTO$1;
|
|
1715
1715
|
ManoObra: CodigoNombreUMDTO;
|
|
1716
1716
|
UnidadObra: CodigoNombreUMDTO;
|
|
1717
1717
|
LineaCodigoCub: string;
|
|
1718
1718
|
CodigoCub: string;
|
|
1719
|
-
Estado: EstadoDTO;
|
|
1719
|
+
Estado: EstadoDTO$1;
|
|
1720
1720
|
}
|
|
1721
1721
|
|
|
1722
1722
|
declare class PersonalTrabajoDTO {
|
|
@@ -1760,8 +1760,8 @@ declare class TrabajoENTITY {
|
|
|
1760
1760
|
GOM: string;
|
|
1761
1761
|
Descripcion: string;
|
|
1762
1762
|
FechaRegistro: Date;
|
|
1763
|
-
Pais: CodigoNombreDTO;
|
|
1764
|
-
Delegacion: CodigoNombreDTO;
|
|
1763
|
+
Pais: CodigoNombreDTO$1;
|
|
1764
|
+
Delegacion: CodigoNombreDTO$1;
|
|
1765
1765
|
ZonaAsignada: string;
|
|
1766
1766
|
Ubicacion: UbicacionDTO;
|
|
1767
1767
|
Ultima_PreLiquidacion: Ultima_PreLiquidacionDTO$1;
|
|
@@ -1831,8 +1831,8 @@ declare class TrabajoAlemaniaENTITY {
|
|
|
1831
1831
|
GOM: string;
|
|
1832
1832
|
Descripcion: string;
|
|
1833
1833
|
FechaRegistro: Date;
|
|
1834
|
-
Pais: CodigoNombreDTO;
|
|
1835
|
-
Delegacion: CodigoNombreDTO;
|
|
1834
|
+
Pais: CodigoNombreDTO$1;
|
|
1835
|
+
Delegacion: CodigoNombreDTO$1;
|
|
1836
1836
|
ZonaAsignada: string;
|
|
1837
1837
|
Ubicacion: UbicacionDTO;
|
|
1838
1838
|
Ultima_PreLiquidacion: Ultima_PreLiquidacionAlemaniaDTO;
|
|
@@ -1849,14 +1849,14 @@ declare class ValorizacionesDTO {
|
|
|
1849
1849
|
Codigo: string;
|
|
1850
1850
|
CantidadMO: number;
|
|
1851
1851
|
CantidadUO: number;
|
|
1852
|
-
Especialidad: CodigoNombreDTO;
|
|
1853
|
-
Actividad: CodigoNombreDTO;
|
|
1854
|
-
Clave: CodigoNombreDTO;
|
|
1852
|
+
Especialidad: CodigoNombreDTO$1;
|
|
1853
|
+
Actividad: CodigoNombreDTO$1;
|
|
1854
|
+
Clave: CodigoNombreDTO$1;
|
|
1855
1855
|
ManoObra: CodigoNombreUMDTO;
|
|
1856
1856
|
UnidadObra: CodigoNombreUMDTO;
|
|
1857
1857
|
LineaCodigoCub: string;
|
|
1858
1858
|
CodigoCub: string;
|
|
1859
|
-
Estado: EstadoDTO;
|
|
1859
|
+
Estado: EstadoDTO$1;
|
|
1860
1860
|
}
|
|
1861
1861
|
|
|
1862
1862
|
declare class Ultima_asignacionDTO {
|
|
@@ -1891,7 +1891,7 @@ declare class MaterialesDTO {
|
|
|
1891
1891
|
CodigoLlave: string;
|
|
1892
1892
|
ID_StockPersonal: number;
|
|
1893
1893
|
Descripcion: string;
|
|
1894
|
-
Estado: EstadoDTO;
|
|
1894
|
+
Estado: EstadoDTO$1;
|
|
1895
1895
|
UnidadMedida: UnidadMedidaDTO;
|
|
1896
1896
|
Cantidad: number;
|
|
1897
1897
|
CantidadStock: number;
|
|
@@ -1911,13 +1911,13 @@ declare class DetalleChileDTO {
|
|
|
1911
1911
|
DirHasta: string;
|
|
1912
1912
|
AltHasta: string;
|
|
1913
1913
|
Plano: string;
|
|
1914
|
-
Especialidad: CodigoNombreDTO;
|
|
1915
|
-
Actividad: CodigoNombreDTO;
|
|
1916
|
-
Clave: CodigoNombreDTO;
|
|
1914
|
+
Especialidad: CodigoNombreDTO$1;
|
|
1915
|
+
Actividad: CodigoNombreDTO$1;
|
|
1916
|
+
Clave: CodigoNombreDTO$1;
|
|
1917
1917
|
Tarea: string;
|
|
1918
1918
|
ManoObra: CodigoNombreUMDTO;
|
|
1919
1919
|
UnidadObra: CodigoNombreUMDTO;
|
|
1920
|
-
HomePass: CodigoNombreDTO;
|
|
1920
|
+
HomePass: CodigoNombreDTO$1;
|
|
1921
1921
|
LineaCodigoCub: string;
|
|
1922
1922
|
CodigoCub: string;
|
|
1923
1923
|
CanMOCub: number;
|
|
@@ -2029,7 +2029,7 @@ declare class SubManoObraDTO {
|
|
|
2029
2029
|
CantidadSMO: number;
|
|
2030
2030
|
Cantidad: number;
|
|
2031
2031
|
Total: number;
|
|
2032
|
-
Estado: EstadoDTO;
|
|
2032
|
+
Estado: EstadoDTO$1;
|
|
2033
2033
|
}
|
|
2034
2034
|
|
|
2035
2035
|
declare class ValorizacionDTO {
|
|
@@ -2096,8 +2096,8 @@ declare class TrabajoMacroObraENTITY {
|
|
|
2096
2096
|
GOM: string;
|
|
2097
2097
|
Descripcion: string;
|
|
2098
2098
|
FechaRegistro: Date;
|
|
2099
|
-
Pais: CodigoNombreDTO;
|
|
2100
|
-
Delegacion: CodigoNombreDTO;
|
|
2099
|
+
Pais: CodigoNombreDTO$1;
|
|
2100
|
+
Delegacion: CodigoNombreDTO$1;
|
|
2101
2101
|
ZonaAsignada: string;
|
|
2102
2102
|
Ultima_PreLiquidacion: Ultima_PreLiquidacionDTO;
|
|
2103
2103
|
Ultima_asignacion: Ultima_asignacionDTO;
|
|
@@ -2359,7 +2359,7 @@ declare class TotalGeneralObraChileDTO {
|
|
|
2359
2359
|
}
|
|
2360
2360
|
|
|
2361
2361
|
declare class IncidenciasChileDTO extends IncidenciasDTO {
|
|
2362
|
-
Estado: EstadoDTO;
|
|
2362
|
+
Estado: EstadoDTO$1;
|
|
2363
2363
|
TotalesGeneralObra: TotalGeneralObraChileDTO;
|
|
2364
2364
|
}
|
|
2365
2365
|
|
|
@@ -2458,7 +2458,7 @@ declare class DataGridTabResidentialHP {
|
|
|
2458
2458
|
}
|
|
2459
2459
|
|
|
2460
2460
|
declare class IncidenciasPeruDTO extends IncidenciasDTO {
|
|
2461
|
-
Estado: EstadoDTO;
|
|
2461
|
+
Estado: EstadoDTO$1;
|
|
2462
2462
|
TotalesGeneralObra: TotalGeneralObraPeru9112DTO;
|
|
2463
2463
|
}
|
|
2464
2464
|
|
|
@@ -2882,7 +2882,7 @@ declare class TotalGeneralObraAlemaniaDTO {
|
|
|
2882
2882
|
}
|
|
2883
2883
|
|
|
2884
2884
|
declare class IncidenciasAlemaniaDTO extends IncidenciasDTO {
|
|
2885
|
-
Estado: EstadoDTO;
|
|
2885
|
+
Estado: EstadoDTO$1;
|
|
2886
2886
|
TotalesGeneralObra: TotalGeneralObraAlemaniaDTO;
|
|
2887
2887
|
}
|
|
2888
2888
|
|
|
@@ -3114,7 +3114,7 @@ declare class TotalGeneralObraColombiaDTO {
|
|
|
3114
3114
|
}
|
|
3115
3115
|
|
|
3116
3116
|
declare class IncidenciasColombiaDTO extends IncidenciasDTO {
|
|
3117
|
-
Estado: EstadoDTO;
|
|
3117
|
+
Estado: EstadoDTO$1;
|
|
3118
3118
|
TotalesGeneralObra: TotalGeneralObraColombiaDTO;
|
|
3119
3119
|
}
|
|
3120
3120
|
|
|
@@ -3136,7 +3136,7 @@ declare class TotalGeneralObraDTO {
|
|
|
3136
3136
|
declare class UbicacionObraDTO {
|
|
3137
3137
|
Direccion: string;
|
|
3138
3138
|
Localidad_Descrip: string;
|
|
3139
|
-
Coordenadas: CoordenadasDTO;
|
|
3139
|
+
Coordenadas: CoordenadasDTO$1;
|
|
3140
3140
|
Municipio: string;
|
|
3141
3141
|
Zona: string;
|
|
3142
3142
|
Tipo_Zona: string;
|
|
@@ -3157,8 +3157,8 @@ declare class SEUpdateAnexosObraRequestBody {
|
|
|
3157
3157
|
declare class ObraENTITY {
|
|
3158
3158
|
ID_incidencia: number;
|
|
3159
3159
|
ID_MacroObra: number;
|
|
3160
|
-
Pais: CodigoNombreDTO;
|
|
3161
|
-
Delegacion: CodigoNombreDTO;
|
|
3160
|
+
Pais: CodigoNombreDTO$1;
|
|
3161
|
+
Delegacion: CodigoNombreDTO$1;
|
|
3162
3162
|
Obra: string;
|
|
3163
3163
|
OrdenTrabajo: string;
|
|
3164
3164
|
Proyecto: string;
|
|
@@ -3347,13 +3347,13 @@ declare class ObraPeru9112ENTITY extends ObraENTITY {
|
|
|
3347
3347
|
|
|
3348
3348
|
declare class PrecioContratistaMOENTITY {
|
|
3349
3349
|
ID_PrecioContratistaMO: number;
|
|
3350
|
-
Pais: CodigoNombreDTO;
|
|
3351
|
-
Delegacion: CodigoNombreDTO;
|
|
3350
|
+
Pais: CodigoNombreDTO$1;
|
|
3351
|
+
Delegacion: CodigoNombreDTO$1;
|
|
3352
3352
|
Moneda: string;
|
|
3353
3353
|
Simbolo: string;
|
|
3354
3354
|
Decimales: number;
|
|
3355
3355
|
Empresa: EmpresaPCMODTO;
|
|
3356
|
-
Estado: EstadoDTO;
|
|
3356
|
+
Estado: EstadoDTO$1;
|
|
3357
3357
|
}
|
|
3358
3358
|
|
|
3359
3359
|
declare class TipoMOPCMODTO {
|
|
@@ -3374,7 +3374,7 @@ declare class ManoObraGlobalPCMODTO {
|
|
|
3374
3374
|
|
|
3375
3375
|
declare class ManoObraGlobalPCMOAlemaniaAL02DTO extends ManoObraGlobalPCMODTO {
|
|
3376
3376
|
Amap: number;
|
|
3377
|
-
Estado: EstadoDTO;
|
|
3377
|
+
Estado: EstadoDTO$1;
|
|
3378
3378
|
}
|
|
3379
3379
|
|
|
3380
3380
|
declare class PrecioContratistaMOAL02ENTITY extends PrecioContratistaMOENTITY {
|
|
@@ -3402,7 +3402,7 @@ declare class PrecioContratistaMOAL04ENTITY extends PrecioContratistaMOENTITY {
|
|
|
3402
3402
|
|
|
3403
3403
|
declare class ManoObraGlobalPCMOEspania1729DTO extends ManoObraGlobalPCMODTO {
|
|
3404
3404
|
Amap: number;
|
|
3405
|
-
Estado: EstadoDTO;
|
|
3405
|
+
Estado: EstadoDTO$1;
|
|
3406
3406
|
}
|
|
3407
3407
|
|
|
3408
3408
|
declare class PrecioContratistaMOESPANIA1729ENTITY extends PrecioContratistaMOENTITY {
|
|
@@ -3464,10 +3464,10 @@ declare class AddressListENTITY {
|
|
|
3464
3464
|
HP: number;
|
|
3465
3465
|
Latitude: number;
|
|
3466
3466
|
Longitude: number;
|
|
3467
|
-
AddressType: CodigoNombreDTO;
|
|
3468
|
-
AddressClassification: CodigoNombreDTO;
|
|
3467
|
+
AddressType: CodigoNombreDTO$1;
|
|
3468
|
+
AddressClassification: CodigoNombreDTO$1;
|
|
3469
3469
|
Comments: string;
|
|
3470
|
-
MovementType: CodigoNombreDTO;
|
|
3470
|
+
MovementType: CodigoNombreDTO$1;
|
|
3471
3471
|
DateModification: string;
|
|
3472
3472
|
DistancePOP: string;
|
|
3473
3473
|
Status: string;
|
|
@@ -3598,8 +3598,8 @@ declare class GomENTITY {
|
|
|
3598
3598
|
GOM: string;
|
|
3599
3599
|
ID_incidencia: number;
|
|
3600
3600
|
AreaGOM: string;
|
|
3601
|
-
Pais: CodigoNombreDTO;
|
|
3602
|
-
Delegacion: CodigoNombreDTO;
|
|
3601
|
+
Pais: CodigoNombreDTO$1;
|
|
3602
|
+
Delegacion: CodigoNombreDTO$1;
|
|
3603
3603
|
ZonaAsignada: string;
|
|
3604
3604
|
Fecha: Date;
|
|
3605
3605
|
Ultimo_Estado_Interno: EstadoInternoWithoutSubstateDTO;
|
|
@@ -3843,7 +3843,7 @@ declare class MaterialPrecioContratistaDTO {
|
|
|
3843
3843
|
Codigo: string;
|
|
3844
3844
|
Nombre: string;
|
|
3845
3845
|
Descripcion: string;
|
|
3846
|
-
Variante: CodigoNombreDTO[];
|
|
3846
|
+
Variante: CodigoNombreDTO$1[];
|
|
3847
3847
|
UnidadMedida: UnidadMedidaDTO[];
|
|
3848
3848
|
Ind_SB: string;
|
|
3849
3849
|
Tipo: string;
|
|
@@ -3852,13 +3852,13 @@ declare class MaterialPrecioContratistaDTO {
|
|
|
3852
3852
|
CodigoSAP: string;
|
|
3853
3853
|
Precio: number;
|
|
3854
3854
|
FechaRegistro: Date;
|
|
3855
|
-
Estado: EstadoDTO;
|
|
3855
|
+
Estado: EstadoDTO$1;
|
|
3856
3856
|
}
|
|
3857
3857
|
|
|
3858
3858
|
declare class PrecioContratistaMaterialENTITY {
|
|
3859
3859
|
ID_PrecioContratistaMaterial: number;
|
|
3860
|
-
Pais: CodigoNombreDTO;
|
|
3861
|
-
Delegacion: CodigoNombreDTO;
|
|
3860
|
+
Pais: CodigoNombreDTO$1;
|
|
3861
|
+
Delegacion: CodigoNombreDTO$1;
|
|
3862
3862
|
Moneda: string;
|
|
3863
3863
|
Simbolo: string;
|
|
3864
3864
|
Decimales: number;
|
|
@@ -3867,7 +3867,7 @@ declare class PrecioContratistaMaterialENTITY {
|
|
|
3867
3867
|
Materiales: MaterialPrecioContratistaDTO[];
|
|
3868
3868
|
Vigencia: VigenciaKeyDTO;
|
|
3869
3869
|
Bitacora: BitacoraDTO[];
|
|
3870
|
-
Estado: EstadoDTO;
|
|
3870
|
+
Estado: EstadoDTO$1;
|
|
3871
3871
|
}
|
|
3872
3872
|
|
|
3873
3873
|
declare class RequestDataMigrationDTO {
|
|
@@ -3948,19 +3948,19 @@ declare class IssueENTITY {
|
|
|
3948
3948
|
Ultimo_Estado_Interno: EstadoInternoWithoutSubstateDTO;
|
|
3949
3949
|
Estados_Internos: EstadoInternoWithoutSubstateDTO[];
|
|
3950
3950
|
DatosIssueProduccion: DatosIssueProduccionDTO[];
|
|
3951
|
-
UltimoEstado: EstadoDTO;
|
|
3952
|
-
Estados: EstadoDTO[];
|
|
3951
|
+
UltimoEstado: EstadoDTO$1;
|
|
3952
|
+
Estados: EstadoDTO$1[];
|
|
3953
3953
|
}
|
|
3954
3954
|
|
|
3955
3955
|
declare class PrecioContratistaIssueENTITY {
|
|
3956
3956
|
ID_PrecioContratistaIssue: number;
|
|
3957
|
-
Pais: CodigoNombreDTO;
|
|
3958
|
-
Delegacion: CodigoNombreDTO;
|
|
3957
|
+
Pais: CodigoNombreDTO$1;
|
|
3958
|
+
Delegacion: CodigoNombreDTO$1;
|
|
3959
3959
|
Moneda: string;
|
|
3960
3960
|
Simbolo: string;
|
|
3961
3961
|
Decimales: number;
|
|
3962
3962
|
Empresa: EmpresaPCMODTO;
|
|
3963
|
-
Estado: EstadoDTO;
|
|
3963
|
+
Estado: EstadoDTO$1;
|
|
3964
3964
|
}
|
|
3965
3965
|
|
|
3966
3966
|
declare class VigenciaIssueDTO {
|
|
@@ -3985,7 +3985,7 @@ declare class TipoMOPCIssueDTO {
|
|
|
3985
3985
|
}
|
|
3986
3986
|
|
|
3987
3987
|
declare class ManoObraGlobalPCIssueAlemaniaAL02DTO extends ManoObraGlobalPCIssueDTO {
|
|
3988
|
-
Estado: EstadoDTO;
|
|
3988
|
+
Estado: EstadoDTO$1;
|
|
3989
3989
|
}
|
|
3990
3990
|
|
|
3991
3991
|
declare class PrecioContratistaIssueAL02ENTITY extends PrecioContratistaIssueENTITY {
|
|
@@ -4027,13 +4027,13 @@ declare class Contrato_DTO {
|
|
|
4027
4027
|
};
|
|
4028
4028
|
fasesPago: FasePagoDTO[];
|
|
4029
4029
|
Vigencia: VigenciaDTO;
|
|
4030
|
-
Estado: EstadoDTO;
|
|
4030
|
+
Estado: EstadoDTO$1;
|
|
4031
4031
|
}
|
|
4032
4032
|
|
|
4033
4033
|
declare class FaseENTITY {
|
|
4034
4034
|
ID_Fase: number;
|
|
4035
|
-
Pais: CodigoNombreDTO;
|
|
4036
|
-
Delegacion: CodigoNombreDTO;
|
|
4035
|
+
Pais: CodigoNombreDTO$1;
|
|
4036
|
+
Delegacion: CodigoNombreDTO$1;
|
|
4037
4037
|
Descripcion: string;
|
|
4038
4038
|
Fase: string;
|
|
4039
4039
|
Hito: HitoDTO[];
|
|
@@ -4042,32 +4042,32 @@ declare class FaseENTITY {
|
|
|
4042
4042
|
FechaFin: Date;
|
|
4043
4043
|
UsuarioCreacion: UsuarioDTO;
|
|
4044
4044
|
UsuarioCierre: UsuarioDTO;
|
|
4045
|
-
Estado: EstadoDTO;
|
|
4045
|
+
Estado: EstadoDTO$1;
|
|
4046
4046
|
}
|
|
4047
4047
|
declare class ContratoPagosENTITY {
|
|
4048
4048
|
ID: number;
|
|
4049
|
-
Pais: CodigoNombreDTO;
|
|
4050
|
-
Delegacion: CodigoNombreDTO;
|
|
4049
|
+
Pais: CodigoNombreDTO$1;
|
|
4050
|
+
Delegacion: CodigoNombreDTO$1;
|
|
4051
4051
|
Empresa: EmpresaDTO;
|
|
4052
4052
|
contratos: Contrato_DTO[];
|
|
4053
4053
|
FechaInicio: Date;
|
|
4054
4054
|
FechaFin: Date;
|
|
4055
|
-
Estado: EstadoDTO;
|
|
4055
|
+
Estado: EstadoDTO$1;
|
|
4056
4056
|
}
|
|
4057
4057
|
|
|
4058
4058
|
declare class AgenciaENTITY {
|
|
4059
4059
|
ID_Agencia: number;
|
|
4060
|
-
Pais: CodigoNombreDTO;
|
|
4061
|
-
Delegacion: CodigoNombreDTO;
|
|
4060
|
+
Pais: CodigoNombreDTO$1;
|
|
4061
|
+
Delegacion: CodigoNombreDTO$1;
|
|
4062
4062
|
Codigo: string;
|
|
4063
4063
|
Descripcion: string;
|
|
4064
|
-
Estado: EstadoDTO;
|
|
4064
|
+
Estado: EstadoDTO$1;
|
|
4065
4065
|
Bitacora: BitacoraDTO[];
|
|
4066
4066
|
}
|
|
4067
4067
|
|
|
4068
4068
|
declare class ManoObraBaremoDTO {
|
|
4069
4069
|
ID_ManoObraBaremo: number;
|
|
4070
|
-
Especialidad: CodigoNombreDTO;
|
|
4070
|
+
Especialidad: CodigoNombreDTO$1;
|
|
4071
4071
|
PuntoBaremo: number;
|
|
4072
4072
|
PuntoBaremoContratista: number;
|
|
4073
4073
|
CoeficienteEconomico: number;
|
|
@@ -4093,8 +4093,8 @@ declare class AddMOPContrataMODTO {
|
|
|
4093
4093
|
|
|
4094
4094
|
declare class ManoObraGlobalENTITY {
|
|
4095
4095
|
ID_ManoObraGlobal: number;
|
|
4096
|
-
Pais: CodigoNombreDTO;
|
|
4097
|
-
Delegacion: CodigoNombreDTO;
|
|
4096
|
+
Pais: CodigoNombreDTO$1;
|
|
4097
|
+
Delegacion: CodigoNombreDTO$1;
|
|
4098
4098
|
Amap: number;
|
|
4099
4099
|
Codigo: string;
|
|
4100
4100
|
Actividad: string;
|
|
@@ -4103,7 +4103,7 @@ declare class ManoObraGlobalENTITY {
|
|
|
4103
4103
|
Unidad: UnidadMedidaDTO;
|
|
4104
4104
|
Material: MaterialMOGlobalDTO[];
|
|
4105
4105
|
DetalleChile: DetalleManoObraChileDTO;
|
|
4106
|
-
Estado: EstadoDTO;
|
|
4106
|
+
Estado: EstadoDTO$1;
|
|
4107
4107
|
}
|
|
4108
4108
|
|
|
4109
4109
|
declare class AreaGomCentroCostosDTO {
|
|
@@ -4114,13 +4114,13 @@ declare class AreaGomCentroCostosDTO {
|
|
|
4114
4114
|
declare class CentroCostosENTITY {
|
|
4115
4115
|
ID_CentroCostos: number;
|
|
4116
4116
|
Codigo_SIGO: string;
|
|
4117
|
-
Pais: CodigoNombreDTO;
|
|
4118
|
-
Delegacion: CodigoNombreDTO;
|
|
4117
|
+
Pais: CodigoNombreDTO$1;
|
|
4118
|
+
Delegacion: CodigoNombreDTO$1;
|
|
4119
4119
|
Codigo: string;
|
|
4120
4120
|
Descripcion: string;
|
|
4121
4121
|
OT: string;
|
|
4122
4122
|
Area: AreaGomCentroCostosDTO;
|
|
4123
|
-
Estado: EstadoDTO;
|
|
4123
|
+
Estado: EstadoDTO$1;
|
|
4124
4124
|
}
|
|
4125
4125
|
|
|
4126
4126
|
declare class EmpresaZonasActividadDTO extends EmpresaDTO {
|
|
@@ -4137,12 +4137,12 @@ declare class ActividadZonasActividadDTO {
|
|
|
4137
4137
|
|
|
4138
4138
|
declare class RM_ZonasActividadENTITY {
|
|
4139
4139
|
ID_ZonasActividad: number;
|
|
4140
|
-
Pais: CodigoNombreDTO;
|
|
4141
|
-
Delegacion: CodigoNombreDTO;
|
|
4140
|
+
Pais: CodigoNombreDTO$1;
|
|
4141
|
+
Delegacion: CodigoNombreDTO$1;
|
|
4142
4142
|
Empresa: EmpresaZonasActividadDTO;
|
|
4143
4143
|
Actividades: ActividadZonasActividadDTO[];
|
|
4144
4144
|
Vigencia: VigenciaDTO;
|
|
4145
|
-
Estado: EstadoDTO;
|
|
4145
|
+
Estado: EstadoDTO$1;
|
|
4146
4146
|
Bitacora: BitacoraDTO[];
|
|
4147
4147
|
}
|
|
4148
4148
|
|
|
@@ -4159,24 +4159,24 @@ declare class RM_MaterialENTITY {
|
|
|
4159
4159
|
UDP: string;
|
|
4160
4160
|
Codigo_Barra: string;
|
|
4161
4161
|
Activo: string;
|
|
4162
|
-
Estado: EstadoDTO;
|
|
4163
|
-
Pais: CodigoNombreDTO;
|
|
4164
|
-
Delegacion: CodigoNombreDTO;
|
|
4162
|
+
Estado: EstadoDTO$1;
|
|
4163
|
+
Pais: CodigoNombreDTO$1;
|
|
4164
|
+
Delegacion: CodigoNombreDTO$1;
|
|
4165
4165
|
}
|
|
4166
4166
|
|
|
4167
4167
|
declare class TipoActividadMOENTITY {
|
|
4168
4168
|
ID_TipoActividadMO: number;
|
|
4169
|
-
Pais: CodigoNombreDTO;
|
|
4170
|
-
Delegacion: CodigoNombreDTO;
|
|
4169
|
+
Pais: CodigoNombreDTO$1;
|
|
4170
|
+
Delegacion: CodigoNombreDTO$1;
|
|
4171
4171
|
Codigo: string;
|
|
4172
4172
|
Descripcion: string;
|
|
4173
|
-
Estado: EstadoDTO;
|
|
4173
|
+
Estado: EstadoDTO$1;
|
|
4174
4174
|
}
|
|
4175
4175
|
|
|
4176
4176
|
declare class PeriodoENTITY {
|
|
4177
4177
|
ID_Periodo: number;
|
|
4178
|
-
Pais: CodigoNombreDTO;
|
|
4179
|
-
Delegacion: CodigoNombreDTO;
|
|
4178
|
+
Pais: CodigoNombreDTO$1;
|
|
4179
|
+
Delegacion: CodigoNombreDTO$1;
|
|
4180
4180
|
Codigo: string;
|
|
4181
4181
|
FechaInicio: Date;
|
|
4182
4182
|
FechaFin: Date;
|
|
@@ -4184,7 +4184,7 @@ declare class PeriodoENTITY {
|
|
|
4184
4184
|
Mes: number;
|
|
4185
4185
|
Anio: number;
|
|
4186
4186
|
DiasMaximoCierre: number;
|
|
4187
|
-
Estado: EstadoDTO;
|
|
4187
|
+
Estado: EstadoDTO$1;
|
|
4188
4188
|
}
|
|
4189
4189
|
|
|
4190
4190
|
declare class ZonaTrabajoCuadrillaDTO {
|
|
@@ -4213,16 +4213,16 @@ declare class PersonalCuadrillaDTO {
|
|
|
4213
4213
|
|
|
4214
4214
|
declare class CuadrillaENTITY {
|
|
4215
4215
|
ID_Cuadrilla: number;
|
|
4216
|
-
Pais: CodigoNombreDTO;
|
|
4216
|
+
Pais: CodigoNombreDTO$1;
|
|
4217
4217
|
Empresa: EmpresaDTO;
|
|
4218
|
-
Delegacion: CodigoNombreDTO;
|
|
4218
|
+
Delegacion: CodigoNombreDTO$1;
|
|
4219
4219
|
ZonaTrabajo: ZonaTrabajoCuadrillaDTO;
|
|
4220
4220
|
TipoMovil: TipoMovilCuadrillaDTO;
|
|
4221
4221
|
Encargado: PersonalCuadrillaDTO;
|
|
4222
4222
|
Codigo: string;
|
|
4223
4223
|
Nombre: string;
|
|
4224
4224
|
Descripcion: string;
|
|
4225
|
-
Estado: EstadoDTO;
|
|
4225
|
+
Estado: EstadoDTO$1;
|
|
4226
4226
|
Personal: PersonalCuadrillaDTO[];
|
|
4227
4227
|
}
|
|
4228
4228
|
|
|
@@ -4231,9 +4231,9 @@ declare class RM_ComunaENTITY {
|
|
|
4231
4231
|
Codigo: string;
|
|
4232
4232
|
Descripcion: string;
|
|
4233
4233
|
Zona: string;
|
|
4234
|
-
Pais: CodigoNombreDTO;
|
|
4235
|
-
Delegacion: CodigoNombreDTO;
|
|
4236
|
-
Estado: EstadoDTO;
|
|
4234
|
+
Pais: CodigoNombreDTO$1;
|
|
4235
|
+
Delegacion: CodigoNombreDTO$1;
|
|
4236
|
+
Estado: EstadoDTO$1;
|
|
4237
4237
|
}
|
|
4238
4238
|
|
|
4239
4239
|
declare class RM_ManoObraENTITY {
|
|
@@ -4244,9 +4244,9 @@ declare class RM_ManoObraENTITY {
|
|
|
4244
4244
|
Especialidad: string;
|
|
4245
4245
|
Puntos_Baremos: number;
|
|
4246
4246
|
Cobra: string;
|
|
4247
|
-
Pais: CodigoNombreDTO;
|
|
4248
|
-
Delegacion: CodigoNombreDTO;
|
|
4249
|
-
Estado: EstadoDTO;
|
|
4247
|
+
Pais: CodigoNombreDTO$1;
|
|
4248
|
+
Delegacion: CodigoNombreDTO$1;
|
|
4249
|
+
Estado: EstadoDTO$1;
|
|
4250
4250
|
}
|
|
4251
4251
|
|
|
4252
4252
|
declare class RM_PaquetizadoENTITY {
|
|
@@ -4258,9 +4258,9 @@ declare class RM_PaquetizadoENTITY {
|
|
|
4258
4258
|
zona_10: number;
|
|
4259
4259
|
zona_14: number;
|
|
4260
4260
|
Total_MAT: number;
|
|
4261
|
-
Pais: CodigoNombreDTO;
|
|
4262
|
-
Delegacion: CodigoNombreDTO;
|
|
4263
|
-
Estado: EstadoDTO;
|
|
4261
|
+
Pais: CodigoNombreDTO$1;
|
|
4262
|
+
Delegacion: CodigoNombreDTO$1;
|
|
4263
|
+
Estado: EstadoDTO$1;
|
|
4264
4264
|
}
|
|
4265
4265
|
|
|
4266
4266
|
declare class RM_ActividadENTITY {
|
|
@@ -4268,14 +4268,14 @@ declare class RM_ActividadENTITY {
|
|
|
4268
4268
|
Codigo: string;
|
|
4269
4269
|
Descripcion: string;
|
|
4270
4270
|
Precio_EECC: number;
|
|
4271
|
-
Pais: CodigoNombreDTO;
|
|
4272
|
-
Delegacion: CodigoNombreDTO;
|
|
4273
|
-
Estado: EstadoDTO;
|
|
4271
|
+
Pais: CodigoNombreDTO$1;
|
|
4272
|
+
Delegacion: CodigoNombreDTO$1;
|
|
4273
|
+
Estado: EstadoDTO$1;
|
|
4274
4274
|
}
|
|
4275
4275
|
|
|
4276
4276
|
declare class OTDTO {
|
|
4277
4277
|
CodigoOT: string;
|
|
4278
|
-
Especialidades: CodigoNombreDTO[];
|
|
4278
|
+
Especialidades: CodigoNombreDTO$1[];
|
|
4279
4279
|
}
|
|
4280
4280
|
declare class UbicacionPresupuestoDTO {
|
|
4281
4281
|
ID_Ubicacion: number;
|
|
@@ -4296,30 +4296,30 @@ declare class PresupuestoDTO {
|
|
|
4296
4296
|
|
|
4297
4297
|
declare class OTBYESPECIALIDADGEMEINDEENTITY {
|
|
4298
4298
|
ID_OTESPGEMEINDE: number;
|
|
4299
|
-
Pais: CodigoNombreDTO;
|
|
4300
|
-
Delegacion: CodigoNombreDTO;
|
|
4301
|
-
Ubicacion: CodigoNombreDTO[];
|
|
4299
|
+
Pais: CodigoNombreDTO$1;
|
|
4300
|
+
Delegacion: CodigoNombreDTO$1;
|
|
4301
|
+
Ubicacion: CodigoNombreDTO$1[];
|
|
4302
4302
|
OTCatalogo: OTDTO;
|
|
4303
4303
|
Vigencia: VigenciaDTO;
|
|
4304
|
-
Estado: EstadoDTO;
|
|
4304
|
+
Estado: EstadoDTO$1;
|
|
4305
4305
|
static copyWith(obj: OTBYESPECIALIDADGEMEINDEENTITY): Promise<OTBYESPECIALIDADGEMEINDEENTITY>;
|
|
4306
4306
|
}
|
|
4307
4307
|
declare class PresupuestoOTENTITY {
|
|
4308
4308
|
ID: number;
|
|
4309
|
-
Pais: CodigoNombreDTO;
|
|
4310
|
-
Delegacion: CodigoNombreDTO;
|
|
4309
|
+
Pais: CodigoNombreDTO$1;
|
|
4310
|
+
Delegacion: CodigoNombreDTO$1;
|
|
4311
4311
|
Presupuesto: PresupuestoDTO;
|
|
4312
|
-
Estado: EstadoDTO;
|
|
4312
|
+
Estado: EstadoDTO$1;
|
|
4313
4313
|
}
|
|
4314
4314
|
|
|
4315
4315
|
declare class ManoObraBaremoENTITY {
|
|
4316
4316
|
ID_ManoObraBaremo: number;
|
|
4317
4317
|
PbaMO: string;
|
|
4318
4318
|
ContratoOT: ContratoOTGeneralDTO;
|
|
4319
|
-
Especialidad: CodigoNombreDTO;
|
|
4320
|
-
Pais: CodigoNombreDTO;
|
|
4321
|
-
Delegacion: CodigoNombreDTO;
|
|
4322
|
-
Estado: EstadoDTO;
|
|
4319
|
+
Especialidad: CodigoNombreDTO$1;
|
|
4320
|
+
Pais: CodigoNombreDTO$1;
|
|
4321
|
+
Delegacion: CodigoNombreDTO$1;
|
|
4322
|
+
Estado: EstadoDTO$1;
|
|
4323
4323
|
}
|
|
4324
4324
|
|
|
4325
4325
|
declare class AreaGOMENTITY {
|
|
@@ -4327,9 +4327,9 @@ declare class AreaGOMENTITY {
|
|
|
4327
4327
|
Codigo: string;
|
|
4328
4328
|
Descripcion: string;
|
|
4329
4329
|
Observacion: string;
|
|
4330
|
-
Estado: EstadoDTO;
|
|
4331
|
-
EstadoObra: EstadoDTO;
|
|
4332
|
-
Pais: CodigoNombreDTO;
|
|
4330
|
+
Estado: EstadoDTO$1;
|
|
4331
|
+
EstadoObra: EstadoDTO$1;
|
|
4332
|
+
Pais: CodigoNombreDTO$1;
|
|
4333
4333
|
GOMS: AreaGOMSubGOMSDTO[];
|
|
4334
4334
|
}
|
|
4335
4335
|
|
|
@@ -4337,8 +4337,8 @@ declare class TipoObraENTITY {
|
|
|
4337
4337
|
ID_TipoObra: number;
|
|
4338
4338
|
Codigo: string;
|
|
4339
4339
|
Descripcion: string;
|
|
4340
|
-
Pais: CodigoNombreDTO;
|
|
4341
|
-
Estado: EstadoDTO;
|
|
4340
|
+
Pais: CodigoNombreDTO$1;
|
|
4341
|
+
Estado: EstadoDTO$1;
|
|
4342
4342
|
}
|
|
4343
4343
|
|
|
4344
4344
|
declare class MetadataUOMaterialDTO {
|
|
@@ -4407,8 +4407,8 @@ declare class BaremosAlemaniaENTITY {
|
|
|
4407
4407
|
Contrato: string;
|
|
4408
4408
|
Cuadrilla: CuadrillaDTO$1;
|
|
4409
4409
|
Empresa: EmpresaDTO;
|
|
4410
|
-
Especialidad: CodigoNombreDTO;
|
|
4411
|
-
Actividad: CodigoNombreDTO;
|
|
4410
|
+
Especialidad: CodigoNombreDTO$1;
|
|
4411
|
+
Actividad: CodigoNombreDTO$1;
|
|
4412
4412
|
ManoObra: ManoObraDTO;
|
|
4413
4413
|
MaterialesUtilizados: Array<any>;
|
|
4414
4414
|
MaterialesRetirados: Array<any>;
|
|
@@ -4445,7 +4445,7 @@ declare class ManoObraBaremoProduccionDTO {
|
|
|
4445
4445
|
declare class MaterialUtilizadoRetiradoBaremoDTO {
|
|
4446
4446
|
Codigo: string;
|
|
4447
4447
|
Descripcion: string;
|
|
4448
|
-
Estado: EstadoDTO;
|
|
4448
|
+
Estado: EstadoDTO$1;
|
|
4449
4449
|
UnidadMedida: UnidadMedidaDTO;
|
|
4450
4450
|
Cantidad: number;
|
|
4451
4451
|
CantidadInformada: number;
|
|
@@ -4520,8 +4520,8 @@ declare class BaremoAlemaniaENTITY {
|
|
|
4520
4520
|
Contrato: string;
|
|
4521
4521
|
Cuadrilla: CuadrillaBaremoDTO;
|
|
4522
4522
|
Empresa: EmpresaDTO;
|
|
4523
|
-
Especialidad: CodigoNombreDTO;
|
|
4524
|
-
Actividad: CodigoNombreDTO;
|
|
4523
|
+
Especialidad: CodigoNombreDTO$1;
|
|
4524
|
+
Actividad: CodigoNombreDTO$1;
|
|
4525
4525
|
ManoObra: ManoObraBaremoProduccionDTO;
|
|
4526
4526
|
MaterialesUtilizados: MaterialUtilizadoRetiradoBaremoDTO[];
|
|
4527
4527
|
MaterialesRetirados: MaterialUtilizadoRetiradoBaremoDTO[];
|
|
@@ -4553,16 +4553,16 @@ declare class AreaGOMResumenDTO {
|
|
|
4553
4553
|
Codigo: string;
|
|
4554
4554
|
Descripcion: string;
|
|
4555
4555
|
Observacion: string;
|
|
4556
|
-
Estado: EstadoDTO;
|
|
4557
|
-
EstadoObra: EstadoDTO;
|
|
4556
|
+
Estado: EstadoDTO$1;
|
|
4557
|
+
EstadoObra: EstadoDTO$1;
|
|
4558
4558
|
GOMS: AreaGOMSubGOMSDTO[];
|
|
4559
|
-
Pais: CodigoNombreDTO;
|
|
4559
|
+
Pais: CodigoNombreDTO$1;
|
|
4560
4560
|
Bitacora: BitacoraDTO[];
|
|
4561
4561
|
}
|
|
4562
4562
|
|
|
4563
4563
|
declare class UltimoEstadoClienteDTO {
|
|
4564
4564
|
ID_EstadoInterno: number;
|
|
4565
|
-
Estado: EstadoDTO;
|
|
4565
|
+
Estado: EstadoDTO$1;
|
|
4566
4566
|
Fecha: Date;
|
|
4567
4567
|
Descripcion: string;
|
|
4568
4568
|
Icono: string;
|
|
@@ -4573,7 +4573,7 @@ declare class UltimoEstadoClienteDTO {
|
|
|
4573
4573
|
Observacion: string;
|
|
4574
4574
|
UsuarioEdicion: UsuarioEdicionDTO;
|
|
4575
4575
|
Anexos: any[];
|
|
4576
|
-
Pais: CodigoNombreDTO;
|
|
4576
|
+
Pais: CodigoNombreDTO$1;
|
|
4577
4577
|
Bitacora: BitacoraDTO[];
|
|
4578
4578
|
}
|
|
4579
4579
|
|
|
@@ -4729,8 +4729,8 @@ declare class ResumemENTITY {
|
|
|
4729
4729
|
Proyecto: string;
|
|
4730
4730
|
ContratoOT: ContratoOTDTO;
|
|
4731
4731
|
ZonaAsignada: string;
|
|
4732
|
-
Pais: CodigoNombreDTO;
|
|
4733
|
-
Delegacion: CodigoNombreDTO;
|
|
4732
|
+
Pais: CodigoNombreDTO$1;
|
|
4733
|
+
Delegacion: CodigoNombreDTO$1;
|
|
4734
4734
|
AreaGOM: AreaGOMResumenDTO[];
|
|
4735
4735
|
DetalleAlemania: DetalleAlemaniaDTO;
|
|
4736
4736
|
Cantidad: number;
|
|
@@ -4793,7 +4793,7 @@ declare class BaremoProcessUnidadMedidaDTO {
|
|
|
4793
4793
|
declare class BaremoProcessMaterialesUtilizadosDTO {
|
|
4794
4794
|
Codigo: string;
|
|
4795
4795
|
Descripcion: string;
|
|
4796
|
-
Estado: EstadoDTO;
|
|
4796
|
+
Estado: EstadoDTO$1;
|
|
4797
4797
|
UnidadMedida: BaremoProcessUnidadMedidaDTO;
|
|
4798
4798
|
Cantidad: number;
|
|
4799
4799
|
Accion: CodigoDescripcionDTO;
|
|
@@ -4826,10 +4826,10 @@ declare class BaremosChileENTITY {
|
|
|
4826
4826
|
Agencia: string;
|
|
4827
4827
|
Cuadrilla: BaremoProcessCuadrillaDTO;
|
|
4828
4828
|
Empresa: BaremoProcessEmpresaDTO;
|
|
4829
|
-
Especialidad: CodigoNombreDTO;
|
|
4830
|
-
Actividad: CodigoNombreDTO;
|
|
4829
|
+
Especialidad: CodigoNombreDTO$1;
|
|
4830
|
+
Actividad: CodigoNombreDTO$1;
|
|
4831
4831
|
ManoObra: BaremoProcessManoObraDTO;
|
|
4832
|
-
UnidadObra: CodigoNombreDTO;
|
|
4832
|
+
UnidadObra: CodigoNombreDTO$1;
|
|
4833
4833
|
MaterialesUtilizados: BaremoProcessMaterialesUtilizadosDTO[];
|
|
4834
4834
|
MaterialesRetirados: BaremoProcessMaterialesUtilizadosDTO[];
|
|
4835
4835
|
Cantidad: number;
|
|
@@ -4875,10 +4875,10 @@ declare class BaremoProcessENTITY {
|
|
|
4875
4875
|
Agencia: string;
|
|
4876
4876
|
Cuadrilla: BaremoProcessCuadrillaDTO;
|
|
4877
4877
|
Empresa: BaremoProcessEmpresaDTO;
|
|
4878
|
-
Especialidad: CodigoNombreDTO;
|
|
4879
|
-
Actividad: CodigoNombreDTO;
|
|
4878
|
+
Especialidad: CodigoNombreDTO$1;
|
|
4879
|
+
Actividad: CodigoNombreDTO$1;
|
|
4880
4880
|
ManoObra: BaremoProcessManoObraDTO;
|
|
4881
|
-
UnidadObra: CodigoNombreDTO;
|
|
4881
|
+
UnidadObra: CodigoNombreDTO$1;
|
|
4882
4882
|
MaterialesUtilizados: BaremoProcessMaterialesUtilizadosDTO[];
|
|
4883
4883
|
MaterialesRetirados: BaremoProcessMaterialesUtilizadosDTO[];
|
|
4884
4884
|
Cantidad: number;
|
|
@@ -4979,10 +4979,10 @@ declare class BaremosColombiaENTITY {
|
|
|
4979
4979
|
Agencia: string;
|
|
4980
4980
|
Cuadrilla: BaremoProcessCuadrillaDTO;
|
|
4981
4981
|
Empresa: BaremoProcessEmpresaDTO;
|
|
4982
|
-
Especialidad: CodigoNombreDTO;
|
|
4983
|
-
Actividad: CodigoNombreDTO;
|
|
4982
|
+
Especialidad: CodigoNombreDTO$1;
|
|
4983
|
+
Actividad: CodigoNombreDTO$1;
|
|
4984
4984
|
ManoObra: BaremoProcessManoObraDTO;
|
|
4985
|
-
UnidadObra: CodigoNombreDTO;
|
|
4985
|
+
UnidadObra: CodigoNombreDTO$1;
|
|
4986
4986
|
MaterialesUtilizados: BaremoProcessMaterialesUtilizadosDTO[];
|
|
4987
4987
|
MaterialesRetirados: BaremoProcessMaterialesUtilizadosDTO[];
|
|
4988
4988
|
Cantidad: number;
|
|
@@ -5103,8 +5103,8 @@ declare class LiberacionDePagosAlemaniaENTITY {
|
|
|
5103
5103
|
Agencia: string;
|
|
5104
5104
|
Cuadrilla: CuadrillaLiberacionPagosDTO;
|
|
5105
5105
|
Empresa: EmpresaLiberacionPagosDTO;
|
|
5106
|
-
Especialidad: CodigoNombreDTO;
|
|
5107
|
-
Actividad: CodigoNombreDTO;
|
|
5106
|
+
Especialidad: CodigoNombreDTO$1;
|
|
5107
|
+
Actividad: CodigoNombreDTO$1;
|
|
5108
5108
|
ManoObra: ManoObraLiberacionPagosDTO;
|
|
5109
5109
|
UnidadObra: UnidadMedidaLiberacionPagosDTO;
|
|
5110
5110
|
LineaCodigoCub: string;
|
|
@@ -5142,7 +5142,7 @@ declare class ProdCursoBaremoFasesUltimoEstadoInternoDTO {
|
|
|
5142
5142
|
IsDebug: boolean;
|
|
5143
5143
|
ID_EstadoInterno: number;
|
|
5144
5144
|
ID_EstadoInternoPadre: number;
|
|
5145
|
-
Estado: EstadoDTO;
|
|
5145
|
+
Estado: EstadoDTO$1;
|
|
5146
5146
|
Fecha: Date;
|
|
5147
5147
|
Descripcion: string;
|
|
5148
5148
|
Icono: string;
|
|
@@ -5154,7 +5154,7 @@ declare class ProdCursoBaremoFasesUltimoEstadoInternoDTO {
|
|
|
5154
5154
|
Sistema: string;
|
|
5155
5155
|
UsuarioEdicion: UsuarioEdicionDTO;
|
|
5156
5156
|
Anexos: any[];
|
|
5157
|
-
Pais: CodigoNombreDTO;
|
|
5157
|
+
Pais: CodigoNombreDTO$1;
|
|
5158
5158
|
Bitacora: any[];
|
|
5159
5159
|
}
|
|
5160
5160
|
|
|
@@ -5215,8 +5215,8 @@ declare class RptProduccionCurso_Baremos_FasesENTITY {
|
|
|
5215
5215
|
Agencia: string;
|
|
5216
5216
|
Cuadrilla: ProdCursoBaremoFasesCuadrillaDTO;
|
|
5217
5217
|
Empresa: EmpresaDTO;
|
|
5218
|
-
Especialidad: CodigoNombreDTO;
|
|
5219
|
-
Actividad: CodigoNombreDTO;
|
|
5218
|
+
Especialidad: CodigoNombreDTO$1;
|
|
5219
|
+
Actividad: CodigoNombreDTO$1;
|
|
5220
5220
|
ManoObra: ProdCursoBaremoFasesManoObraDTO;
|
|
5221
5221
|
UnidadObra: ProdCursoBaremoFasesManoObraDTO;
|
|
5222
5222
|
LineaCodigoCub: string;
|
|
@@ -5275,9 +5275,9 @@ declare class ConsumoMaterialAlemaniaENTITY {
|
|
|
5275
5275
|
Obra: string;
|
|
5276
5276
|
ID_Trabajo: number;
|
|
5277
5277
|
Almacen: AlmacenLogisticaDTO;
|
|
5278
|
-
Empresa: CodigoNombreDTO;
|
|
5278
|
+
Empresa: CodigoNombreDTO$1;
|
|
5279
5279
|
CosumoMaterial: CosumoMaterialAlemaniaDTO[];
|
|
5280
|
-
Estado: EstadoDTO;
|
|
5280
|
+
Estado: EstadoDTO$1;
|
|
5281
5281
|
}
|
|
5282
5282
|
|
|
5283
5283
|
declare class StockPersonalEquiposENTITY {
|
|
@@ -5328,7 +5328,7 @@ declare class DatosTransportistaChileDTO {
|
|
|
5328
5328
|
|
|
5329
5329
|
declare class DetalleSalidaAlmacenDTO {
|
|
5330
5330
|
NroContable: string;
|
|
5331
|
-
Bodega: CodigoNombreDTO;
|
|
5331
|
+
Bodega: CodigoNombreDTO$1;
|
|
5332
5332
|
Reserva: string;
|
|
5333
5333
|
OrdenTrabajo: string;
|
|
5334
5334
|
Item: ItemDetalleLogisticaDTO;
|
|
@@ -5345,7 +5345,7 @@ declare class DetalleSalidaAlmacenDTO {
|
|
|
5345
5345
|
CodigoBusqueda: string;
|
|
5346
5346
|
CodigoLlave: string;
|
|
5347
5347
|
Notas: string;
|
|
5348
|
-
Estado: EstadoDTO;
|
|
5348
|
+
Estado: EstadoDTO$1;
|
|
5349
5349
|
}
|
|
5350
5350
|
|
|
5351
5351
|
declare class SalidaAlmacenENTITY {
|
|
@@ -5356,8 +5356,8 @@ declare class SalidaAlmacenENTITY {
|
|
|
5356
5356
|
ID_Trabajo: number;
|
|
5357
5357
|
FlagPex: number;
|
|
5358
5358
|
Collection: string;
|
|
5359
|
-
Pais: CodigoNombreDTO;
|
|
5360
|
-
Delegacion: CodigoNombreDTO;
|
|
5359
|
+
Pais: CodigoNombreDTO$1;
|
|
5360
|
+
Delegacion: CodigoNombreDTO$1;
|
|
5361
5361
|
Almacen: AlmacenLogisticaDTO;
|
|
5362
5362
|
ZonaTrabajo: ZonaTrabajoDTO;
|
|
5363
5363
|
Observaciones: string;
|
|
@@ -5369,13 +5369,13 @@ declare class SalidaAlmacenENTITY {
|
|
|
5369
5369
|
Empresa: EmpresaLogisticaDTO;
|
|
5370
5370
|
Personal: PersonalLogisticaDTO$1;
|
|
5371
5371
|
Detalle: DetalleDTO[];
|
|
5372
|
-
Bodega: CodigoNombreDTO;
|
|
5372
|
+
Bodega: CodigoNombreDTO$1;
|
|
5373
5373
|
Fechas: FechaDTO;
|
|
5374
5374
|
Usuarios: UsuarioLogisticaDTO;
|
|
5375
5375
|
AlmacenDestino: AlmacenDTO;
|
|
5376
|
-
BodegaDestino: CodigoNombreDTO;
|
|
5376
|
+
BodegaDestino: CodigoNombreDTO$1;
|
|
5377
5377
|
EstadoIntegracion: EstadoIntegracionDTO;
|
|
5378
|
-
Estado: EstadoDTO;
|
|
5378
|
+
Estado: EstadoDTO$1;
|
|
5379
5379
|
DatosTransportista: DatosTransportistaDTO;
|
|
5380
5380
|
DatosTransportistaChile: DatosTransportistaChileDTO;
|
|
5381
5381
|
}
|
|
@@ -5383,12 +5383,12 @@ declare class SalidaAlmacenENTITY {
|
|
|
5383
5383
|
declare class StockPersonalENTITY {
|
|
5384
5384
|
_id: string;
|
|
5385
5385
|
ID_StockPersonal: number;
|
|
5386
|
-
Pais: CodigoNombreDTO;
|
|
5387
|
-
Delegacion: CodigoNombreDTO;
|
|
5386
|
+
Pais: CodigoNombreDTO$1;
|
|
5387
|
+
Delegacion: CodigoNombreDTO$1;
|
|
5388
5388
|
Empresa: EmpresaLogisticaDTO;
|
|
5389
5389
|
Personal: PersonalLogisticaDTO$1;
|
|
5390
5390
|
Almacen: AlmacenLogisticaDTO;
|
|
5391
|
-
Bodega: CodigoNombreDTO;
|
|
5391
|
+
Bodega: CodigoNombreDTO$1;
|
|
5392
5392
|
ZonaTrabajo: ZonaTrabajoDTO;
|
|
5393
5393
|
Item: ItemDetalleLogisticaDTO;
|
|
5394
5394
|
Lote: string;
|
|
@@ -5410,7 +5410,7 @@ declare class StockPersonalENTITY {
|
|
|
5410
5410
|
ID_incidencia: number;
|
|
5411
5411
|
ID_Reserva: number;
|
|
5412
5412
|
ID_Trabajo: number;
|
|
5413
|
-
Estado: EstadoDTO;
|
|
5413
|
+
Estado: EstadoDTO$1;
|
|
5414
5414
|
}
|
|
5415
5415
|
|
|
5416
5416
|
declare class CorteBobinaStockAlmacenDTO {
|
|
@@ -5423,10 +5423,10 @@ declare class CorteBobinaStockAlmacenDTO {
|
|
|
5423
5423
|
|
|
5424
5424
|
declare class StockAlmacenENTITY {
|
|
5425
5425
|
ID_StockAlmacen: number;
|
|
5426
|
-
Pais: CodigoNombreDTO;
|
|
5427
|
-
Delegacion: CodigoNombreDTO;
|
|
5426
|
+
Pais: CodigoNombreDTO$1;
|
|
5427
|
+
Delegacion: CodigoNombreDTO$1;
|
|
5428
5428
|
Almacen: AlmacenLogisticaDTO;
|
|
5429
|
-
Bodega: CodigoNombreDTO;
|
|
5429
|
+
Bodega: CodigoNombreDTO$1;
|
|
5430
5430
|
ZonaTrabajo: ZonaTrabajoDTO;
|
|
5431
5431
|
Item: ItemDetalleLogisticaDTO;
|
|
5432
5432
|
Lote: string;
|
|
@@ -5442,7 +5442,7 @@ declare class StockAlmacenENTITY {
|
|
|
5442
5442
|
TipoStock: TipoStockStockPersonalDTO;
|
|
5443
5443
|
CodigoBusqueda: string;
|
|
5444
5444
|
CodigoLlave: string;
|
|
5445
|
-
Estado: EstadoDTO;
|
|
5445
|
+
Estado: EstadoDTO$1;
|
|
5446
5446
|
FalloFabrica: number;
|
|
5447
5447
|
Descuento: number;
|
|
5448
5448
|
}
|
|
@@ -5453,9 +5453,9 @@ declare class MovimientoAlmacenENTITY {
|
|
|
5453
5453
|
Descripcion: string;
|
|
5454
5454
|
TipoMovimientoAlmacen: TipoMovimientoAlmacenDTO;
|
|
5455
5455
|
TipoStock: TipoStockStockPersonalDTO;
|
|
5456
|
-
Estado: EstadoDTO;
|
|
5457
|
-
Pais: CodigoNombreDTO;
|
|
5458
|
-
Delegacion: CodigoNombreDTO;
|
|
5456
|
+
Estado: EstadoDTO$1;
|
|
5457
|
+
Pais: CodigoNombreDTO$1;
|
|
5458
|
+
Delegacion: CodigoNombreDTO$1;
|
|
5459
5459
|
}
|
|
5460
5460
|
|
|
5461
5461
|
declare class LogRegisterDTO {
|
|
@@ -5476,8 +5476,8 @@ declare class DevolucionAlmacenENTITY {
|
|
|
5476
5476
|
ID_Trabajo: number;
|
|
5477
5477
|
FlagPex: number;
|
|
5478
5478
|
Collection: string;
|
|
5479
|
-
Pais: CodigoNombreDTO;
|
|
5480
|
-
Delegacion: CodigoNombreDTO;
|
|
5479
|
+
Pais: CodigoNombreDTO$1;
|
|
5480
|
+
Delegacion: CodigoNombreDTO$1;
|
|
5481
5481
|
Almacen: AlmacenLogisticaDTO;
|
|
5482
5482
|
ZonaTrabajo: ZonaTrabajoDTO;
|
|
5483
5483
|
Observaciones: string;
|
|
@@ -5489,11 +5489,11 @@ declare class DevolucionAlmacenENTITY {
|
|
|
5489
5489
|
Empresa: EmpresaLogisticaDTO;
|
|
5490
5490
|
Personal: PersonalLogisticaDTO$1;
|
|
5491
5491
|
Detalle: DetalleDTO[];
|
|
5492
|
-
Bodega: CodigoNombreDTO;
|
|
5492
|
+
Bodega: CodigoNombreDTO$1;
|
|
5493
5493
|
Fechas: FechaDTO;
|
|
5494
5494
|
Usuarios: UsuarioLogisticaDTO;
|
|
5495
5495
|
EstadoIntegracion: EstadoIntegracionDTO;
|
|
5496
|
-
Estado: EstadoDTO;
|
|
5496
|
+
Estado: EstadoDTO$1;
|
|
5497
5497
|
}
|
|
5498
5498
|
|
|
5499
5499
|
declare class ItemLogisticaDTO {
|
|
@@ -5537,8 +5537,8 @@ declare class EmpresaStockPersonalDTO {
|
|
|
5537
5537
|
declare class ItemENTITY {
|
|
5538
5538
|
ID_Item: number;
|
|
5539
5539
|
Propio: boolean;
|
|
5540
|
-
Pais: CodigoNombreDTO;
|
|
5541
|
-
Delegacion: CodigoNombreDTO;
|
|
5540
|
+
Pais: CodigoNombreDTO$1;
|
|
5541
|
+
Delegacion: CodigoNombreDTO$1;
|
|
5542
5542
|
Empresa: EmpresaStockPersonalDTO;
|
|
5543
5543
|
Cliente: ClienteDTO;
|
|
5544
5544
|
GranFamiliaItem: GranFamiliaItemDTO;
|
|
@@ -5546,14 +5546,14 @@ declare class ItemENTITY {
|
|
|
5546
5546
|
Codigo: string;
|
|
5547
5547
|
Nombre: string;
|
|
5548
5548
|
Descripcion: string;
|
|
5549
|
-
Variante: CodigoNombreDTO[];
|
|
5549
|
+
Variante: CodigoNombreDTO$1[];
|
|
5550
5550
|
UnidadMedida: UnidadMedidaDTO[];
|
|
5551
5551
|
Ind_SB: string;
|
|
5552
5552
|
Merma: boolean;
|
|
5553
5553
|
Decimales: boolean;
|
|
5554
5554
|
Conversion: ConversionLogisticaDTO[];
|
|
5555
5555
|
Log: LogDTO;
|
|
5556
|
-
Estado: EstadoDTO;
|
|
5556
|
+
Estado: EstadoDTO$1;
|
|
5557
5557
|
Tipo: string;
|
|
5558
5558
|
Valor: number;
|
|
5559
5559
|
Prioridad: number;
|
|
@@ -5593,8 +5593,8 @@ declare class IngresoAlmacenENTITY {
|
|
|
5593
5593
|
ID_Trabajo: number;
|
|
5594
5594
|
FlagPex: number;
|
|
5595
5595
|
Collection: string;
|
|
5596
|
-
Pais: CodigoNombreDTO;
|
|
5597
|
-
Delegacion: CodigoNombreDTO;
|
|
5596
|
+
Pais: CodigoNombreDTO$1;
|
|
5597
|
+
Delegacion: CodigoNombreDTO$1;
|
|
5598
5598
|
Almacen: AlmacenLogisticaDTO;
|
|
5599
5599
|
ZonaTrabajo: ZonaTrabajoDTO;
|
|
5600
5600
|
Observaciones: string;
|
|
@@ -5606,13 +5606,13 @@ declare class IngresoAlmacenENTITY {
|
|
|
5606
5606
|
Empresa: EmpresaLogisticaDTO;
|
|
5607
5607
|
Personal: PersonalLogisticaDTO;
|
|
5608
5608
|
Detalle: DetalleDTO[];
|
|
5609
|
-
Bodega: CodigoNombreDTO;
|
|
5609
|
+
Bodega: CodigoNombreDTO$1;
|
|
5610
5610
|
Fechas: FechaDTO;
|
|
5611
5611
|
Usuarios: UsuarioLogisticaDTO;
|
|
5612
5612
|
AlmacenDestino: AlmacenDTO;
|
|
5613
|
-
BodegaDestino: CodigoNombreDTO;
|
|
5613
|
+
BodegaDestino: CodigoNombreDTO$1;
|
|
5614
5614
|
EstadoIntegracion: EstadoIntegracionDTO;
|
|
5615
|
-
Estado: EstadoDTO;
|
|
5615
|
+
Estado: EstadoDTO$1;
|
|
5616
5616
|
}
|
|
5617
5617
|
|
|
5618
5618
|
declare class StockAlmacenEquiposENTITY {
|
|
@@ -5632,8 +5632,8 @@ declare class TransaccionesDTO {
|
|
|
5632
5632
|
|
|
5633
5633
|
declare class TransaccionFoliosENTITY {
|
|
5634
5634
|
ID_TransaccionFolios: number;
|
|
5635
|
-
Pais: CodigoNombreDTO;
|
|
5636
|
-
Delegacion: CodigoNombreDTO;
|
|
5635
|
+
Pais: CodigoNombreDTO$1;
|
|
5636
|
+
Delegacion: CodigoNombreDTO$1;
|
|
5637
5637
|
Vigencia_Inicial: Date;
|
|
5638
5638
|
Vigencia_Final: Date;
|
|
5639
5639
|
FolioInicial: number;
|
|
@@ -5641,7 +5641,7 @@ declare class TransaccionFoliosENTITY {
|
|
|
5641
5641
|
NumeroInterno: number;
|
|
5642
5642
|
Ultima_transaccion: TransaccionesDTO;
|
|
5643
5643
|
Transacciones: TransaccionesDTO[];
|
|
5644
|
-
Estado: EstadoDTO;
|
|
5644
|
+
Estado: EstadoDTO$1;
|
|
5645
5645
|
Bitacora: BitacoraDTO[];
|
|
5646
5646
|
}
|
|
5647
5647
|
|
|
@@ -5649,9 +5649,9 @@ declare class TipoMovimientoAlmacenENTITY {
|
|
|
5649
5649
|
ID_TipoMovimientoAlmacen: number;
|
|
5650
5650
|
Nombre: string;
|
|
5651
5651
|
Descripcion: string;
|
|
5652
|
-
Estado: EstadoDTO;
|
|
5653
|
-
Pais: CodigoNombreDTO;
|
|
5654
|
-
Delegacion: CodigoNombreDTO;
|
|
5652
|
+
Estado: EstadoDTO$1;
|
|
5653
|
+
Pais: CodigoNombreDTO$1;
|
|
5654
|
+
Delegacion: CodigoNombreDTO$1;
|
|
5655
5655
|
}
|
|
5656
5656
|
|
|
5657
5657
|
declare class LogAlmacenDTO {
|
|
@@ -5671,15 +5671,15 @@ declare class UbicacionAlmacenDTO {
|
|
|
5671
5671
|
|
|
5672
5672
|
declare class AlmacenENTITY {
|
|
5673
5673
|
ID_Almacen: number;
|
|
5674
|
-
Pais: CodigoNombreDTO;
|
|
5674
|
+
Pais: CodigoNombreDTO$1;
|
|
5675
5675
|
Empresa: EmpresaLogisticaDTO;
|
|
5676
|
-
Delegacion: CodigoNombreDTO;
|
|
5676
|
+
Delegacion: CodigoNombreDTO$1;
|
|
5677
5677
|
TipoAlmacen: TipoAlmacenDTO;
|
|
5678
5678
|
Codigo: string;
|
|
5679
5679
|
Nombre: string;
|
|
5680
5680
|
Ubicacion: UbicacionAlmacenDTO;
|
|
5681
5681
|
ZonaTrabajo: ZonaTrabajoDTO[];
|
|
5682
|
-
Estado: EstadoDTO;
|
|
5682
|
+
Estado: EstadoDTO$1;
|
|
5683
5683
|
Bitacora: BitacoraDTO[];
|
|
5684
5684
|
}
|
|
5685
5685
|
|
|
@@ -5687,19 +5687,19 @@ declare class AtiendeBodegaDTO {
|
|
|
5687
5687
|
Contrato: number;
|
|
5688
5688
|
ZonaTrabajo: string[];
|
|
5689
5689
|
Fecha: Date;
|
|
5690
|
-
Estado: EstadoDTO;
|
|
5690
|
+
Estado: EstadoDTO$1;
|
|
5691
5691
|
}
|
|
5692
5692
|
|
|
5693
5693
|
declare class BodegaENTITY {
|
|
5694
5694
|
ID_Bodega: number;
|
|
5695
5695
|
Almacen: AlmacenLogisticaDTO;
|
|
5696
|
-
Delegacion: CodigoNombreDTO;
|
|
5696
|
+
Delegacion: CodigoNombreDTO$1;
|
|
5697
5697
|
Codigo: string;
|
|
5698
5698
|
Nombre: string;
|
|
5699
5699
|
Descripcion: string;
|
|
5700
5700
|
Atiende: AtiendeBodegaDTO[];
|
|
5701
|
-
Estado: EstadoDTO;
|
|
5702
|
-
Pais: CodigoNombreDTO;
|
|
5701
|
+
Estado: EstadoDTO$1;
|
|
5702
|
+
Pais: CodigoNombreDTO$1;
|
|
5703
5703
|
Bitacora: BitacoraDTO[];
|
|
5704
5704
|
}
|
|
5705
5705
|
|
|
@@ -5724,25 +5724,25 @@ declare class AutoInventarioENTITY {
|
|
|
5724
5724
|
Fecha: Date;
|
|
5725
5725
|
Files: FilesDocDTO[];
|
|
5726
5726
|
Equipos: EquiposAIDTO[];
|
|
5727
|
-
Estado: EstadoDTO;
|
|
5727
|
+
Estado: EstadoDTO$1;
|
|
5728
5728
|
}
|
|
5729
5729
|
|
|
5730
5730
|
declare class UnidadMedidaENTITY {
|
|
5731
5731
|
ID_UnidadMedida: number;
|
|
5732
5732
|
Nombre: string;
|
|
5733
5733
|
Descripcion: string;
|
|
5734
|
-
Pais: CodigoNombreDTO;
|
|
5735
|
-
Delegacion: CodigoNombreDTO;
|
|
5736
|
-
Estado: EstadoDTO;
|
|
5734
|
+
Pais: CodigoNombreDTO$1;
|
|
5735
|
+
Delegacion: CodigoNombreDTO$1;
|
|
5736
|
+
Estado: EstadoDTO$1;
|
|
5737
5737
|
}
|
|
5738
5738
|
|
|
5739
5739
|
declare class GranFamiliaItemENTITY {
|
|
5740
5740
|
ID_GranFamiliaItem: number;
|
|
5741
5741
|
Nombre: string;
|
|
5742
5742
|
Descripcion: string;
|
|
5743
|
-
Pais: CodigoNombreDTO;
|
|
5744
|
-
Delegacion: CodigoNombreDTO;
|
|
5745
|
-
Estado: EstadoDTO;
|
|
5743
|
+
Pais: CodigoNombreDTO$1;
|
|
5744
|
+
Delegacion: CodigoNombreDTO$1;
|
|
5745
|
+
Estado: EstadoDTO$1;
|
|
5746
5746
|
Bitacora: BitacoraDTO[];
|
|
5747
5747
|
}
|
|
5748
5748
|
|
|
@@ -5750,18 +5750,18 @@ declare class TipoAlmacenENTITY {
|
|
|
5750
5750
|
ID_TipoAlmacen: number;
|
|
5751
5751
|
Nombre: string;
|
|
5752
5752
|
Descripcion: string;
|
|
5753
|
-
Estado: EstadoDTO;
|
|
5754
|
-
Pais: CodigoNombreDTO;
|
|
5755
|
-
Delegacion: CodigoNombreDTO;
|
|
5753
|
+
Estado: EstadoDTO$1;
|
|
5754
|
+
Pais: CodigoNombreDTO$1;
|
|
5755
|
+
Delegacion: CodigoNombreDTO$1;
|
|
5756
5756
|
}
|
|
5757
5757
|
|
|
5758
5758
|
declare class TipoStockENTITY {
|
|
5759
5759
|
ID_TipoStock: number;
|
|
5760
5760
|
Nombre: string;
|
|
5761
5761
|
Descripcion: string;
|
|
5762
|
-
Estado: EstadoDTO;
|
|
5763
|
-
Pais: CodigoNombreDTO;
|
|
5764
|
-
Delegacion: CodigoNombreDTO;
|
|
5762
|
+
Estado: EstadoDTO$1;
|
|
5763
|
+
Pais: CodigoNombreDTO$1;
|
|
5764
|
+
Delegacion: CodigoNombreDTO$1;
|
|
5765
5765
|
}
|
|
5766
5766
|
|
|
5767
5767
|
declare class AlmacenExtraENTITY {
|
|
@@ -5776,9 +5776,9 @@ declare class AlmacenExtraENTITY {
|
|
|
5776
5776
|
Country: string;
|
|
5777
5777
|
Latitude: number;
|
|
5778
5778
|
Longitude: number;
|
|
5779
|
-
Pais: CodigoNombreDTO;
|
|
5780
|
-
Delegacion: CodigoNombreDTO;
|
|
5781
|
-
Estado: EstadoDTO;
|
|
5779
|
+
Pais: CodigoNombreDTO$1;
|
|
5780
|
+
Delegacion: CodigoNombreDTO$1;
|
|
5781
|
+
Estado: EstadoDTO$1;
|
|
5782
5782
|
}
|
|
5783
5783
|
|
|
5784
5784
|
declare class KCMActividadDTO {
|
|
@@ -6129,7 +6129,7 @@ declare class DatosTrabajoDto {
|
|
|
6129
6129
|
Code02: string;
|
|
6130
6130
|
Almacen: AlmacenDto;
|
|
6131
6131
|
Personal: NavisionPersonalLogisticaDTO;
|
|
6132
|
-
Bodega: CodigoNombreDTO;
|
|
6132
|
+
Bodega: CodigoNombreDTO$1;
|
|
6133
6133
|
ZonaTrabajo: ZonaTrabajoDTO;
|
|
6134
6134
|
MovimientoAlmacen: NavisionMovimientoAlmacenDTO;
|
|
6135
6135
|
}
|
|
@@ -6595,7 +6595,7 @@ declare class PersonalENTITY {
|
|
|
6595
6595
|
Identificacion: string;
|
|
6596
6596
|
DatosGenerales: DatosGeneralesPersonalDTO;
|
|
6597
6597
|
DatosArea: DatosAreaPersonalDTO;
|
|
6598
|
-
Cargo: CodigoNombreDTO;
|
|
6598
|
+
Cargo: CodigoNombreDTO$1;
|
|
6599
6599
|
Group: string;
|
|
6600
6600
|
Empresa: OptionCatalogoDTO;
|
|
6601
6601
|
Pais: OptionCatalogoDTO;
|
|
@@ -6613,8 +6613,8 @@ declare class PerfilesENTITY {
|
|
|
6613
6613
|
ID_Perfil: number;
|
|
6614
6614
|
Codigo: string;
|
|
6615
6615
|
Nombre: string;
|
|
6616
|
-
Pais: CodigoNombreDTO;
|
|
6617
|
-
Delegacion: CodigoNombreDTO;
|
|
6616
|
+
Pais: CodigoNombreDTO$1;
|
|
6617
|
+
Delegacion: CodigoNombreDTO$1;
|
|
6618
6618
|
Sistemas: number[];
|
|
6619
6619
|
PermisosApp: PermisosAppDTO[];
|
|
6620
6620
|
Estado: EstadoAntiguoDTO;
|
|
@@ -6687,7 +6687,7 @@ declare class TipoEmpresaDTO {
|
|
|
6687
6687
|
|
|
6688
6688
|
declare class EmpresaENTITY {
|
|
6689
6689
|
ID_Empresa: number;
|
|
6690
|
-
Pais: CodigoNombreDTO;
|
|
6690
|
+
Pais: CodigoNombreDTO$1;
|
|
6691
6691
|
TipoEmpresa: TipoEmpresaDTO;
|
|
6692
6692
|
GrupoEmpresa: GrupoEmpresaDTO[];
|
|
6693
6693
|
TipoDocumentoIdentidad: TipoDocumentoIdentidadDTO;
|
|
@@ -6700,9 +6700,9 @@ declare class EmpresaENTITY {
|
|
|
6700
6700
|
Documentacion: any;
|
|
6701
6701
|
DatosGenerales: DatosGeneralesDTO;
|
|
6702
6702
|
RepresentanteLegal: RepresentanteLegalDTO;
|
|
6703
|
-
Delegacion: CodigoNombreDTO[];
|
|
6703
|
+
Delegacion: CodigoNombreDTO$1[];
|
|
6704
6704
|
DatosGIA: DatosGIADTO;
|
|
6705
|
-
Estado: EstadoDTO;
|
|
6705
|
+
Estado: EstadoDTO$1;
|
|
6706
6706
|
Bitacora: BitacoraDTO[];
|
|
6707
6707
|
}
|
|
6708
6708
|
|
|
@@ -6728,8 +6728,8 @@ declare class ProfileDTO {
|
|
|
6728
6728
|
IdPerfil: number;
|
|
6729
6729
|
Perfil: string;
|
|
6730
6730
|
Codigo: string;
|
|
6731
|
-
Pais: CodigoNombreDTO;
|
|
6732
|
-
Delegacion: CodigoNombreDTO;
|
|
6731
|
+
Pais: CodigoNombreDTO$1;
|
|
6732
|
+
Delegacion: CodigoNombreDTO$1;
|
|
6733
6733
|
}
|
|
6734
6734
|
|
|
6735
6735
|
declare class DatosTrabajoUsuarioDTO {
|
|
@@ -6808,7 +6808,7 @@ declare class UsuarioENTITY {
|
|
|
6808
6808
|
Socket: SocketDTO;
|
|
6809
6809
|
Foto: FotoDTO;
|
|
6810
6810
|
Profile: ProfileDTO[];
|
|
6811
|
-
Pais: CodigoNombreDTO;
|
|
6811
|
+
Pais: CodigoNombreDTO$1;
|
|
6812
6812
|
Codigo: string;
|
|
6813
6813
|
DatosTrabajo: DatosTrabajoUsuarioDTO;
|
|
6814
6814
|
Delegacion: DelegacionDTO;
|
|
@@ -6821,7 +6821,7 @@ declare class UsuarioENTITY {
|
|
|
6821
6821
|
SuperUsuario: boolean;
|
|
6822
6822
|
Almacen: AlmacenLogisticaDTO[];
|
|
6823
6823
|
AlmacenGIA: AlmacenUsuarioGIADTO[];
|
|
6824
|
-
PaisesGestion: CodigoNombreDTO[];
|
|
6824
|
+
PaisesGestion: CodigoNombreDTO$1[];
|
|
6825
6825
|
PermisosApp: PermisosAppDTO[];
|
|
6826
6826
|
Zonales: ZonalesDTO[];
|
|
6827
6827
|
Contratistas: ContratistasDTO;
|
|
@@ -6832,7 +6832,7 @@ declare class TipoOpcionSistemaENTITY {
|
|
|
6832
6832
|
TipoOpcion: string;
|
|
6833
6833
|
Descripcion: string;
|
|
6834
6834
|
Padre: number;
|
|
6835
|
-
Estado: EstadoDTO;
|
|
6835
|
+
Estado: EstadoDTO$1;
|
|
6836
6836
|
}
|
|
6837
6837
|
|
|
6838
6838
|
declare class TipoSistemaDTO {
|
|
@@ -6901,11 +6901,11 @@ declare class UsuariosAutoinventarioENTITY {
|
|
|
6901
6901
|
|
|
6902
6902
|
declare class TipoEspecialidadMOENTITY {
|
|
6903
6903
|
ID_TipoEspecialidadMO: number;
|
|
6904
|
-
Pais: CodigoNombreDTO;
|
|
6905
|
-
Delegacion: CodigoNombreDTO;
|
|
6904
|
+
Pais: CodigoNombreDTO$1;
|
|
6905
|
+
Delegacion: CodigoNombreDTO$1;
|
|
6906
6906
|
Codigo: string;
|
|
6907
6907
|
Descripcion: string;
|
|
6908
|
-
Estado: EstadoDTO;
|
|
6908
|
+
Estado: EstadoDTO$1;
|
|
6909
6909
|
}
|
|
6910
6910
|
|
|
6911
6911
|
declare class ContratoOTENTITY {
|
|
@@ -6913,11 +6913,11 @@ declare class ContratoOTENTITY {
|
|
|
6913
6913
|
Codigo: string;
|
|
6914
6914
|
Descripcion: string;
|
|
6915
6915
|
Sistema: string;
|
|
6916
|
-
Pais: CodigoNombreDTO;
|
|
6917
|
-
Delegacion: CodigoNombreDTO;
|
|
6916
|
+
Pais: CodigoNombreDTO$1;
|
|
6917
|
+
Delegacion: CodigoNombreDTO$1;
|
|
6918
6918
|
OT: OTGlobalDTO;
|
|
6919
6919
|
Vigencia: VigenciaDTO;
|
|
6920
|
-
Estado: EstadoDTO;
|
|
6920
|
+
Estado: EstadoDTO$1;
|
|
6921
6921
|
CheckPrecioMO: boolean;
|
|
6922
6922
|
}
|
|
6923
6923
|
|
|
@@ -6925,9 +6925,9 @@ declare class CargoPersonalENTITY {
|
|
|
6925
6925
|
ID_Cargo: number;
|
|
6926
6926
|
Codigo: string;
|
|
6927
6927
|
Nombre: string;
|
|
6928
|
-
Pais: CodigoNombreDTO;
|
|
6929
|
-
Delegacion: CodigoNombreDTO;
|
|
6930
|
-
Estado: EstadoDTO;
|
|
6928
|
+
Pais: CodigoNombreDTO$1;
|
|
6929
|
+
Delegacion: CodigoNombreDTO$1;
|
|
6930
|
+
Estado: EstadoDTO$1;
|
|
6931
6931
|
}
|
|
6932
6932
|
|
|
6933
6933
|
declare class ScrapingCredentialENTITY {
|
|
@@ -6938,20 +6938,20 @@ declare class ScrapingCredentialENTITY {
|
|
|
6938
6938
|
userNameAux: string;
|
|
6939
6939
|
passwordAux: string;
|
|
6940
6940
|
system: SistemaRecurso;
|
|
6941
|
-
Pais: CodigoNombreDTO;
|
|
6942
|
-
Delegacion: CodigoNombreDTO;
|
|
6941
|
+
Pais: CodigoNombreDTO$1;
|
|
6942
|
+
Delegacion: CodigoNombreDTO$1;
|
|
6943
6943
|
toScrape: boolean;
|
|
6944
6944
|
}
|
|
6945
6945
|
|
|
6946
|
-
declare class ImgLogoNavBarDTO {
|
|
6947
|
-
Coordenadas: CoordenadasDTO;
|
|
6946
|
+
declare class ImgLogoNavBarDTO$1 {
|
|
6947
|
+
Coordenadas: CoordenadasDTO$1;
|
|
6948
6948
|
Estado: string;
|
|
6949
6949
|
Fecha: string;
|
|
6950
6950
|
Ruta: string;
|
|
6951
6951
|
img: string;
|
|
6952
6952
|
}
|
|
6953
6953
|
|
|
6954
|
-
declare class ThemeCountryManualDTO {
|
|
6954
|
+
declare class ThemeCountryManualDTO$1 {
|
|
6955
6955
|
Codigo: string;
|
|
6956
6956
|
Delegacion: string;
|
|
6957
6957
|
Ruta: string;
|
|
@@ -6962,13 +6962,13 @@ declare class ThemeConfigCountryENTITY {
|
|
|
6962
6962
|
Color: string;
|
|
6963
6963
|
TextFooterLeft: string;
|
|
6964
6964
|
TextFooterRight: string;
|
|
6965
|
-
ImgLogoNavBar: ImgLogoNavBarDTO;
|
|
6966
|
-
Manuales: ThemeCountryManualDTO[];
|
|
6967
|
-
Estado: EstadoDTO;
|
|
6968
|
-
Pais: CodigoNombreDTO;
|
|
6965
|
+
ImgLogoNavBar: ImgLogoNavBarDTO$1;
|
|
6966
|
+
Manuales: ThemeCountryManualDTO$1[];
|
|
6967
|
+
Estado: EstadoDTO$1;
|
|
6968
|
+
Pais: CodigoNombreDTO$1;
|
|
6969
6969
|
}
|
|
6970
6970
|
|
|
6971
|
-
declare class FavoritoDTO {
|
|
6971
|
+
declare class FavoritoDTO$1 {
|
|
6972
6972
|
id: string;
|
|
6973
6973
|
titulo: string;
|
|
6974
6974
|
ruta: string;
|
|
@@ -6981,8 +6981,8 @@ declare class ThemeConfigUserENTITY {
|
|
|
6981
6981
|
Identificacion: string;
|
|
6982
6982
|
Color: string;
|
|
6983
6983
|
Language: string;
|
|
6984
|
-
Estado: EstadoDTO;
|
|
6985
|
-
Favoritos: FavoritoDTO[];
|
|
6984
|
+
Estado: EstadoDTO$1;
|
|
6985
|
+
Favoritos: FavoritoDTO$1[];
|
|
6986
6986
|
}
|
|
6987
6987
|
|
|
6988
6988
|
declare class GemeindeENTITY {
|
|
@@ -6990,9 +6990,9 @@ declare class GemeindeENTITY {
|
|
|
6990
6990
|
Gemeinde: string;
|
|
6991
6991
|
Anios: number;
|
|
6992
6992
|
FechaMaterial: Date;
|
|
6993
|
-
Pais: CodigoNombreDTO;
|
|
6994
|
-
Delegacion: CodigoNombreDTO;
|
|
6995
|
-
Estado: EstadoDTO;
|
|
6993
|
+
Pais: CodigoNombreDTO$1;
|
|
6994
|
+
Delegacion: CodigoNombreDTO$1;
|
|
6995
|
+
Estado: EstadoDTO$1;
|
|
6996
6996
|
}
|
|
6997
6997
|
|
|
6998
6998
|
declare class DelegacionGrupoEmpresaDTO {
|
|
@@ -7047,7 +7047,7 @@ declare class DelegacionENTITY {
|
|
|
7047
7047
|
Baja: DelegacionFechaDTO;
|
|
7048
7048
|
Registrar: DelegacionLogOperacionDTO;
|
|
7049
7049
|
Modificar: DelegacionLogOperacionDTO;
|
|
7050
|
-
Estado: EstadoDTO;
|
|
7050
|
+
Estado: EstadoDTO$1;
|
|
7051
7051
|
Production: number;
|
|
7052
7052
|
}
|
|
7053
7053
|
|
|
@@ -7056,7 +7056,7 @@ declare class PaisENTITY {
|
|
|
7056
7056
|
Codigo: string;
|
|
7057
7057
|
Nombre: string;
|
|
7058
7058
|
Descripcion: string;
|
|
7059
|
-
Estado: EstadoDTO;
|
|
7059
|
+
Estado: EstadoDTO$1;
|
|
7060
7060
|
Production: number;
|
|
7061
7061
|
}
|
|
7062
7062
|
|
|
@@ -7188,8 +7188,8 @@ declare class EstadoLiqDTO {
|
|
|
7188
7188
|
type EstadoLiq = 'PENDIENTE' | 'PROCESADO';
|
|
7189
7189
|
declare class LiquidadaTOAENTITY {
|
|
7190
7190
|
ID_Orden: number;
|
|
7191
|
-
Pais: CodigoNombreDTO;
|
|
7192
|
-
Delegacion: CodigoNombreDTO;
|
|
7191
|
+
Pais: CodigoNombreDTO$1;
|
|
7192
|
+
Delegacion: CodigoNombreDTO$1;
|
|
7193
7193
|
Tecnico: string;
|
|
7194
7194
|
ID_Recurso: string;
|
|
7195
7195
|
Peticion: string;
|
|
@@ -7271,8 +7271,8 @@ declare class VigenciaBaremosDTO {
|
|
|
7271
7271
|
|
|
7272
7272
|
declare class BaremosTOAChileENTITY {
|
|
7273
7273
|
ID_TipoTrabajo: number;
|
|
7274
|
-
Pais: CodigoNombreDTO;
|
|
7275
|
-
Delegacion: CodigoNombreDTO;
|
|
7274
|
+
Pais: CodigoNombreDTO$1;
|
|
7275
|
+
Delegacion: CodigoNombreDTO$1;
|
|
7276
7276
|
Tipo: string;
|
|
7277
7277
|
TipoTrabajo: string;
|
|
7278
7278
|
Codigo_Unico: string;
|
|
@@ -7281,7 +7281,7 @@ declare class BaremosTOAChileENTITY {
|
|
|
7281
7281
|
Activacion_de_APP_TV: string;
|
|
7282
7282
|
NLineas: number;
|
|
7283
7283
|
PB: number;
|
|
7284
|
-
Estado: EstadoDTO;
|
|
7284
|
+
Estado: EstadoDTO$1;
|
|
7285
7285
|
Vigencia: VigenciaBaremosDTO[];
|
|
7286
7286
|
}
|
|
7287
7287
|
|
|
@@ -8155,8 +8155,8 @@ declare class BitacoraTOADTO extends EstadoTOADTO {
|
|
|
8155
8155
|
|
|
8156
8156
|
declare class Chile9512TOAENTITY {
|
|
8157
8157
|
ID_Orden: Number;
|
|
8158
|
-
Pais: CodigoNombreDTO;
|
|
8159
|
-
Delegacion: CodigoNombreDTO;
|
|
8158
|
+
Pais: CodigoNombreDTO$1;
|
|
8159
|
+
Delegacion: CodigoNombreDTO$1;
|
|
8160
8160
|
Tecnico: string;
|
|
8161
8161
|
ID_Recurso: string;
|
|
8162
8162
|
Peticion: string;
|
|
@@ -8306,7 +8306,7 @@ declare class DetalleOrdenRealDTO {
|
|
|
8306
8306
|
unidad: string;
|
|
8307
8307
|
cantidad: number;
|
|
8308
8308
|
contrato?: string;
|
|
8309
|
-
especialidad: CodigoNombreDTO;
|
|
8309
|
+
especialidad: CodigoNombreDTO$1;
|
|
8310
8310
|
}
|
|
8311
8311
|
|
|
8312
8312
|
declare class OrdenDetailMaintenanceDTO {
|
|
@@ -9485,7 +9485,7 @@ declare class AltasNVTOrderENTITY {
|
|
|
9485
9485
|
Bauauftrag_ID: string;
|
|
9486
9486
|
Gasto_EECC: number;
|
|
9487
9487
|
EECC: EECCDBTOADTO;
|
|
9488
|
-
Valorizacion: ValorizacionAltasNVTDTO
|
|
9488
|
+
Valorizacion: ValorizacionAltasNVTDTO;
|
|
9489
9489
|
inventario_existente: InventarioExistenteAltasNVTDTO;
|
|
9490
9490
|
entregables: AltasNVTEntregablesDTO;
|
|
9491
9491
|
EstadoProceso: EstadoProcesoValAltasNVTDTO;
|
|
@@ -10168,6 +10168,63 @@ declare class CompanyEntity extends BaseEntity {
|
|
|
10168
10168
|
countryId: string;
|
|
10169
10169
|
}
|
|
10170
10170
|
|
|
10171
|
+
declare class EstadoDTO {
|
|
10172
|
+
ID_Estado: number;
|
|
10173
|
+
Nombre: string;
|
|
10174
|
+
}
|
|
10175
|
+
|
|
10176
|
+
declare class CodigoNombreDTO {
|
|
10177
|
+
Codigo: string;
|
|
10178
|
+
Nombre: string;
|
|
10179
|
+
}
|
|
10180
|
+
|
|
10181
|
+
declare class CoordenadasDTO {
|
|
10182
|
+
X: string;
|
|
10183
|
+
Y: string;
|
|
10184
|
+
}
|
|
10185
|
+
|
|
10186
|
+
declare class ImgLogoNavBarDTO {
|
|
10187
|
+
Coordenadas: CoordenadasDTO;
|
|
10188
|
+
Estado: string;
|
|
10189
|
+
Fecha: string;
|
|
10190
|
+
Ruta: string;
|
|
10191
|
+
img: string;
|
|
10192
|
+
}
|
|
10193
|
+
|
|
10194
|
+
declare class ThemeCountryManualDTO {
|
|
10195
|
+
Codigo: string;
|
|
10196
|
+
Delegacion: string;
|
|
10197
|
+
Ruta: string;
|
|
10198
|
+
}
|
|
10199
|
+
|
|
10200
|
+
declare class FavoritoDTO {
|
|
10201
|
+
id: string;
|
|
10202
|
+
titulo: string;
|
|
10203
|
+
ruta: string;
|
|
10204
|
+
icono: string;
|
|
10205
|
+
orden: number;
|
|
10206
|
+
}
|
|
10207
|
+
|
|
10208
|
+
declare class ThemeConfigCountryEntity extends BaseEntity {
|
|
10209
|
+
ID_TemeCountry: number;
|
|
10210
|
+
Color: string;
|
|
10211
|
+
TextFooterLeft: string;
|
|
10212
|
+
TextFooterRight: string;
|
|
10213
|
+
ImgLogoNavBar: ImgLogoNavBarDTO;
|
|
10214
|
+
Manuales: ThemeCountryManualDTO[];
|
|
10215
|
+
Estado: EstadoDTO;
|
|
10216
|
+
Pais: CodigoNombreDTO;
|
|
10217
|
+
}
|
|
10218
|
+
|
|
10219
|
+
declare class ThemeConfigUserEntity extends BaseEntity {
|
|
10220
|
+
ID_Theme: number;
|
|
10221
|
+
Identificacion: string;
|
|
10222
|
+
Color: string;
|
|
10223
|
+
Language: string;
|
|
10224
|
+
Estado: EstadoDTO;
|
|
10225
|
+
Favoritos: FavoritoDTO[];
|
|
10226
|
+
}
|
|
10227
|
+
|
|
10171
10228
|
interface MenuDto {
|
|
10172
10229
|
id: string;
|
|
10173
10230
|
label: string;
|
|
@@ -10190,6 +10247,7 @@ declare class UpdateProfileDto {
|
|
|
10190
10247
|
}
|
|
10191
10248
|
|
|
10192
10249
|
declare class UpdateUserDto {
|
|
10250
|
+
_id: string;
|
|
10193
10251
|
profileId: string;
|
|
10194
10252
|
}
|
|
10195
10253
|
|
|
@@ -10217,6 +10275,119 @@ interface DocumentRequirementNode extends Omit<DocumentRequirementDto, 'children
|
|
|
10217
10275
|
isLeafNode: boolean;
|
|
10218
10276
|
}
|
|
10219
10277
|
|
|
10278
|
+
declare class CreateDelegationDto {
|
|
10279
|
+
_id: string;
|
|
10280
|
+
countryId: string;
|
|
10281
|
+
code: string;
|
|
10282
|
+
name: string;
|
|
10283
|
+
}
|
|
10284
|
+
|
|
10285
|
+
declare class UpdateDelegationDto {
|
|
10286
|
+
_id: string;
|
|
10287
|
+
countryId: string;
|
|
10288
|
+
code: string;
|
|
10289
|
+
name: string;
|
|
10290
|
+
}
|
|
10291
|
+
|
|
10292
|
+
declare class CreateCountryDto {
|
|
10293
|
+
_id: string;
|
|
10294
|
+
code: string;
|
|
10295
|
+
name: string;
|
|
10296
|
+
}
|
|
10297
|
+
|
|
10298
|
+
declare class UpdateCountryDto {
|
|
10299
|
+
_id: string;
|
|
10300
|
+
code: string;
|
|
10301
|
+
name: string;
|
|
10302
|
+
}
|
|
10303
|
+
|
|
10304
|
+
declare class CreateCompanyDto {
|
|
10305
|
+
_id: string;
|
|
10306
|
+
companyType: CompanyType;
|
|
10307
|
+
identification: string;
|
|
10308
|
+
code: string;
|
|
10309
|
+
legalName: string;
|
|
10310
|
+
tradeName: string;
|
|
10311
|
+
isOwn: boolean;
|
|
10312
|
+
address: string;
|
|
10313
|
+
emails: string[];
|
|
10314
|
+
phones: string[];
|
|
10315
|
+
countryId: string;
|
|
10316
|
+
}
|
|
10317
|
+
|
|
10318
|
+
declare class UpdateCompanyDto {
|
|
10319
|
+
_id: string;
|
|
10320
|
+
companyType: CompanyType;
|
|
10321
|
+
identification: string;
|
|
10322
|
+
code: string;
|
|
10323
|
+
legalName: string;
|
|
10324
|
+
tradeName: string;
|
|
10325
|
+
isOwn: boolean;
|
|
10326
|
+
address: string;
|
|
10327
|
+
emails: string[];
|
|
10328
|
+
phones: string[];
|
|
10329
|
+
countryId: string;
|
|
10330
|
+
}
|
|
10331
|
+
|
|
10332
|
+
declare class CreateUserDto {
|
|
10333
|
+
_id: string;
|
|
10334
|
+
email: string;
|
|
10335
|
+
password: string;
|
|
10336
|
+
paternalLastName: string;
|
|
10337
|
+
maternalLastName: string;
|
|
10338
|
+
firstNames: string;
|
|
10339
|
+
identification: string;
|
|
10340
|
+
companies: CompanyDto[];
|
|
10341
|
+
delegationIds: string[];
|
|
10342
|
+
root: boolean;
|
|
10343
|
+
profileId: string;
|
|
10344
|
+
resourceSystem: ResourceSystemDto[];
|
|
10345
|
+
}
|
|
10346
|
+
|
|
10347
|
+
declare class CreateThemeConfigCountryDto {
|
|
10348
|
+
_id: string;
|
|
10349
|
+
ID_TemeCountry: number;
|
|
10350
|
+
Color: string;
|
|
10351
|
+
TextFooterLeft: string;
|
|
10352
|
+
TextFooterRight: string;
|
|
10353
|
+
ImgLogoNavBar: ImgLogoNavBarDTO;
|
|
10354
|
+
Manuales: ThemeCountryManualDTO[];
|
|
10355
|
+
Estado: EstadoDTO;
|
|
10356
|
+
Pais: CodigoNombreDTO;
|
|
10357
|
+
}
|
|
10358
|
+
|
|
10359
|
+
declare class UpdateThemeConfigCountryDto {
|
|
10360
|
+
_id: string;
|
|
10361
|
+
ID_TemeCountry: number;
|
|
10362
|
+
Color: string;
|
|
10363
|
+
TextFooterLeft: string;
|
|
10364
|
+
TextFooterRight: string;
|
|
10365
|
+
ImgLogoNavBar: ImgLogoNavBarDTO;
|
|
10366
|
+
Manuales: ThemeCountryManualDTO[];
|
|
10367
|
+
Estado: EstadoDTO;
|
|
10368
|
+
Pais: CodigoNombreDTO;
|
|
10369
|
+
}
|
|
10370
|
+
|
|
10371
|
+
declare class CreateThemeConfigUserDto {
|
|
10372
|
+
_id: string;
|
|
10373
|
+
ID_Theme: number;
|
|
10374
|
+
Identificacion: string;
|
|
10375
|
+
Color: string;
|
|
10376
|
+
Language?: string;
|
|
10377
|
+
Estado: EstadoDTO;
|
|
10378
|
+
Favoritos?: FavoritoDTO[];
|
|
10379
|
+
}
|
|
10380
|
+
|
|
10381
|
+
declare class UpdateThemeConfigUserDto {
|
|
10382
|
+
_id: string;
|
|
10383
|
+
ID_Theme: number;
|
|
10384
|
+
Identificacion: string;
|
|
10385
|
+
Color: string;
|
|
10386
|
+
Language?: string;
|
|
10387
|
+
Estado: EstadoDTO;
|
|
10388
|
+
Favoritos?: FavoritoDTO[];
|
|
10389
|
+
}
|
|
10390
|
+
|
|
10220
10391
|
declare function validateCustom<T extends object>(plain: unknown, cls: ClassConstructor<T>, UnprocessableEntityException: ClassConstructor<Error>, groups?: string[]): Promise<T>;
|
|
10221
10392
|
|
|
10222
10393
|
declare function removeUndefined<T>(obj: T): T;
|
|
@@ -10230,4 +10401,4 @@ interface ValidateRequestBodyOptions<T extends object> {
|
|
|
10230
10401
|
}
|
|
10231
10402
|
declare function validateRequestBody<T extends object>({ dtoClass, BadRequestException, groups }: ValidateRequestBodyOptions<T>, req: Request, _res: Response, next: NextFunction): Promise<void>;
|
|
10232
10403
|
|
|
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 };
|
|
10404
|
+
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 };
|