sigesp 0.9.66-20230914 → 0.9.68-20230914
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/bundles/sigesp.umd.js +37 -40
- package/bundles/sigesp.umd.js.map +1 -1
- package/bundles/sigesp.umd.min.js +1 -1
- package/bundles/sigesp.umd.min.js.map +1 -1
- package/esm2015/lib/core/interfaces/RecursosHumanos.js +1 -1
- package/esm2015/lib/core/models/SNO/MBeneficiario.model.js +16 -10
- package/esm2015/lib/core/models/SNO/MConfiguracionSNO.model.js +7 -24
- package/esm2015/lib/core/models/SNO/MPersonal.model.js +17 -9
- package/fesm2015/sigesp.js +37 -40
- package/fesm2015/sigesp.js.map +1 -1
- package/lib/core/interfaces/RecursosHumanos.d.ts +8 -9
- package/lib/core/models/SNO/MBeneficiario.model.d.ts +2 -0
- package/lib/core/models/SNO/MConfiguracionSNO.model.d.ts +2 -9
- package/lib/core/models/SNO/MPersonal.model.d.ts +4 -0
- package/package.json +1 -1
|
@@ -125,17 +125,10 @@ export interface IConfiguracionSNO {
|
|
|
125
125
|
regasiinc: string;
|
|
126
126
|
manindmod: string;
|
|
127
127
|
digcodcon: string;
|
|
128
|
-
codpai: string;
|
|
129
|
-
codest: string;
|
|
130
|
-
codmun: string;
|
|
131
|
-
codpar: string;
|
|
132
|
-
despai?: string;
|
|
133
|
-
desest?: string;
|
|
134
|
-
desmun?: string;
|
|
135
|
-
despar?: string;
|
|
136
|
-
segper: string;
|
|
137
128
|
regdesinc: string;
|
|
138
129
|
reglabinc: string;
|
|
130
|
+
incbenperautmodben: string;
|
|
131
|
+
sc_cuentarecdoc: string;
|
|
139
132
|
}
|
|
140
133
|
export interface IIncidencia {
|
|
141
134
|
valor: string;
|
|
@@ -247,6 +240,8 @@ export interface IPersonal {
|
|
|
247
240
|
fecdef: string;
|
|
248
241
|
fecactdef: string;
|
|
249
242
|
numactdef: string;
|
|
243
|
+
codmunnac: string;
|
|
244
|
+
codparnac: string;
|
|
250
245
|
codpro?: string;
|
|
251
246
|
denpro?: string;
|
|
252
247
|
monpen?: string;
|
|
@@ -256,6 +251,8 @@ export interface IPersonal {
|
|
|
256
251
|
horfin?: string;
|
|
257
252
|
codclaper?: string;
|
|
258
253
|
denclaper?: string;
|
|
254
|
+
desmunnac?: string;
|
|
255
|
+
desparnac?: string;
|
|
259
256
|
}
|
|
260
257
|
export interface ICambioEstatusPersonal {
|
|
261
258
|
id_enterprise: string;
|
|
@@ -479,6 +476,8 @@ export interface IBenefiaciario {
|
|
|
479
476
|
codmun: string;
|
|
480
477
|
codpar: string;
|
|
481
478
|
id_dt_ben: string;
|
|
479
|
+
rifpro: string;
|
|
480
|
+
sc_cuentarecdoc: string;
|
|
482
481
|
despai?: string;
|
|
483
482
|
desest?: string;
|
|
484
483
|
desmun?: string;
|
|
@@ -40,6 +40,8 @@ export declare class MBeneficiario extends MBasicModel {
|
|
|
40
40
|
descripcionEstado: string;
|
|
41
41
|
descripcionMunicipio: string;
|
|
42
42
|
descripcionParroquia: string;
|
|
43
|
+
cuentaPagoProveedores: string;
|
|
44
|
+
rifProveedor: string;
|
|
43
45
|
constructor(e?: IBenefiaciario);
|
|
44
46
|
dataInterface(): IBenefiaciario;
|
|
45
47
|
}
|
|
@@ -126,18 +126,11 @@ export declare class MConfiguracionSNO extends MBasicModel {
|
|
|
126
126
|
registroasistenciaincidencia: string;
|
|
127
127
|
manejoIndependienteModulo: number;
|
|
128
128
|
digitosCodigoConcepto: number;
|
|
129
|
-
segmentarPersonal: number;
|
|
130
|
-
codigoPais: string;
|
|
131
|
-
codigoEstado: string;
|
|
132
|
-
codigoMunicipio: string;
|
|
133
|
-
codigoParroquia: string;
|
|
134
|
-
descripcionPais: string;
|
|
135
|
-
descripcionEstado: string;
|
|
136
|
-
descripcionMunicipio: string;
|
|
137
|
-
descripcionParroquia: string;
|
|
138
129
|
registroDescansoIncidencia: string;
|
|
139
130
|
registroLaboralIncidencia: string;
|
|
140
131
|
codigoConceptoVaccaiones: string;
|
|
132
|
+
incluirBeneficiarioDelPersonalAutomaticamenteModuloBeneficiarios: number;
|
|
133
|
+
cuentaContableProveedorBeneficiario: string;
|
|
141
134
|
constructor(I?: IConfiguracionSNO);
|
|
142
135
|
dataInterface(): IConfiguracionSNO;
|
|
143
136
|
}
|
|
@@ -12,6 +12,8 @@ export declare class MPersonal extends MBasicModel {
|
|
|
12
12
|
fechaNacimientoPersonal: string;
|
|
13
13
|
codigoPaisNacimiento: string;
|
|
14
14
|
codigoEstadoNacimiento: string;
|
|
15
|
+
codigoMunicipioNacimiento: string;
|
|
16
|
+
codigoParroquiaNacimiento: string;
|
|
15
17
|
nacionalidadPersonal: string;
|
|
16
18
|
estadoCivilPersonal: string;
|
|
17
19
|
telefonoHabitacionPersonal: string;
|
|
@@ -100,6 +102,8 @@ export declare class MPersonal extends MBasicModel {
|
|
|
100
102
|
nombreParroquia: string;
|
|
101
103
|
nombrePaisNacimiento: string;
|
|
102
104
|
nombreEstadoNacimiento: string;
|
|
105
|
+
nombreMunicipioNacimiento: string;
|
|
106
|
+
nombreParroquiaNacimiento: string;
|
|
103
107
|
codigoProfesion: string;
|
|
104
108
|
denominacionProfesion: string;
|
|
105
109
|
montoPension: number;
|