sigesp 1.0.22-20240826 → 1.0.23-20240902

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.
@@ -97,7 +97,7 @@ export declare class MPersonalNomina extends MBasicModel {
97
97
  denominacionPermisoPersonal: string;
98
98
  tipoCargo: string;
99
99
  denominacionTipoCargo: string;
100
- TipoCargo: any;
100
+ TipoCargo: import("../../interfaces/Constantes").ISelect[];
101
101
  constructor(e?: IPersonalNomina);
102
102
  dataInterface(): IPersonalNomina;
103
103
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sigesp",
3
- "version": "1.0.22-20240826",
3
+ "version": "1.0.23-20240902",
4
4
  "dependencies": {
5
5
  "tslib": "^2.6.2"
6
6
  },