sigesp 0.8.89-20220525 → 0.8.90-20220526
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 +1 -2
- package/bundles/sigesp.umd.js.map +1 -1
- package/bundles/sigesp.umd.min.js +2 -2
- package/bundles/sigesp.umd.min.js.map +1 -1
- package/esm2015/lib/core/interfaces/Nomina.js +1 -1
- package/esm2015/lib/core/models/SNO/MArchivosTxt.model.js +2 -2
- package/esm2015/lib/core/models/SNO/MAsignacionCargo.model.js +2 -2
- package/esm2015/lib/core/models/SNO/MBeneficiario.model.js +1 -1
- package/esm2015/lib/core/models/SNO/MNominaSimple.model.js +2 -1
- package/fesm2015/sigesp.js +3 -2
- package/fesm2015/sigesp.js.map +1 -1
- package/lib/core/interfaces/Nomina.d.ts +2 -2
- package/lib/core/models/SNO/MBeneficiario.model.d.ts +1 -1
- package/package.json +1 -1
|
@@ -131,6 +131,8 @@ export interface INominaSimple {
|
|
|
131
131
|
id_carper: string;
|
|
132
132
|
id_personal: string;
|
|
133
133
|
id_personalnomina: string;
|
|
134
|
+
id_organigrama: string;
|
|
135
|
+
staper?: string;
|
|
134
136
|
codnom?: string;
|
|
135
137
|
dennom?: string;
|
|
136
138
|
id_periodoactual?: string;
|
|
@@ -141,10 +143,8 @@ export interface INominaSimple {
|
|
|
141
143
|
descar?: string;
|
|
142
144
|
codcar?: string;
|
|
143
145
|
racnom?: string;
|
|
144
|
-
staper?: string;
|
|
145
146
|
despernom?: string;
|
|
146
147
|
peractnom?: string;
|
|
147
|
-
id_organigrama?: string;
|
|
148
148
|
codestorg?: string;
|
|
149
149
|
denestorg?: string;
|
|
150
150
|
}
|