sigo-entities 0.0.285 → 0.0.287
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 +396 -360
- package/dist/index.d.ts +396 -360
- package/dist/index.js +14612 -14430
- package/dist/index.mjs +14685 -14521
- package/package.json +3 -2
package/dist/index.d.mts
CHANGED
|
@@ -16,6 +16,13 @@ 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 ActaFinalCubicacionSharedDTO {
|
|
20
|
+
DescripcionMO: string;
|
|
21
|
+
BaremoUnitario: number;
|
|
22
|
+
CantidadHP: number;
|
|
23
|
+
Valor: number;
|
|
24
|
+
}
|
|
25
|
+
|
|
19
26
|
declare class AlmacenDTO {
|
|
20
27
|
Codigo: string;
|
|
21
28
|
ID_Almacen: number;
|
|
@@ -33,6 +40,24 @@ declare class AlmacenLogisticaDTO extends CodigoNombreDTO {
|
|
|
33
40
|
ID_Almacen: number;
|
|
34
41
|
}
|
|
35
42
|
|
|
43
|
+
declare class CodigoRazonSocialDTO {
|
|
44
|
+
Codigo: string;
|
|
45
|
+
RazonSocial: string;
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
declare class AsignacionGomDTO_Old {
|
|
49
|
+
FechaAsignacion: Date;
|
|
50
|
+
Usuario: UsuarioDTO;
|
|
51
|
+
Empresa: CodigoRazonSocialDTO;
|
|
52
|
+
Personal: PersonalDTO[];
|
|
53
|
+
}
|
|
54
|
+
declare class AsignacionGomDTO {
|
|
55
|
+
FechaAsignacion: Date;
|
|
56
|
+
Usuario: UsuarioDTO;
|
|
57
|
+
Empresa: CodigoRazonSocialDTO;
|
|
58
|
+
Personal: PersonalDTO[];
|
|
59
|
+
}
|
|
60
|
+
|
|
36
61
|
declare class UsuarioBitacoraDTO {
|
|
37
62
|
User: string;
|
|
38
63
|
Apellidos: string;
|
|
@@ -102,15 +127,75 @@ declare class ContratoOTDTO {
|
|
|
102
127
|
OT: OTGlobalDTO;
|
|
103
128
|
}
|
|
104
129
|
|
|
130
|
+
declare class ContratoOTGeneralDTO {
|
|
131
|
+
ID_ContratoOT: number;
|
|
132
|
+
Codigo: string;
|
|
133
|
+
Descripcion: string;
|
|
134
|
+
Sistema: string;
|
|
135
|
+
}
|
|
136
|
+
|
|
137
|
+
declare class VigenciaDTO {
|
|
138
|
+
FechaInicio: Date;
|
|
139
|
+
FechaFin: Date;
|
|
140
|
+
}
|
|
141
|
+
|
|
142
|
+
declare class ContratoOT_PRE_DTO {
|
|
143
|
+
ID_ContratoOT: number;
|
|
144
|
+
Codigo: string;
|
|
145
|
+
Descripcion: string;
|
|
146
|
+
Sistema: string;
|
|
147
|
+
Vigencia: VigenciaDTO;
|
|
148
|
+
CheckPrecioMO: boolean;
|
|
149
|
+
}
|
|
150
|
+
|
|
105
151
|
declare class CoordenadasDTO {
|
|
106
152
|
X: string;
|
|
107
153
|
Y: string;
|
|
108
154
|
}
|
|
109
155
|
|
|
156
|
+
declare class DatosManoObraGlobalDetalleChileDTO {
|
|
157
|
+
ManoObraBaremo: any;
|
|
158
|
+
}
|
|
159
|
+
|
|
160
|
+
declare class DatosManoObraGlobalDTO {
|
|
161
|
+
Actividad: string;
|
|
162
|
+
Alcance: string;
|
|
163
|
+
Material: any;
|
|
164
|
+
DetalleChile: DatosManoObraGlobalDetalleChileDTO;
|
|
165
|
+
}
|
|
166
|
+
|
|
167
|
+
declare class DatosPrecioEspecialidadDTO {
|
|
168
|
+
Moneda: string;
|
|
169
|
+
Simbolo: string;
|
|
170
|
+
Decimales: number;
|
|
171
|
+
Agencias: any;
|
|
172
|
+
Contratistas: any;
|
|
173
|
+
}
|
|
174
|
+
|
|
175
|
+
declare class DatosReferenciaDTO {
|
|
176
|
+
ID_DatosReferencia: number;
|
|
177
|
+
CD: string;
|
|
178
|
+
Circuito: string;
|
|
179
|
+
}
|
|
180
|
+
|
|
181
|
+
declare class DatosUnidadObraMaterialDTO {
|
|
182
|
+
Codigo: string;
|
|
183
|
+
Descripcion: string;
|
|
184
|
+
Materiales: any;
|
|
185
|
+
}
|
|
186
|
+
|
|
110
187
|
declare class DelegacionDTO extends CodigoNombreDTO {
|
|
111
188
|
ID_Delegacion: number;
|
|
112
189
|
}
|
|
113
190
|
|
|
191
|
+
declare class DeleteBaremoFaseDTO {
|
|
192
|
+
ID_Valorizacion: number;
|
|
193
|
+
ID_Trabajo: number;
|
|
194
|
+
ID: string;
|
|
195
|
+
LineaCodigoCub: string;
|
|
196
|
+
ManoObra_Codigo: string;
|
|
197
|
+
}
|
|
198
|
+
|
|
114
199
|
declare class EquipoLogisticaDTO {
|
|
115
200
|
Posicion: number;
|
|
116
201
|
Collection: string;
|
|
@@ -354,15 +439,66 @@ declare class MovimientoAlmacenDTO {
|
|
|
354
439
|
TipoStock: TipoStockStockPersonalDTO;
|
|
355
440
|
}
|
|
356
441
|
|
|
442
|
+
declare class NodoDocDTO {
|
|
443
|
+
label: string;
|
|
444
|
+
Titulo: string;
|
|
445
|
+
Codigo: string;
|
|
446
|
+
Descripcion: string;
|
|
447
|
+
Files: FilesDocDTO[];
|
|
448
|
+
Extension: string[];
|
|
449
|
+
Size: SizeDTO;
|
|
450
|
+
Requerido: boolean;
|
|
451
|
+
CantidadMin: number;
|
|
452
|
+
CantidadMax: number;
|
|
453
|
+
Children: NodoDocDTO[];
|
|
454
|
+
Estado: EstadoDTO;
|
|
455
|
+
}
|
|
456
|
+
|
|
357
457
|
declare class NombreDescripcionDTO {
|
|
358
458
|
Nombre: string;
|
|
359
459
|
Descripcion: string;
|
|
360
460
|
}
|
|
361
461
|
|
|
462
|
+
declare class UsuarioRegistrarDTO {
|
|
463
|
+
NumeroDocumentoIdentidad: string;
|
|
464
|
+
ApellidoPaterno: string;
|
|
465
|
+
ApellidoMaterno: string;
|
|
466
|
+
Nombres: string;
|
|
467
|
+
}
|
|
468
|
+
|
|
469
|
+
declare class PagosECDTO {
|
|
470
|
+
porcentaje: number;
|
|
471
|
+
fecha: Date;
|
|
472
|
+
codigoFecha: string;
|
|
473
|
+
usuario: UsuarioRegistrarDTO;
|
|
474
|
+
nroDocumento: string;
|
|
475
|
+
nroFactura: string;
|
|
476
|
+
}
|
|
477
|
+
|
|
362
478
|
declare class PaisStockPersonalDTO extends CodigoNombreDTO {
|
|
363
479
|
ID_Pais: number;
|
|
364
480
|
}
|
|
365
481
|
|
|
482
|
+
interface PayloadTokenDTO {
|
|
483
|
+
User: string;
|
|
484
|
+
IdUsuario: number;
|
|
485
|
+
Nombres: string;
|
|
486
|
+
ApellidoPaterno: string;
|
|
487
|
+
ApellidoMaterno: string;
|
|
488
|
+
Identificacion: string;
|
|
489
|
+
SuperUsuario: boolean;
|
|
490
|
+
}
|
|
491
|
+
|
|
492
|
+
declare class PeriodoDTO$4 {
|
|
493
|
+
ID_Periodo: number;
|
|
494
|
+
Codigo: string;
|
|
495
|
+
FechaInicio: Date;
|
|
496
|
+
FechaFin?: Date | null;
|
|
497
|
+
FechaMaxima?: Date | null;
|
|
498
|
+
Mes: number;
|
|
499
|
+
Anio: number;
|
|
500
|
+
}
|
|
501
|
+
|
|
366
502
|
declare class PersonalDTO {
|
|
367
503
|
Identificacion: string;
|
|
368
504
|
IdPersonal: number;
|
|
@@ -384,6 +520,13 @@ declare class PersonalLogisticaDTO$1 {
|
|
|
384
520
|
Firma: string;
|
|
385
521
|
}
|
|
386
522
|
|
|
523
|
+
declare class PreciosVigentesDTO {
|
|
524
|
+
ID_PreciosVigentes: number;
|
|
525
|
+
Precio: number;
|
|
526
|
+
Vigencia: VigenciaDTO;
|
|
527
|
+
Estado: EstadoDTO;
|
|
528
|
+
}
|
|
529
|
+
|
|
387
530
|
declare class TipoMovimientoAlmacenDTO {
|
|
388
531
|
ID_TipoMovimientoAlmacen: number;
|
|
389
532
|
Nombre: string;
|
|
@@ -394,13 +537,6 @@ declare class TipoStockStockPersonalDTO {
|
|
|
394
537
|
Nombre: string;
|
|
395
538
|
}
|
|
396
539
|
|
|
397
|
-
declare class UsuarioRegistrarDTO {
|
|
398
|
-
NumeroDocumentoIdentidad: string;
|
|
399
|
-
ApellidoPaterno: string;
|
|
400
|
-
ApellidoMaterno: string;
|
|
401
|
-
Nombres: string;
|
|
402
|
-
}
|
|
403
|
-
|
|
404
540
|
declare class UsuarioLogisticaDTO {
|
|
405
541
|
Guia: UsuarioID_UsuarioDTO;
|
|
406
542
|
Ingreso: UsuarioID_UsuarioDTO;
|
|
@@ -409,132 +545,13 @@ declare class UsuarioLogisticaDTO {
|
|
|
409
545
|
Anulacion: UsuarioID_UsuarioDTO;
|
|
410
546
|
}
|
|
411
547
|
|
|
412
|
-
declare class ZonaTrabajoDTO extends CodigoNombreDTO {
|
|
413
|
-
ID_ZonaTrabajo: number;
|
|
414
|
-
}
|
|
415
|
-
|
|
416
|
-
declare class DatosManoObraGlobalDetalleChileDTO {
|
|
417
|
-
ManoObraBaremo: any;
|
|
418
|
-
}
|
|
419
|
-
|
|
420
|
-
declare class DatosManoObraGlobalDTO {
|
|
421
|
-
Actividad: string;
|
|
422
|
-
Alcance: string;
|
|
423
|
-
Material: any;
|
|
424
|
-
DetalleChile: DatosManoObraGlobalDetalleChileDTO;
|
|
425
|
-
}
|
|
426
|
-
|
|
427
|
-
declare class DatosPrecioEspecialidadDTO {
|
|
428
|
-
Moneda: string;
|
|
429
|
-
Simbolo: string;
|
|
430
|
-
Decimales: number;
|
|
431
|
-
Agencias: any;
|
|
432
|
-
Contratistas: any;
|
|
433
|
-
}
|
|
434
|
-
|
|
435
|
-
declare class DatosUnidadObraMaterialDTO {
|
|
436
|
-
Codigo: string;
|
|
437
|
-
Descripcion: string;
|
|
438
|
-
Materiales: any;
|
|
439
|
-
}
|
|
440
|
-
|
|
441
|
-
declare class DeleteBaremoFaseDTO {
|
|
442
|
-
ID_Valorizacion: number;
|
|
443
|
-
ID_Trabajo: number;
|
|
444
|
-
ID: string;
|
|
445
|
-
LineaCodigoCub: string;
|
|
446
|
-
ManoObra_Codigo: string;
|
|
447
|
-
}
|
|
448
|
-
|
|
449
|
-
interface PayloadTokenDTO {
|
|
450
|
-
User: string;
|
|
451
|
-
IdUsuario: number;
|
|
452
|
-
Nombres: string;
|
|
453
|
-
ApellidoPaterno: string;
|
|
454
|
-
ApellidoMaterno: string;
|
|
455
|
-
Identificacion: string;
|
|
456
|
-
SuperUsuario: boolean;
|
|
457
|
-
}
|
|
458
|
-
|
|
459
|
-
declare class PagosECDTO {
|
|
460
|
-
porcentaje: number;
|
|
461
|
-
fecha: Date;
|
|
462
|
-
codigoFecha: string;
|
|
463
|
-
usuario: UsuarioRegistrarDTO;
|
|
464
|
-
nroDocumento: string;
|
|
465
|
-
nroFactura: string;
|
|
466
|
-
}
|
|
467
|
-
|
|
468
|
-
declare class NodoDocDTO {
|
|
469
|
-
label: string;
|
|
470
|
-
Titulo: string;
|
|
471
|
-
Codigo: string;
|
|
472
|
-
Descripcion: string;
|
|
473
|
-
Files: FilesDocDTO[];
|
|
474
|
-
Extension: string[];
|
|
475
|
-
Size: SizeDTO;
|
|
476
|
-
Requerido: boolean;
|
|
477
|
-
CantidadMin: number;
|
|
478
|
-
CantidadMax: number;
|
|
479
|
-
Children: NodoDocDTO[];
|
|
480
|
-
Estado: EstadoDTO;
|
|
481
|
-
}
|
|
482
|
-
|
|
483
|
-
declare class ContratoOTGeneralDTO {
|
|
484
|
-
ID_ContratoOT: number;
|
|
485
|
-
Codigo: string;
|
|
486
|
-
Descripcion: string;
|
|
487
|
-
Sistema: string;
|
|
488
|
-
}
|
|
489
|
-
|
|
490
|
-
declare class VigenciaDTO {
|
|
491
|
-
FechaInicio: Date;
|
|
492
|
-
FechaFin: Date;
|
|
493
|
-
}
|
|
494
|
-
|
|
495
|
-
declare class PreciosVigentesDTO {
|
|
496
|
-
ID_PreciosVigentes: number;
|
|
497
|
-
Precio: number;
|
|
498
|
-
Vigencia: VigenciaDTO;
|
|
499
|
-
Estado: EstadoDTO;
|
|
500
|
-
}
|
|
501
|
-
|
|
502
548
|
declare class VarianteDTO {
|
|
503
549
|
ID_Variante: number;
|
|
504
550
|
Descripcion: string;
|
|
505
551
|
}
|
|
506
552
|
|
|
507
|
-
declare class
|
|
508
|
-
|
|
509
|
-
Codigo: string;
|
|
510
|
-
Descripcion: string;
|
|
511
|
-
Sistema: string;
|
|
512
|
-
Vigencia: VigenciaDTO;
|
|
513
|
-
CheckPrecioMO: boolean;
|
|
514
|
-
}
|
|
515
|
-
|
|
516
|
-
declare class CodigoRazonSocialDTO {
|
|
517
|
-
Codigo: string;
|
|
518
|
-
RazonSocial: string;
|
|
519
|
-
}
|
|
520
|
-
|
|
521
|
-
declare class AsignacionGomDTO_Old {
|
|
522
|
-
FechaAsignacion: Date;
|
|
523
|
-
Usuario: UsuarioDTO;
|
|
524
|
-
Empresa: CodigoRazonSocialDTO;
|
|
525
|
-
Personal: PersonalDTO[];
|
|
526
|
-
}
|
|
527
|
-
declare class AsignacionGomDTO {
|
|
528
|
-
FechaAsignacion: Date;
|
|
529
|
-
Usuario: UsuarioDTO;
|
|
530
|
-
Empresa: CodigoRazonSocialDTO;
|
|
531
|
-
Personal: PersonalDTO[];
|
|
532
|
-
}
|
|
533
|
-
|
|
534
|
-
declare class DatosReferenciaDTO {
|
|
535
|
-
ID_DatosReferencia: number;
|
|
536
|
-
CD: string;
|
|
537
|
-
Circuito: string;
|
|
553
|
+
declare class ZonaTrabajoDTO extends CodigoNombreDTO {
|
|
554
|
+
ID_ZonaTrabajo: number;
|
|
538
555
|
}
|
|
539
556
|
|
|
540
557
|
declare class MailStructureENTITY {
|
|
@@ -752,6 +769,14 @@ declare class TipoClaveENTITY {
|
|
|
752
769
|
Estado: EstadoDTO;
|
|
753
770
|
}
|
|
754
771
|
|
|
772
|
+
declare class ReservaMaterialBaseENTITY {
|
|
773
|
+
ID_Reserva: number;
|
|
774
|
+
ID_GOM: number;
|
|
775
|
+
GOM: string;
|
|
776
|
+
Item: any[];
|
|
777
|
+
Fecha: Date;
|
|
778
|
+
}
|
|
779
|
+
|
|
755
780
|
declare class DatosItemDTO {
|
|
756
781
|
Tipo: string;
|
|
757
782
|
Valor: number;
|
|
@@ -862,16 +887,12 @@ declare class ReservaENTITY_old {
|
|
|
862
887
|
DatosReferencia: DatosReferenciaDTO[];
|
|
863
888
|
Bitacora: BitacoraDTO[];
|
|
864
889
|
}
|
|
865
|
-
declare class ReservaENTITY {
|
|
866
|
-
ID_Reserva: number;
|
|
867
|
-
ID_GOM: string;
|
|
868
|
-
GOM: string;
|
|
890
|
+
declare class ReservaENTITY extends ReservaMaterialBaseENTITY {
|
|
869
891
|
Pais: CodigoNombreDTO;
|
|
870
892
|
Delegacion: CodigoNombreDTO;
|
|
871
893
|
Ultima_Asignacion: AsignacionGomDTO;
|
|
872
894
|
Asignaciones: AsignacionGomDTO[];
|
|
873
895
|
Item: ItemDTO[];
|
|
874
|
-
Fecha: Date;
|
|
875
896
|
Movimiento: string;
|
|
876
897
|
Almacen: AlmacenDTO;
|
|
877
898
|
Ultimo_Estado_Interno: EstadoInternoDTO;
|
|
@@ -881,6 +902,58 @@ declare class ReservaENTITY {
|
|
|
881
902
|
Bitacora: BitacoraDTO[];
|
|
882
903
|
}
|
|
883
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
|
+
|
|
884
957
|
declare class WBEDTO {
|
|
885
958
|
ID_WBE: number;
|
|
886
959
|
CodigoWBE: string;
|
|
@@ -943,25 +1016,91 @@ declare class DatosCatalogoMODTO {
|
|
|
943
1016
|
DatosUnidadObraMaterial: DatosUnidadObraMaterialDTO;
|
|
944
1017
|
}
|
|
945
1018
|
|
|
946
|
-
declare class ReservaManoObraENTITY {
|
|
947
|
-
ID_ManoObra: number;
|
|
948
|
-
ID_GOM: string;
|
|
949
|
-
GOM: string;
|
|
1019
|
+
declare class ReservaManoObraENTITY extends ReservaManoObraBaseENTITY {
|
|
950
1020
|
Pais: CodigoNombreDTO;
|
|
951
1021
|
Delegacion: CodigoNombreDTO;
|
|
952
1022
|
Ultima_Asignacion: AsignacionGomDTO;
|
|
953
1023
|
Asignaciones: AsignacionGomDTO[];
|
|
954
|
-
Valorizacion: ValorizacionManoObraDTO[];
|
|
955
|
-
Fecha: Date;
|
|
956
1024
|
Movimiento: string;
|
|
957
1025
|
Almacen: AlmacenDTO;
|
|
958
1026
|
Zona: string;
|
|
959
1027
|
DatosReferencia: DatosReferenciaDTO[];
|
|
960
1028
|
Bitacora: BitacoraDTO[];
|
|
1029
|
+
Valorizacion: ValorizacionManoObraDTO[];
|
|
961
1030
|
Ultimo_Estado_Interno: EstadoInternoDTO;
|
|
962
1031
|
Estados_Internos: EstadoInternoDTO[];
|
|
963
1032
|
}
|
|
964
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;
|
|
1057
|
+
CanMOCub: number;
|
|
1058
|
+
CanMOInf: number;
|
|
1059
|
+
CanMOApr: number;
|
|
1060
|
+
CanUOCub: number;
|
|
1061
|
+
CanUOInf: number;
|
|
1062
|
+
TotalUO: number;
|
|
1063
|
+
CanUOApr: number;
|
|
1064
|
+
Origen: number;
|
|
1065
|
+
CodigoBarra: string;
|
|
1066
|
+
PuntoBaremo: number;
|
|
1067
|
+
}
|
|
1068
|
+
|
|
1069
|
+
declare class ReservaMODatosCatalogoMODTO {
|
|
1070
|
+
DatosManoObraGlobal: DatosManoObraGlobalDTO;
|
|
1071
|
+
DatosPrecioEspecialidad: DatosPrecioEspecialidadDTO;
|
|
1072
|
+
DatosUnidadObraMaterial: DatosUnidadObraMaterialDTO;
|
|
1073
|
+
}
|
|
1074
|
+
|
|
1075
|
+
declare class ReservaMOValorizacionManoObraDTO {
|
|
1076
|
+
Amap: number;
|
|
1077
|
+
Cantidad: number;
|
|
1078
|
+
CantidadUsado: number;
|
|
1079
|
+
CantidadTransito: number;
|
|
1080
|
+
CantidadAprobada: number;
|
|
1081
|
+
Codigo: string;
|
|
1082
|
+
Descripcion: string;
|
|
1083
|
+
Estado: number;
|
|
1084
|
+
Precio: number;
|
|
1085
|
+
Total: number;
|
|
1086
|
+
Unidad: string;
|
|
1087
|
+
Moneda: string;
|
|
1088
|
+
Simbolo: string;
|
|
1089
|
+
Decimales: number;
|
|
1090
|
+
WBE: ReservaMOWBEDTO;
|
|
1091
|
+
DetalleChile: ReservaMODetalleChileValorizacionManoObraDTO;
|
|
1092
|
+
CantidadUO: number;
|
|
1093
|
+
CantidadUOUsado: number;
|
|
1094
|
+
CantidadUOTransito: number;
|
|
1095
|
+
CantidadUOAprobada: number;
|
|
1096
|
+
Cantidades: never[];
|
|
1097
|
+
DatosCatalogoMO: ReservaMODatosCatalogoMODTO;
|
|
1098
|
+
}
|
|
1099
|
+
|
|
1100
|
+
declare class ReservaManoObraChileENTITY extends ReservaManoObraBaseENTITY {
|
|
1101
|
+
Valorizacion: ReservaMOValorizacionManoObraDTO[];
|
|
1102
|
+
}
|
|
1103
|
+
|
|
965
1104
|
declare class EmpresaProduccionDTO {
|
|
966
1105
|
CodigoEmpresa: string;
|
|
967
1106
|
DescripcionEmpresa: string;
|
|
@@ -1015,44 +1154,19 @@ declare class ReservaManoObraRegularizacionENTITY {
|
|
|
1015
1154
|
Bitacora: BitacoraDTO[];
|
|
1016
1155
|
}
|
|
1017
1156
|
|
|
1018
|
-
declare class ContrataDTO$1 {
|
|
1019
|
-
FechaRegistro: Date;
|
|
1020
|
-
Ultimo_Estado_Interno: EstadoInternoDTO;
|
|
1021
|
-
Estados_Internos: EstadoInternoDTO[];
|
|
1022
|
-
}
|
|
1023
|
-
|
|
1024
|
-
declare class PeriodoDTO$4 {
|
|
1025
|
-
ID_Periodo: number;
|
|
1026
|
-
Codigo: string;
|
|
1027
|
-
FechaInicio: Date;
|
|
1028
|
-
FechaFin?: Date | null;
|
|
1029
|
-
FechaMaxima?: Date | null;
|
|
1030
|
-
Mes: number;
|
|
1031
|
-
Anio: number;
|
|
1032
|
-
}
|
|
1033
|
-
|
|
1034
1157
|
declare class CertificacionProduccionDTO$1 {
|
|
1035
1158
|
Mes: number;
|
|
1036
1159
|
Anio: number;
|
|
1037
1160
|
UltimoPeriodo: PeriodoDTO$4;
|
|
1161
|
+
Periodos: PeriodoDTO$4[];
|
|
1038
1162
|
UsuarioEdicion: UsuarioEdicionDTO;
|
|
1039
1163
|
FechaRegistro: Date;
|
|
1040
1164
|
}
|
|
1041
1165
|
|
|
1042
|
-
declare class
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
|
|
1046
|
-
Estado: EstadoDTO;
|
|
1047
|
-
UnidadMedida: UnidadMedidaDTO$2;
|
|
1048
|
-
Cantidad: number;
|
|
1049
|
-
CantidadStock: number;
|
|
1050
|
-
CantidadSinStock: number;
|
|
1051
|
-
CantidadReutilizada: number;
|
|
1052
|
-
CantidadContratista: number;
|
|
1053
|
-
CantidadInformada: number;
|
|
1054
|
-
Accion: CodigoDescripcionDTO;
|
|
1055
|
-
Motivo: CodigoDescripcionDTO;
|
|
1166
|
+
declare class ContrataDTO$1 {
|
|
1167
|
+
FechaRegistro: Date;
|
|
1168
|
+
Ultimo_Estado_Interno: EstadoInternoDTO;
|
|
1169
|
+
Estados_Internos: EstadoInternoDTO[];
|
|
1056
1170
|
}
|
|
1057
1171
|
|
|
1058
1172
|
declare class DetalleChileDTO$1 {
|
|
@@ -1084,6 +1198,17 @@ declare class DetalleChileDTO$1 {
|
|
|
1084
1198
|
PuntoBaremo: number;
|
|
1085
1199
|
}
|
|
1086
1200
|
|
|
1201
|
+
declare class EstadoHPListDTO$2 {
|
|
1202
|
+
Estado: boolean;
|
|
1203
|
+
Especialidad: string;
|
|
1204
|
+
}
|
|
1205
|
+
|
|
1206
|
+
declare class FotosSSTDTO$1 {
|
|
1207
|
+
Titulo: string;
|
|
1208
|
+
Descripcion: string;
|
|
1209
|
+
Foto: FotosDTO;
|
|
1210
|
+
}
|
|
1211
|
+
|
|
1087
1212
|
declare class HomePassDTO$1 {
|
|
1088
1213
|
ID_HPListMO: number;
|
|
1089
1214
|
Type: string;
|
|
@@ -1097,6 +1222,36 @@ declare class HomePassDTO$1 {
|
|
|
1097
1222
|
HouseNumbreComplement: string;
|
|
1098
1223
|
}
|
|
1099
1224
|
|
|
1225
|
+
declare class MaterialesDTO$1 {
|
|
1226
|
+
Codigo: string;
|
|
1227
|
+
CodigoLlave: string;
|
|
1228
|
+
Descripcion: string;
|
|
1229
|
+
Estado: EstadoDTO;
|
|
1230
|
+
UnidadMedida: UnidadMedidaDTO$2;
|
|
1231
|
+
Cantidad: number;
|
|
1232
|
+
CantidadStock: number;
|
|
1233
|
+
CantidadSinStock: number;
|
|
1234
|
+
CantidadReutilizada: number;
|
|
1235
|
+
CantidadContratista: number;
|
|
1236
|
+
CantidadInformada: number;
|
|
1237
|
+
Accion: CodigoDescripcionDTO;
|
|
1238
|
+
Motivo: CodigoDescripcionDTO;
|
|
1239
|
+
}
|
|
1240
|
+
|
|
1241
|
+
declare class ParteDiarioDTO$1 {
|
|
1242
|
+
Codigo: string;
|
|
1243
|
+
Fecha: Date;
|
|
1244
|
+
Fotos_SST: FotosSSTDTO$1[];
|
|
1245
|
+
Valorizaciones: number[];
|
|
1246
|
+
Personal: PersonalDTO[];
|
|
1247
|
+
Lider: PersonalDTO;
|
|
1248
|
+
UsuarioEdicion: UsuarioDTO;
|
|
1249
|
+
UsuarioAprobacion: UsuarioDTO;
|
|
1250
|
+
Novedad: string;
|
|
1251
|
+
UltimoEstadoInterno: EstadoInternoDTO;
|
|
1252
|
+
EstadosInternos: EstadoInternoDTO[];
|
|
1253
|
+
}
|
|
1254
|
+
|
|
1100
1255
|
declare class SubManoObraDTO$1 {
|
|
1101
1256
|
Codigo: string;
|
|
1102
1257
|
Nombre: string;
|
|
@@ -1106,6 +1261,22 @@ declare class SubManoObraDTO$1 {
|
|
|
1106
1261
|
Estado: EstadoDTO;
|
|
1107
1262
|
}
|
|
1108
1263
|
|
|
1264
|
+
declare class TurnoDTO$1 {
|
|
1265
|
+
Codigo: string;
|
|
1266
|
+
Hora_Fin: number;
|
|
1267
|
+
Hora_Inicio: number;
|
|
1268
|
+
}
|
|
1269
|
+
|
|
1270
|
+
declare class UbicacionDTO$1 {
|
|
1271
|
+
ID_Direccion: number;
|
|
1272
|
+
Direccion: string;
|
|
1273
|
+
Localidad_Descrip: string;
|
|
1274
|
+
Coordenadas: CoordenadasDTO;
|
|
1275
|
+
Municipio: string;
|
|
1276
|
+
Zona: string;
|
|
1277
|
+
Tipo_Zona: string;
|
|
1278
|
+
}
|
|
1279
|
+
|
|
1109
1280
|
declare class ValorizacionDTO {
|
|
1110
1281
|
ID_Valorizacion: number;
|
|
1111
1282
|
Amap: number;
|
|
@@ -1113,7 +1284,6 @@ declare class ValorizacionDTO {
|
|
|
1113
1284
|
CantidadUO: number;
|
|
1114
1285
|
Codigo: string;
|
|
1115
1286
|
Descripcion: string;
|
|
1116
|
-
Contrata: ContrataDTO$1;
|
|
1117
1287
|
Certificacion: CertificacionProduccionDTO$1;
|
|
1118
1288
|
Produccion: CertificacionProduccionDTO$1;
|
|
1119
1289
|
Ultimo_Estado_Interno: EstadoInternoDTO;
|
|
@@ -1141,11 +1311,6 @@ declare class ValorizacionDTO {
|
|
|
1141
1311
|
TotalContrata: number;
|
|
1142
1312
|
}
|
|
1143
1313
|
|
|
1144
|
-
declare class EstadoHPListDTO$2 {
|
|
1145
|
-
Estado: boolean;
|
|
1146
|
-
Especialidad: string;
|
|
1147
|
-
}
|
|
1148
|
-
|
|
1149
1314
|
declare class Ultima_PreLiquidacionDTO {
|
|
1150
1315
|
Personal: PersonalDTO;
|
|
1151
1316
|
Valorizacion: ValorizacionDTO[];
|
|
@@ -1155,12 +1320,6 @@ declare class Ultima_PreLiquidacionDTO {
|
|
|
1155
1320
|
Asfaltado: EstadoHPListDTO$2;
|
|
1156
1321
|
}
|
|
1157
1322
|
|
|
1158
|
-
declare class TurnoDTO$1 {
|
|
1159
|
-
Codigo: string;
|
|
1160
|
-
Hora_Fin: number;
|
|
1161
|
-
Hora_Inicio: number;
|
|
1162
|
-
}
|
|
1163
|
-
|
|
1164
1323
|
declare class ValorizacionesDTO$1 {
|
|
1165
1324
|
ID_AsignacionValorizacion: number;
|
|
1166
1325
|
ID_Amap: number;
|
|
@@ -1189,36 +1348,6 @@ declare class Ultima_asignacionDTO$1 {
|
|
|
1189
1348
|
Valorizaciones: ValorizacionesDTO$1[];
|
|
1190
1349
|
}
|
|
1191
1350
|
|
|
1192
|
-
declare class FotosSSTDTO$1 {
|
|
1193
|
-
Titulo: string;
|
|
1194
|
-
Descripcion: string;
|
|
1195
|
-
Foto: FotosDTO;
|
|
1196
|
-
}
|
|
1197
|
-
|
|
1198
|
-
declare class ParteDiarioDTO$1 {
|
|
1199
|
-
Codigo: string;
|
|
1200
|
-
Fecha: Date;
|
|
1201
|
-
Fotos_SST: FotosSSTDTO$1[];
|
|
1202
|
-
Valorizaciones: number[];
|
|
1203
|
-
Personal: PersonalDTO[];
|
|
1204
|
-
Lider: PersonalDTO;
|
|
1205
|
-
UsuarioEdicion: UsuarioDTO;
|
|
1206
|
-
UsuarioAprobacion: UsuarioDTO;
|
|
1207
|
-
Novedad: string;
|
|
1208
|
-
UltimoEstadoInterno: EstadoInternoDTO;
|
|
1209
|
-
EstadosInternos: EstadoInternoDTO[];
|
|
1210
|
-
}
|
|
1211
|
-
|
|
1212
|
-
declare class UbicacionDTO$1 {
|
|
1213
|
-
ID_Direccion: number;
|
|
1214
|
-
Direccion: string;
|
|
1215
|
-
Localidad_Descrip: string;
|
|
1216
|
-
Coordenadas: CoordenadasDTO;
|
|
1217
|
-
Municipio: string;
|
|
1218
|
-
Zona: string;
|
|
1219
|
-
Tipo_Zona: string;
|
|
1220
|
-
}
|
|
1221
|
-
|
|
1222
1351
|
declare class TrabajoENTITY {
|
|
1223
1352
|
ID_Trabajo: number;
|
|
1224
1353
|
ID_GOM: number;
|
|
@@ -1603,7 +1732,7 @@ declare class EstadoInternoWithoutSubstateDTO {
|
|
|
1603
1732
|
Descripcion: string;
|
|
1604
1733
|
Icono: string;
|
|
1605
1734
|
Color: string;
|
|
1606
|
-
Orden:
|
|
1735
|
+
Orden: number;
|
|
1607
1736
|
ColorFondo: string;
|
|
1608
1737
|
Tipo: string;
|
|
1609
1738
|
UsuarioEdicion: UsuarioEdicionDTO;
|
|
@@ -1620,12 +1749,18 @@ declare class DetalleChileObraDTO {
|
|
|
1620
1749
|
inioe: Date;
|
|
1621
1750
|
finoe: Date;
|
|
1622
1751
|
PE: string;
|
|
1752
|
+
ITOCTC: string;
|
|
1623
1753
|
central: string;
|
|
1624
1754
|
cliente: string;
|
|
1755
|
+
Direccion: string;
|
|
1625
1756
|
comuna: string;
|
|
1626
1757
|
nombreproyecto: string;
|
|
1758
|
+
ito: string;
|
|
1759
|
+
red: string;
|
|
1627
1760
|
PEP2: string;
|
|
1628
1761
|
PEP1: string;
|
|
1762
|
+
GESTOR: string;
|
|
1763
|
+
ActaFinal: ActaFinalCubicacionSharedDTO;
|
|
1629
1764
|
CostoTotal: number;
|
|
1630
1765
|
Historico: HistoricoDTO[];
|
|
1631
1766
|
UltimoEstadoCliente: EstadoInternoWithoutSubstateDTO;
|
|
@@ -2157,50 +2292,9 @@ declare class CubicajeENTITY {
|
|
|
2157
2292
|
Actividad: string;
|
|
2158
2293
|
}
|
|
2159
2294
|
|
|
2160
|
-
declare class
|
|
2161
|
-
Precio: number;
|
|
2162
|
-
Moneda: string;
|
|
2163
|
-
Simbolo: string;
|
|
2164
|
-
Decimales: number;
|
|
2165
|
-
}
|
|
2166
|
-
|
|
2167
|
-
declare class GOM_DatosMateriales_DatosCatalogoItem {
|
|
2168
|
-
DatosPrecioMaterial: GOM_DatosMateriales_DatosCatalogoItemDatosPrecioMaterial;
|
|
2169
|
-
}
|
|
2170
|
-
|
|
2171
|
-
declare class GOMDatosMaterialesVarianteDTO {
|
|
2172
|
-
ID_Variante: number;
|
|
2173
|
-
Descripcion: string;
|
|
2174
|
-
}
|
|
2175
|
-
|
|
2176
|
-
declare class GOMEmpresaDTO {
|
|
2177
|
-
Codigo: string;
|
|
2178
|
-
RazonSocial: string;
|
|
2179
|
-
}
|
|
2180
|
-
|
|
2181
|
-
declare class GOMDatosMaterialesDTO {
|
|
2182
|
-
ID_Item: number;
|
|
2183
|
-
Empresa: GOMEmpresaDTO;
|
|
2184
|
-
Codigo: string;
|
|
2185
|
-
Nombre: string;
|
|
2186
|
-
Descripcion: string;
|
|
2187
|
-
Variante: GOMDatosMaterialesVarianteDTO;
|
|
2188
|
-
UnidadMedida: UnidadMedidaDTO$2;
|
|
2189
|
-
Ind_SB: string;
|
|
2190
|
-
Lote: string;
|
|
2295
|
+
declare class GomDatosManoObraCantidadDTO {
|
|
2191
2296
|
Cantidad: number;
|
|
2192
|
-
|
|
2193
|
-
CantidadUsados: number;
|
|
2194
|
-
CantidadDevolucion: number;
|
|
2195
|
-
CantidadAprobada: number;
|
|
2196
|
-
POS: number;
|
|
2197
|
-
Valor: number;
|
|
2198
|
-
Total: number;
|
|
2199
|
-
Moneda: string;
|
|
2200
|
-
Simbolo: string;
|
|
2201
|
-
Decimales: number;
|
|
2202
|
-
Cantidades: any[];
|
|
2203
|
-
DatosCatalogoItem: GOM_DatosMateriales_DatosCatalogoItem;
|
|
2297
|
+
Fecha: Date;
|
|
2204
2298
|
}
|
|
2205
2299
|
|
|
2206
2300
|
declare class GOMDatosManoObraDetalleChileDTO {
|
|
@@ -2257,117 +2351,38 @@ declare class GOMDatosManoObraDTO {
|
|
|
2257
2351
|
CantidadUOUsado: number;
|
|
2258
2352
|
CantidadUOTransito: number;
|
|
2259
2353
|
CantidadUOAprobada: number;
|
|
2260
|
-
Cantidades:
|
|
2354
|
+
Cantidades: GomDatosManoObraCantidadDTO[];
|
|
2261
2355
|
DatosCatalogoMO: GOMDatosManoObraDatosCatalogoMODTO;
|
|
2262
2356
|
}
|
|
2263
2357
|
|
|
2264
|
-
declare class
|
|
2265
|
-
ID_GOM: number;
|
|
2266
|
-
GOM: string;
|
|
2267
|
-
ID_incidencia: number;
|
|
2268
|
-
AreaGOM: string;
|
|
2269
|
-
ZonaAsignada: string;
|
|
2270
|
-
DatosMateriales: GOMDatosMaterialesDTO[];
|
|
2271
|
-
DatosManoObra: GOMDatosManoObraDTO[];
|
|
2272
|
-
Fecha: Date;
|
|
2273
|
-
Puntos: any[];
|
|
2274
|
-
DatosPuntos: any[];
|
|
2275
|
-
Ultimo_Estado_Interno: EstadoInternoDTO;
|
|
2276
|
-
Novedades: any[];
|
|
2277
|
-
Anexos: any[];
|
|
2278
|
-
Estados_Internos: EstadoInternoDTO[];
|
|
2279
|
-
}
|
|
2280
|
-
|
|
2281
|
-
declare class ReservaMOWBEDTO {
|
|
2282
|
-
ID_WBE: number;
|
|
2283
|
-
CodigoWBE: string;
|
|
2284
|
-
DescripcionWBE: string;
|
|
2285
|
-
}
|
|
2286
|
-
|
|
2287
|
-
declare class ReservaMODetalleChileValorizacionManoObraDTO {
|
|
2288
|
-
Codigo: string;
|
|
2289
|
-
Linea: string;
|
|
2290
|
-
DirDesde: string;
|
|
2291
|
-
AltDesde: string;
|
|
2292
|
-
DirHasta: string;
|
|
2293
|
-
AltHasta: string;
|
|
2294
|
-
Plano: string;
|
|
2295
|
-
Especialidad: CodigoNombreDTO;
|
|
2296
|
-
Actividad: CodigoNombreDTO;
|
|
2297
|
-
Clave: CodigoNombreDTO;
|
|
2298
|
-
Tarea: string;
|
|
2299
|
-
ManoObra: CodigoNombreUMDTO;
|
|
2300
|
-
UnidadObra: CodigoNombreUMDTO;
|
|
2301
|
-
HomePass: CodigoNombreDTO;
|
|
2302
|
-
LineaCodigoCub: string;
|
|
2303
|
-
CodigoCub: string;
|
|
2304
|
-
CanMOCub: number;
|
|
2305
|
-
CanMOInf: number;
|
|
2306
|
-
CanMOApr: number;
|
|
2307
|
-
CanUOCub: number;
|
|
2308
|
-
CanUOInf: number;
|
|
2309
|
-
TotalUO: number;
|
|
2310
|
-
CanUOApr: number;
|
|
2311
|
-
Origen: number;
|
|
2312
|
-
CodigoBarra: string;
|
|
2313
|
-
PuntoBaremo: number;
|
|
2314
|
-
}
|
|
2315
|
-
|
|
2316
|
-
declare class ReservaMODatosCatalogoMODTO {
|
|
2317
|
-
DatosManoObraGlobal: DatosManoObraGlobalDTO;
|
|
2318
|
-
DatosPrecioEspecialidad: DatosPrecioEspecialidadDTO;
|
|
2319
|
-
DatosUnidadObraMaterial: DatosUnidadObraMaterialDTO;
|
|
2320
|
-
}
|
|
2321
|
-
|
|
2322
|
-
declare class ReservaMOValorizacionManoObraDTO {
|
|
2323
|
-
Amap: number;
|
|
2324
|
-
Cantidad: number;
|
|
2325
|
-
CantidadUsado: number;
|
|
2326
|
-
CantidadTransito: number;
|
|
2327
|
-
CantidadAprobada: number;
|
|
2328
|
-
Codigo: string;
|
|
2329
|
-
Descripcion: string;
|
|
2330
|
-
Estado: number;
|
|
2358
|
+
declare class GOM_DatosMateriales_DatosCatalogoItemDatosPrecioMaterial {
|
|
2331
2359
|
Precio: number;
|
|
2332
|
-
Total: number;
|
|
2333
|
-
Unidad: string;
|
|
2334
2360
|
Moneda: string;
|
|
2335
2361
|
Simbolo: string;
|
|
2336
2362
|
Decimales: number;
|
|
2337
|
-
WBE: ReservaMOWBEDTO;
|
|
2338
|
-
DetalleChile: ReservaMODetalleChileValorizacionManoObraDTO;
|
|
2339
|
-
CantidadUO: number;
|
|
2340
|
-
CantidadUOUsado: number;
|
|
2341
|
-
CantidadUOTransito: number;
|
|
2342
|
-
CantidadUOAprobada: number;
|
|
2343
|
-
Cantidades: never[];
|
|
2344
|
-
DatosCatalogoMO: ReservaMODatosCatalogoMODTO;
|
|
2345
2363
|
}
|
|
2346
2364
|
|
|
2347
|
-
declare class
|
|
2348
|
-
|
|
2349
|
-
|
|
2350
|
-
GOM: string;
|
|
2351
|
-
Valorizacion: ReservaMOValorizacionManoObraDTO[];
|
|
2352
|
-
Fecha: Date;
|
|
2365
|
+
declare class GOMDatosMaterialesVarianteDTO {
|
|
2366
|
+
ID_Variante: number;
|
|
2367
|
+
Descripcion: string;
|
|
2353
2368
|
}
|
|
2354
2369
|
|
|
2355
|
-
declare class
|
|
2356
|
-
DatosPrecioMaterial:
|
|
2370
|
+
declare class GOM_DatosMateriales_DatosCatalogoItem {
|
|
2371
|
+
DatosPrecioMaterial: GOM_DatosMateriales_DatosCatalogoItemDatosPrecioMaterial;
|
|
2357
2372
|
}
|
|
2358
|
-
|
|
2359
|
-
|
|
2360
|
-
|
|
2361
|
-
|
|
2362
|
-
Decimales: number;
|
|
2373
|
+
|
|
2374
|
+
declare class GOMEmpresaDTO {
|
|
2375
|
+
Codigo: string;
|
|
2376
|
+
RazonSocial: string;
|
|
2363
2377
|
}
|
|
2364
2378
|
|
|
2365
|
-
declare class
|
|
2379
|
+
declare class GOMDatosMaterialesDTO {
|
|
2366
2380
|
ID_Item: number;
|
|
2381
|
+
Empresa: GOMEmpresaDTO;
|
|
2367
2382
|
Codigo: string;
|
|
2368
2383
|
Nombre: string;
|
|
2369
2384
|
Descripcion: string;
|
|
2370
|
-
Variante:
|
|
2385
|
+
Variante: GOMDatosMaterialesVarianteDTO;
|
|
2371
2386
|
UnidadMedida: UnidadMedidaDTO$2;
|
|
2372
2387
|
Ind_SB: string;
|
|
2373
2388
|
Lote: string;
|
|
@@ -2378,26 +2393,47 @@ declare class ReservaMaterialItemDTO {
|
|
|
2378
2393
|
CantidadAprobada: number;
|
|
2379
2394
|
POS: number;
|
|
2380
2395
|
Valor: number;
|
|
2381
|
-
WBE: WBEDTO$1;
|
|
2382
2396
|
Total: number;
|
|
2383
2397
|
Moneda: string;
|
|
2384
2398
|
Simbolo: string;
|
|
2385
2399
|
Decimales: number;
|
|
2386
|
-
Cantidades:
|
|
2387
|
-
DatosCatalogoItem:
|
|
2400
|
+
Cantidades: GomDatosManoObraCantidadDTO[];
|
|
2401
|
+
DatosCatalogoItem: GOM_DatosMateriales_DatosCatalogoItem;
|
|
2388
2402
|
}
|
|
2389
2403
|
|
|
2390
|
-
declare class
|
|
2391
|
-
|
|
2392
|
-
|
|
2393
|
-
|
|
2394
|
-
|
|
2404
|
+
declare class GomNovedadesTipoNovedadDTO {
|
|
2405
|
+
ID_TipoNovedad: number;
|
|
2406
|
+
Codigo: string;
|
|
2407
|
+
Descripcion: string;
|
|
2408
|
+
Estado: EstadoDTO;
|
|
2409
|
+
Pais: CodigoNombreDTO;
|
|
2410
|
+
Bitacora: BitacoraDTO[];
|
|
2411
|
+
}
|
|
2412
|
+
|
|
2413
|
+
declare class GomNovedadesDTO {
|
|
2414
|
+
ID_Novedad: number;
|
|
2415
|
+
ID_Trabajo: number;
|
|
2395
2416
|
Fecha: Date;
|
|
2417
|
+
Novedad: string;
|
|
2418
|
+
Usuario: UsuarioDTO;
|
|
2419
|
+
TipoNovedad: GomNovedadesTipoNovedadDTO;
|
|
2396
2420
|
}
|
|
2397
2421
|
|
|
2398
|
-
declare class
|
|
2399
|
-
|
|
2400
|
-
|
|
2422
|
+
declare class GomENTITY {
|
|
2423
|
+
ID_GOM: number;
|
|
2424
|
+
GOM: string;
|
|
2425
|
+
ID_incidencia: number;
|
|
2426
|
+
AreaGOM: string;
|
|
2427
|
+
ZonaAsignada: string;
|
|
2428
|
+
DatosMateriales: GOMDatosMaterialesDTO[];
|
|
2429
|
+
DatosManoObra: GOMDatosManoObraDTO[];
|
|
2430
|
+
Fecha: Date;
|
|
2431
|
+
Puntos: any[];
|
|
2432
|
+
DatosPuntos: any[];
|
|
2433
|
+
Ultimo_Estado_Interno: EstadoInternoDTO;
|
|
2434
|
+
Novedades: GomNovedadesDTO[];
|
|
2435
|
+
Anexos: FilesDocDTO[];
|
|
2436
|
+
Estados_Internos: EstadoInternoDTO[];
|
|
2401
2437
|
}
|
|
2402
2438
|
|
|
2403
2439
|
declare class ActaFinalCubicacionDTO {
|
|
@@ -4398,4 +4434,4 @@ declare class ISheetsJsonChileTdC {
|
|
|
4398
4434
|
Coordenadas: IDataSheetCoordenadas[];
|
|
4399
4435
|
}
|
|
4400
4436
|
|
|
4401
|
-
export { ActaFinalCubicacionDTO, 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, 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, DatosItemDTO, DatosManoObraGlobalDTO, DatosManoObraGlobalDetalleChileDTO, DatosPrecioEspecialidadDTO, DatosPrecioMaterialDTO, DatosPrecioMaterialDTO_Old, DatosReferenciaDTO, DatosTrabajoCatalogoDTO, DatosTrabajoUsuarioDTO, DatosTransportistaChileDTO, DatosTransportistaDTO, DatosUnidadObraMaterialDTO, DelegacionDTO, DelegacionZonalesDTO, DeleteBaremoFaseDTO, DestinatarioDTO, DetalleChileObraDTO, DetalleChileValorizacionManoObraDTO, DetalleChileValorizacionManoObraRegularizacionDTO, DetalleCubicajeDTO, DetalleDTO, DetalleManoObraChileDTO, DetalleSalidaAlmacenDTO, DevolucionAlmacenENTITY, 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, GOMDatosManoObraDTO, GOMDatosManoObraDetalleChileDTO, GOMDatosMaterialesDTO, GOMDatosMaterialesVarianteDTO, GOMEmpresaDTO, GOM_DatosMateriales_DatosCatalogoItem, GOM_DatosMateriales_DatosCatalogoItemDatosPrecioMaterial, GomENTITY, GranFamiliaItemDTO, GrupoEmpresaDTO, HPListAsignacionDTO, HPListDTO, HistorialCubicacionDTO, HistoricoDTO, HistoricoEmpresasDTO, HitoDTO, IDataSheetCoordenadas, IDataSheetLineasTdC, IDataSheetMateriales, IDataSheetMedidores, IDataSheetTdC, IDataSheetTiemposCumplimentados, ISheetsJsonChileTdC, IncidenciasChileDTO, IncidenciasDTO, IngresoAlmacenENTITY, InventarioDTO, InventarioLiqDTO, InventarioValDTO, ItemCantidadesDTO, ItemDTO, ItemDTO_old, ItemDetalleLogisticaDTO, ItemDetallePMDTO, ItemENTITY, ItemLogisticaDTO, KeyIntegracionENTITY, LiberacionDePagosAlemaniaENTITY, LiquidadaTOAENTITY, LogAlmacenDTO, LogDTO, LogModificarDTO, LogRegisterDTO, LoteDTO$1 as LoteDTO, MacroObraChileENTITY, MacroObraENTITY, MailStructureENTITY, ManoObraBaremoDTO, ManoObraGlobalENTITY, ManoObraGlobalPCMODTO, ManoObraLiberacionPagosDTO, MarcaDTO, MaterialMOGlobalDTO, 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, PeriodoENTITY, PeriodoLiberacionPagosDTO, PermisosAppDTO, PersonalDTO, PersonalENTITY, PersonalLogisticaDTO$1 as PersonalLogisticaDTO, PrecioContratistaMOAL02ENTITY, PrecioContratistaMOAL04ENTITY, PrecioContratistaMOENTITY, PrecioEspecialidadENTITY, PrecioMaterialENTITY, PreciosDTO, PreciosVigentesDTO, PresupuestadoTotalObraChilaDTO, PresupuestadoTotalObraDTO, PresupuestadoTotalObraEmpresaCuadrillaDTO, PresupuestadoTotalObraEmpresaDTO, PrioridadNotificacion, ProdCursoBaremoFasesCuadrillaDTO, ProdCursoBaremoFasesManoObraDTO, ProdCursoBaremoFasesPeriodoDTO, ProdCursoBaremoFasesUltimaFaseDTO, ProdCursoBaremoFasesUltimoEstadoInternoDTO, ProductosServiciosLiqDTO, ProductosServiciosValDTO, ProfileDTO, RMItemDatosCatalogoItemDTO, RMItemDatosCatalogoItemDatosPrecioMaterialDTO, RM_ZonasActividadENTITY, RegularizacionPositivaNegativaDTO, RepresentanteLegalDTO, ReservaENTITY, ReservaENTITY_old, ReservaMODatosCatalogoMODTO, ReservaMODetalleChileValorizacionManoObraDTO, ReservaMOValorizacionManoObraDTO, ReservaMOWBEDTO, ReservaManoObraENTITY, ReservaManoObraRegularizacionENTITY,
|
|
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, DatosItemDTO, DatosManoObraGlobalDTO, DatosManoObraGlobalDetalleChileDTO, DatosPrecioEspecialidadDTO, DatosPrecioMaterialDTO, DatosPrecioMaterialDTO_Old, DatosReferenciaDTO, DatosTrabajoCatalogoDTO, DatosTrabajoUsuarioDTO, DatosTransportistaChileDTO, DatosTransportistaDTO, DatosUnidadObraMaterialDTO, DelegacionDTO, DelegacionZonalesDTO, DeleteBaremoFaseDTO, DestinatarioDTO, DetalleChileDTO$1 as DetalleChileDTO, DetalleChileObraDTO, DetalleChileValorizacionManoObraDTO, DetalleChileValorizacionManoObraRegularizacionDTO, DetalleCubicajeDTO, DetalleDTO, DetalleManoObraChileDTO, DetalleSalidaAlmacenDTO, DevolucionAlmacenENTITY, 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, GOMDatosManoObraDTO, GOMDatosManoObraDatosCatalogoMODTO, GOMDatosManoObraDetalleChileDTO, GOMDatosMaterialesDTO, GOMDatosMaterialesVarianteDTO, GOMEmpresaDTO, GOM_DatosMateriales_DatosCatalogoItem, GOM_DatosMateriales_DatosCatalogoItemDatosPrecioMaterial, GomDatosManoObraCantidadDTO, 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, ItemDTO_old, ItemDetalleLogisticaDTO, ItemDetallePMDTO, ItemENTITY, ItemLogisticaDTO, KeyIntegracionENTITY, LiberacionDePagosAlemaniaENTITY, LiquidadaTOAENTITY, LogAlmacenDTO, LogDTO, LogModificarDTO, LogRegisterDTO, LoteDTO$1 as LoteDTO, MacroObraChileENTITY, MacroObraENTITY, MailStructureENTITY, ManoObraBaremoDTO, ManoObraGlobalENTITY, ManoObraGlobalPCMODTO, ManoObraLiberacionPagosDTO, MarcaDTO, 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, PrecioEspecialidadENTITY, PrecioMaterialENTITY, PreciosDTO, PreciosVigentesDTO, PresupuestadoTotalObraChilaDTO, PresupuestadoTotalObraDTO, PresupuestadoTotalObraEmpresaCuadrillaDTO, PresupuestadoTotalObraEmpresaDTO, PrioridadNotificacion, ProdCursoBaremoFasesCuadrillaDTO, ProdCursoBaremoFasesManoObraDTO, ProdCursoBaremoFasesPeriodoDTO, ProdCursoBaremoFasesUltimaFaseDTO, ProdCursoBaremoFasesUltimoEstadoInternoDTO, ProductosServiciosLiqDTO, ProductosServiciosValDTO, ProfileDTO, RMItemDatosCatalogoItemDTO, RMItemDatosCatalogoItemDatosPrecioMaterialDTO, RM_ZonasActividadENTITY, RegularizacionPositivaNegativaDTO, RepresentanteLegalDTO, ReservaENTITY, ReservaENTITY_old, ReservaMODatosCatalogoMODTO, ReservaMODetalleChileValorizacionManoObraDTO, ReservaMOValorizacionManoObraDTO, ReservaMOWBEDTO, ReservaManoObraBaseENTITY, ReservaManoObraChileENTITY, ReservaManoObraENTITY, ReservaManoObraRegularizacionENTITY, ReservaMaterialBaseENTITY, ReservaMaterialCodigoRazonSocialDTO, ReservaMaterialENTITY, ReservaMaterialItemDTO, 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, Ultimo_PrecioDTO, 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$1 as WBEDTO, ZonaTrabajoDTO, ZonaTrabajoENTITY, ZonalesDTO, ZonasDTO, convertStringsToDates, latLngDTO, type typeEstado, type typeEstadoNroDocumento, type typeFuente, type typeTipo, validateAndFormatData, validateArrayBody };
|