sigesp 1.0.16-20240818 → 1.0.17-20240820

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.
@@ -29,6 +29,8 @@ export interface ICatalogo {
29
29
  tipo: string;
30
30
  id: number;
31
31
  idNomina?: number;
32
+ idProceso?: number;
33
+ estatus?: boolean;
32
34
  cantidad: number;
33
35
  columnNames?: string[];
34
36
  filterData: filterData[];
@@ -116,6 +116,7 @@ export interface INomina {
116
116
  coduniadm?: string;
117
117
  denuniadm?: string;
118
118
  periodos: IPeriodoNomina[];
119
+ procesos: IProcesoNomina[];
119
120
  }
120
121
  export interface INominaSimple {
121
122
  id_enterprise: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sigesp",
3
- "version": "1.0.16-20240818",
3
+ "version": "1.0.17-20240820",
4
4
  "dependencies": {
5
5
  "tslib": "^2.6.2"
6
6
  },