sigesp 0.8.51-211122 → 0.8.52-211212

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.
@@ -124,6 +124,7 @@ export interface IConfiguracionSNO {
124
124
  regasiinc: string;
125
125
  manindmod: string;
126
126
  digcodcon: string;
127
+ segper: string;
127
128
  }
128
129
  export interface IIncidencia {
129
130
  valor: string;
@@ -125,6 +125,7 @@ export declare class MConfiguracionSNO extends MBasicModel {
125
125
  registroasistenciaincidencia: string;
126
126
  manejoIndependienteModulo: number;
127
127
  digitosCodigoConcepto: number;
128
+ segmentarPersonal: number;
128
129
  constructor(I?: IConfiguracionSNO);
129
130
  dataInterface(): IConfiguracionSNO;
130
131
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sigesp",
3
- "version": "0.8.51-211122",
3
+ "version": "0.8.52-211212",
4
4
  "dependencies": {
5
5
  "tslib": "^2.0.0"
6
6
  },