sigesp 1.1.42-20250124 → 1.1.43-20250318

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.
@@ -5,7 +5,7 @@ export interface ICentroCosto {
5
5
  perfiscal: string;
6
6
  codcencos: string;
7
7
  denominacion: string;
8
- id_uniadmin: string;
8
+ id_uniadm: string;
9
9
  id_dt: string;
10
10
  }
11
11
  export interface IUsuariosCentroCosto {
@@ -86,7 +86,6 @@ export declare class MDefinicionNomina extends MBasicModel {
86
86
  /**
87
87
  * @returns fecha de inicio a fin de la nomina
88
88
  */
89
- fechaNomina(): string;
90
89
  /**
91
90
  *
92
91
  * @returns Retorna es estatus del periodo actual de la nomina {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sigesp",
3
- "version": "1.1.42-20250124",
3
+ "version": "1.1.43-20250318",
4
4
  "dependencies": {
5
5
  "tslib": "^2.6.2"
6
6
  },