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.
@@ -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
  }
@@ -26,6 +26,6 @@ export declare class MBeneficiario extends MBasicModel {
26
26
  denominacionTipoCuenta: string;
27
27
  medidaActiva: boolean;
28
28
  tribunal: string;
29
- constructor(e: IBenefiaciario);
29
+ constructor(e?: IBenefiaciario);
30
30
  dataInterface(): IBenefiaciario;
31
31
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sigesp",
3
- "version": "0.8.89-20220525",
3
+ "version": "0.8.90-20220526",
4
4
  "dependencies": {
5
5
  "tslib": "^2.0.0"
6
6
  },