sigo-package 1.1.58 → 1.1.60

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.ts CHANGED
@@ -1,3 +1,3 @@
1
1
  import { ActualizarDataResumenLiquidaciones, CalcularResumenLiquidaciones, DocumentacionReplanteo, ModelDataFlujosDocumentacionReplanteo, CompararFechas, ActualizarDataReserva, ActualizarDataManoObra, ActualizarDataTrabajos, paisMap, GetCodigoFechaActual, ObtenerPrecioContratistaVigente, ObtenerZonaAsignada, BuscarZonaContratista, ObtenerMONoReservada, dataFlujosHomePass, UpdateNodosDocDP, CalcularResumenHPMOLiquidado, obtenerDocumentacionClientes, obtenerDocumentacionNoClientes, codClientes, codNoCliente, codSopladoRD, CodsMapeoMOMaterial, codigosMaterialDuctos, codMOTroncal_ReglaLiquidacion1, codMOClientes_ReglaLiquidacion1, codMONoClientes_ReglaLiquidacion1, codigosMaterialUGG, CodsMapeoMOMaterialSopladoClientes, CodsMapeoMOMaterialSopladoTroncal, CodigosMaterialSoplado, ActualizarDataResumenValorizacionesAlemania, CalcularResumenValorizacionesAlemania, codMOPublico, CodsMapeoMO_Material_Arquertas, codigosMOT1_F2, mapaReglaSopladoTroncal, mapaReglaSopladoClientes } from './Programados/index';
2
- import { esObjetoFecha, esCadenaFechaISOValida, CurrencyFormat, isValidPartialEntity, convertDates, logTiempoProceso, isValidDate, getModelDataAdicional, getQueueName, getQueueNameSaveOneNotification, getKeyRedisSortedSet, validateNoLookup } from './shared/index';
3
- export { logTiempoProceso, ActualizarDataResumenLiquidaciones, CalcularResumenLiquidaciones, DocumentacionReplanteo, ModelDataFlujosDocumentacionReplanteo, CompararFechas, ActualizarDataReserva, ActualizarDataManoObra, ActualizarDataTrabajos, paisMap, GetCodigoFechaActual, esObjetoFecha, esCadenaFechaISOValida, CurrencyFormat, ObtenerPrecioContratistaVigente, ObtenerZonaAsignada, BuscarZonaContratista, ObtenerMONoReservada, dataFlujosHomePass, UpdateNodosDocDP, CalcularResumenHPMOLiquidado, obtenerDocumentacionClientes, obtenerDocumentacionNoClientes, codClientes, codNoCliente, codSopladoRD, CodsMapeoMOMaterial, codigosMaterialDuctos, codMOTroncal_ReglaLiquidacion1, codMOClientes_ReglaLiquidacion1, codMONoClientes_ReglaLiquidacion1, codigosMaterialUGG, CodsMapeoMOMaterialSopladoClientes, CodsMapeoMOMaterialSopladoTroncal, CodigosMaterialSoplado, ActualizarDataResumenValorizacionesAlemania, CalcularResumenValorizacionesAlemania, codMOPublico, CodsMapeoMO_Material_Arquertas, codigosMOT1_F2, isValidPartialEntity, convertDates, mapaReglaSopladoTroncal, mapaReglaSopladoClientes, isValidDate, getModelDataAdicional, getQueueName, getQueueNameSaveOneNotification, getKeyRedisSortedSet, validateNoLookup, };
2
+ import { esObjetoFecha, esCadenaFechaISOValida, CurrencyFormat, isValidPartialEntity, convertDates, logTiempoProceso, isValidDate, getModelDataAdicional, getQueueName, getQueueNameSaveOneNotification, getKeyRedisSortedSet, validateNoLookup, getChannelName } from './shared/index';
3
+ export { logTiempoProceso, ActualizarDataResumenLiquidaciones, CalcularResumenLiquidaciones, DocumentacionReplanteo, ModelDataFlujosDocumentacionReplanteo, CompararFechas, ActualizarDataReserva, ActualizarDataManoObra, ActualizarDataTrabajos, paisMap, GetCodigoFechaActual, esObjetoFecha, esCadenaFechaISOValida, CurrencyFormat, ObtenerPrecioContratistaVigente, ObtenerZonaAsignada, BuscarZonaContratista, ObtenerMONoReservada, dataFlujosHomePass, UpdateNodosDocDP, CalcularResumenHPMOLiquidado, obtenerDocumentacionClientes, obtenerDocumentacionNoClientes, codClientes, codNoCliente, codSopladoRD, CodsMapeoMOMaterial, codigosMaterialDuctos, codMOTroncal_ReglaLiquidacion1, codMOClientes_ReglaLiquidacion1, codMONoClientes_ReglaLiquidacion1, codigosMaterialUGG, CodsMapeoMOMaterialSopladoClientes, CodsMapeoMOMaterialSopladoTroncal, CodigosMaterialSoplado, ActualizarDataResumenValorizacionesAlemania, CalcularResumenValorizacionesAlemania, codMOPublico, CodsMapeoMO_Material_Arquertas, codigosMOT1_F2, isValidPartialEntity, convertDates, mapaReglaSopladoTroncal, mapaReglaSopladoClientes, isValidDate, getModelDataAdicional, getQueueName, getQueueNameSaveOneNotification, getKeyRedisSortedSet, validateNoLookup, getChannelName, };
@@ -0,0 +1,3 @@
1
+ export declare function getChannelName(id: string): {
2
+ reportAutoInventory: string;
3
+ };
@@ -6,3 +6,4 @@ export * from './isValidPartialEntity';
6
6
  export * from './logTiempoProceso';
