sigo-package 1.1.27 → 1.1.28

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.
@@ -1,4 +1,4 @@
1
- import { EmpresaDto } from '../../Shared/index';
1
+ import { EmpresaDto, UnidadMedidaDto } from '../../shared/index';
2
2
  import { VarianteDto } from './VarianteDto';
3
3
  import { WBEDto } from './WBEDto';
4
4
  import { ItemCantidadesDto } from './ItemCantidadesDto';
@@ -10,7 +10,7 @@ export declare class ItemDto {
10
10
  Nombre: string;
11
11
  Descripcion: string;
12
12
  Variante: VarianteDto;
13
- UnidadMedida: any;
13
+ UnidadMedida: UnidadMedidaDto;
14
14
  Ind_SB: string;
15
15
  Lote: string;
16
16
  Cantidad: number;
@@ -1585,7 +1585,7 @@ function obtenerDocumentacionClientes(_ref) {
1585
1585
  return documentacion;
1586
1586
  }
1587
1587
  if (codEspecialidades.includes('01.2-OBRA CIVIL/DROPS')) documentacion.Nodos.push(modelDROPAux);
1588
- if (codEspecialidades.includes('03-SOPLADO RA')) {
1588
+ if (codEspecialidades.includes('03-SOPLADO RA') || codEspecialidades.includes('02-SOPLADO RD')) {
1589
1589
  documentacion.Nodos.push(modelCABLEAux);
1590
1590
  documentacion.Nodos.push(modelARMARIOAux);
1591
1591
  }