sigesp 0.9.76-20231012 → 0.9.79-20231019

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.
@@ -2,6 +2,8 @@ export interface ICatalogo {
2
2
  columns: string[];
3
3
  dataSource: any[];
4
4
  title: string;
5
+ idNomina: number;
6
+ cantidad: number;
5
7
  columnNames?: string[];
6
8
  filterData: filterData[];
7
9
  }
@@ -375,6 +375,7 @@ export interface IConceptos {
375
375
  antigcomp: string;
376
376
  id_uniadm: string;
377
377
  perben: string;
378
+ perfal: string;
378
379
  coduniadm?: string;
379
380
  denuniadm?: string;
380
381
  estructura?: string;
@@ -71,6 +71,7 @@ export declare class MConceptosNomina extends MBasicModel {
71
71
  codigoUnidadAdministrativa: string;
72
72
  denominacionUnidadAdministraiva: string;
73
73
  perteneceBeneficiario: number;
74
+ perteneceFallecido: number;
74
75
  constructor(e?: IConceptos);
75
76
  dataInterface(): IConceptos;
76
77
  denominacionSigno(sig: string): string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sigesp",
3
- "version": "0.9.76-20231012",
3
+ "version": "0.9.79-20231019",
4
4
  "dependencies": {
5
5
  "tslib": "^2.0.0"
6
6
  },