sigesp 0.8.75-20220504 → 0.8.78-20220510
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 +6 -0
- 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/Nomina.js +1 -1
- package/esm2015/lib/core/models/SNO/MAsignacionCargo.model.js +6 -1
- package/esm2015/lib/core/models/SNO/MPersonalNomina.model.js +2 -1
- package/fesm2015/sigesp.js +6 -0
- package/fesm2015/sigesp.js.map +1 -1
- package/lib/core/interfaces/Nomina.d.ts +3 -0
- package/lib/core/models/SNO/MAsignacionCargo.model.d.ts +2 -0
- package/lib/core/models/SNO/MPersonalNomina.model.d.ts +1 -0
- package/package.json +1 -1
|
@@ -249,6 +249,7 @@ export interface IPersonalNomina {
|
|
|
249
249
|
racnom?: string;
|
|
250
250
|
situacion?: string;
|
|
251
251
|
monpen?: string;
|
|
252
|
+
nacper?: string;
|
|
252
253
|
}
|
|
253
254
|
export interface IConstanteNomina {
|
|
254
255
|
id_empresa: string;
|
|
@@ -469,6 +470,8 @@ export interface ICargoOrganigrama {
|
|
|
469
470
|
codestorg?: string;
|
|
470
471
|
denestorg?: string;
|
|
471
472
|
nivel?: string;
|
|
473
|
+
codcar?: string;
|
|
474
|
+
descar?: string;
|
|
472
475
|
}
|
|
473
476
|
export interface ICargoNomina {
|
|
474
477
|
id_empresa: string;
|
|
@@ -39,6 +39,8 @@ export declare class MAsignacionCargo extends MBasicModel {
|
|
|
39
39
|
export declare class MCargoEstructuraOrganizativa extends MBasicModel {
|
|
40
40
|
idEmpresa: number;
|
|
41
41
|
idCargoPersonal: number;
|
|
42
|
+
codigoCargo: string;
|
|
43
|
+
descripcionCargo: string;
|
|
42
44
|
idOrganigrama: number;
|
|
43
45
|
idDtCargoEstructura: number;
|
|
44
46
|
idPersonal: number;
|