sigesp 1.0.14-20240623 → 1.0.15-20240722

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.
@@ -290,6 +290,7 @@ export interface IConstanteNomina {
290
290
  estincidencia: string;
291
291
  regincidencia: string;
292
292
  valincidencia: string;
293
+ glocon: string;
293
294
  }
294
295
  export interface IConstantePersonaNomina {
295
296
  id_enterprise: string;
@@ -18,6 +18,7 @@ export declare class MConstanteNomina extends MBasicModel {
18
18
  estatusIncidencia: number;
19
19
  registroIncidencia: string;
20
20
  valorInicialIncidencia: number;
21
+ constanteGlobal: number;
21
22
  constructor(e?: IConstanteNomina);
22
23
  dataInterface(): IConstanteNomina;
23
24
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sigesp",
3
- "version": "1.0.14-20240623",
3
+ "version": "1.0.15-20240722",
4
4
  "dependencies": {
5
5
  "tslib": "^2.6.2"
6
6
  },