sigo-entities 0.0.288 → 0.0.289
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 +143 -427
- package/dist/index.d.ts +143 -427
- package/dist/index.js +14033 -15379
- package/dist/index.mjs +13570 -14910
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -16,6 +16,12 @@ interface IParams<T> {
|
|
|
16
16
|
}
|
|
17
17
|
declare function validateArrayBody<T extends object>(params: IParams<T>): (target: any, propertyKey: string, descriptor: PropertyDescriptor) => void;
|
|
18
18
|
|
|
19
|
+
declare class WBEDTO {
|
|
20
|
+
ID_WBE: number;
|
|
21
|
+
CodigoWBE: string;
|
|
22
|
+
DescripcionWBE: string;
|
|
23
|
+
}
|
|
24
|
+
|
|
19
25
|
declare class ActaFinalCubicacionSharedDTO {
|
|
20
26
|
DescripcionMO: string;
|
|
21
27
|
BaremoUnitario: number;
|
|
@@ -23,6 +29,45 @@ declare class ActaFinalCubicacionSharedDTO {
|
|
|
23
29
|
Valor: number;
|
|
24
30
|
}
|
|
25
31
|
|
|
32
|
+
declare class VigenciaDTO {
|
|
33
|
+
FechaInicio: Date;
|
|
34
|
+
FechaFin: Date;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
declare class PreciosVigentesDTO {
|
|
38
|
+
ID_PreciosVigentes: number;
|
|
39
|
+
Precio: number;
|
|
40
|
+
Vigencia: VigenciaDTO;
|
|
41
|
+
Estado: EstadoDTO;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
declare class EstadoDTO {
|
|
45
|
+
ID_Estado: number;
|
|
46
|
+
Nombre: string;
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
declare class ActividadesDTO {
|
|
50
|
+
ID_PrecioActividad: number;
|
|
51
|
+
Codigo: string;
|
|
52
|
+
Descripcion: string;
|
|
53
|
+
Ultimo_Precio: PreciosVigentesDTO;
|
|
54
|
+
Precios: PreciosVigentesDTO[];
|
|
55
|
+
FechaRegistro: Date;
|
|
56
|
+
Estado: EstadoDTO;
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
declare class PrecioDTO {
|
|
60
|
+
Precio: number;
|
|
61
|
+
Vigencia: VigenciaDTO;
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
declare class AgenciaDTO {
|
|
65
|
+
Codigo: string;
|
|
66
|
+
Nombre: string;
|
|
67
|
+
Ultimo_Precio: PrecioDTO;
|
|
68
|
+
Precios: PrecioDTO[];
|
|
69
|
+
}
|
|
70
|
+
|
|
26
71
|
declare class AlmacenDTO {
|
|
27
72
|
Codigo: string;
|
|
28
73
|
ID_Almacen: number;
|
|
@@ -112,6 +157,29 @@ declare class CodigoNombreUMDTO {
|
|
|
112
157
|
UnidadMedida: string;
|
|
113
158
|
}
|
|
114
159
|
|
|
160
|
+
declare class ZonasDTO {
|
|
161
|
+
ID_PreciosZonas: number;
|
|
162
|
+
Codigo: string;
|
|
163
|
+
Descripcion: string;
|
|
164
|
+
Actividades: ActividadesDTO[];
|
|
165
|
+
Estado: EstadoDTO;
|
|
166
|
+
}
|
|
167
|
+
|
|
168
|
+
declare class EmpresaPersonalDTO {
|
|
169
|
+
ID_Empresa: number;
|
|
170
|
+
Codigo: string;
|
|
171
|
+
NombreComercial: string;
|
|
172
|
+
RazonSocial: string;
|
|
173
|
+
NumeroDocumentoIdentidad: string;
|
|
174
|
+
}
|
|
175
|
+
|
|
176
|
+
declare class Contratistas_PE_DTO {
|
|
177
|
+
ID_PrecioContrata: number;
|
|
178
|
+
Zonas: ZonasDTO[];
|
|
179
|
+
Empresa: EmpresaPersonalDTO;
|
|
180
|
+
Estado: EstadoDTO;
|
|
181
|
+
}
|
|
182
|
+
|
|
115
183
|
declare class OTGlobalDTO {
|
|
116
184
|
ID_OTGlobal: number;
|
|
117
185
|
Codigo: string;
|
|
@@ -134,11 +202,6 @@ declare class ContratoOTGeneralDTO {
|
|
|
134
202
|
Sistema: string;
|
|
135
203
|
}
|
|
136
204
|
|
|
137
|
-
declare class VigenciaDTO {
|
|
138
|
-
FechaInicio: Date;
|
|
139
|
-
FechaFin: Date;
|
|
140
|
-
}
|
|
141
|
-
|
|
142
205
|
declare class ContratoOT_PRE_DTO {
|
|
143
206
|
ID_ContratoOT: number;
|
|
144
207
|
Codigo: string;
|
|
@@ -154,13 +217,47 @@ declare class CoordenadasDTO {
|
|
|
154
217
|
}
|
|
155
218
|
|
|
156
219
|
declare class DatosManoObraGlobalDetalleChileDTO {
|
|
157
|
-
ManoObraBaremo:
|
|
220
|
+
ManoObraBaremo: MOBaremoDTO[];
|
|
221
|
+
}
|
|
222
|
+
declare class MOBaremoDTO {
|
|
223
|
+
Especialidad: CodigoNombreDTO;
|
|
224
|
+
PuntoBaremo: number;
|
|
225
|
+
PuntoBaremoContratista: number;
|
|
226
|
+
CoeficienteEconomico: number;
|
|
227
|
+
}
|
|
228
|
+
|
|
229
|
+
declare class UnidadMedidaDTO$2 {
|
|
230
|
+
ID_UnidadMedida: number;
|
|
231
|
+
Nombre: string;
|
|
232
|
+
}
|
|
233
|
+
|
|
234
|
+
declare class MaterialLogisticaDTO {
|
|
235
|
+
ID_Material: number;
|
|
236
|
+
ID_Item: number;
|
|
237
|
+
Codigo: string;
|
|
238
|
+
Descripcion: string;
|
|
239
|
+
Unidad: UnidadMedidaDTO$2;
|
|
240
|
+
CantidadMax: number;
|
|
241
|
+
}
|
|
242
|
+
|
|
243
|
+
declare class MaterialAmapDTO {
|
|
244
|
+
ID_MaterialAmap: number;
|
|
245
|
+
ID_Item: number;
|
|
246
|
+
Transaccion: string;
|
|
247
|
+
Requerido: number;
|
|
248
|
+
Codigo: string;
|
|
249
|
+
Descripcion: string;
|
|
250
|
+
Unidad: string;
|
|
251
|
+
CantidadMax: number;
|
|
252
|
+
Grupo: string;
|
|
253
|
+
MaterialLogistica: MaterialLogisticaDTO[];
|
|
254
|
+
Estado: EstadoDTO;
|
|
158
255
|
}
|
|
159
256
|
|
|
160
257
|
declare class DatosManoObraGlobalDTO {
|
|
161
258
|
Actividad: string;
|
|
162
259
|
Alcance: string;
|
|
163
|
-
Material:
|
|
260
|
+
Material: MaterialAmapDTO[];
|
|
164
261
|
DetalleChile: DatosManoObraGlobalDetalleChileDTO;
|
|
165
262
|
}
|
|
166
263
|
|
|
@@ -168,8 +265,8 @@ declare class DatosPrecioEspecialidadDTO {
|
|
|
168
265
|
Moneda: string;
|
|
169
266
|
Simbolo: string;
|
|
170
267
|
Decimales: number;
|
|
171
|
-
Agencias:
|
|
172
|
-
Contratistas:
|
|
268
|
+
Agencias: AgenciaDTO[];
|
|
269
|
+
Contratistas: Contratistas_PE_DTO[];
|
|
173
270
|
}
|
|
174
271
|
|
|
175
272
|
declare class DatosReferenciaDTO {
|
|
@@ -181,7 +278,7 @@ declare class DatosReferenciaDTO {
|
|
|
181
278
|
declare class DatosUnidadObraMaterialDTO {
|
|
182
279
|
Codigo: string;
|
|
183
280
|
Descripcion: string;
|
|
184
|
-
Materiales:
|
|
281
|
+
Materiales: MaterialAmapDTO[];
|
|
185
282
|
}
|
|
186
283
|
|
|
187
284
|
declare class DelegacionDTO extends CodigoNombreDTO {
|
|
@@ -250,19 +347,6 @@ declare class EmpresaLogisticaDTO {
|
|
|
250
347
|
RazonSocial: string;
|
|
251
348
|
}
|
|
252
349
|
|
|
253
|
-
declare class EmpresaPersonalDTO {
|
|
254
|
-
ID_Empresa: number;
|
|
255
|
-
Codigo: string;
|
|
256
|
-
NombreComercial: string;
|
|
257
|
-
RazonSocial: string;
|
|
258
|
-
NumeroDocumentoIdentidad: string;
|
|
259
|
-
}
|
|
260
|
-
|
|
261
|
-
declare class EstadoDTO {
|
|
262
|
-
ID_Estado: number;
|
|
263
|
-
Nombre: string;
|
|
264
|
-
}
|
|
265
|
-
|
|
266
350
|
declare class UsuarioID_UsuarioDTO {
|
|
267
351
|
ID_Usuario: number;
|
|
268
352
|
NumeroDocumentoIdentidad: string;
|
|
@@ -404,11 +488,6 @@ declare class GranFamiliaItemDTO {
|
|
|
404
488
|
Nombre: string;
|
|
405
489
|
}
|
|
406
490
|
|
|
407
|
-
declare class UnidadMedidaDTO$2 {
|
|
408
|
-
ID_UnidadMedida: number;
|
|
409
|
-
Nombre: string;
|
|
410
|
-
}
|
|
411
|
-
|
|
412
491
|
declare class ItemDetalleLogisticaDTO {
|
|
413
492
|
ID_Item: number;
|
|
414
493
|
Codigo: string;
|
|
@@ -521,13 +600,6 @@ declare class PersonalLogisticaDTO$1 {
|
|
|
521
600
|
Firma: string;
|
|
522
601
|
}
|
|
523
602
|
|
|
524
|
-
declare class PreciosVigentesDTO {
|
|
525
|
-
ID_PreciosVigentes: number;
|
|
526
|
-
Precio: number;
|
|
527
|
-
Vigencia: VigenciaDTO;
|
|
528
|
-
Estado: EstadoDTO;
|
|
529
|
-
}
|
|
530
|
-
|
|
531
603
|
declare class TipoMovimientoAlmacenDTO {
|
|
532
604
|
ID_TipoMovimientoAlmacen: number;
|
|
533
605
|
Nombre: string;
|
|
@@ -607,16 +679,6 @@ declare class EstadoInternoENTITY {
|
|
|
607
679
|
Bitacora: BitacoraDTO[];
|
|
608
680
|
}
|
|
609
681
|
|
|
610
|
-
declare class ActividadesDTO {
|
|
611
|
-
ID_PrecioActividad: number;
|
|
612
|
-
Codigo: string;
|
|
613
|
-
Descripcion: string;
|
|
614
|
-
Ultimo_Precio: PreciosVigentesDTO;
|
|
615
|
-
Precios: PreciosVigentesDTO[];
|
|
616
|
-
FechaRegistro: Date;
|
|
617
|
-
Estado: EstadoDTO;
|
|
618
|
-
}
|
|
619
|
-
|
|
620
682
|
declare class AgenciasDTO {
|
|
621
683
|
ID_PreciosAgencia: number;
|
|
622
684
|
Codigo: string;
|
|
@@ -626,21 +688,6 @@ declare class AgenciasDTO {
|
|
|
626
688
|
Estado: EstadoDTO;
|
|
627
689
|
}
|
|
628
690
|
|
|
629
|
-
declare class ZonasDTO {
|
|
630
|
-
ID_PreciosZonas: number;
|
|
631
|
-
Codigo: string;
|
|
632
|
-
Descripcion: string;
|
|
633
|
-
Actividades: ActividadesDTO[];
|
|
634
|
-
Estado: EstadoDTO;
|
|
635
|
-
}
|
|
636
|
-
|
|
637
|
-
declare class Contratistas_PE_DTO {
|
|
638
|
-
ID_PrecioContrata: number;
|
|
639
|
-
Zonas: ZonasDTO[];
|
|
640
|
-
Empresa: EmpresaPersonalDTO;
|
|
641
|
-
Estado: EstadoDTO;
|
|
642
|
-
}
|
|
643
|
-
|
|
644
691
|
declare class PrecioEspecialidadENTITY {
|
|
645
692
|
ID_PrecioEspecialidad: number;
|
|
646
693
|
Pais: CodigoNombreDTO;
|
|
@@ -655,29 +702,6 @@ declare class PrecioEspecialidadENTITY {
|
|
|
655
702
|
Estado: EstadoDTO;
|
|
656
703
|
}
|
|
657
704
|
|
|
658
|
-
declare class MaterialLogisticaDTO {
|
|
659
|
-
ID_Material: number;
|
|
660
|
-
ID_Item: number;
|
|
661
|
-
Codigo: string;
|
|
662
|
-
Descripcion: string;
|
|
663
|
-
Unidad: UnidadMedidaDTO$2;
|
|
664
|
-
CantidadMax: number;
|
|
665
|
-
}
|
|
666
|
-
|
|
667
|
-
declare class MaterialAmapDTO {
|
|
668
|
-
ID_MaterialAmap: number;
|
|
669
|
-
ID_Item: number;
|
|
670
|
-
Transaccion: string;
|
|
671
|
-
Requerido: number;
|
|
672
|
-
Codigo: string;
|
|
673
|
-
Descripcion: string;
|
|
674
|
-
Unidad: string;
|
|
675
|
-
CantidadMax: number;
|
|
676
|
-
Grupo: string;
|
|
677
|
-
MaterialLogistica: MaterialLogisticaDTO[];
|
|
678
|
-
Estado: EstadoDTO;
|
|
679
|
-
}
|
|
680
|
-
|
|
681
705
|
declare class UnidadObraMaterialENTITY {
|
|
682
706
|
ID_UnidadObraMaterial: number;
|
|
683
707
|
Pais: CodigoNombreDTO;
|
|
@@ -769,41 +793,27 @@ declare class DocumentacionBaremoPexENTITY {
|
|
|
769
793
|
Estado: EstadoDTO;
|
|
770
794
|
}
|
|
771
795
|
|
|
772
|
-
declare class
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
Valor: number;
|
|
783
|
-
Ind_SB: string;
|
|
784
|
-
Propio: boolean;
|
|
796
|
+
declare class DocumentacionPEXENTITY {
|
|
797
|
+
ID_DocumentacionPEX: number;
|
|
798
|
+
TipoObra: string;
|
|
799
|
+
Sistema: string;
|
|
800
|
+
Codigo: string;
|
|
801
|
+
Nombre: string;
|
|
802
|
+
Pais: CodigoNombreDTO;
|
|
803
|
+
Delegacion: CodigoNombreDTO;
|
|
804
|
+
Nodos: NodoDocDTO[];
|
|
805
|
+
Estado: EstadoDTO;
|
|
785
806
|
}
|
|
786
807
|
|
|
787
|
-
declare class DatosPrecioMaterialDTO_Old {
|
|
788
|
-
Precio: number;
|
|
789
|
-
Moneda: string;
|
|
790
|
-
Simbolo: string;
|
|
791
|
-
Decimales: number;
|
|
792
|
-
PreciosVigentes: PreciosVigentesDTO[];
|
|
793
|
-
Vigencia: VigenciaDTO;
|
|
794
|
-
}
|
|
795
808
|
declare class DatosPrecioMaterialDTO {
|
|
796
809
|
Precio: number;
|
|
797
810
|
Moneda: string;
|
|
798
811
|
Simbolo: string;
|
|
799
812
|
Decimales: number;
|
|
800
|
-
PreciosVigentes: PreciosVigentesDTO[];
|
|
801
|
-
Vigencia: VigenciaDTO;
|
|
802
813
|
}
|
|
803
814
|
|
|
804
815
|
declare class DataCatalogoItemDTO {
|
|
805
816
|
DatosPrecioMaterial: DatosPrecioMaterialDTO;
|
|
806
|
-
DatosItem: DatosItemDTO;
|
|
807
817
|
}
|
|
808
818
|
|
|
809
819
|
declare class ItemCantidadesDTO {
|
|
@@ -812,40 +822,8 @@ declare class ItemCantidadesDTO {
|
|
|
812
822
|
Fecha: Date;
|
|
813
823
|
}
|
|
814
824
|
|
|
815
|
-
declare class WBEDTO$1 {
|
|
816
|
-
ID_WBE: number;
|
|
817
|
-
CodigoWBE: string;
|
|
818
|
-
DescripcionWBE: string;
|
|
819
|
-
}
|
|
820
|
-
|
|
821
|
-
declare class ItemDTO_old {
|
|
822
|
-
ID_Item: number;
|
|
823
|
-
Empresa: CodigoRazonSocialDTO;
|
|
824
|
-
Codigo: string;
|
|
825
|
-
Nombre: string;
|
|
826
|
-
Descripcion: string;
|
|
827
|
-
Variante: VarianteDTO;
|
|
828
|
-
UnidadMedida: UnidadMedidaDTO$2;
|
|
829
|
-
Ind_SB: string;
|
|
830
|
-
Lote: string;
|
|
831
|
-
Cantidad: number;
|
|
832
|
-
CantidadDespacho: number;
|
|
833
|
-
CantidadUsados: number;
|
|
834
|
-
CantidadDevolucion: number;
|
|
835
|
-
CantidadAprobada: number;
|
|
836
|
-
POS: number;
|
|
837
|
-
Valor: number;
|
|
838
|
-
WBE: WBEDTO$1;
|
|
839
|
-
Total: number;
|
|
840
|
-
Moneda: string;
|
|
841
|
-
Simbolo: string;
|
|
842
|
-
Decimales: number;
|
|
843
|
-
Cantidades: ItemCantidadesDTO[];
|
|
844
|
-
DatosCatalogoItem: DataCatalogoItemDTO;
|
|
845
|
-
}
|
|
846
825
|
declare class ItemDTO {
|
|
847
826
|
ID_Item: number;
|
|
848
|
-
Empresa: CodigoRazonSocialDTO;
|
|
849
827
|
Codigo: string;
|
|
850
828
|
Nombre: string;
|
|
851
829
|
Descripcion: string;
|
|
@@ -860,7 +838,7 @@ declare class ItemDTO {
|
|
|
860
838
|
CantidadAprobada: number;
|
|
861
839
|
POS: number;
|
|
862
840
|
Valor: number;
|
|
863
|
-
WBE: WBEDTO
|
|
841
|
+
WBE: WBEDTO;
|
|
864
842
|
Total: number;
|
|
865
843
|
Moneda: string;
|
|
866
844
|
Simbolo: string;
|
|
@@ -869,98 +847,17 @@ declare class ItemDTO {
|
|
|
869
847
|
DatosCatalogoItem: DataCatalogoItemDTO;
|
|
870
848
|
}
|
|
871
849
|
|
|
872
|
-
declare class
|
|
850
|
+
declare class ReservaENTITY {
|
|
873
851
|
ID_Reserva: number;
|
|
874
|
-
ID_GOM:
|
|
852
|
+
ID_GOM: number;
|
|
875
853
|
GOM: string;
|
|
876
854
|
Pais: CodigoNombreDTO;
|
|
877
855
|
Delegacion: CodigoNombreDTO;
|
|
878
|
-
Ultima_Asignacion: AsignacionGomDTO;
|
|
879
|
-
Asignaciones: AsignacionGomDTO[];
|
|
880
|
-
Item: ItemDTO[];
|
|
881
|
-
Fecha: Date;
|
|
882
|
-
Movimiento: string;
|
|
883
|
-
Almacen: AlmacenDTO;
|
|
884
|
-
Ultimo_Estado_Interno: EstadoInternoDTO;
|
|
885
|
-
Estados_Internos: EstadoInternoDTO[];
|
|
886
|
-
Zona: string;
|
|
887
|
-
DatosReferencia: DatosReferenciaDTO[];
|
|
888
|
-
Bitacora: BitacoraDTO[];
|
|
889
|
-
}
|
|
890
|
-
declare class ReservaENTITY extends ReservaMaterialBaseENTITY {
|
|
891
|
-
Pais: CodigoNombreDTO;
|
|
892
|
-
Delegacion: CodigoNombreDTO;
|
|
893
|
-
Ultima_Asignacion: AsignacionGomDTO;
|
|
894
|
-
Asignaciones: AsignacionGomDTO[];
|
|
895
856
|
Item: ItemDTO[];
|
|
896
|
-
Movimiento: string;
|
|
897
|
-
Almacen: AlmacenDTO;
|
|
898
|
-
Ultimo_Estado_Interno: EstadoInternoDTO;
|
|
899
|
-
Estados_Internos: EstadoInternoDTO[];
|
|
900
|
-
Zona: string;
|
|
901
|
-
DatosReferencia: DatosReferenciaDTO[];
|
|
902
|
-
Bitacora: BitacoraDTO[];
|
|
903
|
-
}
|
|
904
|
-
|
|
905
|
-
declare class RMItemDatosCatalogoItemDTO {
|
|
906
|
-
DatosPrecioMaterial: RMItemDatosCatalogoItemDatosPrecioMaterialDTO;
|
|
907
|
-
}
|
|
908
|
-
declare class RMItemDatosCatalogoItemDatosPrecioMaterialDTO {
|
|
909
|
-
Precio: number;
|
|
910
|
-
Moneda: string;
|
|
911
|
-
Simbolo: string;
|
|
912
|
-
Decimales: number;
|
|
913
|
-
}
|
|
914
|
-
|
|
915
|
-
declare class ReservaMaterialItemDTO {
|
|
916
|
-
ID_Item: number;
|
|
917
|
-
Codigo: string;
|
|
918
|
-
Nombre: string;
|
|
919
|
-
Descripcion: string;
|
|
920
|
-
Variante: VarianteDTO;
|
|
921
|
-
UnidadMedida: UnidadMedidaDTO$2;
|
|
922
|
-
Ind_SB: string;
|
|
923
|
-
Lote: string;
|
|
924
|
-
Cantidad: number;
|
|
925
|
-
CantidadDespacho: number;
|
|
926
|
-
CantidadUsados: number;
|
|
927
|
-
CantidadDevolucion: number;
|
|
928
|
-
CantidadAprobada: number;
|
|
929
|
-
POS: number;
|
|
930
|
-
Valor: number;
|
|
931
|
-
WBE: WBEDTO$1;
|
|
932
|
-
Total: number;
|
|
933
|
-
Moneda: string;
|
|
934
|
-
Simbolo: string;
|
|
935
|
-
Decimales: number;
|
|
936
|
-
Cantidades: any[];
|
|
937
|
-
DatosCatalogoItem: RMItemDatosCatalogoItemDTO;
|
|
938
|
-
}
|
|
939
|
-
|
|
940
|
-
declare class ReservaMaterialENTITY extends ReservaMaterialBaseENTITY {
|
|
941
|
-
Item: ReservaMaterialItemDTO[];
|
|
942
|
-
}
|
|
943
|
-
|
|
944
|
-
declare class ReservaMaterialCodigoRazonSocialDTO {
|
|
945
|
-
Codigo: string;
|
|
946
|
-
RazonSocial: string;
|
|
947
|
-
}
|
|
948
|
-
|
|
949
|
-
declare class ReservaManoObraBaseENTITY {
|
|
950
|
-
ID_ManoObra: number;
|
|
951
|
-
ID_GOM: string;
|
|
952
|
-
GOM: string;
|
|
953
|
-
Valorizacion: any;
|
|
954
857
|
Fecha: Date;
|
|
955
858
|
}
|
|
956
859
|
|
|
957
|
-
declare class
|
|
958
|
-
ID_WBE: number;
|
|
959
|
-
CodigoWBE: string;
|
|
960
|
-
DescripcionWBE: string;
|
|
961
|
-
}
|
|
962
|
-
|
|
963
|
-
declare class DetalleChileValorizacionManoObraDTO {
|
|
860
|
+
declare class DetalleChileValorizacionMODTO {
|
|
964
861
|
Codigo: string;
|
|
965
862
|
Linea: string;
|
|
966
863
|
DirDesde: string;
|
|
@@ -974,6 +871,9 @@ declare class DetalleChileValorizacionManoObraDTO {
|
|
|
974
871
|
Tarea: string;
|
|
975
872
|
ManoObra: CodigoNombreUMDTO;
|
|
976
873
|
UnidadObra: CodigoNombreUMDTO;
|
|
874
|
+
HomePass: CodigoNombreDTO;
|
|
875
|
+
LineaCodigoCub: string;
|
|
876
|
+
CodigoCub: string;
|
|
977
877
|
CanMOCub: number;
|
|
978
878
|
CanMOInf: number;
|
|
979
879
|
CanMOApr: number;
|
|
@@ -984,95 +884,21 @@ declare class DetalleChileValorizacionManoObraDTO {
|
|
|
984
884
|
Origen: string;
|
|
985
885
|
CodigoBarra: string;
|
|
986
886
|
PuntoBaremo: number;
|
|
987
|
-
LineaCodigoCub: string;
|
|
988
|
-
}
|
|
989
|
-
|
|
990
|
-
declare class ValorizacionManoObraDTO {
|
|
991
|
-
ID_Amap: number;
|
|
992
|
-
Amap: number;
|
|
993
|
-
Cantidad: number;
|
|
994
|
-
CantidadUsado: number;
|
|
995
|
-
CantidadAprobada: number;
|
|
996
|
-
Codigo: string;
|
|
997
|
-
Descripcion: string;
|
|
998
|
-
Precio: number;
|
|
999
|
-
Total: number;
|
|
1000
|
-
Unidad: string;
|
|
1001
|
-
Moneda: string;
|
|
1002
|
-
Simbolo: string;
|
|
1003
|
-
Decimales: number;
|
|
1004
|
-
CantidadUO: number;
|
|
1005
|
-
CantidadUOUsado: number;
|
|
1006
|
-
CantidadUOTransito: number;
|
|
1007
|
-
CantidadUOAprobada: number;
|
|
1008
|
-
Cantidades: never[];
|
|
1009
|
-
WBE: WBEDTO;
|
|
1010
|
-
DetalleChile: DetalleChileValorizacionManoObraDTO;
|
|
1011
887
|
}
|
|
1012
888
|
|
|
1013
|
-
declare class
|
|
1014
|
-
DatosManoObraGlobal: DatosManoObraGlobalDTO;
|
|
1015
|
-
DatosPrecioEspecialidad: DatosPrecioEspecialidadDTO;
|
|
1016
|
-
DatosUnidadObraMaterial: DatosUnidadObraMaterialDTO;
|
|
1017
|
-
}
|
|
1018
|
-
|
|
1019
|
-
declare class ReservaManoObraENTITY extends ReservaManoObraBaseENTITY {
|
|
1020
|
-
Pais: CodigoNombreDTO;
|
|
1021
|
-
Delegacion: CodigoNombreDTO;
|
|
1022
|
-
Ultima_Asignacion: AsignacionGomDTO;
|
|
1023
|
-
Asignaciones: AsignacionGomDTO[];
|
|
1024
|
-
Movimiento: string;
|
|
1025
|
-
Almacen: AlmacenDTO;
|
|
1026
|
-
Zona: string;
|
|
1027
|
-
DatosReferencia: DatosReferenciaDTO[];
|
|
1028
|
-
Bitacora: BitacoraDTO[];
|
|
1029
|
-
Valorizacion: ValorizacionManoObraDTO[];
|
|
1030
|
-
Ultimo_Estado_Interno: EstadoInternoDTO;
|
|
1031
|
-
Estados_Internos: EstadoInternoDTO[];
|
|
1032
|
-
}
|
|
1033
|
-
|
|
1034
|
-
declare class ReservaMOWBEDTO {
|
|
1035
|
-
ID_WBE: number;
|
|
1036
|
-
CodigoWBE: string;
|
|
1037
|
-
DescripcionWBE: string;
|
|
1038
|
-
}
|
|
1039
|
-
|
|
1040
|
-
declare class ReservaMODetalleChileValorizacionManoObraDTO {
|
|
1041
|
-
Codigo: string;
|
|
1042
|
-
Linea: string;
|
|
1043
|
-
DirDesde: string;
|
|
1044
|
-
AltDesde: string;
|
|
1045
|
-
DirHasta: string;
|
|
1046
|
-
AltHasta: string;
|
|
1047
|
-
Plano: string;
|
|
1048
|
-
Especialidad: CodigoNombreDTO;
|
|
1049
|
-
Actividad: CodigoNombreDTO;
|
|
1050
|
-
Clave: CodigoNombreDTO;
|
|
1051
|
-
Tarea: string;
|
|
1052
|
-
ManoObra: CodigoNombreUMDTO;
|
|
1053
|
-
UnidadObra: CodigoNombreUMDTO;
|
|
1054
|
-
HomePass: CodigoNombreDTO;
|
|
1055
|
-
LineaCodigoCub: string;
|
|
1056
|
-
CodigoCub: string;
|
|
889
|
+
declare class CantidadesValorizacionMO {
|
|
1057
890
|
CanMOCub: number;
|
|
1058
|
-
CanMOInf: number;
|
|
1059
|
-
CanMOApr: number;
|
|
1060
891
|
CanUOCub: number;
|
|
1061
|
-
|
|
1062
|
-
TotalUO: number;
|
|
1063
|
-
CanUOApr: number;
|
|
1064
|
-
Origen: number;
|
|
1065
|
-
CodigoBarra: string;
|
|
1066
|
-
PuntoBaremo: number;
|
|
892
|
+
Fecha: Date;
|
|
1067
893
|
}
|
|
1068
894
|
|
|
1069
|
-
declare class
|
|
895
|
+
declare class DatosCatalogoMODTO {
|
|
1070
896
|
DatosManoObraGlobal: DatosManoObraGlobalDTO;
|
|
1071
897
|
DatosPrecioEspecialidad: DatosPrecioEspecialidadDTO;
|
|
1072
898
|
DatosUnidadObraMaterial: DatosUnidadObraMaterialDTO;
|
|
1073
899
|
}
|
|
1074
900
|
|
|
1075
|
-
declare class
|
|
901
|
+
declare class ValorizacionManoObraDTO {
|
|
1076
902
|
Amap: number;
|
|
1077
903
|
Cantidad: number;
|
|
1078
904
|
CantidadUsado: number;
|
|
@@ -1080,25 +906,31 @@ declare class ReservaMOValorizacionManoObraDTO {
|
|
|
1080
906
|
CantidadAprobada: number;
|
|
1081
907
|
Codigo: string;
|
|
1082
908
|
Descripcion: string;
|
|
1083
|
-
Estado:
|
|
909
|
+
Estado: EstadoDTO;
|
|
1084
910
|
Precio: number;
|
|
1085
911
|
Total: number;
|
|
1086
912
|
Unidad: string;
|
|
1087
913
|
Moneda: string;
|
|
1088
914
|
Simbolo: string;
|
|
1089
915
|
Decimales: number;
|
|
1090
|
-
WBE:
|
|
1091
|
-
DetalleChile:
|
|
916
|
+
WBE: WBEDTO;
|
|
917
|
+
DetalleChile: DetalleChileValorizacionMODTO;
|
|
1092
918
|
CantidadUO: number;
|
|
1093
919
|
CantidadUOUsado: number;
|
|
1094
920
|
CantidadUOTransito: number;
|
|
1095
921
|
CantidadUOAprobada: number;
|
|
1096
|
-
Cantidades:
|
|
1097
|
-
DatosCatalogoMO:
|
|
922
|
+
Cantidades: CantidadesValorizacionMO[];
|
|
923
|
+
DatosCatalogoMO: DatosCatalogoMODTO;
|
|
1098
924
|
}
|
|
1099
925
|
|
|
1100
|
-
declare class
|
|
1101
|
-
|
|
926
|
+
declare class ManoObraENTITY {
|
|
927
|
+
ID_ManoObra: number;
|
|
928
|
+
ID_GOM: number;
|
|
929
|
+
GOM: string;
|
|
930
|
+
Pais: CodigoNombreDTO;
|
|
931
|
+
Delegacion: CodigoNombreDTO;
|
|
932
|
+
Valorizacion: ValorizacionManoObraDTO[];
|
|
933
|
+
Fecha: Date;
|
|
1102
934
|
}
|
|
1103
935
|
|
|
1104
936
|
declare class EmpresaProduccionDTO {
|
|
@@ -2292,122 +2124,10 @@ declare class CubicajeENTITY {
|
|
|
2292
2124
|
Actividad: string;
|
|
2293
2125
|
}
|
|
2294
2126
|
|
|
2295
|
-
declare class GomDatosManoObraCantidadDTO {
|
|
2296
|
-
Cantidad: number;
|
|
2297
|
-
Fecha: Date;
|
|
2298
|
-
}
|
|
2299
|
-
|
|
2300
|
-
declare class GOMDatosManoObraDetalleChileDTO {
|
|
2301
|
-
Codigo: string;
|
|
2302
|
-
Linea: string;
|
|
2303
|
-
DirDesde: string;
|
|
2304
|
-
AltDesde: string;
|
|
2305
|
-
DirHasta: string;
|
|
2306
|
-
AltHasta: string;
|
|
2307
|
-
Plano: string;
|
|
2308
|
-
Especialidad: CodigoNombreDTO;
|
|
2309
|
-
Actividad: CodigoNombreDTO;
|
|
2310
|
-
Clave: CodigoNombreDTO;
|
|
2311
|
-
Tarea: string;
|
|
2312
|
-
ManoObra: CodigoNombreUMDTO;
|
|
2313
|
-
UnidadObra: CodigoNombreUMDTO;
|
|
2314
|
-
HomePass: CodigoNombreDTO;
|
|
2315
|
-
LineaCodigoCub: string;
|
|
2316
|
-
CodigoCub: string;
|
|
2317
|
-
CanMOCub: number;
|
|
2318
|
-
CanMOInf: number;
|
|
2319
|
-
CanMOApr: number;
|
|
2320
|
-
CanUOCub: number;
|
|
2321
|
-
CanUOInf: number;
|
|
2322
|
-
TotalUO: number;
|
|
2323
|
-
CanUOApr: number;
|
|
2324
|
-
Origen: string;
|
|
2325
|
-
CodigoBarra: string;
|
|
2326
|
-
PuntoBaremo: number;
|
|
2327
|
-
}
|
|
2328
|
-
|
|
2329
|
-
declare class GOMDatosManoObraDatosCatalogoMODTO {
|
|
2330
|
-
DatosManoObraGlobal: DatosManoObraGlobalDTO;
|
|
2331
|
-
DatosPrecioEspecialidad: DatosPrecioEspecialidadDTO;
|
|
2332
|
-
DatosUnidadObraMaterial: DatosUnidadObraMaterialDTO;
|
|
2333
|
-
}
|
|
2334
|
-
|
|
2335
|
-
declare class GOMDatosManoObraDTO {
|
|
2336
|
-
Amap: number;
|
|
2337
|
-
Cantidad: number;
|
|
2338
|
-
CantidadUsado: number;
|
|
2339
|
-
CantidadTransito: number;
|
|
2340
|
-
CantidadAprobada: number;
|
|
2341
|
-
Codigo: string;
|
|
2342
|
-
Descripcion: string;
|
|
2343
|
-
Precio: number;
|
|
2344
|
-
Total: number;
|
|
2345
|
-
Unidad: string;
|
|
2346
|
-
Moneda: string;
|
|
2347
|
-
Simbolo: string;
|
|
2348
|
-
Decimales: number;
|
|
2349
|
-
DetalleChile: GOMDatosManoObraDetalleChileDTO;
|
|
2350
|
-
CantidadUO: number;
|
|
2351
|
-
CantidadUOUsado: number;
|
|
2352
|
-
CantidadUOTransito: number;
|
|
2353
|
-
CantidadUOAprobada: number;
|
|
2354
|
-
Cantidades: GomDatosManoObraCantidadDTO[];
|
|
2355
|
-
DatosCatalogoMO: GOMDatosManoObraDatosCatalogoMODTO;
|
|
2356
|
-
}
|
|
2357
|
-
|
|
2358
|
-
declare class GOM_DatosMateriales_DatosCatalogoItemDatosPrecioMaterial {
|
|
2359
|
-
Precio: number;
|
|
2360
|
-
Moneda: string;
|
|
2361
|
-
Simbolo: string;
|
|
2362
|
-
Decimales: number;
|
|
2363
|
-
}
|
|
2364
|
-
|
|
2365
|
-
declare class GOMDatosMaterialesVarianteDTO {
|
|
2366
|
-
ID_Variante: number;
|
|
2367
|
-
Descripcion: string;
|
|
2368
|
-
}
|
|
2369
|
-
|
|
2370
|
-
declare class GOM_DatosMateriales_DatosCatalogoItem {
|
|
2371
|
-
DatosPrecioMaterial: GOM_DatosMateriales_DatosCatalogoItemDatosPrecioMaterial;
|
|
2372
|
-
}
|
|
2373
|
-
|
|
2374
|
-
declare class GOMEmpresaDTO {
|
|
2375
|
-
Codigo: string;
|
|
2376
|
-
RazonSocial: string;
|
|
2377
|
-
}
|
|
2378
|
-
|
|
2379
|
-
declare class GOMDatosMaterialesDTO {
|
|
2380
|
-
ID_Item: number;
|
|
2381
|
-
Empresa: GOMEmpresaDTO;
|
|
2382
|
-
Codigo: string;
|
|
2383
|
-
Nombre: string;
|
|
2384
|
-
Descripcion: string;
|
|
2385
|
-
Variante: GOMDatosMaterialesVarianteDTO;
|
|
2386
|
-
UnidadMedida: UnidadMedidaDTO$2;
|
|
2387
|
-
Ind_SB: string;
|
|
2388
|
-
Lote: string;
|
|
2389
|
-
Cantidad: number;
|
|
2390
|
-
CantidadDespacho: number;
|
|
2391
|
-
CantidadUsados: number;
|
|
2392
|
-
CantidadDevolucion: number;
|
|
2393
|
-
CantidadAprobada: number;
|
|
2394
|
-
POS: number;
|
|
2395
|
-
Valor: number;
|
|
2396
|
-
Total: number;
|
|
2397
|
-
Moneda: string;
|
|
2398
|
-
Simbolo: string;
|
|
2399
|
-
Decimales: number;
|
|
2400
|
-
Cantidades: GomDatosManoObraCantidadDTO[];
|
|
2401
|
-
DatosCatalogoItem: GOM_DatosMateriales_DatosCatalogoItem;
|
|
2402
|
-
}
|
|
2403
|
-
|
|
2404
2127
|
declare class GomNovedadesTipoNovedadDTO {
|
|
2405
2128
|
ID_TipoNovedad: number;
|
|
2406
2129
|
Codigo: string;
|
|
2407
2130
|
Descripcion: string;
|
|
2408
|
-
Estado: EstadoDTO;
|
|
2409
|
-
Pais: CodigoNombreDTO;
|
|
2410
|
-
Bitacora: BitacoraDTO[];
|
|
2411
2131
|
}
|
|
2412
2132
|
|
|
2413
2133
|
declare class GomNovedadesDTO {
|
|
@@ -2425,15 +2145,11 @@ declare class GomENTITY {
|
|
|
2425
2145
|
ID_incidencia: number;
|
|
2426
2146
|
AreaGOM: string;
|
|
2427
2147
|
ZonaAsignada: string;
|
|
2428
|
-
DatosMateriales: GOMDatosMaterialesDTO[];
|
|
2429
|
-
DatosManoObra: GOMDatosManoObraDTO[];
|
|
2430
2148
|
Fecha: Date;
|
|
2431
|
-
Puntos: [];
|
|
2432
|
-
DatosPuntos: [];
|
|
2433
2149
|
Ultimo_Estado_Interno: EstadoInternoDTO;
|
|
2150
|
+
Estados_Internos: EstadoInternoDTO[];
|
|
2434
2151
|
Novedades: GomNovedadesDTO[];
|
|
2435
2152
|
Anexos: FilesDocDTO[];
|
|
2436
|
-
Estados_Internos: EstadoInternoDTO[];
|
|
2437
2153
|
}
|
|
2438
2154
|
|
|
2439
2155
|
declare class ActaFinalCubicacionDTO {
|
|
@@ -4434,4 +4150,4 @@ declare class ISheetsJsonChileTdC {
|
|
|
4434
4150
|
Coordenadas: IDataSheetCoordenadas[];
|
|
4435
4151
|
}
|
|
4436
4152
|
|
|
4437
|
-
export { ActaFinalCubicacionDTO, ActaFinalCubicacionSharedDTO, ActividadZonasActividadDTO, ActividadesDTO, AddressListENTITY, AgenciaENTITY, AgenciasDTO, AlmacenDTO, AlmacenENTITY, AlmacenLogisticaDTO, AlmacenUsuarioGIADTO, AreaGOMDTO, AreaGomDTO, AsignacionGomDTO, AsignacionGomDTO_Old, AtencionOrdenesLiquidadasENTITY, AtiendeBodegaDTO, AutoInventarioENTITY, BaremosAlemaniaENTITY, BaremosChileENTITY, BaremosColombiaENTITY, BaremosTOAChileENTITY, BaremosTOAENTITY, BitacoraAntiguaDTO, BitacoraDTO, BitacoraLiqDTO, BitacoraOpcionSitemaDTO, BodegaENTITY, CabeceraCubicajeDTO, CambioEstadoFacturadoRequest, CambioEstadoFaseRequest, CambiosEstadosFaseLiberacionPagosDTO, CausacionDTO, CentroCostosENTITY, CertificacionProduccionDTO$1 as CertificacionProduccionDTO, ChileTdCENTITY, ClienteDTO, ClienteTdCDTO, Cliente_ContratistaDTO, CodigoDescripcionDTO, type CodigoMovimientoAlmacen, CodigoNombreDTO, CodigoNombreUMDTO, CodigoRazonSocialDTO, ConsumoMaterialENTITY, ContrataDTO$1 as ContrataDTO, ContratistaDTO, ContratistasDTO, Contratistas_PE_DTO, ContratoDTO, ContratoOTDTO, ContratoOTENTITY, ContratoOTGeneralDTO, ContratoOT_PRE_DTO, ContratoOT_ZT_DTO, ContratoObraOTDTO, ConversionLogisticaDTO, CoordenadasDTO, CoordenadasTdCDTO, CorteBobinaStockAlmacenDTO, CuadrillaDTO, CuadrillaLiberacionPagosDTO, CubicacionChile9512ENTITY, CubicajeCabeceraDTO, CubicajeDetalleDTO, CubicajeENTITY, CubicajeHistoricoDTO, CumplimientoDTO, DataAdicionalDTO, DataCatalogoItemDTO, DatoUsuarioTipoOpcionDto, DatosAreaPersonalDTO, DatosCatalogoMODTO, DatosGIADTO, DatosGeneralesDTO, DatosGeneralesPersonalDTO,
|
|
4153
|
+
export { ActaFinalCubicacionDTO, ActaFinalCubicacionSharedDTO, ActividadZonasActividadDTO, ActividadesDTO, AddressListENTITY, AgenciaDTO, AgenciaENTITY, AgenciasDTO, AlmacenDTO, AlmacenENTITY, AlmacenLogisticaDTO, AlmacenUsuarioGIADTO, AreaGOMDTO, AreaGomDTO, AsignacionGomDTO, AsignacionGomDTO_Old, AtencionOrdenesLiquidadasENTITY, AtiendeBodegaDTO, AutoInventarioENTITY, BaremosAlemaniaENTITY, BaremosChileENTITY, BaremosColombiaENTITY, BaremosTOAChileENTITY, BaremosTOAENTITY, BitacoraAntiguaDTO, BitacoraDTO, BitacoraLiqDTO, BitacoraOpcionSitemaDTO, BodegaENTITY, CabeceraCubicajeDTO, CambioEstadoFacturadoRequest, CambioEstadoFaseRequest, CambiosEstadosFaseLiberacionPagosDTO, CausacionDTO, CentroCostosENTITY, CertificacionProduccionDTO$1 as CertificacionProduccionDTO, ChileTdCENTITY, ClienteDTO, ClienteTdCDTO, Cliente_ContratistaDTO, CodigoDescripcionDTO, type CodigoMovimientoAlmacen, CodigoNombreDTO, CodigoNombreUMDTO, CodigoRazonSocialDTO, ConsumoMaterialENTITY, ContrataDTO$1 as ContrataDTO, ContratistaDTO, ContratistasDTO, Contratistas_PE_DTO, ContratoDTO, ContratoOTDTO, ContratoOTENTITY, ContratoOTGeneralDTO, ContratoOT_PRE_DTO, ContratoOT_ZT_DTO, ContratoObraOTDTO, ConversionLogisticaDTO, CoordenadasDTO, CoordenadasTdCDTO, CorteBobinaStockAlmacenDTO, CuadrillaDTO, CuadrillaLiberacionPagosDTO, CubicacionChile9512ENTITY, CubicajeCabeceraDTO, CubicajeDetalleDTO, CubicajeENTITY, CubicajeHistoricoDTO, CumplimientoDTO, DataAdicionalDTO, DataCatalogoItemDTO, DatoUsuarioTipoOpcionDto, DatosAreaPersonalDTO, DatosCatalogoMODTO, DatosGIADTO, DatosGeneralesDTO, DatosGeneralesPersonalDTO, DatosManoObraGlobalDTO, DatosManoObraGlobalDetalleChileDTO, DatosPrecioEspecialidadDTO, DatosPrecioMaterialDTO, DatosReferenciaDTO, DatosTrabajoCatalogoDTO, DatosTrabajoUsuarioDTO, DatosTransportistaChileDTO, DatosTransportistaDTO, DatosUnidadObraMaterialDTO, DelegacionDTO, DelegacionZonalesDTO, DeleteBaremoFaseDTO, DestinatarioDTO, DetalleChileDTO$1 as DetalleChileDTO, DetalleChileObraDTO, DetalleChileValorizacionMODTO, DetalleChileValorizacionManoObraRegularizacionDTO, DetalleCubicajeDTO, DetalleDTO, DetalleManoObraChileDTO, DetalleSalidaAlmacenDTO, DevolucionAlmacenENTITY, DocumentacionBaremoPexENTITY, DocumentacionPEXENTITY, EECC_DTO, EmpalmeDTO, EmpresaDTO$4 as EmpresaDTO, EmpresaENTITY, EmpresaLiberacionPagosDTO, EmpresaLogisticaDTO, EmpresaPCMODTO, EmpresaPersonalDTO, EmpresaProduccionDTO, EmpresaStockPersonalDTO, EmpresaTdCDTO, EmpresaUsuarioDTO, EmpresaValDTO, EmpresaZonasActividadDTO, EquipoLogisticaDTO, EquiposAIDTO, EquiposDTO, EstadoAntiguoDTO, EstadoDTO, EstadoHPListDTO$2 as EstadoHPListDTO, EstadoIntegracionDTO, EstadoInternoDTO, EstadoInternoENTITY, EstadoInternoWithoutSubstateDTO, type EstadoLiq, EstadoLiqDTO, EstadoNotificacion, type EstadoVal, Estado_Model_MO, FacturaGeneradaDTO, FacturacionDTO, FamiliaItemDTO, FaseDTO$1 as FaseDTO, FaseENTITY, FechaDTO, FechaVigenciaBaremosDTO, FechaVigenciaPCMODTO, FechasDTO, FilesDocDTO, FlujoDocDTO, FotoDTO, FotosDTO, FotosSSTDTO$1 as FotosSSTDTO, GOMDTO, GomENTITY, GomNovedadesDTO, GomNovedadesTipoNovedadDTO, GranFamiliaItemDTO, GrupoEmpresaDTO, HPListAsignacionDTO, HPListDTO, HistorialCubicacionDTO, HistoricoDTO, HistoricoEmpresasDTO, HitoDTO, HomePassDTO$1 as HomePassDTO, IDataSheetCoordenadas, IDataSheetLineasTdC, IDataSheetMateriales, IDataSheetMedidores, IDataSheetTdC, IDataSheetTiemposCumplimentados, ISheetsJsonChileTdC, IncidenciasChileDTO, IncidenciasDTO, IngresoAlmacenENTITY, InventarioDTO, InventarioLiqDTO, InventarioValDTO, ItemCantidadesDTO, ItemDTO, ItemDetalleLogisticaDTO, ItemDetallePMDTO, ItemENTITY, ItemLogisticaDTO, KeyIntegracionENTITY, LiberacionDePagosAlemaniaENTITY, LiquidadaTOAENTITY, LogAlmacenDTO, LogDTO, LogModificarDTO, LogRegisterDTO, LoteDTO$1 as LoteDTO, MOBaremoDTO, MacroObraChileENTITY, MacroObraENTITY, MailStructureENTITY, ManoObraBaremoDTO, ManoObraENTITY, ManoObraGlobalENTITY, ManoObraGlobalPCMODTO, ManoObraLiberacionPagosDTO, MarcaDTO, MaterialAmapDTO, MaterialLogisticaDTO, MaterialMOGlobalDTO, MaterialesDTO$1 as MaterialesDTO, MedidorDTO, ModelMOSQLPeruENTITY, ModelObraSQLPeruENTITY, ModeloDTO, MovimientoAlmacenDTO, MovimientoAlmacenENTITY, NodoDocDTO, NombreDescripcionDTO, NotasDTO, NotificacionesENTITY, OTDTO, OTGlobalDTO, ObraChile9512ENTITY, ObraENTITY, OpcionSistemaENTITY, OperacionDTO, OperacionDataAdicional, OptionCatalogoDTO, OrigenCUB, PagosECDTO, PaisStockPersonalDTO, ParteDiarioDTO$1 as ParteDiarioDTO, type PayloadTokenDTO, PerfilesENTITY, PeriodoDTO$4 as PeriodoDTO, PeriodoENTITY, PeriodoLiberacionPagosDTO, PermisosAppDTO, PersonalDTO, PersonalENTITY, PersonalLogisticaDTO$1 as PersonalLogisticaDTO, PrecioContratistaMOAL02ENTITY, PrecioContratistaMOAL04ENTITY, PrecioContratistaMOENTITY, PrecioDTO, PrecioEspecialidadENTITY, PrecioMaterialENTITY, PreciosVigentesDTO, PresupuestadoTotalObraChilaDTO, PresupuestadoTotalObraDTO, PresupuestadoTotalObraEmpresaCuadrillaDTO, PresupuestadoTotalObraEmpresaDTO, PrioridadNotificacion, ProdCursoBaremoFasesCuadrillaDTO, ProdCursoBaremoFasesManoObraDTO, ProdCursoBaremoFasesPeriodoDTO, ProdCursoBaremoFasesUltimaFaseDTO, ProdCursoBaremoFasesUltimoEstadoInternoDTO, ProductosServiciosLiqDTO, ProductosServiciosValDTO, ProfileDTO, RM_ZonasActividadENTITY, RegularizacionPositivaNegativaDTO, RepresentanteLegalDTO, ReservaENTITY, ReservaManoObraRegularizacionENTITY, ResultadoDTO, ResumenAvanceChileDTO, ResumenAvanceDataDocumentacionDTO, ResumenAvanceDataGranTotal, ResumentAvanceDocumentacionHPDTO, RptProduccionCurso_Baremos_FasesENTITY, SalidaAlmacenENTITY, SeguimientoObraDTO, SincronizacionPersonalDTO, SistemaDto, SistemaENTITY, SizeDTO, SocketDTO, StockAlmacenENTITY, StockAlmacenEquiposENTITY, StockPersonalENTITY, StockPersonalEquiposENTITY, SubEstadoInternoDTO, SubManoObraDTO$1 as SubManoObraDTO, TecnicoValDTO, TipoActividadMOENTITY, TipoAlmacenDTO, TipoClaveENTITY, TipoDocumentoIdentidadDTO, TipoDocumentoUsuarioDTO, TipoEmpresaDTO, TipoEspecialidadMOENTITY, type TipoLiq, TipoMOPCMODTO, TipoMiembroGrupoEmpresaDTO, TipoMovimientoAlmacenDTO, TipoMovimientoAlmacenENTITY, TipoNotificacion, TipoOpcionDTO, TipoOpcionSistemaENTITY, TipoSistemaDTO, TipoStockStockPersonalDTO, type TipoVal, Tipo_MO, TotalGeneralObraChileDTO, TotalGeneralObraDTO, TrabajoAlemaniaENTITY, TrabajoENTITY, TrabajoMacroObraAlemaniaENTITY, TransaccionFoliosENTITY, TransaccionesDTO, TurnoDTO$1 as TurnoDTO, UbicacionAlmacenDTO, UbicacionDTO$1 as UbicacionDTO, UbicacionObraDTO, UbicacionTdCDTO, Ultima_FaseLiberacionPagosDTO, Ultima_PreLiquidacionAlemaniaDTO$1 as Ultima_PreLiquidacionAlemaniaDTO, Ultima_PreLiquidacionDTO, Ultima_asignacionDTO$1 as Ultima_asignacionDTO, Ultimo_Estado_InternoLiberacionPagosDTO, UnidadMedidaDTO$2 as UnidadMedidaDTO, UnidadMedidaLiberacionPagosDTO, UnidadObraMaterialENTITY, UpdateUltimaFaseFacturacionDTO, UsuarioBitacoraDTO, UsuarioDTO, UsuarioENTITY, UsuarioEdicionDTO, UsuarioID_UsuarioDTO, UsuarioLogisticaDTO, UsuarioRegistrarDTO, UsuariosAutoinventarioENTITY, ValidadoDTO, ValorizacionAlemaniaDTO$1 as ValorizacionAlemaniaDTO, ValorizacionDTO, ValorizacionManoObraDTO, ValorizacionManoObraRegularizacionDTO, ValorizacionesDTO$1 as ValorizacionesDTO, ValorizadaTOAENTITY, VarianteDTO, VigenciaBaremosDTO, VigenciaDTO, VigenciaPCMODTO, WBEDTO, ZonaTrabajoDTO, ZonaTrabajoENTITY, ZonalesDTO, ZonasDTO, convertStringsToDates, latLngDTO, type typeEstado, type typeEstadoNroDocumento, type typeFuente, type typeTipo, validateAndFormatData, validateArrayBody };
|