sigesp 0.9.67-20230914 → 0.9.69-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 +32 -41
- 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 +17 -11
- package/esm2015/lib/core/models/SNO/MConfiguracionSNO.model.js +1 -24
- package/esm2015/lib/core/models/SNO/MPersonal.model.js +17 -9
- package/fesm2015/sigesp.js +32 -41
- package/fesm2015/sigesp.js.map +1 -1
- package/lib/core/interfaces/RecursosHumanos.d.ts +6 -9
- package/lib/core/models/SNO/MBeneficiario.model.d.ts +2 -0
- package/lib/core/models/SNO/MConfiguracionSNO.model.d.ts +0 -9
- package/lib/core/models/SNO/MPersonal.model.d.ts +4 -0
- package/package.json +1 -1
|
@@ -125,15 +125,6 @@ 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;
|
|
139
130
|
incbenperautmodben: string;
|
|
@@ -249,6 +240,8 @@ export interface IPersonal {
|
|
|
249
240
|
fecdef: string;
|
|
250
241
|
fecactdef: string;
|
|
251
242
|
numactdef: string;
|
|
243
|
+
codmunnac: string;
|
|
244
|
+
codparnac: string;
|
|
252
245
|
codpro?: string;
|
|
253
246
|
denpro?: string;
|
|
254
247
|
monpen?: string;
|
|
@@ -258,6 +251,8 @@ export interface IPersonal {
|
|
|
258
251
|
horfin?: string;
|
|
259
252
|
codclaper?: string;
|
|
260
253
|
denclaper?: string;
|
|
254
|
+
desmunnac?: string;
|
|
255
|
+
desparnac?: string;
|
|
261
256
|
}
|
|
262
257
|
export interface ICambioEstatusPersonal {
|
|
263
258
|
id_enterprise: string;
|
|
@@ -481,7 +476,9 @@ export interface IBenefiaciario {
|
|
|
481
476
|
codmun: string;
|
|
482
477
|
codpar: string;
|
|
483
478
|
id_dt_ben: string;
|
|
479
|
+
rifpro: string;
|
|
484
480
|
sc_cuentarecdoc: string;
|
|
481
|
+
id_ctabcoprov: string;
|
|
485
482
|
despai?: string;
|
|
486
483
|
desest?: string;
|
|
487
484
|
desmun?: string;
|
|
@@ -41,6 +41,8 @@ export declare class MBeneficiario extends MBasicModel {
|
|
|
41
41
|
descripcionMunicipio: string;
|
|
42
42
|
descripcionParroquia: string;
|
|
43
43
|
cuentaPagoProveedores: string;
|
|
44
|
+
rifProveedor: string;
|
|
45
|
+
idCuentaBancoProveedor: number;
|
|
44
46
|
constructor(e?: IBenefiaciario);
|
|
45
47
|
dataInterface(): IBenefiaciario;
|
|
46
48
|
}
|
|
@@ -126,15 +126,6 @@ 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;
|
|
@@ -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;
|