sigo-entities 0.0.288 → 0.0.290
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 +151 -427
- package/dist/index.d.ts +151 -427
- package/dist/index.js +14023 -15325
- package/dist/index.mjs +13698 -14995
- 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,35 @@ 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
|
-
|
|
801
|
-
|
|
813
|
+
}
|
|
814
|
+
|
|
815
|
+
declare class DatosCatalogoItemDTO {
|
|
816
|
+
Tipo: string;
|
|
817
|
+
Valor: number;
|
|
818
|
+
Ind_SB: string;
|
|
819
|
+
Propio: boolean;
|
|
802
820
|
}
|
|
803
821
|
|
|
804
822
|
declare class DataCatalogoItemDTO {
|
|
805
823
|
DatosPrecioMaterial: DatosPrecioMaterialDTO;
|
|
806
|
-
|
|
824
|
+
DatosCatalogoItem: DatosCatalogoItemDTO;
|
|
807
825
|
}
|
|
808
826
|
|
|
809
827
|
declare class ItemCantidadesDTO {
|
|
@@ -812,40 +830,8 @@ declare class ItemCantidadesDTO {
|
|
|
812
830
|
Fecha: Date;
|
|
813
831
|
}
|
|
814
832
|
|
|
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
833
|
declare class ItemDTO {
|
|
847
834
|
ID_Item: number;
|
|
848
|
-
Empresa: CodigoRazonSocialDTO;
|
|
849
835
|
Codigo: string;
|
|
850
836
|
Nombre: string;
|
|
851
837
|
Descripcion: string;
|
|
@@ -860,7 +846,7 @@ declare class ItemDTO {
|
|
|
860
846
|
CantidadAprobada: number;
|
|
861
847
|
POS: number;
|
|
862
848
|
Valor: number;
|
|
863
|
-
WBE: WBEDTO
|
|
849
|
+
WBE: WBEDTO;
|
|
864
850
|
Total: number;
|
|
865
851
|
Moneda: string;
|
|
866
852
|
Simbolo: string;
|
|
@@ -869,98 +855,17 @@ declare class ItemDTO {
|
|
|
869
855
|
DatosCatalogoItem: DataCatalogoItemDTO;
|
|
870
856
|
}
|
|
871
857
|
|
|
872
|
-
declare class
|
|
858
|
+
declare class ReservaENTITY {
|
|
873
859
|
ID_Reserva: number;
|
|
874
|
-
ID_GOM:
|
|
860
|
+
ID_GOM: number;
|
|
875
861
|
GOM: string;
|
|
876
862
|
Pais: CodigoNombreDTO;
|
|
877
863
|
Delegacion: CodigoNombreDTO;
|
|
878
|
-
Ultima_Asignacion: AsignacionGomDTO;
|
|
879
|
-
Asignaciones: AsignacionGomDTO[];
|
|
880
864
|
Item: ItemDTO[];
|
|
881
865
|
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
|
-
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
|
-
Fecha: Date;
|
|
955
|
-
}
|
|
956
|
-
|
|
957
|
-
declare class WBEDTO {
|
|
958
|
-
ID_WBE: number;
|
|
959
|
-
CodigoWBE: string;
|
|
960
|
-
DescripcionWBE: string;
|
|
961
866
|
}
|
|
962
867
|
|
|
963
|
-
declare class
|
|
868
|
+
declare class DetalleChileValorizacionMODTO {
|
|
964
869
|
Codigo: string;
|
|
965
870
|
Linea: string;
|
|
966
871
|
DirDesde: string;
|
|
@@ -974,6 +879,9 @@ declare class DetalleChileValorizacionManoObraDTO {
|
|
|
974
879
|
Tarea: string;
|
|
975
880
|
ManoObra: CodigoNombreUMDTO;
|
|
976
881
|
UnidadObra: CodigoNombreUMDTO;
|
|
882
|
+
HomePass: CodigoNombreDTO;
|
|
883
|
+
LineaCodigoCub: string;
|
|
884
|
+
CodigoCub: string;
|
|
977
885
|
CanMOCub: number;
|
|
978
886
|
CanMOInf: number;
|
|
979
887
|
CanMOApr: number;
|
|
@@ -984,95 +892,21 @@ declare class DetalleChileValorizacionManoObraDTO {
|
|
|
984
892
|
Origen: string;
|
|
985
893
|
CodigoBarra: string;
|
|
986
894
|
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
|
-
}
|
|
1012
|
-
|
|
1013
|
-
declare class DatosCatalogoMODTO {
|
|
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
895
|
}
|
|
1039
896
|
|
|
1040
|
-
declare class
|
|
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;
|
|
897
|
+
declare class CantidadesValorizacionMO {
|
|
1057
898
|
CanMOCub: number;
|
|
1058
|
-
CanMOInf: number;
|
|
1059
|
-
CanMOApr: number;
|
|
1060
899
|
CanUOCub: number;
|
|
1061
|
-
|
|
1062
|
-
TotalUO: number;
|
|
1063
|
-
CanUOApr: number;
|
|
1064
|
-
Origen: number;
|
|
1065
|
-
CodigoBarra: string;
|
|
1066
|
-
PuntoBaremo: number;
|
|
900
|
+
Fecha: Date;
|
|
1067
901
|
}
|
|
1068
902
|
|
|
1069
|
-
declare class
|
|
903
|
+
declare class DatosCatalogoMODTO {
|
|
1070
904
|
DatosManoObraGlobal: DatosManoObraGlobalDTO;
|
|
1071
905
|
DatosPrecioEspecialidad: DatosPrecioEspecialidadDTO;
|
|
1072
906
|
DatosUnidadObraMaterial: DatosUnidadObraMaterialDTO;
|
|
1073
907
|
}
|
|
1074
908
|
|
|
1075
|
-
declare class
|
|
909
|
+
declare class ValorizacionManoObraDTO {
|
|
1076
910
|
Amap: number;
|
|
1077
911
|
Cantidad: number;
|
|
1078
912
|
CantidadUsado: number;
|
|
@@ -1080,25 +914,31 @@ declare class ReservaMOValorizacionManoObraDTO {
|
|
|
1080
914
|
CantidadAprobada: number;
|
|
1081
915
|
Codigo: string;
|
|
1082
916
|
Descripcion: string;
|
|
1083
|
-
Estado:
|
|
917
|
+
Estado: EstadoDTO;
|
|
1084
918
|
Precio: number;
|
|
1085
919
|
Total: number;
|
|
1086
920
|
Unidad: string;
|
|
1087
921
|
Moneda: string;
|
|
1088
922
|
Simbolo: string;
|
|
1089
923
|
Decimales: number;
|
|
1090
|
-
WBE:
|
|
1091
|
-
DetalleChile:
|
|
924
|
+
WBE: WBEDTO;
|
|
925
|
+
DetalleChile: DetalleChileValorizacionMODTO;
|
|
1092
926
|
CantidadUO: number;
|
|
1093
927
|
CantidadUOUsado: number;
|
|
1094
928
|
CantidadUOTransito: number;
|
|
1095
929
|
CantidadUOAprobada: number;
|
|
1096
|
-
Cantidades:
|
|
1097
|
-
DatosCatalogoMO:
|
|
930
|
+
Cantidades: CantidadesValorizacionMO[];
|
|
931
|
+
DatosCatalogoMO: DatosCatalogoMODTO;
|
|
1098
932
|
}
|
|
1099
933
|
|
|
1100
|
-
declare class
|
|
1101
|
-
|
|
934
|
+
declare class ManoObraENTITY {
|
|
935
|
+
ID_ManoObra: number;
|
|
936
|
+
ID_GOM: number;
|
|
937
|
+
GOM: string;
|
|
938
|
+
Pais: CodigoNombreDTO;
|
|
939
|
+
Delegacion: CodigoNombreDTO;
|
|
940
|
+
Valorizacion: ValorizacionManoObraDTO[];
|
|
941
|
+
Fecha: Date;
|
|
1102
942
|
}
|
|
1103
943
|
|
|
1104
944
|
declare class EmpresaProduccionDTO {
|
|
@@ -2292,122 +2132,10 @@ declare class CubicajeENTITY {
|
|
|
2292
2132
|
Actividad: string;
|
|
2293
2133
|
}
|
|
2294
2134
|
|
|
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
2135
|
declare class GomNovedadesTipoNovedadDTO {
|
|
2405
2136
|
ID_TipoNovedad: number;
|
|
2406
2137
|
Codigo: string;
|
|
2407
2138
|
Descripcion: string;
|
|
2408
|
-
Estado: EstadoDTO;
|
|
2409
|
-
Pais: CodigoNombreDTO;
|
|
2410
|
-
Bitacora: BitacoraDTO[];
|
|
2411
2139
|
}
|
|
2412
2140
|
|
|
2413
2141
|
declare class GomNovedadesDTO {
|
|
@@ -2425,15 +2153,11 @@ declare class GomENTITY {
|
|
|
2425
2153
|
ID_incidencia: number;
|
|
2426
2154
|
AreaGOM: string;
|
|
2427
2155
|
ZonaAsignada: string;
|
|
2428
|
-
DatosMateriales: GOMDatosMaterialesDTO[];
|
|
2429
|
-
DatosManoObra: GOMDatosManoObraDTO[];
|
|
2430
2156
|
Fecha: Date;
|
|
2431
|
-
Puntos: [];
|
|
2432
|
-
DatosPuntos: [];
|
|
2433
2157
|
Ultimo_Estado_Interno: EstadoInternoDTO;
|
|
2158
|
+
Estados_Internos: EstadoInternoDTO[];
|
|
2434
2159
|
Novedades: GomNovedadesDTO[];
|
|
2435
2160
|
Anexos: FilesDocDTO[];
|
|
2436
|
-
Estados_Internos: EstadoInternoDTO[];
|
|
2437
2161
|
}
|
|
2438
2162
|
|
|
2439
2163
|
declare class ActaFinalCubicacionDTO {
|
|
@@ -4434,4 +4158,4 @@ declare class ISheetsJsonChileTdC {
|
|
|
4434
4158
|
Coordenadas: IDataSheetCoordenadas[];
|
|
4435
4159
|
}
|
|
4436
4160
|
|
|
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,
|
|
4161
|
+
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, DatosCatalogoItemDTO, 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 };
|