sigesp 1.1.82-20251218 → 1.1.84-20251219

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.
@@ -145,6 +145,7 @@ export interface INominaSimple {
145
145
  denestorg?: string;
146
146
  codplanhor?: string;
147
147
  denplanhor?: string;
148
+ editable?: string;
148
149
  }
149
150
  export interface IPeriodoNomina {
150
151
  id_enterprise: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sigesp",
3
- "version": "1.1.82-20251218",
3
+ "version": "1.1.84-20251219",
4
4
  "dependencies": {
5
5
  "tslib": "^2.6.2"
6
6
  },