sigesp 1.1.44-20250319 → 1.1.45-20250326

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.
@@ -131,6 +131,8 @@ export interface IConfiguracionSNO {
131
131
  sc_cuentarecdoc: string;
132
132
  prosuehis: string;
133
133
  altvoldat: string;
134
+ horjorlab: string;
135
+ regcaninc: string;
134
136
  }
135
137
  export interface IIncidencia {
136
138
  valor: string;
@@ -133,6 +133,8 @@ export declare class MConfiguracionSNO extends MBasicModel {
133
133
  cuentaContableProveedorBeneficiario: string;
134
134
  procesarSueldosHistoricos: number;
135
135
  altoVolumenDatos: number;
136
+ registroCantidadProducidaIncidencia: string;
137
+ horasJornadaLaboral: number;
136
138
  constructor(I?: IConfiguracionSNO);
137
139
  dataInterface(): IConfiguracionSNO;
138
140
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sigesp",
3
- "version": "1.1.44-20250319",
3
+ "version": "1.1.45-20250326",
4
4
  "dependencies": {
5
5
  "tslib": "^2.6.2"
6
6
  },