sigesp 1.0.6-20240430 → 1.0.7-20240507

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.
@@ -378,7 +378,6 @@ export interface IConceptos {
378
378
  antigcomp: string;
379
379
  id_uniadm: string;
380
380
  perben: string;
381
- perfal: string;
382
381
  coduniadm?: string;
383
382
  denuniadm?: string;
384
383
  estructura?: string;
@@ -71,7 +71,6 @@ export declare class MConceptosNomina extends MBasicModel {
71
71
  codigoUnidadAdministrativa: string;
72
72
  denominacionUnidadAdministraiva: string;
73
73
  perteneceBeneficiario: number;
74
- perteneceFallecido: number;
75
74
  constructor(e?: IConceptos);
76
75
  dataInterface(): IConceptos;
77
76
  denominacionSigno(sig: string): string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sigesp",
3
- "version": "1.0.6-20240430",
3
+ "version": "1.0.7-20240507",
4
4
  "dependencies": {
5
5
  "tslib": "^2.6.2"
6
6
  },