7
7
  export * from './queueName';
8
8
  export * from './validateNoLookup';
9
+ export * from './getChannelName';
@@ -1,3 +1,3 @@
1
1
  import { PaisDto, DelegacionDto, EmpresaDto, UnidadMedidaDto, EstadoDto, GeneralCodigoNombreDto, GeneralCodigoNombreUnidadDto, EmpresaUsuarioDto } from './dtos/index';
2
- import { esObjetoFecha, CurrencyFormat, isValidPartialEntity, convertDates, esCadenaFechaISOValida, logTiempoProceso, isValidDate, getModelDataAdicional, getQueueName, getQueueNameSaveOneNotification, getKeyRedisSortedSet, validateNoLookup } from './Utils/index';
3
- export { PaisDto, DelegacionDto, EmpresaDto, UnidadMedidaDto, EstadoDto, GeneralCodigoNombreDto, GeneralCodigoNombreUnidadDto, EmpresaUsuarioDto, esObjetoFecha, CurrencyFormat, isValidPartialEntity, convertDates, esCadenaFechaISOValida, logTiempoProceso, isValidDate, getModelDataAdicional, getQueueName, getQueueNameSaveOneNotification, getKeyRedisSortedSet, validateNoLookup, };
2
+ import { esObjetoFecha, CurrencyFormat, isValidPartialEntity, convertDates, esCadenaFechaISOValida, logTiempoProceso, isValidDate, getModelDataAdicional, getQueueName, getQueueNameSaveOneNotification, getKeyRedisSortedSet, validateNoLookup, getChannelName } from './Utils/index';
3
+ export { PaisDto, DelegacionDto, EmpresaDto, UnidadMedidaDto, EstadoDto, GeneralCodigoNombreDto, GeneralCodigoNombreUnidadDto, EmpresaUsuarioDto, esObjetoFecha, CurrencyFormat, isValidPartialEntity, convertDates, esCadenaFechaISOValida, logTiempoProceso, isValidDate, getModelDataAdicional, getQueueName, getQueueNameSaveOneNotification, getKeyRedisSortedSet, validateNoLookup, getChannelName, };
@@ -664,6 +664,12 @@ function validateNoLookup(input) {
664
664
  }
665
665
  }
666
666
 
667
+ function getChannelName(id) {
668
+ return {
669
+ reportAutoInventory: id + "reportAutoInventory"
670
+ };
671
+ }
672
+
667
673
  function ObtenerPrecioContratistaVigente(_ref) {
668
674
  var actividad = _ref.actividad,
669
675
  FechaVerificar = _ref.FechaVerificar;
@@ -2016,7 +2022,9 @@ var codMOTroncal_ReglaLiquidacion1 = ['011304100',
2016
2022
  // '010602400',
2017
2023
  '073106600',
2018
2024
  // '010602500',
2019
- '010602600', '062705701', '062705702', '062705703', '062705704', '062705805', '062705806', '062705807', '062705808', '062605300', '062605301', '062605302', 'T13', 'T1_T13', 'F2_T13', 'T12', 'T21', 'T22', 'T8', 'T2', 'T20', 'T27', 'T28', 'T23', 'T24', 'T25', 'T26', 'T29', 'T30', '041804900', '042904700', '042904800', '042904600', '042004400', '061305000', '041704500', '062505900', '041704300', '041704200', '061305100', 'T41', 'T42', 'T43', 'T44'];
2025
+ '010602600', '062705701', '062705702', '062705703', '062705704', '062705805', '062705806', '062705807', '062705808', '062605300', '062605301', '062605302', 'T13', 'T1_T13', 'F2_T13', 'T12', 'T21', 'T22', 'T8', 'T2', 'T20', 'T27', 'T28', 'T23', 'T24', 'T25', 'T26', 'T29', 'T30', '041804900', '042904700', '042904800', '042904600', '042004400', '061305000', '041704500', '062505900', '041704300', '041704200', '061305100', 'T41', 'T42', 'T43', 'T44',
2026
+ //#region Cambios solicitados por arturo 04-02-2025
2027
+ '073006000', 'T11'];
2020
2028
  var codMOClientes_ReglaLiquidacion1 = [
2021
2029
  // '010602400',
2022
2030
  '073106600', '031406300', 'T1_031406300', 'F2_031406300', '031406400', '031406500', 'T22'];
@@ -2263,6 +2271,7 @@ exports.convertDates = convertDates;
2263
2271
  exports.dataFlujosHomePass = dataFlujosHomePass;
2264
2272
  exports.esCadenaFechaISOValida = esCadenaFechaISOValida;
2265
2273
  exports.esObjetoFecha = esObjetoFecha;
2274
+ exports.getChannelName = getChannelName;
2266
2275
  exports.getKeyRedisSortedSet = getKeyRedisSortedSet;
2267
2276
  exports.getModelDataAdicional = getModelDataAdicional;
2268
2277
  exports.getQueueName = getQueueName;