sigo-entities 0.0.286 → 0.0.288

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.
Files changed (5) hide show
  1. package/dist/index.d.mts +227 -227
  2. package/dist/index.d.ts +227 -227
  3. package/dist/index.js +11329 -11301
  4. package/dist/index.mjs +11434 -11416
  5. 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,67 @@ declare class MovimientoAlmacenDTO {
354
439
  TipoStock: TipoStockStockPersonalDTO;
355
440
  }
356
441
 
442
+ declare class NodoDocDTO {
443
+ id: number;
444
+ label: string;
445
+ Titulo: string;
446
+ Codigo: string;
447
+ Descripcion: string;
448
+ Files: FilesDocDTO[];
449
+ Extension: string[];
450
+ Size: SizeDTO;
451
+ Requerido: boolean;
452
+ CantidadMin: number;
453
+ CantidadMax: number;
454
+ Children: NodoDocDTO[];
455
+ Estado: EstadoDTO;
456
+ }
457
+
357
458
  declare class NombreDescripcionDTO {
358
459
  Nombre: string;
359
460
  Descripcion: string;
360
461
  }
361
462
 
463
+ declare class UsuarioRegistrarDTO {
464
+ NumeroDocumentoIdentidad: string;
465
+ ApellidoPaterno: string;
466
+ ApellidoMaterno: string;
467
+ Nombres: string;
468
+ }
469
+
470
+ declare class PagosECDTO {
471
+ porcentaje: number;
472
+ fecha: Date;
473
+ codigoFecha: string;
474
+ usuario: UsuarioRegistrarDTO;
475
+ nroDocumento: string;
476
+ nroFactura: string;
477
+ }
478
+
362
479
  declare class PaisStockPersonalDTO extends CodigoNombreDTO {
363
480
  ID_Pais: number;
364
481
  }
365
482
 
