sigo-package 1.1.45 → 1.1.46

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.
@@ -9,8 +9,12 @@ interface iMapeoMOMaterialSoplado {
9
9
  CodigoMO: string;
10
10
  CodigoMaterial: string;
11
11
  }
12
+ interface iMapaMOMaterialSoplado {
13
+ CodigoMO: string;
14
+ CodigoMaterial: string[];
15
+ }
12
16
  export declare const CodsMapeoMOMaterial: iMapeoMOMaterial[];
13
17
  export declare const CodsMapeoMOMaterialSopladoClientes: iMapeoMOMaterialSoplado[];
14
- export declare const CodsMapeoMOMaterialSopladoTroncal: iMapeoMOMaterialSoplado[];
18
+ export declare const CodsMapeoMOMaterialSopladoTroncal: iMapaMOMaterialSoplado[];
15
19
  export declare const CodsMapeoMO_Material_Arquertas: iMapeoMOMaterialSoplado[];
16
20
  export {};
@@ -1,4 +1,4 @@
1
- import { EstadoDto } from '../../Shared/index';
1
+ import { EstadoDto } from '../../shared/index';
2
2
  import { MaterialLogisticaDto } from './MaterialLogisticaDto';
3
3
  export declare class MaterialAmapDto {
4
4
  ID_MaterialAmap: number;
@@ -1,4 +1,4 @@
1
- import { UnidadMedidaDto } from "../../Shared/index";
1
+ import { UnidadMedidaDto } from "../../shared/index";
2
2
  export declare class MaterialLogisticaDto {
3
3
  ID_Material: number;
4
4
  ID_Item: number;
@@ -1912,16 +1912,19 @@ var CodsMapeoMOMaterialSopladoClientes = [{
1912
1912
  }];
1913
1913
  var CodsMapeoMOMaterialSopladoTroncal = [{
1914
1914
  CodigoMO: '042004400',
1915
- CodigoMaterial: '02CFO-107-206'
1915
+ CodigoMaterial: ['02CFO-107-206']
1916
1916
  }, {
1917
1917
  CodigoMO: '041704500',
1918
- CodigoMaterial: '02CFO-107-204'
1918
+ CodigoMaterial: ['02CFO-107-204']
1919
1919
  }, {
1920
1920
  CodigoMO: '041704300',
1921
- CodigoMaterial: '02CFO-107-208'
1921
+ CodigoMaterial: ['02CFO-107-208']
1922
1922
  }, {
1923
1923
  CodigoMO: '041704200',
1924
- CodigoMaterial: '02CFO-107-209'
1924
+ CodigoMaterial: ['02CFO-107-209']
1925
+ }, {
1926
+ CodigoMO: '062505900',
1927
+ CodigoMaterial: ['05PAO-114-201', '05PAO-114-202']
1925
1928
  }];
1926
1929
  var CodsMapeoMO_Material_Arquertas = [{
1927
1930
  CodigoMO: '062705807',