sigesp 0.9.64-20230913 → 0.9.65-20230913

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.
@@ -133,6 +133,9 @@ export interface IConfiguracionSNO {
133
133
  desest?: string;
134
134
  desmun?: string;
135
135
  despar?: string;
136
+ segper: string;
137
+ regdesinc: string;
138
+ reglabinc: string;
136
139
  }
137
140
  export interface IIncidencia {
138
141
  valor: string;
@@ -135,6 +135,9 @@ export declare class MConfiguracionSNO extends MBasicModel {
135
135
  descripcionEstado: string;
136
136
  descripcionMunicipio: string;
137
137
  descripcionParroquia: string;
138
+ registroDescansoIncidencia: string;
139
+ registroLaboralIncidencia: string;
140
+ codigoConceptoVaccaiones: string;
138
141
  constructor(I?: IConfiguracionSNO);
139
142
  dataInterface(): IConfiguracionSNO;
140
143
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sigesp",
3
- "version": "0.9.64-20230913",
3
+ "version": "0.9.65-20230913",
4
4
  "dependencies": {
5
5
  "tslib": "^2.0.0"
6
6
  },