483
+ interface PayloadTokenDTO {
484
+ User: string;
485
+ IdUsuario: number;
486
+ Nombres: string;
487
+ ApellidoPaterno: string;
488
+ ApellidoMaterno: string;
489
+ Identificacion: string;
490
+ SuperUsuario: boolean;
491
+ }
492
+
493
+ declare class PeriodoDTO$4 {
494
+ ID_Periodo: number;
495
+ Codigo: string;
496
+ FechaInicio: Date;
497
+ FechaFin?: Date | null;
498
+ FechaMaxima?: Date | null;
499
+ Mes: number;
500
+ Anio: number;
501
+ }
502
+
366
503
  declare class PersonalDTO {
367
504
  Identificacion: string;
368
505
  IdPersonal: number;
@@ -384,6 +521,13 @@ declare class PersonalLogisticaDTO$1 {
384
521
  Firma: string;
385
522
  }
386
523
 
524
+ declare class PreciosVigentesDTO {
525
+ ID_PreciosVigentes: number;
526
+ Precio: number;
527
+ Vigencia: VigenciaDTO;
528
+ Estado: EstadoDTO;
529
+ }
530
+
387
531
  declare class TipoMovimientoAlmacenDTO {
388
532
  ID_TipoMovimientoAlmacen: number;
389
533
  Nombre: string;
@@ -394,13 +538,6 @@ declare class TipoStockStockPersonalDTO {
394
538
  Nombre: string;
395
539
  }
396
540
 
397
- declare class UsuarioRegistrarDTO {
398
- NumeroDocumentoIdentidad: string;
399
- ApellidoPaterno: string;
400
- ApellidoMaterno: string;
401
- Nombres: string;
402
- }
403
-
404
541
  declare class UsuarioLogisticaDTO {
405
542
  Guia: UsuarioID_UsuarioDTO;
406
543
  Ingreso: UsuarioID_UsuarioDTO;
@@ -409,139 +546,13 @@ declare class UsuarioLogisticaDTO {
409
546
  Anulacion: UsuarioID_UsuarioDTO;
410
547
  }
411
548
 
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
549
  declare class VarianteDTO {
503
550
  ID_Variante: number;
504
551
  Descripcion: string;
505
552
  }
506
553
 
507
- declare class ContratoOT_PRE_DTO {
508
- ID_ContratoOT: number;
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;
538
- }
539
-
540
- declare class ActaFinalCubicacionSharedDTO {
541
- DescripcionMO: string;
542
- BaremoUnitario: number;
543
- CantidadHP: number;
544
- Valor: number;
554
+ declare class ZonaTrabajoDTO extends CodigoNombreDTO {
555
+ ID_ZonaTrabajo: number;
545
556
  }
546
557
 
547
558
  declare class MailStructureENTITY {
@@ -596,26 +607,12 @@ declare class EstadoInternoENTITY {
596
607
  Bitacora: BitacoraDTO[];
597
608
  }
598
609
 
599
- declare class Ultimo_PrecioDTO {
600
- ID_PreciosVigentes: number;
601
- Precio: number;
602
- Vigencia: VigenciaDTO;
603
- Estado: EstadoDTO;
604
- }
605
-
606
- declare class PreciosDTO {
607
- ID_PreciosVigentes: number;
608
- Precio: number;
609
- Vigencia: VigenciaDTO;
610
- Estado: EstadoDTO;
611
- }
612
-
613
610
  declare class ActividadesDTO {
614
611
  ID_PrecioActividad: number;
615
612
  Codigo: string;
616
613
  Descripcion: string;
617
- Ultimo_Precio: Ultimo_PrecioDTO;
618
- Precios: PreciosDTO[];
614
+ Ultimo_Precio: PreciosVigentesDTO;
615
+ Precios: PreciosVigentesDTO[];
619
616
  FechaRegistro: Date;
620
617
  Estado: EstadoDTO;
621
618
  }
@@ -624,8 +621,8 @@ declare class AgenciasDTO {
624
621
  ID_PreciosAgencia: number;
625
622
  Codigo: string;
626
623
  Nombre: string;
627
- Ultimo_Precio: Ultimo_PrecioDTO;
628
- Precios: PreciosDTO[];
624
+ Ultimo_Precio: PreciosVigentesDTO;
625
+ Precios: PreciosVigentesDTO[];
629
626
  Estado: EstadoDTO;
630
627
  }
631
628
 
@@ -759,6 +756,19 @@ declare class TipoClaveENTITY {
759
756
  Estado: EstadoDTO;
760
757
  }
761
758
 
759
+ declare class DocumentacionBaremoPexENTITY {
760
+ ID_DocumentacionBaremoPEX: number;
761
+ ContratoCod: string;
762
+ CodigoMO: string;
763
+ DescripcionMO: string;
764
+ Codigo: string;
765
+ Nombre: string;
766
+ Pais: CodigoNombreDTO;
767
+ Delegacion: CodigoNombreDTO;
768
+ Nodos: NodoDocDTO[];
769
+ Estado: EstadoDTO;
770
+ }
771
+
762
772
  declare class ReservaMaterialBaseENTITY {
763
773
  ID_Reserva: number;
764
774
  ID_GOM: number;
@@ -1144,16 +1154,6 @@ declare class ReservaManoObraRegularizacionENTITY {
1144
1154
  Bitacora: BitacoraDTO[];
1145
1155
  }
1146
1156
 
1147
- declare class PeriodoDTO$4 {
1148
- ID_Periodo: number;
1149
- Codigo: string;
1150
- FechaInicio: Date;
1151
- FechaFin?: Date | null;
1152
- FechaMaxima?: Date | null;
1153
- Mes: number;
1154
- Anio: number;
1155
- }
1156
-
1157
1157
  declare class CertificacionProduccionDTO$1 {
1158
1158
  Mes: number;
1159
1159
  Anio: number;
@@ -1163,20 +1163,10 @@ declare class CertificacionProduccionDTO$1 {
1163
1163
  FechaRegistro: Date;
1164
1164
  }
1165
1165
 
1166
- declare class MaterialesDTO$1 {
1167
- Codigo: string;
1168
- CodigoLlave: string;
1169
- Descripcion: string;
1170
- Estado: EstadoDTO;
1171
- UnidadMedida: UnidadMedidaDTO$2;
1172
- Cantidad: number;
1173
- CantidadStock: number;
1174
- CantidadSinStock: number;
1175
- CantidadReutilizada: number;
1176
- CantidadContratista: number;
1177
- CantidadInformada: number;
1178
- Accion: CodigoDescripcionDTO;
1179
- Motivo: CodigoDescripcionDTO;
1166
+ declare class ContrataDTO$1 {
1167
+ FechaRegistro: Date;
1168
+ Ultimo_Estado_Interno: EstadoInternoDTO;
1169
+ Estados_Internos: EstadoInternoDTO[];
1180
1170
  }
1181
1171
 
1182
1172
  declare class DetalleChileDTO$1 {
@@ -1208,6 +1198,17 @@ declare class DetalleChileDTO$1 {
1208
1198
  PuntoBaremo: number;
1209
1199
  }
1210
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
+
1211
1212
  declare class HomePassDTO$1 {
1212
1213
  ID_HPListMO: number;
1213
1214
  Type: string;
@@ -1221,6 +1222,36 @@ declare class HomePassDTO$1 {
1221
1222
  HouseNumbreComplement: string;
1222
1223
  }
1223
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
+
1224
1255
  declare class SubManoObraDTO$1 {
1225
1256
  Codigo: string;
1226
1257
  Nombre: string;
@@ -1230,6 +1261,22 @@ declare class SubManoObraDTO$1 {
1230
1261
  Estado: EstadoDTO;
1231
1262
  }
1232
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
+
1233
1280
  declare class ValorizacionDTO {
1234
1281
  ID_Valorizacion: number;
1235
1282
  Amap: number;
@@ -1264,11 +1311,6 @@ declare class ValorizacionDTO {
1264
1311
  TotalContrata: number;
1265
1312
  }
1266
1313
 
1267
- declare class EstadoHPListDTO$2 {
1268
- Estado: boolean;
1269
- Especialidad: string;
1270
- }
1271
-
1272
1314
  declare class Ultima_PreLiquidacionDTO {
1273
1315
  Personal: PersonalDTO;
1274
1316
  Valorizacion: ValorizacionDTO[];
@@ -1278,12 +1320,6 @@ declare class Ultima_PreLiquidacionDTO {
1278
1320
  Asfaltado: EstadoHPListDTO$2;
1279
1321
  }
1280
1322
 
1281
- declare class TurnoDTO$1 {
1282
- Codigo: string;
1283
- Hora_Fin: number;
1284
- Hora_Inicio: number;
1285
- }
1286
-
1287
1323
  declare class ValorizacionesDTO$1 {
1288
1324
  ID_AsignacionValorizacion: number;
1289
1325
  ID_Amap: number;
@@ -1312,36 +1348,6 @@ declare class Ultima_asignacionDTO$1 {
1312
1348
  Valorizaciones: ValorizacionesDTO$1[];
1313
1349
  }
1314
1350
 
1315
- declare class FotosSSTDTO$1 {
1316
- Titulo: string;
1317
- Descripcion: string;
1318
- Foto: FotosDTO;
1319
- }
1320
-
1321
- declare class ParteDiarioDTO$1 {
1322
- Codigo: string;
1323
- Fecha: Date;
1324
- Fotos_SST: FotosSSTDTO$1[];
1325
- Valorizaciones: number[];
1326
- Personal: PersonalDTO[];
1327
- Lider: PersonalDTO;
1328
- UsuarioEdicion: UsuarioDTO;
1329
- UsuarioAprobacion: UsuarioDTO;
1330
- Novedad: string;
1331
- UltimoEstadoInterno: EstadoInternoDTO;
1332
- EstadosInternos: EstadoInternoDTO[];
1333
- }
1334
-
1335
- declare class UbicacionDTO$1 {
1336
- ID_Direccion: number;
1337
- Direccion: string;
1338
- Localidad_Descrip: string;
1339
- Coordenadas: CoordenadasDTO;
1340
- Municipio: string;
1341
- Zona: string;
1342
- Tipo_Zona: string;
1343
- }
1344
-
1345
1351
  declare class TrabajoENTITY {
1346
1352
  ID_Trabajo: number;
1347
1353
  ID_GOM: number;
@@ -1359,12 +1365,6 @@ declare class TrabajoENTITY {
1359
1365
  PartesDiarios: ParteDiarioDTO$1[];
1360
1366
  }
1361
1367
 
1362
- declare class ContrataDTO$1 {
1363
- FechaRegistro: Date;
1364
- Ultimo_Estado_Interno: EstadoInternoDTO;
1365
- Estados_Internos: EstadoInternoDTO[];
1366
- }
1367
-
1368
1368
  declare class FaseDTO$1 {
1369
1369
  ID_Fase: number;
1370
1370
  TipoFase: number;
@@ -2428,8 +2428,8 @@ declare class GomENTITY {
2428
2428
  DatosMateriales: GOMDatosMaterialesDTO[];
2429
2429
  DatosManoObra: GOMDatosManoObraDTO[];
2430
2430
  Fecha: Date;
2431
- Puntos: any[];
2432
- DatosPuntos: any[];
2431
+ Puntos: [];
2432
+ DatosPuntos: [];
2433
2433
  Ultimo_Estado_Interno: EstadoInternoDTO;
2434
2434
  Novedades: GomNovedadesDTO[];
2435
2435
  Anexos: FilesDocDTO[];
@@ -4434,4 +4434,4 @@ declare class ISheetsJsonChileTdC {
4434
4434
  Coordenadas: IDataSheetCoordenadas[];
4435
4435
  }
4436
4436
 
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, 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, GOMDatosManoObraDatosCatalogoMODTO, GOMDatosManoObraDetalleChileDTO, GOMDatosMaterialesDTO, GOMDatosMaterialesVarianteDTO, GOMEmpresaDTO, GOM_DatosMateriales_DatosCatalogoItem, GOM_DatosMateriales_DatosCatalogoItemDatosPrecioMaterial, GomDatosManoObraCantidadDTO, GomENTITY, GomNovedadesDTO, GomNovedadesTipoNovedadDTO, 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, 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, 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, UbicacionAlmacenDTO, UbicacionDTO$1 as UbicacionDTO, UbicacionObraDTO, UbicacionTdCDTO, Ultima_FaseLiberacionPagosDTO, Ultima_PreLiquidacionAlemaniaDTO$1 as Ultima_PreLiquidacionAlemaniaDTO, 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, ValorizacionManoObraDTO, ValorizacionManoObraRegularizacionDTO, 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 };
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, DocumentacionBaremoPexENTITY, 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, 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, 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 };