softdinlibreriajs 1.0.8 → 1.0.9
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/package.json
CHANGED
|
@@ -86,7 +86,7 @@ class EnumConceptosCertificacion {
|
|
|
86
86
|
{ id: EnumConceptosCertificacion.DESCRIPCION_CONTRATO, code: "DESCRIPCION CONTRATO", description: '<<31>>' },
|
|
87
87
|
{ id: EnumConceptosCertificacion.PRESTACION_SERVICIO, code: "PRESTACION SERVICIO", description: '<<32>>' },
|
|
88
88
|
{ id: EnumConceptosCertificacion.MODALIDAD_CONTRATACION, code: "MODALIDAD CONTRATACION", description: '<<33>>' },
|
|
89
|
-
{ id: EnumConceptosCertificacion.
|
|
89
|
+
{ id: EnumConceptosCertificacion.PORCENTAJE_ARL, code: "PORCENTAJE ARL", description: '<<34>>' },
|
|
90
90
|
{ id: EnumConceptosCertificacion.CEDULA_REPRESENTANTE_LEGAL, code: "CEDULA REPRESENTANTE LEGAL", description: '<<35>>' },
|
|
91
91
|
{ id: EnumConceptosCertificacion.CCF, code: "CCF", description: '<<36>>' },
|
|
92
92
|
{ id: EnumConceptosCertificacion.FECHA_NACIMIENTO_LARGO, code: "FECHA NACIMIENTO LARGO", description: '<<37>>' },
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
class EnumTipoServicioSeguridadSocial {
|
|
2
2
|
static EPS = 1;
|
|
3
3
|
static AFP = 2;
|
|
4
|
-
static
|
|
4
|
+
static ARL = 3;
|
|
5
5
|
static CCF = 4;
|
|
6
6
|
static SENA = 5;
|
|
7
7
|
static ICBF = 6;
|
|
@@ -12,7 +12,7 @@ class EnumTipoServicioSeguridadSocial {
|
|
|
12
12
|
static descriptions = [
|
|
13
13
|
{ id: EnumTipoServicioSeguridadSocial.EPS, code: 'EPS', description: 'EPS' },
|
|
14
14
|
{ id: EnumTipoServicioSeguridadSocial.AFP, code: 'AFP', description: 'AFP' },
|
|
15
|
-
{ id: EnumTipoServicioSeguridadSocial.
|
|
15
|
+
{ id: EnumTipoServicioSeguridadSocial.ARL, code: 'ARL', description: 'ARL' },
|
|
16
16
|
{ id: EnumTipoServicioSeguridadSocial.CCF, code: 'CCF', description: 'CCF' },
|
|
17
17
|
{ id: EnumTipoServicioSeguridadSocial.SENA, code: 'SENA', description: 'SENA' },
|
|
18
18
|
{ id: EnumTipoServicioSeguridadSocial.ICBF, code: 'ICBF', description: 'ICBF' },
|