sigo-package 1.0.97 → 1.0.99

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,6 +1,9 @@
1
- export declare const CodsMapeoMOMaterial: {
1
+ interface iMapeoMOMaterial {
2
2
  CodigoMO: string;
3
3
  CodigoMaterial: string;
4
4
  CodMatConector: string;
5
+ CantidadPorDucto: number;
5
6
  Alcance: string;
6
- }[];
7
+ }
8
+ export declare const CodsMapeoMOMaterial: iMapeoMOMaterial[];
9
+ export {};
@@ -1357,66 +1357,79 @@ var CodsMapeoMOMaterial = [{
1357
1357
  CodigoMO: '010103200',
1358
1358
  CodigoMaterial: '03DUC-109-204',
1359
1359
  CodMatConector: '03DUC-110-201',
1360
+ CantidadPorDucto: 2,
1360
1361
  Alcance: '2X16-12'
1361
1362
  }, {
1362
1363
  CodigoMO: '010103300',
1363
1364
  CodigoMaterial: '03DUC-109-203',
1364
1365
  CodMatConector: '03DUC-110-201',
1366
+ CantidadPorDucto: 4,
1365
1367
  Alcance: '4X16-12'
1366
1368
  }, {
1367
1369
  CodigoMO: '010103400',
1368
1370
  CodigoMaterial: '03DUC-109-202',
1369
1371
  CodMatConector: '03DUC-110-201',
1372
+ CantidadPorDucto: 7,
1370
1373
  Alcance: '7x16-12'
1371
1374
  }, {
1372
1375
  CodigoMO: '010203900',
1373
1376
  CodigoMaterial: '03DUC-109-212',
1374
1377
  CodMatConector: '03DUC-110-210',
1378
+ CantidadPorDucto: 12,
1375
1379
  Alcance: '12x7-4'
1376
1380
  }, {
1377
1381
  CodigoMO: '010204000',
1378
1382
  CodigoMaterial: '03DUC-109-211',
1379
1383
  CodMatConector: '03DUC-110-210',
1384
+ CantidadPorDucto: 24,
1380
1385
  Alcance: '24x7-4'
1381
1386
  }, {
1382
1387
  CodigoMO: '010203800',
1383
1388
  CodigoMaterial: '03DUC-109-213',
1384
- CodMatConector: '',
1389
+ CodMatConector: '03DUC-110-210',
1390
+ CantidadPorDucto: 7,
1385
1391
  Alcance: '7X7-4'
1386
1392
  }, {
1387
1393
  CodigoMO: '010303000',
1388
1394
  CodigoMaterial: '03DUC-109-201',
1389
1395
  CodMatConector: '03DUC-110-214',
1396
+ CantidadPorDucto: 2,
1390
1397
  Alcance: '1x50-40'
1391
1398
  }, {
1392
1399
  CodigoMO: '010303100',
1393
1400
  CodigoMaterial: '03DUC-109-210',
1394
1401
  CodMatConector: '03DUC-110-207',
1402
+ CantidadPorDucto: 1,
1395
1403
  Alcance: '1X12-10'
1396
1404
  }, {
1397
1405
  CodigoMO: '010403300',
1398
1406
  CodigoMaterial: '03DUC-109-209',
1399
1407
  CodMatConector: '03DUC-110-204',
1408
+ CantidadPorDucto: 1,
1400
1409
  Alcance: '1x14-10'
1401
1410
  }, {
1402
1411
  CodigoMO: '010403500',
1403
1412
  CodigoMaterial: '03DUC-109-208',
1404
1413
  CodMatConector: '03DUC-110-204',
1414
+ CantidadPorDucto: 2,
1405
1415
  Alcance: '2x14-10'
1406
1416
  }, {
1407
1417
  CodigoMO: '010403600',
1408
1418
  CodigoMaterial: '03DUC-109-207',
1409
1419
  CodMatConector: '03DUC-110-204',
1420
+ CantidadPorDucto: 4,
1410
1421
  Alcance: '4x14-10'
1411
1422
  }, {
1412
1423
  CodigoMO: '010403700',
1413
1424
  CodigoMaterial: '03DUC-109-206',
1414
1425
  CodMatConector: '03DUC-110-204',
1426
+ CantidadPorDucto: 7,
1415
1427
  Alcance: '7x14-10'
1416
1428
  }, {
1417
1429
  CodigoMO: '010206700',
1418
1430
  CodigoMaterial: '03DUC-109-214',
1419
1431
  CodMatConector: '03DUC-110-210',
1432
+ CantidadPorDucto: 1,
1420
1433
  Alcance: '1x7-4'
1421
1434
  }];
1422
1435