sigesp 1.1.45-20250326 → 1.1.46-20250328
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/fesm2020/sigesp.mjs
CHANGED
|
@@ -10286,6 +10286,8 @@ const Signo = [
|
|
|
10286
10286
|
{ value: "R", denominacion: 'Reporte' },
|
|
10287
10287
|
{ value: "B", denominacion: 'Reintegro de Deducciones' },
|
|
10288
10288
|
{ value: "E", denominacion: 'Reintegro de Asignación' },
|
|
10289
|
+
{ value: "S", denominacion: 'Asignación de Provisiones' },
|
|
10290
|
+
{ value: "G", denominacion: 'Pago de Provisiones' },
|
|
10289
10291
|
{ value: "X", denominacion: 'Prestación de Antiguedad' },
|
|
10290
10292
|
{ value: "I", denominacion: 'Interés de Prestación' },
|
|
10291
10293
|
];
|