sigo-entities 1.2.338 → 1.2.340

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 CHANGED
@@ -278,7 +278,7 @@ declare class DatosReferenciaDTO {
278
278
  Circuito: string;
279
279
  }
280
280
 
281
- declare class UnidadMedidaDTO$1 {
281
+ declare class UnidadMedidaDTO {
282
282
  ID_UnidadMedida: number;
283
283
  Nombre: string;
284
284
  }
@@ -288,7 +288,7 @@ declare class MaterialLogisticaDTO {
288
288
  ID_Item: number;
289
289
  Codigo: string;
290
290
  Descripcion: string;
291
- Unidad: UnidadMedidaDTO$1;
291
+ Unidad: UnidadMedidaDTO;
292
292
  CantidadMax: number;
293
293
  }
294
294
 
@@ -365,7 +365,7 @@ declare class DetalleDTO {
365
365
  Estado: EstadoDTO;
366
366
  }
367
367
 
368
- declare class EmpresaDTO$1 {
368
+ declare class EmpresaDTO {
369
369
  Codigo: string;
370
370
  RazonSocial: string;
371
371
  Propia: boolean;
@@ -536,7 +536,7 @@ declare class ItemDetalleLogisticaDTO {
536
536
  Codigo: string;
537
537
  Nombre: string;
538
538
  Descripcion: string;
539
- UnidadMedida: UnidadMedidaDTO$1;
539
+ UnidadMedida: UnidadMedidaDTO;
540
540
  GranFamiliaItem: GranFamiliaItemDTO;
541
541
  FamiliaItem: FamiliaItemDTO;
542
542
  Ind_SB: string;
@@ -615,7 +615,7 @@ interface PayloadTokenDTO {
615
615
  Delegacion: CodigoNombreDTO;
616
616
  }
617
617
 
618
- declare class PeriodoDTO$3 {
618
+ declare class PeriodoDTO$2 {
619
619
  ID_Periodo: number;
620
620
  Codigo: string;
621
621
  FechaInicio: Date;
@@ -641,7 +641,7 @@ declare class PersonalLogisticaDTO$1 {
641
641
  Apellidos: string;
642
642
  Nombres: string;
643
643
  Lotes: LoteDTO$1[];
644
- Empresa: EmpresaDTO$1;
644
+ Empresa: EmpresaDTO;
645
645
  Firma: string;
646
646
  }
647
647
 
@@ -749,7 +749,7 @@ declare class NotasDTO {
749
749
  Fecha: Date;
750
750
  Observacion: string;
751
751
  Usuario: UsuarioDTO;
752
- Empresa: EmpresaDTO$1;
752
+ Empresa: EmpresaDTO;
753
753
  }
754
754
 
755
755
  declare class PermisosAppDTO {
@@ -884,7 +884,7 @@ declare class UnidadObraMaterialENTITY {
884
884
  Delegacion: CodigoNombreDTO;
885
885
  Codigo: string;
886
886
  Descripcion: string;
887
- UnidadMedida: UnidadMedidaDTO$1;
887
+ UnidadMedida: UnidadMedidaDTO;
888
888
  ContratoOT: ContratoOTGeneralDTO;
889
889
  Materiales: MaterialAmapDTO[];
890
890
  Estado: EstadoDTO;
@@ -922,7 +922,7 @@ declare class ItemDetallePMDTO {
922
922
  Nombre: string;
923
923
  Descripcion: string;
924
924
  Variante: VarianteDTO;
925
- UnidadMedida: UnidadMedidaDTO$1;
925
+ UnidadMedida: UnidadMedidaDTO;
926
926
  GranFamiliaItem: GranFamiliaItemDTO;
927
927
  FamiliaItem: FamiliaItemDTO;
928
928
  Ind_SB: string;
@@ -1016,7 +1016,7 @@ declare class OTGlobalENTITY {
1016
1016
  Codigo: string;
1017
1017
  Nombre: string;
1018
1018
  Descripcion: string;
1019
- Empresa: EmpresaDTO$1;
1019
+ Empresa: EmpresaDTO;
1020
1020
  Estado: EstadoDTO;
1021
1021
  }
1022
1022
 
@@ -1072,7 +1072,7 @@ declare class UnidadObraENTITY {
1072
1072
  Delegacion: CodigoNombreDTO;
1073
1073
  Codigo: string;
1074
1074
  Descripcion: string;
1075
- UnidadMedida: UnidadMedidaDTO$1;
1075
+ UnidadMedida: UnidadMedidaDTO;
1076
1076
  Estado: EstadoDTO;
1077
1077
  }
1078
1078
 
@@ -1098,7 +1098,7 @@ declare class ManoObraMttoENTITY {
1098
1098
  Delegacion: CodigoNombreDTO;
1099
1099
  Codigo: string;
1100
1100
  Descripcion: string;
1101
- UnidadMedida: UnidadMedidaDTO$1;
1101
+ UnidadMedida: UnidadMedidaDTO;
1102
1102
  Estado: EstadoDTO;
1103
1103
  }
1104
1104
 
@@ -1259,7 +1259,7 @@ declare class ItemDTO {
1259
1259
  Nombre: string;
1260
1260
  Descripcion: string;
1261
1261
  Variante: VarianteDTO;
1262
- UnidadMedida: UnidadMedidaDTO$1;
1262
+ UnidadMedida: UnidadMedidaDTO;
1263
1263
  Ind_SB: string;
1264
1264
  Lote: string;
1265
1265
  Cantidad: number;
@@ -1448,8 +1448,8 @@ declare class CentroCostosDTO {
1448
1448
  declare class CertificacionDTO {
1449
1449
  Mes: number;
1450
1450
  Anio: number;
1451
- UltimoPeriodo: PeriodoDTO$3;
1452
- Periodos: PeriodoDTO$3[];
1451
+ UltimoPeriodo: PeriodoDTO$2;
1452
+ Periodos: PeriodoDTO$2[];
1453
1453
  UsuarioEdicion: UsuarioEdicionDTO;
1454
1454
  FechaRegistro: Date;
1455
1455
  }
@@ -1517,7 +1517,7 @@ declare class MaterialesDTO$1 {
1517
1517
  ID_StockPersonal: number;
1518
1518
  Descripcion: string;
1519
1519
  Estado: EstadoDTO;
1520
- UnidadMedida: UnidadMedidaDTO$1;
1520
+ UnidadMedida: UnidadMedidaDTO;
1521
1521
  Cantidad: number;
1522
1522
  CantidadStock: number;
1523
1523
  CantidadSinStock: number;
@@ -1638,7 +1638,7 @@ declare class Ultima_asignacionDTO$1 {
1638
1638
  TipoMovil: CodigoDescripcionDTO;
1639
1639
  Fecha: Date;
1640
1640
  Usuario: UsuarioDTO;
1641
- Empresa: EmpresaDTO$1;
1641
+ Empresa: EmpresaDTO;
1642
1642
  Valorizaciones: ValorizacionesDTO$1[];
1643
1643
  }
1644
1644
 
@@ -1714,7 +1714,7 @@ declare class Ultima_asignacionAlemaniaDTO {
1714
1714
  TipoMovil: CodigoDescripcionDTO;
1715
1715
  Fecha: Date;
1716
1716
  Usuario: UsuarioDTO;
1717
- Empresa: EmpresaDTO$1;
1717
+ Empresa: EmpresaDTO;
1718
1718
  Valorizaciones: ValorizacionesDTO$1[];
1719
1719
  Precio: PrecioTrabajoDTO;
1720
1720
  }
@@ -1758,11 +1758,11 @@ declare class Ultima_asignacionDTO {
1758
1758
  Personal: PersonalDTO[];
1759
1759
  Fecha: Date;
1760
1760
  Usuario: UsuarioDTO;
1761
- Empresa: EmpresaDTO$1;
1761
+ Empresa: EmpresaDTO;
1762
1762
  Valorizaciones: ValorizacionesDTO[];
1763
1763
  }
1764
1764
 
1765
- declare class PeriodoDTO$2 {
1765
+ declare class PeriodoDTO$1 {
1766
1766
  ID_Periodo: number;
1767
1767
  Codigo: string;
1768
1768
  FechaInicio: Date;
@@ -1775,7 +1775,7 @@ declare class PeriodoDTO$2 {
1775
1775
  declare class CertificacionProduccionDTO {
1776
1776
  Mes: number;
1777
1777
  Anio: number;
1778
- UltimoPeriodo: PeriodoDTO$2;
1778
+ UltimoPeriodo: PeriodoDTO$1;
1779
1779
  UsuarioEdicion: UsuarioEdicionDTO;
1780
1780
  FechaRegistro: Date;
1781
1781
  }
@@ -1786,7 +1786,7 @@ declare class MaterialesDTO {
1786
1786
  ID_StockPersonal: number;
1787
1787
  Descripcion: string;
1788
1788
  Estado: EstadoDTO;
1789
- UnidadMedida: UnidadMedidaDTO$1;
1789
+ UnidadMedida: UnidadMedidaDTO;
1790
1790
  Cantidad: number;
1791
1791
  CantidadStock: number;
1792
1792
  CantidadSinStock: number;
@@ -1875,7 +1875,7 @@ declare class FaseDTO {
1875
1875
  NroDocumento: string;
1876
1876
  UsuarioDocumento: UsuarioDTO;
1877
1877
  FechaDocumento: Date;
1878
- UltimoPeriodo: PeriodoDTO$2;
1878
+ UltimoPeriodo: PeriodoDTO$1;
1879
1879
  }
1880
1880
 
1881
1881
  declare class UpdateUltimaFaseFacturacionDTO {
@@ -3228,7 +3228,7 @@ declare class DetalleColombiaDTO {
3228
3228
  declare class MaterialCubicacionColombiaDTO {
3229
3229
  Codigo: string;
3230
3230
  Descripcion: string;
3231
- UnidadMedida: UnidadMedidaDTO$1;
3231
+ UnidadMedida: UnidadMedidaDTO;
3232
3232
  Ind_SB: string;
3233
3233
  Tipo: string;
3234
3234
  Cantidad: number;
@@ -3265,7 +3265,7 @@ declare class MaterialPrecioContratistaDTO {
3265
3265
  Nombre: string;
3266
3266
  Descripcion: string;
3267
3267
  Variante: CodigoNombreDTO[];
3268
- UnidadMedida: UnidadMedidaDTO$1[];
3268
+ UnidadMedida: UnidadMedidaDTO[];
3269
3269
  Ind_SB: string;
3270
3270
  Tipo: string;
3271
3271
  Valor: number;
@@ -3301,7 +3301,7 @@ declare class DatosIssueProduccionDTO {
3301
3301
  Linea: string;
3302
3302
  LineaCodigoCub: string;
3303
3303
  ID_MacroObra: number;
3304
- UltimoPeriodo: PeriodoDTO$3;
3304
+ UltimoPeriodo: PeriodoDTO$2;
3305
3305
  CantidadVal: number;
3306
3306
  CodigoVal: string;
3307
3307
  DescripcionVal: string;
@@ -3469,7 +3469,7 @@ declare class ContratoPagosENTITY {
3469
3469
  ID: number;
3470
3470
  Pais: CodigoNombreDTO;
3471
3471
  Delegacion: CodigoNombreDTO;
3472
- Empresa: EmpresaDTO$1;
3472
+ Empresa: EmpresaDTO;
3473
3473
  contratos: Contrato_DTO[];
3474
3474
  FechaInicio: Date;
3475
3475
  FechaFin: Date;
@@ -3521,7 +3521,7 @@ declare class ManoObraGlobalENTITY {
3521
3521
  Actividad: string;
3522
3522
  Alcance: string;
3523
3523
  ContratoOT: ContratoOTGeneralDTO;
3524
- Unidad: UnidadMedidaDTO$1;
3524
+ Unidad: UnidadMedidaDTO;
3525
3525
  Material: MaterialMOGlobalDTO[];
3526
3526
  DetalleChile: DetalleManoObraChileDTO;
3527
3527
  Estado: EstadoDTO;
@@ -3544,7 +3544,7 @@ declare class CentroCostosENTITY {
3544
3544
  Estado: EstadoDTO;
3545
3545
  }
3546
3546
 
3547
- declare class EmpresaZonasActividadDTO extends EmpresaDTO$1 {
3547
+ declare class EmpresaZonasActividadDTO extends EmpresaDTO {
3548
3548
  constructor();
3549
3549
  NumeroDocumentoIdentidad: string;
3550
3550
  }
@@ -3628,14 +3628,14 @@ declare class PersonalCuadrillaDTO {
3628
3628
  Nombres: string;
3629
3629
  CorreoElectronico: string;
3630
3630
  Cargo: string;
3631
- Empresa: EmpresaDTO$1;
3631
+ Empresa: EmpresaDTO;
3632
3632
  PesoPersonal: number;
3633
3633
  }
3634
3634
 
3635
3635
  declare class CuadrillaENTITY {
3636
3636
  ID_Cuadrilla: number;
3637
3637
  Pais: CodigoNombreDTO;
3638
- Empresa: EmpresaDTO$1;
3638
+ Empresa: EmpresaDTO;
3639
3639
  Delegacion: CodigoNombreDTO;
3640
3640
  ZonaTrabajo: ZonaTrabajoCuadrillaDTO;
3641
3641
  TipoMovil: TipoMovilCuadrillaDTO;
@@ -3796,19 +3796,19 @@ declare class UO_MaterialesENTITY {
3796
3796
  fechaCreacion: Date;
3797
3797
  }
3798
3798
 
3799
- declare class CuadrillaDTO$2 {
3799
+ declare class CuadrillaDTO$1 {
3800
3800
  Codigo: string;
3801
3801
  Descripcion: string;
3802
3802
  Identificacion: string;
3803
3803
  }
3804
3804
 
3805
- declare class ManoObraDTO$1 {
3805
+ declare class ManoObraDTO {
3806
3806
  Codigo: string;
3807
3807
  Nombre: string;
3808
3808
  UnidadMedida: string;
3809
3809
  }
3810
3810
 
3811
- declare class PeriodoDTO$1 {
3811
+ declare class PeriodoDTO {
3812
3812
  FechaInicio: Date;
3813
3813
  FechaFin: Date;
3814
3814
  FechaMaxima: Date;
@@ -3826,14 +3826,14 @@ declare class BaremosAlemaniaENTITY {
3826
3826
  AddressID: string;
3827
3827
  Tipo: string;
3828
3828
  Contrato: string;
3829
- Cuadrilla: CuadrillaDTO$2;
3830
- Empresa: EmpresaDTO$1;
3829
+ Cuadrilla: CuadrillaDTO$1;
3830
+ Empresa: EmpresaDTO;
3831
3831
  Especialidad: CodigoNombreDTO;
3832
3832
  Actividad: CodigoNombreDTO;
3833
- ManoObra: ManoObraDTO$1;
3833
+ ManoObra: ManoObraDTO;
3834
3834
  MaterialesUtilizados: Array<any>;
3835
3835
  MaterialesRetirados: Array<any>;
3836
- Periodo: PeriodoDTO$1;
3836
+ Periodo: PeriodoDTO;
3837
3837
  ZonaAsignada: string;
3838
3838
  Agencia: string;
3839
3839
  Cantidad: number;
@@ -3867,7 +3867,7 @@ declare class MaterialUtilizadoRetiradoBaremoDTO {
3867
3867
  Codigo: string;
3868
3868
  Descripcion: string;
3869
3869
  Estado: EstadoDTO;
3870
- UnidadMedida: UnidadMedidaDTO$1;
3870
+ UnidadMedida: UnidadMedidaDTO;
3871
3871
  Cantidad: number;
3872
3872
  CantidadInformada: number;
3873
3873
  Precio: number;
@@ -3932,7 +3932,7 @@ declare class BaremoAlemaniaENTITY {
3932
3932
  Tipo: string;
3933
3933
  Contrato: string;
3934
3934
  Cuadrilla: CuadrillaBaremoDTO;
3935
- Empresa: EmpresaDTO$1;
3935
+ Empresa: EmpresaDTO;
3936
3936
  Especialidad: CodigoNombreDTO;
3937
3937
  Actividad: CodigoNombreDTO;
3938
3938
  ManoObra: ManoObraBaremoProduccionDTO;
@@ -4029,7 +4029,7 @@ declare class EncargadoDTO {
4029
4029
 
4030
4030
  declare class CuadrillasDTO {
4031
4031
  ID_Cuadrilla: number;
4032
- Empresa: EmpresaDTO$1;
4032
+ Empresa: EmpresaDTO;
4033
4033
  Codigo: string;
4034
4034
  Nombre: string;
4035
4035
  Encargado: EncargadoDTO;
@@ -4171,70 +4171,6 @@ declare class ResumemENTITY {
4171
4171
  DetalleChile: DetalleChileAlemaniaObraDTO;
4172
4172
  }
4173
4173
 
4174
- declare class PeriodoDTO {
4175
- FechaInicio: Date;
4176
- FechaFin: Date;
4177
- FechaMaxima: Date;
4178
- Anio: number;
4179
- Mes: number;
4180
- Codigo: string;
4181
- }
4182
-
4183
- declare class CuadrillaDTO$1 {
4184
- Codigo: string;
4185
- Descripcion: string;
4186
- Identificacion: string;
4187
- }
4188
-
4189
- declare class EmpresaDTO {
4190
- Codigo: string;
4191
- RazonSocial: string;
4192
- Propia: boolean;
4193
- }
4194
-
4195
- declare class ManoObraDTO {
4196
- Codigo: string;
4197
- Nombre: string;
4198
- UnidadMedida: string;
4199
- }
4200
-
4201
- declare class UnidadMedidaDTO {
4202
- Codigo: string;
4203
- Nombre: string;
4204
- UnidadMedida: string;
4205
- }
4206
-
4207
- declare class BaremosChileENTITY {
4208
- _id?: string;
4209
- foreignKey: string;
4210
- Obra: string;
4211
- Contrato: string;
4212
- ID_GOM: number;
4213
- ZonaAsignada: string;
4214
- Agencia: string;
4215
- Cuadrilla: CuadrillaDTO$1;
4216
- Empresa: EmpresaDTO;
4217
- Especialidad: CodigoNombreDTO;
4218
- Actividad: CodigoNombreDTO;
4219
- ManoObra: ManoObraDTO;
4220
- UnidadObra: UnidadMedidaDTO;
4221
- MaterialesUtilizados: Array<any>;
4222
- MaterialesRetirados: Array<any>;
4223
- Cantidad: number;
4224
- PuntoBaremo: number;
4225
- Precio: number;
4226
- PrecioContratista: number;
4227
- Simbolo: string;
4228
- Moneda: string;
4229
- Periodo: PeriodoDTO;
4230
- Anio: number;
4231
- Mes: number;
4232
- PB_Total: number;
4233
- MO_Total: number;
4234
- PagosEC: PagosECDTO[];
4235
- Cancelado: boolean;
4236
- }
4237
-
4238
4174
  declare class BaremoProcessFechasDTO {
4239
4175
  Registro: string;
4240
4176
  Preliquidacion: string;
@@ -4284,6 +4220,56 @@ declare class BaremoProcessUsuariosDTO {
4284
4220
  Produccion: string;
4285
4221
  }
4286
4222
 
4223
+ declare class BaremosChileENTITY {
4224
+ _id?: string;
4225
+ ID_Valorizacion: number;
4226
+ Cluster: string;
4227
+ Gemainde: string;
4228
+ WorkProject: string;
4229
+ AddressID: string;
4230
+ Tipo: string;
4231
+ Obra: string;
4232
+ Contrato: string;
4233
+ CentroCostos: string;
4234
+ CodigoOT: string;
4235
+ ID_GOM: number;
4236
+ ID_Trabajo: number;
4237
+ Zona: string;
4238
+ Agencia: string;
4239
+ Cuadrilla: BaremoProcessCuadrillaDTO;
4240
+ Empresa: BaremoProcessEmpresaDTO;
4241
+ Especialidad: CodigoNombreDTO;
4242
+ Actividad: CodigoNombreDTO;
4243
+ ManoObra: BaremoProcessManoObraDTO;
4244
+ UnidadObra: CodigoNombreDTO;
4245
+ MaterialesUtilizados: BaremoProcessMaterialesUtilizadosDTO[];
4246
+ MaterialesRetirados: BaremoProcessMaterialesUtilizadosDTO[];
4247
+ Cantidad: number;
4248
+ CantidadUO: number;
4249
+ CanUOApr: number;
4250
+ Linea: string;
4251
+ Cubicacion: string;
4252
+ PuntoBaremo: number;
4253
+ Precio: number;
4254
+ PrecioContratista: number;
4255
+ Periodo: PeriodoBaremoDTO;
4256
+ Mes: number;
4257
+ Anio: number;
4258
+ Fechas: BaremoProcessFechasDTO;
4259
+ Usuarios: BaremoProcessUsuariosDTO;
4260
+ FasesObra: any[];
4261
+ PagosEC: any[];
4262
+ Cancelado: boolean;
4263
+ Total_PB: number;
4264
+ Total_PB_EECC: number;
4265
+ Total_MO: number;
4266
+ Total_MO_EECC: number;
4267
+ Gasto_EECC: number;
4268
+ Total_MAT: number;
4269
+ Total_MAT_EECC: number;
4270
+ CoeficienteMaterial: number;
4271
+ }
4272
+
4287
4273
  declare class BaremoProcessENTITY {
4288
4274
  ID_Valorizacion: number;
4289
4275
  Cluster: string;
@@ -4596,7 +4582,7 @@ declare class ProdCursoBaremoFasesUltimaFaseDTO {
4596
4582
  NroDocumento: string;
4597
4583
  UsuarioDocumento: UsuarioDTO;
4598
4584
  FechaDocumento: Date;
4599
- UltimoPeriodo: PeriodoDTO$3;
4585
+ UltimoPeriodo: PeriodoDTO$2;
4600
4586
  }
4601
4587
 
4602
4588
  declare class ProdCursoBaremoFasesPeriodoDTO {
@@ -4640,7 +4626,7 @@ declare class RptProduccionCurso_Baremos_FasesENTITY {
4640
4626
  ZonaAsignada: string;
4641
4627
  Agencia: string;
4642
4628
  Cuadrilla: ProdCursoBaremoFasesCuadrillaDTO;
4643
- Empresa: EmpresaDTO$1;
4629
+ Empresa: EmpresaDTO;
4644
4630
  Especialidad: CodigoNombreDTO;
4645
4631
  Actividad: CodigoNombreDTO;
4646
4632
  ManoObra: ProdCursoBaremoFasesManoObraDTO;
@@ -4971,7 +4957,7 @@ declare class ItemENTITY {
4971
4957
  Nombre: string;
4972
4958
  Descripcion: string;
4973
4959
  Variante: CodigoNombreDTO[];
4974
- UnidadMedida: UnidadMedidaDTO$1[];
4960
+ UnidadMedida: UnidadMedidaDTO[];
4975
4961
  Ind_SB: string;
4976
4962
  Merma: boolean;
4977
4963
  Decimales: boolean;
@@ -5005,7 +4991,7 @@ declare class PersonalLogisticaDTO {
5005
4991
  Apellidos: string;
5006
4992
  Nombres: string;
5007
4993
  Lotes: LoteDTO[];
5008
- Empresa: EmpresaDTO$1;
4994
+ Empresa: EmpresaDTO;
5009
4995
  Firma: string;
5010
4996
  }
5011
4997
 
@@ -5259,7 +5245,7 @@ declare class ConsumosP117ENTITY {
5259
5245
  Orden_CodigoActividad: string;
5260
5246
  ItemOrden: number;
5261
5247
  Item: ConsumosMaterialDTO;
5262
- UnidadMedida: UnidadMedidaDTO$1;
5248
+ UnidadMedida: UnidadMedidaDTO;
5263
5249
  Observaciones: string;
5264
5250
  }
5265
5251
 
@@ -6938,7 +6924,7 @@ declare class FlagsDTO {
6938
6924
  declare class PersonalTOADTO {
6939
6925
  ID_Personal: number;
6940
6926
  ID_Recurso: number;
6941
- Empresa: EmpresaDTO$1;
6927
+ Empresa: EmpresaDTO;
6942
6928
  }
6943
6929
 
6944
6930
  declare class ItemsOrdenDTO {
@@ -8902,4 +8888,4 @@ declare class DelegacionEntity extends BaseEntity {
8902
8888
  nombre: string;
8903
8889
  }
8904
8890
 
8905
- export { ADM_RM_ZonasActividadENTITY, AcceptedDto, AccesortiosBantelDTO, AccesortiosMifibraDBDTO, ActaFinalCubicacionDTO, ActaFinalCubicacionSharedDTO, ActividadZonasActividadDTO, ActividadesDTO, AddMOPContrataMODTO, AddressListENTITY, AgenciaDTO, AgenciaENTITY, AgenciasDTO, AjusteReprocesoDTO, AlbaranDto, AlmacenDTO, AlmacenDto, AlmacenENTITY, AlmacenExtraENTITY, AlmacenLogisticaDTO, AlmacenRequerimientoDto, AlmacenUsuarioGIADTO, AnexoPreOrdenDto, AnexosDetailMantenanceOrderDTO, AprobacionDto, AreaGOMDTO, AreaGOMDatosReferenciaDTO, AreaGOMENTITY, AreaGOMResumenDTO, AreaGOMSubGOMSDTO, AreaGomCentroCostosDTO, AsignacionGomDTO, AsignacionGomDTO_Old, AsistenciaENTITY, AtencionOrdenesLiquidadasENTITY, AtiendeBodegaDTO, AttendanceDTO, AttendanceStatus, AutoInventarioENTITY, BankVendorDto, BantelENTITY, BaremoAlemaniaENTITY, BaremoProcessENTITY, BaremosAlemaniaENTITY, BaremosChileENTITY, BaremosColombiaENTITY, BaremosTOAChileENTITY, BaremosTOAENTITY, BitacoraAntiguaDTO, BitacoraDTO, BitacoraDeOrdenesDTO, BitacoraDto, BitacoraLiqDTO, BitacoraOpcionSitemaDTO, BodegaENTITY, BodyUpdateFasesDTO, BodyUpdateOne, CHILE_9512_PaquetizadoManoObraENTITY, CHILE_9512_PaquetizadoMaterialENTITY, CabeceraCubicacionColombiaDTO, CabeceraCubicajeAlemaniaDTO, CabeceraCubicajeChileDTO, CabeceraCubicajeDTO, CabeceraCubicajePeruDTO, CalculatePercentsDTO, CalculatePercentsPeruDTO, CambioEstadoFacturadoRequest, CambioEstadoFaseRequest, CambiosEstadosFaseLiberacionPagosDTO, CargoPersonalENTITY, CategoriaDto, CausacionCubicacionColombiaDTO, CausacionDTO, CentroCostosDTO, CentroCostosENTITY, CertificacionDTO, ChangeStateBaremosDTO, ChileTdCENTITY, ClienteDTO, ClienteTdCDTO, ClienteWAOOENTITY, Cliente_ContratistaDTO, ClosedDto, CodigoDescripcionDTO, type CodigoMovimientoAlmacen, CodigoNombreDTO, CodigoNombreDto, CodigoNombreMinLengthDto, CodigoNombreUMDTO, CodigoRazonSocialDTO, CodigoTituloDTO, ComparativoDto, CondicionDTO, ConsumoMaterialAlemaniaENTITY, ConsumoMaterialENTITY, ConsumosMaterialDTO, ConsumosMaterialExcelDTO, ConsumosP117ENTITY, ContabilizadoDto, ContratistaDTO, ContratistasDTO, Contratistas_PE_DTO, ContratoDTO, ContratoOTDTO, ContratoOTENTITY, ContratoOTGeneralDTO, ContratoOT_PRE_DTO, ContratoOT_ZT_DTO, ContratoObraOTDTO, ContratoPagosENTITY, Contrato_DTO, ConversionLogisticaDTO, CoordenadasDTO, CoordenadasTdCDTO, CorteBobinaStockAlmacenDTO, CosumoMaterialAlemaniaDTO, CotizacionDto, CrearNavisionpreordenEntityRequestDto, CuadrillaBaremoDTO, CuadrillaDTO, CuadrillaENTITY, CuadrillaLiberacionPagosDTO, CuadrillasDTO, CubicacionAlemaniaAL02ENTITY, CubicacionChile9512ENTITY, CubicacionColombia9612ENTITY, CubicacionENTITY, CubicacionPeru9112ENTITY, CumplimientoDTO, DataAdicionalDTO, DataCatalogoItemDTO, DataChildrenTreeNodes, DataDocumentacionDTO, DataDocumentacionPeruDTO, DataGridTabBusinessHP, DataGridTabBusinessHPPeruDTO, DataGridTabResidentialHP, DataScraperClaroVTRENTITY, DataWithPercentItemChile, DataWithPercentItemPeruDTO, DateDto, DatoUsuarioTipoOpcionDto, DatosAreaPersonalDTO, DatosCatalogoItemDTO, DatosCatalogoMODTO, DatosEmpresaDto, DatosFacturacionDTO, DatosGIADTO, DatosGeneralesDTO, DatosGeneralesPersonalDTO, DatosIssueProduccionDTO, DatosIssueProduccionEmpresaDTO, DatosJefeObraDto, DatosManoObraGlobalDTO, DatosManoObraGlobalDetalleChileDTO, DatosNavDto, DatosPagoDto, DatosPaiDto, DatosPersonalDto, DatosPrecioEspecialidadDTO, DatosPrecioMaterialDTO, DatosReferenciaDTO, DatosTecnicosDTO, DatosTrabajoCatalogoDTO, DatosTrabajoDto, DatosTrabajoRequerimientoDto, DatosTrabajoUsuarioDTO, DatosTransportistaChileDTO, DatosTransportistaDTO, DatosUnidadObraMaterialDTO, DelegacionDTO, DelegacionDto, DelegacionEntity, DelegacionZonalesDTO, DeleteBaremoFaseDTO, DestinatarioDTO, DetailMaintenanceOrderDTO, DetalleAlbaranDTO, DetalleAlemaniaDTO, DetalleAtipicaDTO, DetalleAtipicaPeruDTO, DetalleChileAlemaniaObraDTO, DetalleChileChileObraDTO, DetalleChileColombiaObraDTO, DetalleChileDTO$1 as DetalleChileDTO, DetalleChileObraDTO, DetalleChilePeruObraDTO, DetalleChileValorizacionMODTO, DetalleChileValorizacionManoObraRegularizacionDTO, DetalleColombiaDTO, DetalleCotizacionDto, DetalleCubicajeDTO, DetalleDTO, DetalleDto, DetalleManoObraChileDTO, DetalleOrdenRealDTO, DetallePeruDTO, DetallePeruFechasDTO, DetalleProductoDto, DetalleSalidaAlmacenDTO, DevolucionAlmacenENTITY, DireccionDTO, DocumentacionBaremoPexENTITY, DocumentacionPEXENTITY, DocumentoDetalleClienteDTO, DocumentoDetalleClientePeruDTO, DocumentoDetalleNoClienteDTO, DocumentoDetalleNoClientePeruDTO, DocumentosInicialesDTO, DocumentosInicialesPeruDTO, EECCBantelDTO, EECCClienteWAOODTO, EECCDBMIFIBRADTO, EECCDBTOADTO, EECCDBWINDTO, EECCFibramasDBDTO, EECC_DTO, EFaseObraBaremo, EmisionDto, EmpalmeDTO, EmpresaBaremoDTO, EmpresaDTO$1 as EmpresaDTO, EmpresaENTITY, EmpresaGanadoraDto, EmpresaLiberacionPagosDTO, EmpresaLogisticaDTO, EmpresaPCMODTO, EmpresaPersonalDTO, EmpresaPersonalDatosTrabajoDTO, EmpresaProduccionDTO, EmpresaStockPersonalDTO, EmpresaTdCDTO, EmpresaUsuarioDTO, EmpresaValDTO, EmpresaZonasActividadDTO, EncargadoDTO, EnviarNavDto, EquipoLogisticaDTO, EquipoSerieDto, EquiposAIDTO, EquiposDTO, EspecialidadDTO, EstadoAntiguoDTO, EstadoDTO, EstadoDePagoDTO, EstadoFaseObraBaremo, EstadoHPListDTO$2 as EstadoHPListDTO, EstadoIntegracionDTO, EstadoInternoDTO, EstadoInternoENTITY, EstadoInternoObraDTO, EstadoInternoWithoutSubstateDTO, type EstadoLiq, EstadoLiqDTO, EstadoNotificacion, EstadoProcesoValPeru, EstadoProcesoValPeruDTO, EstadoProcesoValSomacyl, EstadoProcesoValSomacylDTO, EstadoSerieDto, type EstadoVal, Estado_Model_MO, EstadosTuvesEnum, FacturaDto, FacturaGeneradaDTO, FacturacionDTO, FamiliaItemDTO, FaseDTO, FaseENTITY, FasePagoDTO, FasesObraBaremoDTO, FasesType, FechaDTO, FechaEntregaDto, FechaVigenciaBaremosDTO, FechaVigenciaPCMODTO, FechasDTO, FechasValorizacionBaremoDTO, FileDto, FilesDocDTO, FlagsDTO, FlujoDocDTO, FlujoDto, ForceString, FormaPagoDto, FotoDTO, FotosDTO, FotosDetailMaintenanceDTO, FotosSSTDTO, GOMDTO, GemeindeENTITY, GomENTITY, GomNovedadesDTO, GomNovedadesTipoNovedadDTO, GranFamiliaItemDTO, GranFamiliaItemENTITY, GrupoEmpresaDTO, HPListAsignacionDTO, HPListDTO, HistorialCubicacionDTO, HistorialEstadosBantelDTO, HistorialEstadosMifibraDBDTO, HistorialEstadoswinDBDTO, HistorialEstadoswinDTO, HistoricoDTO, HistoricoEmpresasDTO, HitoDTO, HomePassDTO$1 as HomePassDTO, IDataSheetCoordenadas, IDataSheetLineasTdC, IDataSheetMateriales, IDataSheetMedidores, IDataSheetTdC, IDataSheetTiemposCumplimentados, ISheetsJsonChileTdC, IconoDto, ImgLogoNavBarDTO, ImporteDto, IncidenciasChileDTO, IncidenciasDTO, IncidenciasPeruDTO, IngresoAlmacenENTITY, InventarioDTO, InventarioExistenteDTO, InventarioLiqDTO, InventarioValDTO, IssueENTITY, ItemCantidadesDTO, ItemDTO, ItemDetalleLogisticaDTO, ItemDetallePMDTO, ItemENTITY, ItemEspañaENTITY, ItemExtraENTITY, ItemLogisticaDTO, ItemsOrdenDTO, ItemsOrdenScraperClaroVTRDTO, JobMacroByGemeindeRequestDTO, KCMActividadDTO, KeyDTO, KeyIntegracionENTITY, KitConsumoMaterialENTITY, LiberacionDePagosAlemaniaENTITY, LiquidadaTOAENTITY, ListaCapacidadesCableDTO, LogAlmacenDTO, LogDTO, LogModificarDTO, LogRegisterDTO, LoteDTO$1 as LoteDTO, MOBaremoDTO, MOChileVigenciaDTO, MacroObraChileENTITY, MacroObraENTITY, MacroObraPeruENTITY, MailStructureENTITY, ManoObraAlemaniaENTITY, ManoObraBaremoDTO, ManoObraBaremoENTITY, ManoObraBaremoProduccionDTO, ManoObraBaseENTITY, ManoObraENTITY, ManoObraGlobalDTO, ManoObraGlobalENTITY, ManoObraGlobalPCIssueAlemaniaAL02DTO, ManoObraGlobalPCIssueDTO, ManoObraGlobalPCMOAlemaniaAL02DTO, ManoObraGlobalPCMODTO, ManoObraLiberacionPagosDTO, ManoObraMttoENTITY, ManoObraPorUnidadObraENTITY, MarcaDTO, MaterialAmapDTO, MaterialAmapMODTO, MaterialCubicacionColombiaDTO, MaterialCubicacionPeruDTO, MaterialLogisticaDTO, MaterialMOGlobalDTO, MaterialUtilizadoRetiradoBaremoDTO, MaterialesBantelDTO, MaterialesClaroDTO, MaterialesClienteWAOODTO, MaterialesConsumoDTO, MaterialesCubicacionDTO, MaterialesDTO$1 as MaterialesDTO, MaterialesFibramasDBDTO, MaterialesFibramasDTO, MaterialesMifibraDBDTO, MaterialesSomacylDTO, MaterialestoaDBDTO, MaterialestoaDTO, MaterialeswinDBDTO, MaterialeswinDTO, MateterialesTuvesDTO, MedidorDTO, MetadataUOMaterialDTO, MiFibraENTITYDB, ModelMOSQLPeruENTITY, ModelObraSQLPeruENTITY, ModeloDTO, MonedaDto, MovimientoAlmacenDTO, MovimientoAlmacenENTITY, MovimientoDto, MovimientosRecepcionDto, NavDto, NavisionBitacoraFileDto, NavisionDateRegistryDto, NavisionMovimientoAlmacenDTO, NavisionPersonalLogisticaDTO, NavisionRegistryDateDto, NavisionUserRegistryDto, NavisionpreordenEntity, NodoDocDTO, NombreDescripcionDTO, NotasDTO, NotificacionesENTITY, OTBYESPECIALIDADGEMEINDEENTITY, OTDTO, OTENTITY, OTGlobalDTO, OTGlobalENTITY, ObraAlemaniaAL02ENTITY, ObraAlemaniaAL04ENTITY, ObraChile9512ENTITY, ObraColombia9612ENTITY, ObraENTITY, ObraPeru9112ENTITY, OnnetFibraENTITY, OpcionSistemaENTITY, OperacionDTO, OperacionDataAdicional, OptionCatalogoDTO, OrdReclMatDescargadoDTO, OrdenDetailMaintenanceDTO, OrdenDto, OrdenesInstalacionDTO, OrderStockENTITY, OrderStockStoreENTITY, OrigenCUB, OtDto, PBbyMaterialQuantitiesDTO, PBbyMaterialQuantitiesSomacylDTO, PagosECBaremoDTO, PagosECDTO, PaisStockPersonalDTO, ParteDiarioDTO, PasosDTO, type PayloadTokenDTO, PedidoCompraDto, PerfilesENTITY, PeriodoBaremoDTO, PeriodoDTO$3 as PeriodoDTO, PeriodoENTITY, PeriodoLiberacionPagosDTO, PermisosAppDTO, PermisosAppENTITY, PersonalCuadrillaDTO, PersonalDTO, PersonalENTITY, PersonalLogisticaDTO$1 as PersonalLogisticaDTO, PersonalTOADTO, PersonalTrabajoDTO, Peru9112FibramasENTITY, Peru9112FibramasENTITYDB, Peru9112TOAENTITY, Peru9112TOAENTITYDB, Peru9112WinENTITY, Peru9112WinENTITYDB, PlantaDBDTO, PlantaDTO, PlantaSomacylDTO, PreAcceptedDto, PrecioActualDTO, PrecioAgencia_mam_onnetENTITY, PrecioContratistaIssueAL02ENTITY, PrecioContratistaIssueENTITY, PrecioContratistaMOAL02ENTITY, PrecioContratistaMOAL04ENTITY, PrecioContratistaMOENTITY, PrecioContratistaMaterialENTITY, PrecioDTO, PrecioEmpresaDTO, PrecioEspecialidadENTITY, PrecioManoObraENTITY, PrecioMaterialENTITY, PrecioTrabajoDTO, PrecioUOMaterialesDTO, PreciosVigentesDTO, PresupuestadoTotalObraChilaDTO, PresupuestadoTotalObraDTO, PresupuestadoTotalObraEmpresaChileDTO, PresupuestadoTotalObraEmpresaCuadrillaChileDTO, PresupuestadoTotalObraEmpresaCuadrillaDTO, PresupuestadoTotalObraEmpresaCuadrillaPeruDTO, PresupuestadoTotalObraEmpresaDTO, PresupuestadoTotalObraEmpresaPeruDTO, PresupuestadoTotalObraPeruDTO, PresupuestoDTO, PresupuestoOTENTITY, PrioridadNotificacion, ProcedenciaDto, ProdCursoBaremoFasesCuadrillaDTO, ProdCursoBaremoFasesManoObraDTO, ProdCursoBaremoFasesPeriodoDTO, ProdCursoBaremoFasesUltimaFaseDTO, ProdCursoBaremoFasesUltimoEstadoInternoDTO, ProduccionDTO, ProductoDto, ProductosServiciosContratadoDBDTO, ProductosServiciosContratadoDTO, ProductosServiciosContratadoSomacylDTO, ProductosServiciosLiqDTO, ProductosServiciosValDTO, ProfileDTO, RM_ActividadENTITY, RM_ComunaENTITY, RM_ManoObraENTITY, RM_MaterialENTITY, RM_PaquetizadoENTITY, RM_ZonasActividadENTITY, RawLiqPenBantelDTO, RawLiqPenDTO, RawParteDiarioBantelDTO, RawParteDiarioDTO, ReasonNoFinalizedSomacyl, RecepcionDto, ReclamosDistribuidorDTO, RecursosPersonalDTO, RegistroAudioDTO, RegistryDto, RegularizacionPositivaNegativaDTO, RepresentanteLegalDTO, RequeridoEnum, RequerimientoDto, RequestDataMigrationDTO, RequestNumberTTLENTITY, ReservaENTITY, ReservaManoObraRegularizacionENTITY, ResultadoDTO, ResumemENTITY, ResumenAvanceChileDTO, ResumenAvanceDataDocumentacionDTO, ResumenAvanceDataDocumentacionDataWithPercentsByFasesChileDTO, ResumenAvanceDataDocumentacionDataWithPercentsByFasesPeruDTO, ResumenAvanceDataDocumentacionDataWithPercentsChile, ResumenAvanceDataDocumentacionDataWithPercentsPeruDTO, ResumenAvanceDataDocumentacionPeruDTO, ResumenAvanceDataGranTotal, ResumenAvanceDataGranTotalEmpresasChileDTO, ResumenAvanceDataGranTotalEmpresasPeruDTO, ResumenAvanceDataGranTotalManoObraCHILEDTO, ResumenAvanceDataGranTotalManoObraPeruDTO, ResumenAvanceDataGranTotalPeruDTO, ResumenAvanceDataGranTotalValorizacionesByPeriodosDTO, ResumenAvanceDataGranTotalValorizacionesByPeriodosPeruDTO, ResumenAvancePeruDTO, ResumenProcessENTITY, ResumentAvanceDocumentacionHPDTO, ResumentAvanceDocumentacionHPPeruDTO, RptProduccionCurso_Baremos_FasesENTITY, SEUpdateAnexosObraRequestBody, SEUpdateAnexosTrabajoRequestBody, STB_DTH_ToaENTITY, STB_DTH_ToaPlanta, STB_DTH_ToaUbicacion, SalidaAlmacenENTITY, ScrapingCredentialENTITY, SegmentoDBDTO, SeguimientoObraDTO, SiNoEnum, SincronizacionPersonalDTO, SistemaDto, SistemaENTITY, SistemaRecurso, SizeDTO, SmartDateTransformer, SocketDTO, SolicitudDto, SomacylEntregablesDTO, SomacylOrderENTITY, StateBantel, StateFibramas, StateInternalOrder, StateInternalOrderClienteWAOO, StateInternalOrderSomacyl, StateInternalOrderTOA, StateInventory, StateMifibra, StateServiceFibramas, StateWin, StatuDto, StockAlmacenENTITY, StockAlmacenEquiposENTITY, StockPersonalENTITY, StockPersonalEquiposENTITY, StockQuantityEmployeeDTO, SubEstadoInternoDTO, SubManoObraDTO$1 as SubManoObraDTO, SummaryDTO, TOAClaroOrderStockENTITY, TOAOrdenLiquidacionENTITY, TOAOrdenLiquidacionENTITYDB, TOAOrderStockENTITY, TUVESOrdReclMatDescargadoDTO, TUVESOrdReclamosFinDTO, TecnicoValDTO, TerminoPagoDto, ThemeConfigCountryENTITY, TipoActividadMOENTITY, TipoAlmacenDTO, TipoAlmacenENTITY, TipoClaveENTITY, TipoCompraDto, TipoConsumoMaterial, TipoDocumentoDto, TipoDocumentoIdentidadDTO, TipoDocumentoUsuarioDTO, TipoEmpresaDTO, TipoEspecialidadMOENTITY, TipoFamiliaDto, TipoGranFamiliaDto, TipoItemDto, type TipoLiq, TipoMOPCIssueDTO, TipoMOPCMODTO, TipoMiembroGrupoEmpresaDTO, TipoMovilCuadrillaDTO, TipoMovilENTITY, TipoMovimientoAlmacenDTO, TipoMovimientoAlmacenDatosTrabajoDTO, TipoMovimientoAlmacenENTITY, TipoNotificacion, TipoObraENTITY, TipoOpcionDTO, TipoOpcionSistemaENTITY, TipoOperacionDto, TipoProductoDto, TipoSistemaDTO, TipoStockENTITY, TipoStockStockPersonalDTO, TipoStockStockPersonalDatosTrabajoDTO, TipoSubFamiliaDto, type TipoVal, TipoVarianteDto, Tipo_MO, ToaClaroENTITY, ToaSegmentoDBDTO, ToaSegmentoDTO, TotBaremosDTO, TotalGeneralObraChile9512DTO, TotalGeneralObraChileDTO, TotalGeneralObraColombia9612DTO, TotalGeneralObraDTO, TotalGeneralObraPeru9112DTO, TotalGeneralObraPeruDTO, TrabajoAlemaniaENTITY, TrabajoENTITY, TrabajoHechoEnum, TrabajoMacroObraAlemaniaENTITY, TrabajoMacroObraENTITY, TransaccionFoliosENTITY, TransaccionesDTO, TuvesENTITY, TuvesOrdEqFinalizadasDTO, TuvesOrdEqMatDescargadosDTO, TuvesOrderStockENTITY, UOMaterialesExcelDTO, UO_MaterialesENTITY, UbicacionAlmacenDTO, UbicacionBantelDTO, UbicacionDTO, UbicacionMifibraDBDTO, UbicacionObraDTO, UbicacionPresupuestoDTO, UbicacionSomacylDTO, UbicacionTdCDTO, UbicaciontoaDBDTO, UbicaciontoaDTO, UbicacionwinDBDTO, UbicacionwinDTO, Ultima_FaseLiberacionPagosDTO, Ultima_PreLiquidacionAlemaniaDTO, Ultima_PreLiquidacionDTO$1 as Ultima_PreLiquidacionDTO, Ultima_PreLiquidacionTMOAlemaniaDTO, Ultima_asignacionAlemaniaDTO, Ultima_asignacionDTO$1 as Ultima_asignacionDTO, UltimoEstadoClienteDTO, Ultimo_Estado_InternoDTO, Ultimo_Estado_InternoLiberacionPagosDTO, UnidadMedidaDTO$1 as UnidadMedidaDTO, UnidadMedidaENTITY, UnidadMedidaLiberacionPagosDTO, UnidadObraENTITY, UnidadObraMaterialENTITY, UpdateDto, UpdateEstadoInternoObraRequestDTO, UpdateUltimaFaseFacturacionDTO, UserDto, UsuarioBaremoDTO, UsuarioBitacoraDTO, UsuarioDTO, UsuarioENTITY, UsuarioEdicionDTO, UsuarioID_UsuarioDTO, UsuarioLiqDTO, UsuarioLogisticaDTO, UsuarioRegistrarDTO, UsuariosAutoinventarioENTITY, ValidadoDTO, ValidadoSerieDto, ValidadoUsuarioSerieDto, ValidateJobExistsRequestDTO, ValorizacionAlemaniaDTO, ValorizacionDTO$1 as ValorizacionDTO, ValorizacionManoObraBaseDTO, ValorizacionManoObraDTO, ValorizacionManoObraRegularizacionDTO, ValorizacionPeruTOADTO, ValorizacionSomacylDTO, ValorizacionTMOAlemaniaDTO, ValorizacionesDTO$1 as ValorizacionesDTO, ValorizadaTOAENTITY, ValorizadoPorEstado, ValorizadoPorEstadoPeruDTO, ValorizadoTotalObraColombia9612DTO, ValorizadoTotalObraDTO, ValorizadoTotalObraPeruDTO, VarianteDTO, VigenciaBaremosDTO, VigenciaDTO, VigenciaIssueDTO, VigenciaKeyDTO, VigenciaOTDTO, VigenciaPCMODTO, WBEDTO, ZonaTrabajoCuadrillaDTO, ZonaTrabajoDTO, ZonaTrabajoENTITY, ZonalesDTO, ZonasDTO, convertStringsToDates, convertTypeNumber, enumToArray, hydrate, latLngDTO, transformToDateIfEmpty, trimAndUpperCaseString, type typeEstado, type typeEstadoNroDocumento, type typeFuente, type typeTipo, validateAndFormatData, validateArrayBody };
8891
+ export { ADM_RM_ZonasActividadENTITY, AcceptedDto, AccesortiosBantelDTO, AccesortiosMifibraDBDTO, ActaFinalCubicacionDTO, ActaFinalCubicacionSharedDTO, ActividadZonasActividadDTO, ActividadesDTO, AddMOPContrataMODTO, AddressListENTITY, AgenciaDTO, AgenciaENTITY, AgenciasDTO, AjusteReprocesoDTO, AlbaranDto, AlmacenDTO, AlmacenDto, AlmacenENTITY, AlmacenExtraENTITY, AlmacenLogisticaDTO, AlmacenRequerimientoDto, AlmacenUsuarioGIADTO, AnexoPreOrdenDto, AnexosDetailMantenanceOrderDTO, AprobacionDto, AreaGOMDTO, AreaGOMDatosReferenciaDTO, AreaGOMENTITY, AreaGOMResumenDTO, AreaGOMSubGOMSDTO, AreaGomCentroCostosDTO, AsignacionGomDTO, AsignacionGomDTO_Old, AsistenciaENTITY, AtencionOrdenesLiquidadasENTITY, AtiendeBodegaDTO, AttendanceDTO, AttendanceStatus, AutoInventarioENTITY, BankVendorDto, BantelENTITY, BaremoAlemaniaENTITY, BaremoProcessENTITY, BaremosAlemaniaENTITY, BaremosChileENTITY, BaremosColombiaENTITY, BaremosTOAChileENTITY, BaremosTOAENTITY, BitacoraAntiguaDTO, BitacoraDTO, BitacoraDeOrdenesDTO, BitacoraDto, BitacoraLiqDTO, BitacoraOpcionSitemaDTO, BodegaENTITY, BodyUpdateFasesDTO, BodyUpdateOne, CHILE_9512_PaquetizadoManoObraENTITY, CHILE_9512_PaquetizadoMaterialENTITY, CabeceraCubicacionColombiaDTO, CabeceraCubicajeAlemaniaDTO, CabeceraCubicajeChileDTO, CabeceraCubicajeDTO, CabeceraCubicajePeruDTO, CalculatePercentsDTO, CalculatePercentsPeruDTO, CambioEstadoFacturadoRequest, CambioEstadoFaseRequest, CambiosEstadosFaseLiberacionPagosDTO, CargoPersonalENTITY, CategoriaDto, CausacionCubicacionColombiaDTO, CausacionDTO, CentroCostosDTO, CentroCostosENTITY, CertificacionDTO, ChangeStateBaremosDTO, ChileTdCENTITY, ClienteDTO, ClienteTdCDTO, ClienteWAOOENTITY, Cliente_ContratistaDTO, ClosedDto, CodigoDescripcionDTO, type CodigoMovimientoAlmacen, CodigoNombreDTO, CodigoNombreDto, CodigoNombreMinLengthDto, CodigoNombreUMDTO, CodigoRazonSocialDTO, CodigoTituloDTO, ComparativoDto, CondicionDTO, ConsumoMaterialAlemaniaENTITY, ConsumoMaterialENTITY, ConsumosMaterialDTO, ConsumosMaterialExcelDTO, ConsumosP117ENTITY, ContabilizadoDto, ContratistaDTO, ContratistasDTO, Contratistas_PE_DTO, ContratoDTO, ContratoOTDTO, ContratoOTENTITY, ContratoOTGeneralDTO, ContratoOT_PRE_DTO, ContratoOT_ZT_DTO, ContratoObraOTDTO, ContratoPagosENTITY, Contrato_DTO, ConversionLogisticaDTO, CoordenadasDTO, CoordenadasTdCDTO, CorteBobinaStockAlmacenDTO, CosumoMaterialAlemaniaDTO, CotizacionDto, CrearNavisionpreordenEntityRequestDto, CuadrillaBaremoDTO, CuadrillaDTO, CuadrillaENTITY, CuadrillaLiberacionPagosDTO, CuadrillasDTO, CubicacionAlemaniaAL02ENTITY, CubicacionChile9512ENTITY, CubicacionColombia9612ENTITY, CubicacionENTITY, CubicacionPeru9112ENTITY, CumplimientoDTO, DataAdicionalDTO, DataCatalogoItemDTO, DataChildrenTreeNodes, DataDocumentacionDTO, DataDocumentacionPeruDTO, DataGridTabBusinessHP, DataGridTabBusinessHPPeruDTO, DataGridTabResidentialHP, DataScraperClaroVTRENTITY, DataWithPercentItemChile, DataWithPercentItemPeruDTO, DateDto, DatoUsuarioTipoOpcionDto, DatosAreaPersonalDTO, DatosCatalogoItemDTO, DatosCatalogoMODTO, DatosEmpresaDto, DatosFacturacionDTO, DatosGIADTO, DatosGeneralesDTO, DatosGeneralesPersonalDTO, DatosIssueProduccionDTO, DatosIssueProduccionEmpresaDTO, DatosJefeObraDto, DatosManoObraGlobalDTO, DatosManoObraGlobalDetalleChileDTO, DatosNavDto, DatosPagoDto, DatosPaiDto, DatosPersonalDto, DatosPrecioEspecialidadDTO, DatosPrecioMaterialDTO, DatosReferenciaDTO, DatosTecnicosDTO, DatosTrabajoCatalogoDTO, DatosTrabajoDto, DatosTrabajoRequerimientoDto, DatosTrabajoUsuarioDTO, DatosTransportistaChileDTO, DatosTransportistaDTO, DatosUnidadObraMaterialDTO, DelegacionDTO, DelegacionDto, DelegacionEntity, DelegacionZonalesDTO, DeleteBaremoFaseDTO, DestinatarioDTO, DetailMaintenanceOrderDTO, DetalleAlbaranDTO, DetalleAlemaniaDTO, DetalleAtipicaDTO, DetalleAtipicaPeruDTO, DetalleChileAlemaniaObraDTO, DetalleChileChileObraDTO, DetalleChileColombiaObraDTO, DetalleChileDTO$1 as DetalleChileDTO, DetalleChileObraDTO, DetalleChilePeruObraDTO, DetalleChileValorizacionMODTO, DetalleChileValorizacionManoObraRegularizacionDTO, DetalleColombiaDTO, DetalleCotizacionDto, DetalleCubicajeDTO, DetalleDTO, DetalleDto, DetalleManoObraChileDTO, DetalleOrdenRealDTO, DetallePeruDTO, DetallePeruFechasDTO, DetalleProductoDto, DetalleSalidaAlmacenDTO, DevolucionAlmacenENTITY, DireccionDTO, DocumentacionBaremoPexENTITY, DocumentacionPEXENTITY, DocumentoDetalleClienteDTO, DocumentoDetalleClientePeruDTO, DocumentoDetalleNoClienteDTO, DocumentoDetalleNoClientePeruDTO, DocumentosInicialesDTO, DocumentosInicialesPeruDTO, EECCBantelDTO, EECCClienteWAOODTO, EECCDBMIFIBRADTO, EECCDBTOADTO, EECCDBWINDTO, EECCFibramasDBDTO, EECC_DTO, EFaseObraBaremo, EmisionDto, EmpalmeDTO, EmpresaBaremoDTO, EmpresaDTO, EmpresaENTITY, EmpresaGanadoraDto, EmpresaLiberacionPagosDTO, EmpresaLogisticaDTO, EmpresaPCMODTO, EmpresaPersonalDTO, EmpresaPersonalDatosTrabajoDTO, EmpresaProduccionDTO, EmpresaStockPersonalDTO, EmpresaTdCDTO, EmpresaUsuarioDTO, EmpresaValDTO, EmpresaZonasActividadDTO, EncargadoDTO, EnviarNavDto, EquipoLogisticaDTO, EquipoSerieDto, EquiposAIDTO, EquiposDTO, EspecialidadDTO, EstadoAntiguoDTO, EstadoDTO, EstadoDePagoDTO, EstadoFaseObraBaremo, EstadoHPListDTO$2 as EstadoHPListDTO, EstadoIntegracionDTO, EstadoInternoDTO, EstadoInternoENTITY, EstadoInternoObraDTO, EstadoInternoWithoutSubstateDTO, type EstadoLiq, EstadoLiqDTO, EstadoNotificacion, EstadoProcesoValPeru, EstadoProcesoValPeruDTO, EstadoProcesoValSomacyl, EstadoProcesoValSomacylDTO, EstadoSerieDto, type EstadoVal, Estado_Model_MO, EstadosTuvesEnum, FacturaDto, FacturaGeneradaDTO, FacturacionDTO, FamiliaItemDTO, FaseDTO, FaseENTITY, FasePagoDTO, FasesObraBaremoDTO, FasesType, FechaDTO, FechaEntregaDto, FechaVigenciaBaremosDTO, FechaVigenciaPCMODTO, FechasDTO, FechasValorizacionBaremoDTO, FileDto, FilesDocDTO, FlagsDTO, FlujoDocDTO, FlujoDto, ForceString, FormaPagoDto, FotoDTO, FotosDTO, FotosDetailMaintenanceDTO, FotosSSTDTO, GOMDTO, GemeindeENTITY, GomENTITY, GomNovedadesDTO, GomNovedadesTipoNovedadDTO, GranFamiliaItemDTO, GranFamiliaItemENTITY, GrupoEmpresaDTO, HPListAsignacionDTO, HPListDTO, HistorialCubicacionDTO, HistorialEstadosBantelDTO, HistorialEstadosMifibraDBDTO, HistorialEstadoswinDBDTO, HistorialEstadoswinDTO, HistoricoDTO, HistoricoEmpresasDTO, HitoDTO, HomePassDTO$1 as HomePassDTO, IDataSheetCoordenadas, IDataSheetLineasTdC, IDataSheetMateriales, IDataSheetMedidores, IDataSheetTdC, IDataSheetTiemposCumplimentados, ISheetsJsonChileTdC, IconoDto, ImgLogoNavBarDTO, ImporteDto, IncidenciasChileDTO, IncidenciasDTO, IncidenciasPeruDTO, IngresoAlmacenENTITY, InventarioDTO, InventarioExistenteDTO, InventarioLiqDTO, InventarioValDTO, IssueENTITY, ItemCantidadesDTO, ItemDTO, ItemDetalleLogisticaDTO, ItemDetallePMDTO, ItemENTITY, ItemEspañaENTITY, ItemExtraENTITY, ItemLogisticaDTO, ItemsOrdenDTO, ItemsOrdenScraperClaroVTRDTO, JobMacroByGemeindeRequestDTO, KCMActividadDTO, KeyDTO, KeyIntegracionENTITY, KitConsumoMaterialENTITY, LiberacionDePagosAlemaniaENTITY, LiquidadaTOAENTITY, ListaCapacidadesCableDTO, LogAlmacenDTO, LogDTO, LogModificarDTO, LogRegisterDTO, LoteDTO$1 as LoteDTO, MOBaremoDTO, MOChileVigenciaDTO, MacroObraChileENTITY, MacroObraENTITY, MacroObraPeruENTITY, MailStructureENTITY, ManoObraAlemaniaENTITY, ManoObraBaremoDTO, ManoObraBaremoENTITY, ManoObraBaremoProduccionDTO, ManoObraBaseENTITY, ManoObraENTITY, ManoObraGlobalDTO, ManoObraGlobalENTITY, ManoObraGlobalPCIssueAlemaniaAL02DTO, ManoObraGlobalPCIssueDTO, ManoObraGlobalPCMOAlemaniaAL02DTO, ManoObraGlobalPCMODTO, ManoObraLiberacionPagosDTO, ManoObraMttoENTITY, ManoObraPorUnidadObraENTITY, MarcaDTO, MaterialAmapDTO, MaterialAmapMODTO, MaterialCubicacionColombiaDTO, MaterialCubicacionPeruDTO, MaterialLogisticaDTO, MaterialMOGlobalDTO, MaterialUtilizadoRetiradoBaremoDTO, MaterialesBantelDTO, MaterialesClaroDTO, MaterialesClienteWAOODTO, MaterialesConsumoDTO, MaterialesCubicacionDTO, MaterialesDTO$1 as MaterialesDTO, MaterialesFibramasDBDTO, MaterialesFibramasDTO, MaterialesMifibraDBDTO, MaterialesSomacylDTO, MaterialestoaDBDTO, MaterialestoaDTO, MaterialeswinDBDTO, MaterialeswinDTO, MateterialesTuvesDTO, MedidorDTO, MetadataUOMaterialDTO, MiFibraENTITYDB, ModelMOSQLPeruENTITY, ModelObraSQLPeruENTITY, ModeloDTO, MonedaDto, MovimientoAlmacenDTO, MovimientoAlmacenENTITY, MovimientoDto, MovimientosRecepcionDto, NavDto, NavisionBitacoraFileDto, NavisionDateRegistryDto, NavisionMovimientoAlmacenDTO, NavisionPersonalLogisticaDTO, NavisionRegistryDateDto, NavisionUserRegistryDto, NavisionpreordenEntity, NodoDocDTO, NombreDescripcionDTO, NotasDTO, NotificacionesENTITY, OTBYESPECIALIDADGEMEINDEENTITY, OTDTO, OTENTITY, OTGlobalDTO, OTGlobalENTITY, ObraAlemaniaAL02ENTITY, ObraAlemaniaAL04ENTITY, ObraChile9512ENTITY, ObraColombia9612ENTITY, ObraENTITY, ObraPeru9112ENTITY, OnnetFibraENTITY, OpcionSistemaENTITY, OperacionDTO, OperacionDataAdicional, OptionCatalogoDTO, OrdReclMatDescargadoDTO, OrdenDetailMaintenanceDTO, OrdenDto, OrdenesInstalacionDTO, OrderStockENTITY, OrderStockStoreENTITY, OrigenCUB, OtDto, PBbyMaterialQuantitiesDTO, PBbyMaterialQuantitiesSomacylDTO, PagosECBaremoDTO, PagosECDTO, PaisStockPersonalDTO, ParteDiarioDTO, PasosDTO, type PayloadTokenDTO, PedidoCompraDto, PerfilesENTITY, PeriodoBaremoDTO, PeriodoDTO$2 as PeriodoDTO, PeriodoENTITY, PeriodoLiberacionPagosDTO, PermisosAppDTO, PermisosAppENTITY, PersonalCuadrillaDTO, PersonalDTO, PersonalENTITY, PersonalLogisticaDTO$1 as PersonalLogisticaDTO, PersonalTOADTO, PersonalTrabajoDTO, Peru9112FibramasENTITY, Peru9112FibramasENTITYDB, Peru9112TOAENTITY, Peru9112TOAENTITYDB, Peru9112WinENTITY, Peru9112WinENTITYDB, PlantaDBDTO, PlantaDTO, PlantaSomacylDTO, PreAcceptedDto, PrecioActualDTO, PrecioAgencia_mam_onnetENTITY, PrecioContratistaIssueAL02ENTITY, PrecioContratistaIssueENTITY, PrecioContratistaMOAL02ENTITY, PrecioContratistaMOAL04ENTITY, PrecioContratistaMOENTITY, PrecioContratistaMaterialENTITY, PrecioDTO, PrecioEmpresaDTO, PrecioEspecialidadENTITY, PrecioManoObraENTITY, PrecioMaterialENTITY, PrecioTrabajoDTO, PrecioUOMaterialesDTO, PreciosVigentesDTO, PresupuestadoTotalObraChilaDTO, PresupuestadoTotalObraDTO, PresupuestadoTotalObraEmpresaChileDTO, PresupuestadoTotalObraEmpresaCuadrillaChileDTO, PresupuestadoTotalObraEmpresaCuadrillaDTO, PresupuestadoTotalObraEmpresaCuadrillaPeruDTO, PresupuestadoTotalObraEmpresaDTO, PresupuestadoTotalObraEmpresaPeruDTO, PresupuestadoTotalObraPeruDTO, PresupuestoDTO, PresupuestoOTENTITY, PrioridadNotificacion, ProcedenciaDto, ProdCursoBaremoFasesCuadrillaDTO, ProdCursoBaremoFasesManoObraDTO, ProdCursoBaremoFasesPeriodoDTO, ProdCursoBaremoFasesUltimaFaseDTO, ProdCursoBaremoFasesUltimoEstadoInternoDTO, ProduccionDTO, ProductoDto, ProductosServiciosContratadoDBDTO, ProductosServiciosContratadoDTO, ProductosServiciosContratadoSomacylDTO, ProductosServiciosLiqDTO, ProductosServiciosValDTO, ProfileDTO, RM_ActividadENTITY, RM_ComunaENTITY, RM_ManoObraENTITY, RM_MaterialENTITY, RM_PaquetizadoENTITY, RM_ZonasActividadENTITY, RawLiqPenBantelDTO, RawLiqPenDTO, RawParteDiarioBantelDTO, RawParteDiarioDTO, ReasonNoFinalizedSomacyl, RecepcionDto, ReclamosDistribuidorDTO, RecursosPersonalDTO, RegistroAudioDTO, RegistryDto, RegularizacionPositivaNegativaDTO, RepresentanteLegalDTO, RequeridoEnum, RequerimientoDto, RequestDataMigrationDTO, RequestNumberTTLENTITY, ReservaENTITY, ReservaManoObraRegularizacionENTITY, ResultadoDTO, ResumemENTITY, ResumenAvanceChileDTO, ResumenAvanceDataDocumentacionDTO, ResumenAvanceDataDocumentacionDataWithPercentsByFasesChileDTO, ResumenAvanceDataDocumentacionDataWithPercentsByFasesPeruDTO, ResumenAvanceDataDocumentacionDataWithPercentsChile, ResumenAvanceDataDocumentacionDataWithPercentsPeruDTO, ResumenAvanceDataDocumentacionPeruDTO, ResumenAvanceDataGranTotal, ResumenAvanceDataGranTotalEmpresasChileDTO, ResumenAvanceDataGranTotalEmpresasPeruDTO, ResumenAvanceDataGranTotalManoObraCHILEDTO, ResumenAvanceDataGranTotalManoObraPeruDTO, ResumenAvanceDataGranTotalPeruDTO, ResumenAvanceDataGranTotalValorizacionesByPeriodosDTO, ResumenAvanceDataGranTotalValorizacionesByPeriodosPeruDTO, ResumenAvancePeruDTO, ResumenProcessENTITY, ResumentAvanceDocumentacionHPDTO, ResumentAvanceDocumentacionHPPeruDTO, RptProduccionCurso_Baremos_FasesENTITY, SEUpdateAnexosObraRequestBody, SEUpdateAnexosTrabajoRequestBody, STB_DTH_ToaENTITY, STB_DTH_ToaPlanta, STB_DTH_ToaUbicacion, SalidaAlmacenENTITY, ScrapingCredentialENTITY, SegmentoDBDTO, SeguimientoObraDTO, SiNoEnum, SincronizacionPersonalDTO, SistemaDto, SistemaENTITY, SistemaRecurso, SizeDTO, SmartDateTransformer, SocketDTO, SolicitudDto, SomacylEntregablesDTO, SomacylOrderENTITY, StateBantel, StateFibramas, StateInternalOrder, StateInternalOrderClienteWAOO, StateInternalOrderSomacyl, StateInternalOrderTOA, StateInventory, StateMifibra, StateServiceFibramas, StateWin, StatuDto, StockAlmacenENTITY, StockAlmacenEquiposENTITY, StockPersonalENTITY, StockPersonalEquiposENTITY, StockQuantityEmployeeDTO, SubEstadoInternoDTO, SubManoObraDTO$1 as SubManoObraDTO, SummaryDTO, TOAClaroOrderStockENTITY, TOAOrdenLiquidacionENTITY, TOAOrdenLiquidacionENTITYDB, TOAOrderStockENTITY, TUVESOrdReclMatDescargadoDTO, TUVESOrdReclamosFinDTO, TecnicoValDTO, TerminoPagoDto, ThemeConfigCountryENTITY, TipoActividadMOENTITY, TipoAlmacenDTO, TipoAlmacenENTITY, TipoClaveENTITY, TipoCompraDto, TipoConsumoMaterial, TipoDocumentoDto, TipoDocumentoIdentidadDTO, TipoDocumentoUsuarioDTO, TipoEmpresaDTO, TipoEspecialidadMOENTITY, TipoFamiliaDto, TipoGranFamiliaDto, TipoItemDto, type TipoLiq, TipoMOPCIssueDTO, TipoMOPCMODTO, TipoMiembroGrupoEmpresaDTO, TipoMovilCuadrillaDTO, TipoMovilENTITY, TipoMovimientoAlmacenDTO, TipoMovimientoAlmacenDatosTrabajoDTO, TipoMovimientoAlmacenENTITY, TipoNotificacion, TipoObraENTITY, TipoOpcionDTO, TipoOpcionSistemaENTITY, TipoOperacionDto, TipoProductoDto, TipoSistemaDTO, TipoStockENTITY, TipoStockStockPersonalDTO, TipoStockStockPersonalDatosTrabajoDTO, TipoSubFamiliaDto, type TipoVal, TipoVarianteDto, Tipo_MO, ToaClaroENTITY, ToaSegmentoDBDTO, ToaSegmentoDTO, TotBaremosDTO, TotalGeneralObraChile9512DTO, TotalGeneralObraChileDTO, TotalGeneralObraColombia9612DTO, TotalGeneralObraDTO, TotalGeneralObraPeru9112DTO, TotalGeneralObraPeruDTO, TrabajoAlemaniaENTITY, TrabajoENTITY, TrabajoHechoEnum, TrabajoMacroObraAlemaniaENTITY, TrabajoMacroObraENTITY, TransaccionFoliosENTITY, TransaccionesDTO, TuvesENTITY, TuvesOrdEqFinalizadasDTO, TuvesOrdEqMatDescargadosDTO, TuvesOrderStockENTITY, UOMaterialesExcelDTO, UO_MaterialesENTITY, UbicacionAlmacenDTO, UbicacionBantelDTO, UbicacionDTO, UbicacionMifibraDBDTO, UbicacionObraDTO, UbicacionPresupuestoDTO, UbicacionSomacylDTO, UbicacionTdCDTO, UbicaciontoaDBDTO, UbicaciontoaDTO, UbicacionwinDBDTO, UbicacionwinDTO, Ultima_FaseLiberacionPagosDTO, Ultima_PreLiquidacionAlemaniaDTO, Ultima_PreLiquidacionDTO$1 as Ultima_PreLiquidacionDTO, Ultima_PreLiquidacionTMOAlemaniaDTO, Ultima_asignacionAlemaniaDTO, Ultima_asignacionDTO$1 as Ultima_asignacionDTO, UltimoEstadoClienteDTO, Ultimo_Estado_InternoDTO, Ultimo_Estado_InternoLiberacionPagosDTO, UnidadMedidaDTO, UnidadMedidaENTITY, UnidadMedidaLiberacionPagosDTO, UnidadObraENTITY, UnidadObraMaterialENTITY, UpdateDto, UpdateEstadoInternoObraRequestDTO, UpdateUltimaFaseFacturacionDTO, UserDto, UsuarioBaremoDTO, UsuarioBitacoraDTO, UsuarioDTO, UsuarioENTITY, UsuarioEdicionDTO, UsuarioID_UsuarioDTO, UsuarioLiqDTO, UsuarioLogisticaDTO, UsuarioRegistrarDTO, UsuariosAutoinventarioENTITY, ValidadoDTO, ValidadoSerieDto, ValidadoUsuarioSerieDto, ValidateJobExistsRequestDTO, ValorizacionAlemaniaDTO, ValorizacionDTO$1 as ValorizacionDTO, ValorizacionManoObraBaseDTO, ValorizacionManoObraDTO, ValorizacionManoObraRegularizacionDTO, ValorizacionPeruTOADTO, ValorizacionSomacylDTO, ValorizacionTMOAlemaniaDTO, ValorizacionesDTO$1 as ValorizacionesDTO, ValorizadaTOAENTITY, ValorizadoPorEstado, ValorizadoPorEstadoPeruDTO, ValorizadoTotalObraColombia9612DTO, ValorizadoTotalObraDTO, ValorizadoTotalObraPeruDTO, VarianteDTO, VigenciaBaremosDTO, VigenciaDTO, VigenciaIssueDTO, VigenciaKeyDTO, VigenciaOTDTO, VigenciaPCMODTO, WBEDTO, ZonaTrabajoCuadrillaDTO, ZonaTrabajoDTO, ZonaTrabajoENTITY, ZonalesDTO, ZonasDTO, convertStringsToDates, convertTypeNumber, enumToArray, hydrate, latLngDTO, transformToDateIfEmpty, trimAndUpperCaseString, type typeEstado, type typeEstadoNroDocumento, type typeFuente, type typeTipo, validateAndFormatData, validateArrayBody };