sigo-package 1.2.109 → 1.2.110

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.js CHANGED
@@ -3941,8 +3941,18 @@ var codMOTroncalAL02 = [
3941
3941
  ].filter((e) => !codMOExcluidos.includes(e)).filter((e) => !codigosMOT1_F2.includes(e));
3942
3942
  var codMOTroncalHistoricoAL02 = [
3943
3943
  ...codMOTroncal_ReglaLiquidacion1,
3944
- "T27"
3945
- //Solicitada por Arturo Ticket(76851)
3944
+ "T27",
3945
+ "T58",
3946
+ "T59",
3947
+ "T60",
3948
+ "T61",
3949
+ "T62",
3950
+ "T63",
3951
+ "T64",
3952
+ "T65",
3953
+ "T66",
3954
+ "T67"
3955
+ //Solicitada por Arturo Ticket(77028)
3946
3956
  ];
3947
3957
 
3948
3958
  // src/Programados/Alemania/codigosMOHP.ts
package/dist/index.mjs CHANGED
@@ -3782,8 +3782,18 @@ var codMOTroncalAL02 = [
3782
3782
  ].filter((e) => !codMOExcluidos.includes(e)).filter((e) => !codigosMOT1_F2.includes(e));
3783
3783
  var codMOTroncalHistoricoAL02 = [
3784
3784
  ...codMOTroncal_ReglaLiquidacion1,
3785
- "T27"
3786
- //Solicitada por Arturo Ticket(76851)
3785
+ "T27",
3786
+ "T58",
3787
+ "T59",
3788
+ "T60",
3789
+ "T61",
3790
+ "T62",
3791
+ "T63",
3792
+ "T64",
3793
+ "T65",
3794
+ "T66",
3795
+ "T67"
3796
+ //Solicitada por Arturo Ticket(77028)
3787
3797
  ];
3788
3798
 
3789
3799
  // src/Programados/Alemania/codigosMOHP.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sigo-package",
3
- "version": "1.2.109",
3
+ "version": "1.2.110",
4
4
  "description": "Funciones compartidas sigo",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",